共用方式為


Get-AzureADMSFeatureRolloutPolicy

取得 Azure Active Directory 中雲端驗證推出的原則。

語法

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

Description

此 Cmdlet 可讓系統管理員取得雲端驗證推出的原則, (使用者在 Azure AD 中從同盟移至雲端驗證) 。 此原則的形式為一或兩個FeatureRolloutPolicy物件,其中包含指派給雲端驗證的群組 (傳遞驗證或密碼哈希同步處理) ,以及指派給 PTA 或 PHS) 之無縫單一 Sign-On (功能的群組。

範例

範例 1:擷取 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               :

此命令會擷取 Azure AD 中所有雲端驗證推出原則的清單。

範例 2:擷取 Azure AD 中具有指定標識碼的雲端驗證推出。

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               :

此命令會擷取 Azure AD 中雲端驗證推出原則的原則。

範例 3:使用指定的搜尋字串,擷取 Azure AD 中的雲端驗證推出。

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               :

此命令會擷取 Azure AD 中雲端驗證推出原則的原則。

參數

-Filter

oData v3.0 filter 語句。 控制傳回的物件。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-Id

Azure AD 中雲端驗證推出原則的唯一標識碼。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-SearchString

指定搜尋字串。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

輸出

Microsoft.Online.Administration.MsFeatureRolloutPolicy