Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » Windows PowerShell   (RSS)

PowerShell: the DMZ of Interop

Windows PowerShell is shaping up to be the technology around which IT Pros from *nix and Windows worlds meet and build community (virtualization will be another, IMO). Check out Bill's post on PowerShell on Port25 . Some nifty links there, such as: Interview

Translating VBScript to Windows PowerShell

Windows PowerShell week has started. If you haven't signed up for the webcasts, you should run, not walk to the signup page . Completed casts are available on-demand - for example, yesterday's Day 1 intro cast , and QnA transcript. But wait, there's more.

Download Links to Windows PowerShell 1.0 RC2

There is a new page that has links and a FAQ explaining different language versions that are available. http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx Windows PowerShell 1.0 Release Candidate 2 currently supports

Message Received and Understood

My manager attended a conference for technical content creators last week and brought back some interesting insights on tools, techniques and people issues. Her observations dovetail with some other recent conversations and reflections. For example, I

Windows PowerShell Jumpstart

Here are some resources to get you started learning about PowerShell: M aterials to read PowerShell User Guide Scripting with Windows PowerShell Task-based Guide to Windows PowerShell Cmdlets TechCenter Sample Scripts Blogs Windows PowerShell Team Blog:

PowerOffVM: Script to stop a VM

Came across this today, handy little script for stopping a VM: '''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 'PowerOffVM() 'this function powers off a Virtual Machine '''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Function PowerOffVM
Posted by tonyso | 0 Comments

PowerShell RC 2 Install Points

VMM Beta 1 has a dependency on Windows PowerShell RC 1.0. You can find the bits on the Connect site (which requires registration) at: https://connect.microsoft.com/vmm/Downloads/DownloadDetails.aspx?DownloadID=2492 The newest version of Windows PowerShell
Posted by tonyso | 1 Comments

How much free space is on my drive(s)?

Windows PowerShell guru Jim Truher has just blogged a nifty PowerShell way to check remaining free space on your drive when you are on the command line using the Get-WMIObject cmdlet. Check it out at Getting Disk Usage Information .
Posted by tonyso | 0 Comments