你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADUserCreatedObject
获取用户创建的对象。
语法
Get-AzureADUserCreatedObject
-ObjectId <String>
[-All <Boolean>]
[-Top <Int32>]
[<CommonParameters>]
说明
Get-AzureADUserCreatedObject cmdlet 获取用户在 Azure Active Directory (AD) 中创建的对象。
示例
示例 1:获取用户创建的对象
PS C:\>Get-AzureADUserCreatedObject -ObjectId "df19e8e6-2ad7-453e-87f5-037f6529ae16"
ObjectId ObjectType
-------- ----------
f618e073-cda3-4fc7-b8bd-5ad63f19840f ServicePrincipal
ed70f968-38ec-48d6-ae58-decfe80bfd5f ServicePrincipal
35ab4659-f61c-4a75-98d2-ef1d04ac2095 ServicePrincipal
d0ce9d42-c943-43a1-a0b0-b1ded8d0ce3d ServicePrincipal
此命令获取由指定用户创建的对象。
参数
-All
如果为 true,则返回此用户创建的所有对象。 如果为 false,则返回由 Top 参数指定的对象数
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ObjectId
将 ID (指定为 Azure AD 中用户的 UPN 或 ObjectId) 。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Top
指定要返回的最大记录数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
备注
请参阅 Get-AzureADUserCreatedObject 到 Microsoft Graph PowerShell 的迁移指南。