We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d596585 + 994beef commit a4ab198Copy full SHA for a4ab198
articles/virtual-desktop/create-profile-container-azure-ad.md
@@ -262,7 +262,7 @@ To configure your storage account:
262
$domainName = $domainInformation.DnsRoot
263
$domainSid = $domainInformation.DomainSID.Value
264
$forestName = $domainInformation.Forest
265
- $netBiosDomainName = $domainInformation.DnsRoot
+ $netBiosDomainName = $domainInformation.netBiosName
266
$azureStorageSid = $domainSid + "-123454321";
267
268
Write-Verbose "Setting AD properties on $storageAccountName in $resourceGroupName : `
0 commit comments