Get-AzureADUserDirectReport
取得使用者的直接報告。
語法
Get-AzureADUserDirectReport
-ObjectId <String>
[-All <Boolean>]
[-Top <Int32>]
[<CommonParameters>]
Description
Get-AzureADUserDirectReport Cmdlet 會取得 Azure Active Directory (AD) 中使用者的直接報告。
範例
範例 1:取得使用者的直接報告
PS C:\>Get-AzureADUserDirectReport -ObjectId "df19e8e6-2ad7-453e-87f5-037f6529ae16"
ObjectId ObjectType
-------- ----------
5e8b0f4d-2cd4-4e17-9467-b0f6a5c0c4d0 User
此命令會取得指定之使用者的直接報告。
參數
-All
如果為 true,則傳回此使用者的所有直接報告。 如果為 false,則傳回 Top 參數所指定的物件數目
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ObjectId
指定 Azure Active Directory (UPN 或 ObjectId) 中的使用者識別碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Top
指定要傳回的記錄數目上限。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
備註
請參閱 Get-AzureADUserDirectReport 至 Microsoft Graph PowerShell 的移轉指南。