Remove-Hgs Attestation Policy

Removes an attestation policy from HGS.

Syntax

Remove-HgsAttestationPolicy
      [-Name] <String>
      [-PolicyVersion <PolicyVersion>]
      [-Stage]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-HgsAttestationPolicy cmdlet removes an attestation policy from Host Guardian Service (HGS). Specify the policy to remove by name.

Examples

Example 1: Remove a policy

PS C:\> Remove-HgsAttestationPolicy -Name "BaselineTpmPolicy16"

This command removes the attestation policy named BaselineTpmPolicy16.

Required Parameters

-Name

Specifies the name of the policy that this cmdlet removes.

Type: String
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

Optional Parameters

-Confirm

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
-PolicyVersion

Reserved for future use.

Type: PolicyVersion
Parameter Sets: None, PolicyVersion1503, PolicyVersion1704
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Stage

Reserved for future use.

Type: SwitchParameter
Position: Named
Default value: None
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
Accept pipeline input: False
Accept wildcard characters: False