Add-MsolGroupMember
將成員新增至現有的安全組。
語法
Add-MsolGroupMember
-GroupObjectId <Guid>
[-GroupMemberType <GroupMemberType>]
[-GroupMemberObjectId <Guid>]
[-TenantId <Guid>]
[<CommonParameters>]
Description
Add-MsolGroupMember Cmdlet 會將成員新增至安全組。 新成員可以是使用者或其他安全性群組。
範例
範例 1:將使用者新增至安全組
PS C:\> Add-MsolGroupMember -GroupObjectId 62f684d7-9ab1-4abc-a543-2257e085bdc6 -GroupMemberType User -GroupMemberObjectId bbb55777-d5aa-499d-abbf-353d4523049f
此命令會將使用者新增至安全組。
參數
-GroupMemberObjectId
指定要新增至群組之使用者或群組的唯一物件標識碼。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-GroupMemberType
指定要新增至群組的成員類型。 有效值為:使用者和群組。
類型: | GroupMemberType |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-GroupObjectId
指定要在其中加入成員之群組的唯一標識碼。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-TenantId
指定要在其中執行作業之租使用者的唯一標識符。 預設值為目前使用者的租使用者。 此參數僅適用於合作夥伴使用者。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |