Get-DSAzureADGroup
Synopsis
Syntaxe
__AllParameterSets
Get-DSAzureADGroup [-ProviderID] <guid> [-AsJITSettings] [-AsLegacyResponse] [<CommonParameters>]Description
Exemples
PS C:\> $getResponse = Get-DSPamProvider
$provider = $getResponse | Where Label -eq 'MyAzureADUserProvider'
$groupsResponse = Get-DSAzureADGroup -ProviderID $provider.ID
$desiredGroups = $groupsResponse | Where Name -like group*
$provider.JitElevationSettings.AuthorizedGroups = $desiredGroups
Update-DSPamProvider -InputObject $providerParamètres
-AsJITSettings
-AsLegacyResponse
-ProviderID
CommonParameters
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?