batch file or VB script which is used for changing the time zone
-
Saturday, July 28, 2012 1:38 PMlooking for batch file or VB script which is used for changing the time zone on few servers so that i will create a package using script file & target on servers.
All Replies
-
Saturday, July 28, 2012 2:31 PM
You don't need to make a batchfile or script, just run tzutil.exe /s "TimeZone Name"
- Edited by Henrik_DahlMicrosoft Community Contributor Saturday, July 28, 2012 2:32 PM
- Proposed As Answer by Jörgen NilssonMVP Sunday, July 29, 2012 9:37 AM
- Marked As Answer by Eric MattoonMicrosoft Employee, Moderator Monday, July 30, 2012 4:24 PM
-
Saturday, July 28, 2012 2:38 PMhow do create a package without batch or script file it should run on many machines (collections)
-
Saturday, July 28, 2012 3:54 PM
Create an empty package with a program specifying the above command-line.
Have you actually ever even opened the ConfigMgr console?
Jason | http://blog.configmgrftw.com | Twitter @JasonSandys
- Proposed As Answer by Jörgen NilssonMVP Sunday, July 29, 2012 9:37 AM
- Marked As Answer by Eric MattoonMicrosoft Employee, Moderator Monday, July 30, 2012 4:24 PM
-
Saturday, July 28, 2012 4:34 PMgot it thanks

