mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Corrected indentation in preview; tidied indentation in source
This commit is contained in:
parent
a78fbd5a56
commit
9eb9a04e03
@ -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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user