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,46 +62,45 @@ 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:
|
||||||
|
|
||||||
**OutFile** - string, mandatory - The filename where the default policy file should be persisted to disk. The file name should be an .xml file. If the file already exists, it will be overwritten (note: create the folder first).
|
**OutFile** - string, mandatory - The filename where the default policy file should be persisted to disk. The file name should be an .xml file. If the file already exists, it will be overwritten (note: create the folder first).
|
||||||
|
|
||||||
**PassThru** - switch, optional - If present, returns an XmlDocument object returning the default policy file.
|
**PassThru** - switch, optional - If present, returns an XmlDocument object returning the default policy file.
|
||||||
|
|
||||||
- Command running time:
|
- Command running time:
|
||||||
|
|
||||||
The average running time is under 20 seconds but may be up to 3 minutes.
|
The average running time is under 20 seconds but may be up to 3 minutes.
|
||||||
|
|
||||||
**Get-RootCertificate** Gets the root certificate for the current tenant. All Authenticode and policy signing certificates will eventually chain up to this root certificate.
|
**Get-RootCertificate** Gets the root certificate for the current tenant. All Authenticode and policy signing certificates will eventually chain up to this root certificate.
|
||||||
|
|
||||||
- Usage:
|
- Usage:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Get-RootCertificate -OutFile filename [-PassThru] [.. common ..]
|
Get-RootCertificate -OutFile filename [-PassThru] [.. common ..]
|
||||||
```
|
```
|
||||||
|
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|
||||||
**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:
|
||||||
|
|
||||||
The average running time is under 20 seconds but may be up to 3 minutes.
|
The average running time is under 20 seconds but may be up to 3 minutes.
|
||||||
|
|
||||||
**Get-SigningHistory** Gets information for the latest 100 files signed by the current tenant. Results are returned as a collection with elements in reverse chronological order (most recent to least recent).
|
**Get-SigningHistory** Gets information for the latest 100 files signed by the current tenant. Results are returned as a collection with elements in reverse chronological order (most recent to least recent).
|
||||||
|
|
||||||
- Usage:
|
- Usage:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Get-SigningHistory -OutFile filename [-PassThru] [.. common ..]
|
Get-SigningHistory -OutFile filename [-PassThru] [.. common ..]
|
||||||
```
|
```
|
||||||
|
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|
||||||
@ -117,9 +116,9 @@ Get-DefaultPolicy -OutFile filename [-PassThru] [.. common ..]
|
|||||||
|
|
||||||
- Usage:
|
- Usage:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Submit-SigningJob -InFile filename -OutFile filename [-NoTimestamp][- TimeStamperUrl "timestamper url"] [-JobDescription "description"] [.. common ..]
|
Submit-SigningJob -InFile filename -OutFile filename [-NoTimestamp][- TimeStamperUrl "timestamper url"] [-JobDescription "description"] [.. common ..]
|
||||||
```
|
```
|
||||||
|
|
||||||
- Parameters:
|
- Parameters:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user