Pastebin

Paste #2188: sas - windows add users

< previous paste - next paste>

Pasted by tdn

Download View as text

@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


Do not write anything in this field if you're a human.

Go to most recent paste.