@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