以下のVM拡張機能はVMをドメインに追加できません。Set-AzureRmVMADDomainExtensionがVMをADドメインに追加できません
「コンピュータアカウント」がADに存在する場合、正常に動作します。 'コンピュータアカウント'が存在しない場合(新規サーバー)、失敗します。
セットAzureRmVMADDomainExtension -TypeHandlerVersion '1.0' -JoinOption 3 -DomainName $ strDomainDNSName -ResourceGroupName $ strRes_GrpName -VMName $ strHostName -Credential $ objCred -OUPath $ strServerOU -Restart
ザ・オプション3に参加するには、以下の完了する必要があります行動。
値意味 NETSETUP_JOIN_DOMAIN 0x00000001コンピュータをドメインに参加させます。この値を指定しないと、コンピュータはワークグループに参加します。 NETSETUP_ACCT_CREATE 0x00000002ドメイン上にアカウントを作成します。 AzureのVMの拡張子で以下のエラーの詳細を発見
https://msdn.microsoft.com/en-us/library/windows/desktop/aa370433(v=vs.85).aspx
:
[
{
"code": "ComponentStatus/JoinDomainException for Option 3 meaning 'User Specified'/failed/1",
"displayStatus": "Provisioning failed",
"level": "Error",
"message": "ERROR - Failed to join domain='MyAd.ad.company.co.uk', ou='OU=Computers,DC=MyAd,DC=ad,DC=company,DC=co,DC=uk', user='[email protected]', option='NetSetupJoinDomain, NetSetupAcctCreate' (#3 meaning 'User Specified'). Error code 2",
"time": null
}
{
"code": "ComponentStatus/JoinDomainException for Option 1 meaning 'User Specified without NetSetupAcctCreate'/failed/1",
"displayStatus": "Provisioning failed",
"level": "Error",
"message": "ERROR - Failed to join domain='MyAd.ad.company.co.uk', ou='OU=Computers,DC=MyAd,DC=ad,DC=company,DC=co,DC=uk', user='[email protected]', option='NetSetupJoinDomain' (#1 meaning 'User Specified without NetSetupAcctCreate'). Error code 1332",
"time": null
}
]