Files
Backup/_NDGOV_WindowsTeam/ITD.Infra-Servers-PowerShellUniversal.Test/ITD-PowerShellUniversal.Administration/Set-ITDADUserDescription.ps1
T
Zack Meier 1d304511b8 update
2026-04-15 15:45:50 -05:00

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