Showing results for November 2012 - Page 11 of 14 - Scripting Blog [archived]

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
Nov 8, 2012
0
0

PowerTip: Import a PowerShell Module from a Shared Location

Doctor Scripto
Doctor Scripto

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?                       &...

Scripting Guy!Windows PowerShellPowerTip
Nov 8, 2012
0
0

Use a PowerShell Module to Run Windows Update

Doctor Scripto
Doctor Scripto

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 Windows ...

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

PowerTip: Run a PowerShell Command on Multiple Servers at the Same Time

Doctor Scripto
Doctor Scripto

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 save...

Scripting Guy!Windows PowerShellPowerTip
Nov 7, 2012
0
0

Post Windows Server 2012 Migration PowerShell Cleanup Work

Doctor Scripto
Doctor Scripto

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. This ...

Scripting Guy!Windows PowerShellscripting techniques