Get-HgsAttestationHostGroup
Gets attestation policies based on host groups.
Get-HgsAttestationHostGroup
[-Name <String>]
[<CommonParameters>]
The Get-HgsAttestationHostGroup cmdlet gets attestation policies that are based on the configuration of Active Directory host groups. To obtain a particular host group policy, specify it by name.
PS C:\> Get-HgsAttestationHostGroup
This command gets policies for all host groups configured with the Attestation service.
PS C:\> Get-HgsAttestationHostGroup -Name "TrustedADHostGroup14"
This command gets the policy for the host group named TrustedADHostGroup14.
Specifies the friendly name of the host group for which this cmdlet gets the policy.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
This cmdlet returns a StringCollection object.