Skip to content
Snippets Groups Projects
Commit 559a4976 authored by Marius Raes's avatar Marius Raes
Browse files

test

parent a1e591b1
No related branches found
No related tags found
No related merge requests found
...@@ -24,11 +24,4 @@ if( !(Test-Path -Path "C:\flag.txt")) { ...@@ -24,11 +24,4 @@ if( !(Test-Path -Path "C:\flag.txt")) {
echo "else" echo "else"
New-Item -Path "C:\log.txt" New-Item -Path "C:\log.txt"
New-ADUser -Name "bojack" -Accountpassword (ConvertTo-SecureString "HorsemanPass1" -AsPlainText -Force ) -Enabled $true >> C:\log.txt
New-ADUser -Name "diane" -Accountpassword (ConvertTo-SecureString "NguyenPass1" -AsPlainText -Force ) -Enabled $true >> C:\log.txt
New-ADUser -Name "todd" -Accountpassword (ConvertTo-SecureString "ChavezPass1" -AsPlainText -Force ) -Enabled $true >> C:\log.txt
New-ADUser -Name "sarah" -Accountpassword (ConvertTo-SecureString "LynnPass1" -AsPlainText -Force ) -Enabled $true >> C:\log.txt
New-ADUser -Name "hollyhock" -Accountpassword (ConvertTo-SecureString "ManheimPass1" -AsPlainText -Force ) -Enabled $true >> C:\log.txt
New-ADUser -Name "wanda" -Accountpassword (ConvertTo-SecureString "PiercePass1" -AsPlainText -Force ) -Enabled $true >> C:\log.txt
New-ADUser -Name "pinky" -Accountpassword (ConvertTo-SecureString "PenguinPass1" -AsPlainText -Force ) -Enabled $true >> C:\log.txt
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment