Get-DSUserLicense
Synopsis
Syntaxe
InputObject
Get-DSUserLicense -InputObject <PSLicenseInfo> [-AsLegacyResponse] [<CommonParameters>]GetByID
Get-DSUserLicense -Serial <string> [-AsLegacyResponse] [<CommonParameters>]Description
Exemples
Exemple 1
PS C:\> $assignResponse = Get-DSUserLicense -Serial XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
$assignments = $assignResponse.Data
$asssignments | Where -Property IsMember -eq $true | Select Name, UserIdExemple 2
Paramètres
-AsLegacyResponse
-InputObject
-Serial
CommonParameters
Entrées
RemoteDesktopManager.PowerShellModule.PSOutputObject.PSLicenseInfo
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?