Showing archive results for May 2013

May 17, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get Virtual Machine Start Mode

Doctor Scripto

Summary: Sean Kearney shows how to determine virtual machine start mode by using Windows PowerShell.  How can I tell which virtual machines will start automatically?  Use the Get-VM cmdlet, and check the AutomaticStartAction property: Get-VM | Format-Table Name,AutomaticStartAction -autosize

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

Change Virtual Machine Network Configuration with PowerShell

Doctor Scripto

Summary: Learn how to use Windows PowerShell to change the virtual machine network configuration in Windows Server 2012. 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 welcome you, and I encourage you to ...

Scripting Guy!Windows PowerShellguest blogger
May 16, 2013
Post comments count0
Post likes count0

2013 Scripting Games: Beginner Event 4

Doctor Scripto

Summary: Scripting Games Beginner Event 4: Dr. Scripto needs to audit 20 random users from Active Directory. Microsoft Scripting Guy, Ed Wilson, is here. Once again it is time to reveal an event for the 2013 Scripting Games that are being hosted and run by www.powershell.org. Head on over to their website to submit your entry. An Auditing Adve...

May 15, 2013
Post comments count0
Post likes count0

PowerTip: Find All Required Assemblies for PowerShell Modules

Doctor Scripto

Summary: Find required assemblies for your Windows PowerShell modules.  How can I use Windows PowerShell to show required assemblies for my Windows PowerShell modules?  Use the ExpandProperty parameter of Select-Object and choose the RequiredAssemblies property from the Get-Module cmdlet after you h...

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

I Found This Module—What Do I Do?

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about how to use a Windows PowerShell module.   Hey, Scripting Guy!  I found this module in the Scripting Guys Script Repository. Now what do I do? —SH  Hello SH, Microsoft Scripting Guy, Ed Wilson, is here. This morning I have been busy booking travel to Madrid, Spain for...

Scripting Guy!Windows PowerShellscripting techniques