Remove-Hgs
Attestation
Tpm
Host
Syntax
Remove-HgsAttestationTpmHost
[-Name] <String>
[-PolicyVersion <PolicyVersion>]
[-Stage]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Remove-HgsAttestationTpmHost cmdlet removes a guarded host from the Attestation service in Host Guardian Service (HGS). Use this cmdlet for hosts that have trusted platform module (TPM) 2.0 hardware, and that were added by using the Add-HgsAttestationTpmHost cmdlet.
Examples
Example 1: Remove a TPM host
PS C:\> Remove-HgsAttestationTpmHost -Name "TpmHost21"
This command removes a host named TpmHost21 from the Attestation service.
Required Parameters
Specifies the friendly name of the guarded host that this cmdlet removes from the Attestation service.
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 |