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 ...
Summary: Learn how to import a Windows PowerShell module from a shared location.
I have a module that will run on multiple servers, and I want to be able to access it from a single location. How can I import a Windows PowerShell module from a central location?
&...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using a free Windows PowerShell module to run Windows Update on a computer.
Microsoft Scripting Guy, Ed Wilson, is here. One thing that is a bit disappointing is that Windows 8 and Windows Server 2012 do not come with cmdlets to permit me to run Windows Update from inside ...
Summary: Run a Windows PowerShell cmdlet on multiple servers at the same time.
How can I run a Windows PowerShell cmdlet on multiple servers at the same time?
To run a Windows PowerShell cmdlet on multiple servers at the same time use the New-PSSession cmdlet and...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about Windows PowerShell cleanup work to do following a migration to Windows Server 2012.
Microsoft Scripting Guy, Ed Wilson, is here. Well, following any migration, there is always a bit of cleanup work. Luckily, Windows Server 2012 enables Windows PowerShell remoting by default. ...