Is it possible to deploy .bat or .vbs files using FOG?
-
I have used FOG to deploy software installs using .msi or .exe files. I’m in an environment without WSUS or any other form of centralized management of our desktops, and I’m looking for ways that I can easily make changes to OS settings without having to individually do each machine.
-
-
[quote=“Junkhacker, post: 35160, member: 21583”][URL='http://www.fogproject.org/wiki/index.php/Supported_Snapin’s_and_Command_Line_Switches’]http://www.fogproject.org/wiki/index.php/Supported_Snapin’s_and_Command_Line_Switches[/URL][/quote]
Thanks so much!
-
one thing to add. end your script file in a space or new line. we’ve had problems with the client not detecting the end of the file properly if you finish on a character
-
Also, .ps1 (powershell) scripts will work if you have a system script policy of unrestricted
run with “powershell”
run with arguments “-File”in the script, don’t forget everything must have a full path by default!