Skip to content

Commit 556ce69

Browse files
author
Joe Gast
committed
Get-HgsAttestationBaselinePolicy.md - documentation formatting
1 parent d5cbe2c commit 556ce69

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

docset/winserver2022-ps/hgsclient/Get-HgsAttestationBaselinePolicy.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,35 @@ Get-HgsAttestationBaselinePolicy [-Console] [-SkipValidation] [<CommonParameters
2626
```
2727

2828
## DESCRIPTION
29-
The **Get-HgsAttestationBaselinePolicy** cmdlet generates an attestation baseline policy.
30-
You can use the policy to configure the attestation service.
3129

32-
This cmdlet gets a byte array that represents the attestation baseline policy from the raw data of the last full boot from the Trusted Computing Group log of the Trusted Platform Module (TPM).
30+
The **Get-HgsAttestationBaselinePolicy** cmdlet generates an attestation baseline policy. You can
31+
use the policy to configure the attestation service.
32+
33+
This cmdlet gets a byte array that represents the attestation baseline policy from the raw data of
34+
the last full boot from the Trusted Computing Group log of the Trusted Platform Module (TPM).
3335

3436
Be sure to run this cmdlet on a host that is known to have good configuration.
3537

3638
## EXAMPLES
3739

3840
### Example 1: Generate a baseline policy
39-
```
41+
42+
```powershell
4043
PS C:\> Get-HgsAttestationBaselinePolicy -Path "C:\Logs\AttestationBaselinePolicy001" -Force
4144
```
4245

43-
This command generates a byte array that represents the baseline policy in the file C:\Logs\AttestationBaselinePolicy001.
46+
This command generates a byte array that represents the baseline policy in the file `C:\Logs\AttestationBaselinePolicy001`.
4447

4548
## PARAMETERS
4649

4750
### -Console
51+
4852
Indicates that this cmdlet operates in console mode.
4953

5054
```yaml
5155
Type: SwitchParameter
5256
Parameter Sets: Console
53-
Aliases:
57+
Aliases:
5458

5559
Required: True
5660
Position: Named
@@ -60,12 +64,13 @@ Accept wildcard characters: False
6064
```
6165
6266
### -Force
67+
6368
Indicates that this cmdlet overwrites an existing file that the **Output** object specifies.
6469
6570
```yaml
6671
Type: SwitchParameter
6772
Parameter Sets: File
68-
Aliases:
73+
Aliases:
6974

7075
Required: False
7176
Position: Named
@@ -75,6 +80,7 @@ Accept wildcard characters: False
7580
```
7681
7782
### -Path
83+
7884
Specifies a file path.
7985
This cmdlet writes the policy to the file that this parameter specifies.
8086
@@ -91,12 +97,13 @@ Accept wildcard characters: False
9197
```
9298
9399
### -SkipValidation
100+
94101
Indicates that this cmdlet skips validation.
95102
96103
```yaml
97104
Type: SwitchParameter
98105
Parameter Sets: (All)
99-
Aliases:
106+
Aliases:
100107

101108
Required: False
102109
Position: Named
@@ -106,7 +113,11 @@ Accept wildcard characters: False
106113
```
107114
108115
### CommonParameters
109-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
116+
117+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
118+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
119+
-WarningAction, and -WarningVariable. For more information, see
120+
[about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
110121
111122
## INPUTS
112123
@@ -117,4 +128,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117128
## NOTES
118129
119130
## RELATED LINKS
120-

0 commit comments

Comments
 (0)