Skip to content

Commit 67aa58b

Browse files
(#249) Add CCMInstallUser to Clixml
Added the executing user for the CCM packages to the clixml for future reference
1 parent 7865b78 commit 67aa58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Start-C4bCcmSetup.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ process {
153153
DefaultUser = "ccmadmin"
154154
DefaultPwToBeChanged = "123qwe"
155155
CCMDBUser = $DatabaseUser
156+
CCMInstallUser = whoami
156157
}
157158

158159
Write-Host "Chocolatey Central Management Setup has now completed" -ForegroundColor Green

0 commit comments

Comments
 (0)