Showing archive results for 2014

Feb 14, 2014
Post comments count0
Post likes count0

A PowerShell Valentine’s Day Special

ScriptingGuy1

Summary: Microsoft Scripting Guy Ed Wilson talks about a Windows PowerShell Valentine’s Day special and the 14 things he loves about Windows PowerShell. Microsoft Scripting Guy Ed Wilson is here. Well, it was several months ago when Microsoft Senior IT Pro Evangelist Blain Barton and I were talking. I said, you know we need to think about doi...

Scripting Guy!Windows PowerShellcommunity
Feb 14, 2014
Post comments count0
Post likes count0

Set Up a Lab with Windows PowerShell and Free Microsoft Software: Part 5

Doctor Scripto

Summary: Preconfigure a virtual machine as a domain controller including Windows PowerShell Desired State Configuration and DHCP.  Hey, Scripting Guy! I saw how we could build the virtual machines from a template. Were you teasing us about creating a new domain controller in this lab environment? I’d really love to see the script that wo...

Windows PowerShellguest bloggerSean Kearney
Feb 13, 2014
Post comments count0
Post likes count0

PowerTip: Create New Item in Registry with PowerShell

Doctor Scripto

Summary: Use Windows PowerShell to create an entry in the Windows registry structure.  How do I create an entry in the Windows registry with Windows PowerShell?  Use the New-ItemProperty cmdlet to add the information you need.           For example, the following command makes a new name called ...

Windows PowerShellPowerTipguest blogger
Feb 13, 2014
Post comments count0
Post likes count0

Set Up a Lab with Windows PowerShell and Free Microsoft Software: Part 4

Doctor Scripto

Summary: Attach a VHD to a new virtual machine and modify the operating system for additional customizations.  Hey, Scripting Guy! With that prepped VHD file, how much work will it take to create an actual virtual machine? Possibly with some customizations? —MM  Hello MM, Honorary Scripting Guy, Sean Kearney, is here to raise a litt...

Windows PowerShellguest bloggerSean Kearney
Feb 12, 2014
Post comments count0
Post likes count0

PowerTip: Mount ISO or VHD File with PowerShell

Doctor Scripto

Summary: Use Windows PowerShell to mount an ISO or VHD file.  I can double-click an ISO file to access it in Windows 8.1, but is there a Windows PowerShell           cmdlet that will do that for me?  Use the Mount-DiskImage cmdlet and specify the file name: For an ISO file: MOUNT-DISKIMAGE C:\ISO\MYCDFil...

Windows PowerShellPowerTipguest blogger