共用方式為


Remove-MsolForeignGroupFromRole

從合作夥伴租用戶移除安全組。

語法

Remove-MsolForeignGroupFromRole
      -ForeignGroupObjectId <Guid>
      -ForeignCompanyObjectId <Guid>
      -RoleObjectId <Guid>
      [-TenantId <Guid>]
      [<CommonParameters>]

Description

Remove-MsolForeignGroupFromRole Cmdlet 會從此租使用者中指定角色的合作夥伴租使用者中移除安全組。

參數

-ForeignCompanyObjectId

指定要移除之群組的夥伴租用戶物件標識碼。

類型:Guid
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ForeignGroupObjectId

指定要移除之夥伴租使用者中群組的唯一物件標識碼。

類型:Guid
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-RoleObjectId

指定要從中移除群組之角色的唯一物件識別碼。

類型:Guid
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-TenantId

指定要在其中執行作業之租使用者的唯一標識符。 預設值為目前使用者的租使用者。 此參數僅適用於合作夥伴使用者。

類型:Guid
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False