Delen via


Get-AzureADMSFeatureRolloutPolicy

Hiermee haalt u het beleid op voor de implementatie van cloudverificatie in Azure Active Directory.

Syntaxis

Get-AzureADMSFeatureRolloutPolicy
   [-Filter <String>]
   [<CommonParameters>]
Get-AzureADMSFeatureRolloutPolicy
   [-SearchString <String>]
   [<CommonParameters>]
Get-AzureADMSFeatureRolloutPolicy
   -Id <String>
   [<CommonParameters>]

Description

Met deze cmdlet kan een beheerder het beleid ophalen voor de implementatie van cloudverificatie (gebruikers die overstappen van federatie naar cloudverificatie) in Azure AD. Dit beleid heeft de vorm van een of twee FeatureRolloutPolicy-objecten met groepen die zijn toegewezen voor cloudverificatie (passthrough-verificatie of wachtwoordhashsynchronisatie) en groepen die zijn toegewezen voor naadloze enkele Sign-On (functie boven op PTA of PHS).

Voorbeelden

Voorbeeld 1: haalt een lijst op met alle cloudverificatie-implementaties in Azure AD.

PS C:\> Get-AzureADMSFeatureRolloutPolicy

          Feature                 : PassthroughAuthentication
          Id                      : 7ca3e599-e8cc-4d31-9ed6-19dd4f88e833
          DisplayName             : Passthrough Authentication Rollout Policy
          Description             :
          IsEnabled               : True
          IsAppliedToOrganization : False
          AppliesTo               :

Met deze opdracht wordt een lijst opgehaald met alle beleidsregels voor het implementeren van cloudverificatie in Azure AD.

Voorbeeld 2: haalt de implementatie van cloudverificatie in Azure AD op met de opgegeven id.

PS C:\> Get-AzureADMSFeatureRolloutPolicy -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9"

          Feature                 : PassthroughAuthentication
          Id                      : a03b6d9e-6654-46e6-8d0a-8ed83c675ca9
          DisplayName             : Passthrough Authentication Rollout Policy
          Description             :
          IsEnabled               : True
          IsAppliedToOrganization : False
          AppliesTo               :

Met deze opdracht wordt het beleid opgehaald voor het implementatiebeleid voor cloudverificatie in Azure AD.

Voorbeeld 3: haalt de implementatie van cloudverificatie in Azure AD op met de opgegeven zoekreeks.

PS C:\> Get-AzureADMSFeatureRolloutPolicy -SearchString "Default PasswordHashSync Rollout Policy"

          Feature                 : PasswordHashSync
          Id                      : a03b6d9e-6654-46e6-8d0a-8ed83c675ca9
          DisplayName             : Default PasswordHashSync Rollout Policy
          Description             : Default PasswordHashSync Rollout Policy
          IsEnabled               : True
          IsAppliedToOrganization : False
          AppliesTo               :

Met deze opdracht wordt het beleid opgehaald voor het implementatiebeleid voor cloudverificatie in Azure AD.

Parameters

-Filter

De oData v3.0-filterinstructie. Hiermee bepaalt u welke objecten worden geretourneerd.

Type:String
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-Id

De unieke id van het implementatiebeleid voor cloudverificatie in Azure AD.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-SearchString

Hiermee geeft u een zoekreeks op.

Type:String
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

Uitvoerwaarden

Microsoft.Online.Administration.MsFeatureRolloutPolicy