Corrected indentation in preview; tidied indentation in source

This commit is contained in:
Gary Moore 2021-08-09 18:36:12 -07:00
parent a78fbd5a56
commit 9eb9a04e03

View File

@ -62,9 +62,9 @@ Device Guard is a feature set that consists of both hardware and software system
- Usage: - Usage:
```powershell ```powershell
Get-DefaultPolicy -OutFile filename [-PassThru] [.. common ..] Get-DefaultPolicy -OutFile filename [-PassThru] [.. common ..]
``` ```
- Parameters: - Parameters:
@ -88,8 +88,7 @@ Get-DefaultPolicy -OutFile filename [-PassThru] [.. common ..]
**OutFile** - string, mandatory - The filename where the root certificate file should be persisted to disk. The file name should be a .cer file. If the file already exists, it will be overwritten (note: create the folder first). **OutFile** - string, mandatory - The filename where the root certificate file should be persisted to disk. The file name should be a .cer file. If the file already exists, it will be overwritten (note: create the folder first).
**PassThru** - switch, optional - If present, returns an X509Certificate2 object returning the default **PassThru** - switch, optional - If present, returns an X509Certificate2 object returning the default policy file.
policy file.
- Command running time: - Command running time: