共用方式為


Get-AzureRmAutomationDscOnboardingMetaconfig

建立中繼組態 .mof 檔案。

警告

自 2024 年 2 月 29 日起,AzureRM PowerShell 模組已正式淘汰。 建議使用者從 AzureRM 遷移至 Az PowerShell 模組,以確保持續支援和更新。

雖然 AzureRM 模組可能仍可運作,但不再維護或支援它,但會根據用戶的判斷權和風險放置任何繼續使用。 如需轉換至 Az 模組的指引,請參閱我們的 移轉資源

語法

Get-AzureRmAutomationDscOnboardingMetaconfig
   [-OutputFolder <String>]
   [-ComputerName <String[]>]
   [-Force]
   [-ResourceGroupName] <String>
   [-AutomationAccountName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Get-AzureRmAutomationDscOnboardingMetaconfig Cmdlet 會建立 APS Desired 狀態設定 (DSC) 中繼設定 Managed 物件格式 (MOF) 檔案。 此 Cmdlet 會針對您指定的每部計算機名稱建立 .mof 檔案。 Cmdlet 會建立 .mof 檔案的資料夾。 您可以執行 Set-DscLocalConfigurationManager Cmdlet,讓這些電腦以 DSC 節點的形式將這些電腦上線至 Azure 自動化 帳戶。

範例

範例 1:將伺服器上線至自動化 DSC

PS C:\>Get-AzureRmAutomationDscOnboardingMetaconfig -ResourceGroupName "ResourceGroup03" -AutomationAccountName "Contoso17" -ComputerName "Server01", "Server02" -OutputFolder "C:\Users\PattiFuller\Desktop" 
PS C:\> Set-DscLocalConfigurationManager -Path "C:\Users\PattiFuller\Desktop\DscMetaConfigs" -ComputerName "Server01", "Server02"

第一個命令會針對名為 Contoso17 的自動化帳戶,為兩部伺服器建立 DSC 中繼組態檔。 命令會將這些檔案儲存在桌面上。 第二個命令會使用 Set-DscLocalConfigurationManager Cmdlet,將中繼設定套用至指定的計算機,以將它們上線為 DSC 節點。

參數

-AutomationAccountName

指定自動化帳戶的名稱。 您可以將 ComputerName 參數指定的電腦上線至此參數所指定的帳戶。

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

-ComputerName

指定這個 Cmdlet 產生 .mof 檔案的電腦名稱陣列。 如果您未指定此參數,Cmdlet 會產生目前電腦 (localhost) 的 .mof 檔案。

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

-Confirm

執行 Cmdlet 之前先提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶

類型:IAzureContextContainer
別名:AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Force

強制命令執行,而不提示您進行確認,並取代具有相同名稱的現有 .mof 檔案。

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

-OutputFolder

指定此 Cmdlet 儲存 .mof 檔案的資料夾名稱。

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

-ResourceGroupName

指定資源群組的名稱。 此 Cmdlet 會建立 .mof 檔案,讓此參數所指定資源群組中的計算機上線。

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

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

String

String[]

輸出

DscOnboardingMetaconfig