Showing results for May 2013 - Page 3 of 11 - Scripting Blog [archived]

May 26, 2013
Post comments count0
Post likes count0

Weekend Scripter: Use PowerShell to Build Multiple Virtual Machines

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to build multiple virtual machines with Hyper-V. Microsoft Scripting Guy, Ed Wilson, is here. One of the really cool things that I love about Windows 8 is having real-live, honest-to-goodness, Hyper-V built in to the operating system. And of course, that means al...

Scripting Guy!Windows PowerShellWeekend Scripter
May 25, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Disabled User Accounts

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to easily find disabled user accounts in Active Directory.  How can I use Windows PowerShell to find disabled user accounts in Active Directory?  Use the Search-ADAccount cmdlet from the Active Directory module: Search-ADAccount -AccountDisabled  

Scripting Guy!Windows PowerShellPowerTip
May 25, 2013
Post comments count0
Post likes count0

Weekend Scripter: Use PowerShell to Find Computers SIDs in AD DS

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find computer security identifiers (SIDs) in Active Directory Domain Services. Microsoft Scripting Guy, Ed Wilson, is here. TechEd 2013 is soon upon us—both in New Orleans and in Madrid. The Scripting Wife has been extremely busy working on her schedule and t...

Scripting Guy!Windows PowerShellWeekend Scripter
May 24, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Put Virtual Machine in Saved State

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to put a virtual machine into a saved state.  How do I put a virtual machine into a saved state?  Use the Save-VM cmdlet with the name of the virtual machine in Hyper-V: Save-VM 'Contoso-FPS' Or you can place all virtual machines on a Hyper-V server into saved state by using: Get-VM | Save-VM

Scripting Guy!Windows PowerShellPowerTip
May 24, 2013
Post comments count0
Post likes count0

Export Multiple Virtual Machines with Windows PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft PowerShell MVP, Sean Kearney, shows how to easily use Windows PowerShell in Windows Server 2012 to export multiple virtual machines. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new to the blog, I welco...

Scripting Guy!Windows PowerShellguest blogger