Showing results for servers - Scripting Blog [archived]

Apr 28, 2013
0
0

Weekend Scripter: Use PowerShell to Upload a New File Version to SharePoint

Doctor Scripto
Doctor Scripto

Summary: Microsoft PowerShell MVP, Niklas Goude, talks about using Windows PowerShell to upload a new version of a file to SharePoint. Microsoft Scripting Guy, Ed Wilson, is here. Today Niklas Goude is our guest blogger. You can read more from Niklas in his past Hey, Scripting Guy! Blog posts. Take it away Niklas… In a previous post, Use Pow...

Scripting Guy!Windows PowerShellguest blogger
Feb 21, 2013
0
0

Use PowerShell to Perform an Orderly Shutdown of a Server Running Hyper-V

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to shut down all virtual machines on a server running Hyper-V prior to shutting down the server.  Hey, Scripting Guy! From time to time I need to shut down one of our servers that is running the Hyper-V role. The problem is that these servers have multiple virtua...

Scripting Guy!Windows PowerShellscripting techniques
Feb 20, 2013
0
0

Use PowerShell to Find Servers that Need a Reboot

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find servers that need to be rebooted.   Hey, Scripting Guy! My boss is a Falstaff sort of character, but every once in a while he does actually have a good idea. When he recently logged on to a server console (don’t ask me why my boss was actually ...

Scripting Guy!Windows PowerShellscripting techniques
Nov 9, 2012
0
0

PowerTip: Identify Virtual Switches by Using PowerShell 3.0

Doctor Scripto
Doctor Scripto

Summary: Learn how to use a single cmdlet to identify the existence of Hyper-V virtual switches.  How can I use Windows PowerShell 3.0 on Windows 8 to identify Hyper-V virtual switches?                         Use the Get-VMSwitch cmdlet from the Hyper-V ...

Scripting Guy!Windows PowerShellPowerTip
Nov 9, 2012
0
0

Automatically Create Hyper-V Virtual Machines from VHD

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to automatically create Hyper-V virtual machines from VHD by using Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. As the Scripting Wife and I get ready for our European Scripting Tour, I need to make sure my Windows 8 laptop is in top-working order. Good thing I checked. ...

Scripting Guy!Windows PowerShellPowerShell 3