Showing results for October 2013 - Page 11 of 13 - Scripting Blog [archived]

Oct 8, 2013
0
0

Using PowerShell to Set Up Hyper-V

Doctor Scripto Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, explains how to use Windows PowerShell to simplify the Hyper-V set-up process. Microsoft Scripting Guy, Ed Wilson, is here. I am sitting here sipping a fairly nice cup of green tea. I wimped out this afternoon. I have a team meeting in a few minutes, so I did not take the time to make a proper pot of tea...

Scripting Guy!Windows PowerShellHyper-V
Oct 7, 2013
0
0

PowerTip: Use PowerShell to Obtain Disk Image Info

Doctor Scripto Doctor Scripto

Summary: Use Windows PowerShell to find basic disk image information.  How can I find basic information about the disk images on my Windows 8-based computer?  Use Get-ChildItem to find all of the *.iso files in your directory, pipe the results to Foreach-Object,          then call Get-DiskImage...

Scripting Guy!Windows PowerShellPowerTip
Oct 7, 2013
0
0

Use PowerShell to Bulk Create New Conference Rooms

Doctor Scripto Doctor Scripto

Summary: Guest blogger, Tim Bolton, discusses how he used Windows PowerShell to create a bunch of new conference rooms. Microsoft Scripting Guy, Ed Wilson, is here. Today we have another guest blog post by Tim Bolton. In one way, today’s post is a continuation of the post we published on Friday about adding carriage returns to .csv files. It ...

Scripting Guy!Windows PowerShellguest blogger
Oct 6, 2013
0
0

PowerTip: Use PowerShell to Find Event Logs with Events

Doctor Scripto Doctor Scripto

Summary: Use Windows PowerShell to find all event logs that contain events.  How can I use Windows PowerShell to find all traditional and non-traditional event logs that contain events?  Use the Get-WinEvent cmdlet to return all event logs, use Where-Object to filter the logs that          ...

Scripting Guy!Windows PowerShellPowerTip
Oct 6, 2013
0
0

Weekend Scripter: A Reluctant Immersion to PowerShell

Doctor Scripto Doctor Scripto

Summary: Guest blogger, Todd Klindt, reflects on his experience learning Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about writing books for Microsoft Press is that I am brought into contact with people that I otherwise might not talk to. I asked Todd Klindt to write a sidebar about his experience ...

Scripting Guy!Windows PowerShellguest blogger

Feedback