Enable-Hgs
Attestation
Policy
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.
Required Parameters
Specifies the name of the policy that this cmdlet enables.
Type: | String |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True (ByPropertyName, ByValue) |
Accept wildcard characters: | False |
Optional Parameters
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Reserved for future use.
Type: | PolicyVersion |
Parameter Sets: | None, PolicyVersion1503, PolicyVersion1704 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Reserved for future use.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
AttestationPolicyInfo
This cmdlet returns an AttestationPolicyInfo object.