Skip to content
Snippets Groups Projects
Commit 655b1b1a authored by Anders Slaaen's avatar Anders Slaaen
Browse files

yo

parent cd19978f
No related branches found
No related tags found
No related merge requests found
File deleted
......@@ -15,7 +15,6 @@ if( !(Test-Path -Path "C:\flag1.txt")) {
Import-Module ADDSDeployment
exit 1003
}elseif(!(Test-Path -Path "C:\flag2.txt")){
echo "elseif"
......@@ -45,6 +44,4 @@ if( !(Test-Path -Path "C:\flag1.txt")) {
New-ADUser -Name "hollyhock" -Accountpassword (ConvertTo-SecureString "ManheimPass1" -AsPlainText -Force ) -Enabled $true -Credential $creds
New-ADUser -Name "wanda" -Accountpassword (ConvertTo-SecureString "PiercePass1" -AsPlainText -Force ) -Enabled $true -Credential $creds
New-ADUser -Name "pinky" -Accountpassword (ConvertTo-SecureString "PenguinPass1" -AsPlainText -Force ) -Enabled $true -Credential $creds
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment