Add-PAMSetMember
Adds a PAM user(s) to a PAM set(s) explicied members in the MIM Service.
Syntax
Add-PAMSetMember
[-Set] <PAMSet[]>
[-User] <PAMUser[]>
[<CommonParameters>]
Description
Adds a PAM user(s) to a PAM set(s) explicied members in the MIM Service.
Examples
EXAMPLE 1
Add-PAMSetMember -Set (Get-PAMSet -ObjectId 31bcec38-ca53-4490-b8c2-572378360d2b) -User (Get-PAMUser)
Description
This command adds all PAM users to the specified set (system predefined set 'PAM Admin').
Parameters
-Set
The set(s) into which to add, returned by Get-PAMSet.
Type: | PAMSet[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-User
The user(s) to add, returned by Get-PAMUser.
Type: | PAMUser[] |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |