Get-PAMGroup
Gets groups from the MIM Service that are intended for PAM activation.
Syntax
Get-PAMGroup
[[-SourceAccountName] <String>]
[[-PrivAccountName] <String>]
[[-PrivDisplayName] <String>]
[[-Filter] <String>]
[[-Session] <PAMSession>]
[<CommonParameters>]
Description
The Get-PAMGroup cmdlet returns one or more groups from the MIM Service.
Examples
EXAMPLE 1
$pg = Get-PAMGroup
Description
Returns all groups in the MIM Service for PAM.
Parameters
-Filter
Specifies a clause to use in a filter for searching in the MIM Service.
Type: | String |
Position: | 4 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PrivAccountName
Specifies the account name of the group in the PAM domain.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PrivDisplayName
Specifies the matching value for the DisplayName attribute of a group resource in MIM Service.
Type: | String |
Position: | 3 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Session
Session with the PAM domain and MIM Service.
Type: | PAMSession |
Position: | 5 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SourceAccountName
Account name of the group in the source domain.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Microsoft.IdentityManagement.PamCmdlets.Model.PAMGroup
The cmdlet returns one object for each matching group.