Get-AzureADUserLicenseDetail
Hämtar licensinformation för en användare
Syntax
Get-AzureADUserLicenseDetail
-ObjectId <String>
[<CommonParameters>]
Description
Den här cmdleten hämtar licensinformation för en användare
Exempel
Exempel 1
PS C:\WINDOWS\system32> Get-AzureADUserLicenseDetail -ObjectId df19e8e6-2ad7-453e-87f5-037f6529ae16
ObjectId ServicePlans
-------- ------------
Hv-1hQIEDECePA-ellMl0cjsRfKvdY5Pth8n2BFN5fM {class ServicePlanInfo {...
Hv-1hQIEDECePA-ellMl0QQrjQe98RFBu9S0sbNUzvQ {class ServicePlanInfo {...
Det här exemplet hämtar licensinformationen för användaren som anges via ObjectId-parametern
Parametrar
-ObjectId
Objekt-ID för användaren som licensinformationen hämtas för
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
Indata
Utdata
Kommentarer
Se migreringsguiden för Get-AzureADUserLicenseDetail till Microsoft Graph PowerShell.