Friday, June 22, 2012

SCCM: Rename the Administrator Account during OSD

It is a best practise to rename the local Administrator account if you choose to keep it enabled.  Here is an option for renaming this account during a SCCM Task Sequence.

     CMD Line:  wmic UserAccount where Name="Administrator" call Rename Name="HelpDesk"

1 comment:

  1. Doesn't get around the fact the Administrator account always begins with S-1-5- and ends with -500, to actually have a secure account will need to create a new local admin account and disable the administrator account.

    Looking for a way to do this!

    ReplyDelete