Skip to content
Snippets Groups Projects
Commit 4c4999e0 authored by Martin Čuchran's avatar Martin Čuchran
Browse files

Update infrastructure_init.yaml

parent bfbd8f46
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,8 @@ resources:
template: |
#ps1_sysnative
$ErrorActionPreference = 'Stop'
([adsi]“WinNT://127.0.0.1/Administrator”).SetPassword(“Password.1”)
$user = [ADSI]'WinNT://./Administrator'
$user.SetPassword('Password.1')
exit 1001
association_1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment