TechNet Script Center logo

Welcome to the TechNet Script Center Gallery!

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.
34 Startup and Shutdown results
Sort By: rss
Determines system uptime.
(0)
8/10/2009
VBScript
Uses the PSShutdown.exe command to remotely unlock a workstation. The basic code is to run PSShutdown as follows:

psshutdown.exe -accepteula -f -o \\remotehost
(0)
8/10/2009
VBScript
Reboot Computers (Community)
Prompts you for a computer name or portion of a computer name (the * wildcard is supported). The script then reboots all the computers in Active Directory that match the criteria.
(0)
8/10/2009
VBScript
Displays a .JPG file at startup. The actual file displayed in based on the screen resolution of the computer.
(0)
8/10/2009
VBScript
Reboots the remote computer specified by the user. Prompts for a user name and password to facilitate rebooting computers in untrusted domains or workgroup environments.
(0)
8/10/2009
VBScript
Log Off a User (Community)
Logs off the user logged-on to a computer.
(0)
8/10/2009
VBScript
Reboots the specified computer.
(0)
8/10/2009
VBScript
Restarts the local computer.
(0)
8/10/2009
VBScript
Shuts down four sample computers on the network. The second half of the script shows you how to abort the shutdowns.
(0)
8/10/2009
VBScript
Logs the current user off of a computer. Warning: If you run this script without parameters, it logs you off your computer.
(0)
8/10/2009
VBScript
1 - 10 of 34 Items < Prev 1 2 3 4  Next > All