3 lines
234 B
PowerShell
3 lines
234 B
PowerShell
# It all starts with a single line of powershell code.
|
|
Write-Verbose ($Secret:svcitdiaasauto_test.username) -Verbose
|
|
Get-ADUser -Identity svcitddomainjoin | Set-ADUser -Description (Get-Date) -Credential $Secret:svcitdiaasauto_test |