This was always really handy for me, I figured I'd offer it up here. These are some detailed examples on how to use the Setup executable with the available switches. Just browse to the drive letter of the media you are working with and go for it. For the record, you don't need to enter ".exe" at the end of it. Here's the link to the original documentation: http://technet.microsoft.com/en-us/library/aa997281(v=exchg.150).aspx Setup.exe /mode:Install /role:ClientAccess,Mailbox … [Read more...] about Exchange 2013 Setup and Install Examples
cmd. command prompt
Reboot a computer or server remotely
Here's a quick and easy way to reboot a server or computer remotely. No extra steps needed. Log into a computer as an admin. By default, the command will use your credentials on the remote side. Open up an elevated (Run As Administrator) command prompt. Run the following command. Note that you can use the computer name or the IP Address if you know it: shutdown /m \\computer-name /r /f Done! The /m switch means you're trying to connect to a server that's somewhere else. The /r … [Read more...] about Reboot a computer or server remotely
Recent Activity