共用方式為


Get-AzureADMSDeletedGroup

此 Cmdlet 可用來擷取目錄中的虛刪除群組。

語法

Get-AzureADMSDeletedGroup
   [-All <Boolean>]
   [-Top <Int32>]
   [-Filter <String>]
   [<CommonParameters>]
Get-AzureADMSDeletedGroup
   [-SearchString <String>]
   [-All <Boolean>]
   [<CommonParameters>]
Get-AzureADMSDeletedGroup
   -Id <String>
   [-All <Boolean>]
   [<CommonParameters>]

Description

此 Cmdlet 可用來擷取目錄中的虛刪除群組。 刪除群組時,一開始會虛刪除,而且可以在刪除後的前 30 天內復原。 在 30 天后,群組會永久刪除且無法再復原。 請注意,虛刪除目前只會針對統一群組 (實作。Office 365 群組) 。

範例

範例 1

Get-AzureAdMSDeletedGroup

此 Cmdlet 會擷取目錄中所有可復原的已刪除群組。

參數

-All

如果為 true,則傳回所有群組成員。 如果為 false,則傳回 Top 參數所指定的物件數目

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

-Filter

指定 oData v3.0 filter 語句。 此參數可控制要傳回的物件。

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

-Id

要擷取之已刪除群組的標識碼

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

-SearchString

指定搜尋字串。

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

-Top

指定要傳回的記錄數目上限。

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

輸入

String

System.Nullable'1[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] System.Nullable'1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

輸出

Object

備註

請參閱 Get-AzureADMSDeletedGroup 至 Microsoft Graph PowerShell 的移轉指南。