Skip to content

Commit ac2368a

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#101506
Updated line number 79 From - pwsh.exe To - powershell.exe
1 parent 341630f commit ac2368a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-windows-hpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
hostProcess: true
7777
runAsUserName: "NT AUTHORITY\\SYSTEM"
7878
command:
79-
- pwsh.exe
79+
- powershell.exe
8080
- -command
8181
- |
8282
$AdminRights = ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]"Administrator")

0 commit comments

Comments
 (0)