Get-AzureADObjectByObjectId

objectIds parametresi tarafından belirtilen nesneleri alır

Syntax

Get-AzureADObjectByObjectId
   -ObjectIds <System.Collections.Generic.List`1[System.String]>
   [-Types <System.Collections.Generic.List`1[System.String]>]
   [<CommonParameters>]

Description

objectIds parametresi tarafından belirtilen nesneleri alır

Örnekler

Örnek 1

PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds 2af3478a-27da-4837-a387-b22b3fb236a8, c4fdf87f-f68e-4859-8bcf-36579b66005e

ObjectId                             AppId                                DisplayName
--------                             -----                                -----------
c4fdf87f-f68e-4859-8bcf-36579b66005e 71715b24-8cdd-432b-a138-86e8ad179274 Woodgrove HR App

DeletionTimeStamp                   :
ObjectId                            : 2af3478a-27da-4837-a387-b22b3fb236a8
ObjectType                          : DeviceConfiguration
PublicIssuerCertificates            : {}
CloudPublicIssuerCertificates       : {}
RegistrationQuota                   : 20
MaximumRegistrationInactivityPeriod : 90

Bu örnekte, ObjectIds parametresinin değeri tarafından belirtilen iki nesne (DeviceConfiguration nesnesi ve Uygulama nesnesi) alınır

Parametreler

-ObjectIds

Nesnelerin alındığı virgülle ayrılmış bir veya daha fazla nesne kimliği

Type:List<T>[String]
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Types

Cmdlet'in döndürdüğü nesne türünü belirtir

Type:List<T>[String]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Girişler

None

Çıkışlar

Object

Notlar

Get-AzureADObjectByObjectId için Microsoft Graph PowerShell'e geçiş kılavuzuna bakın.