Skip to content

Commit f0b56cf

Browse files
author
Dany Contreras
committed
updates
1 parent 73732aa commit f0b56cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workload/scripts/DSCStorageScripts/1.0.3/Script-DomainJoinStorage.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ if ($IdentityServiceProvider -eq 'ADDS' && $StorageService -eq 'AzureFiles') {
125125
Join-AzStorageAccount -ResourceGroupName $StorageAccountRG -StorageAccountName $StorageAccountName -OrganizationalUnitDistinguishedName $OUName -DomainAccountType 'ComputerAccount' -OverwriteExistingADObject #-SamAccountName $SamAccountName
126126
Write-Log -Message "Successfully domain joined the storage account $StorageAccountName to custom OU path $OUName"
127127
}
128+
}
128129

129130
if ($IdentityServiceProvider -eq 'EntraDS' && $StorageService -eq 'AzureFiles') {
130131
Write-Log "Domain joining storage account $StorageAccountName in Resource group $StorageAccountRG"

0 commit comments

Comments
 (0)