Housekeeping; Adding to documentation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -27,7 +27,6 @@ If ($Parameter['deployment.type'] -eq 'secondary') {
|
||||
|
||||
$NewCimSessionSplat = @{
|
||||
Credential = New-Object System.Management.Automation.PSCredential(
|
||||
###! TODO: Replace this with code to automagically find required accountname (this hardcoded value might not be correct due to GPO's)
|
||||
(Get-ADUser -Filter * | Where-Object {$_.SID -match '-500'}).SamAccountName,
|
||||
(ConvertTo-SecureString $Parameter['addsconfig.administratorpw'] -AsPlainText -Force)
|
||||
)
|
||||
|
@ -1,13 +1,13 @@
|
||||
DeploymentConfigurations:
|
||||
- Id: primary
|
||||
Label: Primary
|
||||
Description: Initial Domain Controller with 'PDC Emulator'-role (redundant deployment)
|
||||
Label: Primary (redundant deployment)
|
||||
Description: Initial Domain Controller with 'PDC Emulator'-role
|
||||
- Id: secondary
|
||||
Label: Secondary
|
||||
Description: Additional Domain Controller (redundant deployment)
|
||||
Label: Secondary (redundant deployment)
|
||||
Description: Additional Domain Controller
|
||||
- Id: standalone
|
||||
Label: Stand-alone
|
||||
Description: Single Domain Controller (non-redundant deployment)
|
||||
Label: Stand-alone (non-redundant deployment)
|
||||
Description: Single Domain Controller
|
||||
PropertyCategories:
|
||||
- Name: ''
|
||||
ProductProperties:
|
||||
|
Reference in New Issue
Block a user