Forum Replies Created
- AuthorPosts
- Tue, Jul 30 2019 at 10:49 am #1328949
- Fri, Aug 23 2019 at 6:32 am #1373430
@michael – I am not trying to add an AD user. I am trying to create new user and add the user to the Administrators group.
- Tue, Aug 13 2019 at 8:21 am #1355610
I am trying to register multiple Windows 2016 servers with WSUS. I am unable to register the Windows 2016 servers with WSUS and install patches with the help of WSUS.
- Wed, Jul 31 2019 at 11:43 am #1331667
@figueroa2david @michael-pietroforte Here in this command, for /f “tokens=1,2 delims=,” %f in (computerlist.txt) do psexec -h \\%f -u <username> -p <password> net user <username> %g /add /description “local user or whatever text”
<username> and <password> are still given as plain text in the above command even though the computer and passwords are given in computerlist.txt, how can we give without plain-text ?
I would like to eliminate all the plain-text passwords in my psexec commands.
Please elaborate.
- Mon, Jul 29 2019 at 10:54 am #1326336
@mkanakos @michael-pietroforte @paolo The user I am trying to create is not an AD user. I have to create a new user and add the user to local administrators group
- AuthorPosts