Hi I am trying to run this command which works great to enable an AD account for me. But when I use AD account helpdesk as the account to run this command it prompts me to enter the user accounts password. How can I make it so that it doesn't prompt for password when running script. Thanks
Enable-ADAccount -Identity "CN=eCW Server,OU=CW User Accounts,DC=CC,DC=dh,DC=net" -AuthType Negotiate -Credential dh\helpdesk -Server "chsricbdc01.dh.net
Enable-ADAccount -Identity "CN=eCW Server,OU=CW User Accounts,DC=CC,DC=dh,DC=net" -AuthType Negotiate -Credential dh\helpdesk -Server "chsricbdc01.dh.net