Pastebin
Paste #2188: sas - windows add users
< previous paste - next paste>
Pasted by tdn
@echo off net user Jens Student1 /add /passwordchg:NO /fullname:"Jens" /comment:"Course User" > NUL cscript pne.vbs //B net localgroup "SAS Server Users" /add /comment:"Users who run tasks on the SAS Servers" > NUL net localgroup "SAS Server Users" Jens Morten Henrik Heidi Camilla /add > NUL ntrights -u "SAS Server Users" +r SeBatchLogonRight > NUL
New Paste
Go to most recent paste.