Skip to content

Commit 77fd8fa

Browse files
authored
Change directory command to Set-Location
1 parent 0871855 commit 77fd8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureLocal/Deploy_Node.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ New-HciAdObjectsPreCreation -AzureStackLCMUserCredential $credential -AsHciOUNam
1111
#Enable RDP inside the OS, and install network drivers
1212

1313
Get-Volume
14-
cd D:\
14+
Set-Location D:\
1515
./SetupBD.exe # / The file your driver installer is
1616

1717
# Ensure the driver shows the correct manufacturer, and not Microsoft

0 commit comments

Comments
 (0)