Enable-HgsAttestationPolicy
Enables an attestation policy in HGS.
Syntax
Enable-HgsAttestationPolicy
[-Name] <String>
[-PolicyVersion <PolicyVersion>]
[-Stage]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Enable-HgsAttestationPolicy cmdlet enables an attestation policy in the Host Guardian Service (HGS). Specify the policy to enable by name.
Examples
Example 1: Enable a policy
PS C:\> Enable-HgsAttestationPolicy -Name "BaselineTpmPolicy16"
This command enables the attestation policy named BaselineTpmPolicy16. This policy was disabled. After you run this command, any guarded host that matches this policy can obtain new attestation certificates.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name of the policy that this cmdlet enables.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PolicyVersion
Reserved for future use.
Type: | PolicyVersion |
Accepted values: | None, PolicyVersion1503, PolicyVersion1704 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Stage
Reserved for future use.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
AttestationPolicyInfo
This cmdlet returns an AttestationPolicyInfo object.