Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
OrchestrationAPI
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marius Raes
OrchestrationAPI
Commits
c4ef0f53
Commit
c4ef0f53
authored
3 years ago
by
Marius Raes
Browse files
Options
Downloads
Patches
Plain Diff
forvirra
parent
3e031607
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/orchestrationLogic/HEAT/dc-init.ps1
+1
-11
1 addition, 11 deletions
source/orchestrationLogic/HEAT/dc-init.ps1
with
1 addition
and
11 deletions
source/orchestrationLogic/HEAT/dc-init.ps1
+
1
−
11
View file @
c4ef0f53
...
...
@@ -23,14 +23,4 @@ if( !(Test-Path -Path "C:\flag.txt")) {
}
else
{
echo
"else"
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
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment