Closed
Description
Upon moving to docs.microsoft.com, we've been asked to add "powershell" to the opening code block of each example. Is it possible to do this so all new cmdlets have it by default?
Here's an example before:
EXAMPLES
Example 1: Add AIA to the specified authority
PS C:\> Add-CAAuthorityInformationAccess -AddToCertificateAia -Uri http://ca1.corp.contoso.com/pki
And here's an example after:
EXAMPLES
Example 1: Add AIA to the specified authority
PS C:\> Add-CAAuthorityInformationAccess -AddToCertificateAia -Uri http://ca1.corp.contoso.com/pki