ei00004
asked on
Kixtart Script Runas Administrator
In a Windows 2003 Active Directory environment, how can I get my kixstart script to runas administrator or user with admin rights when executing on client pc's?
See attached Code Snippet.
See attached Code Snippet.
The "Call" statement below will run a subroutine that changes the location of the client workstation printer to a different print server. I need this script to run on client pc as a user with admin rights.
;=====================================================================
; Change default print server if needed.
If (InGroup(Finance)) = 1 Or (InGroup(IS_Staff)) = 1
Call "@lserver\netlogon\Print_server.scr"
EndIf
;=====================================================================
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.