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) | ||||
|         ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user