PowerShell [rss]

Powershell

How to set the title of my Console Window

The PowerShell team's blog posted this great script on their blog today. http://blogs.msdn.com/powershell/archive/2006/07/17/How_to_I_set_the_title_of_my_Console_Window.aspx If you are not subscribed to the PowerShell Team blog and you are using Read More

Use a WaitKey Function in Windows PowerShell

Got this from TechNet Script Center Use a WaitKey Function in Windows PowerShell Submitted By: Greg Lyon Language: Windows PowerShell Description: Sample script that adds a WaitKey function to a Windows PowerShell script. Script Codefunction Read More

PowerShell and Exit Codes

Today on the PowerShell email lists a question was brought up how to find the exit code of a program. The solution: $LastExitCode   Here is an example I found online: function CheckExitCode {param ([string]$failureMessage, [int[]]$successCodes Read More

Powershell Remote

http://www.gotdotnet.com/Workspaces/Workspace.aspx?id=ce09cdaf-7da2-4f1c-bed3-f8cb35de5aea What is PowerShell Remoting Windows PowerShell® (codename Monad) is next generation of command line interface in Microsoft Windows platform. Powershell does not Read More

Backup Files Using Windows PowerShell

http://www.microsoft.com/technet/scriptcenter/csc/scripts/backup/backup/cscbk013.mspx Backup Files Using Windows PowerShell Submitted By: Greg Lyon Language: Windows PowerShell Description: Backs up files using Windows PowerShell. Script Code Read More

PowerShell Resources

Powershell Portal: http://www.microsoft.com/powershell Powershell Team Blog: http://blogs.msdn.com/powershell/ Scripts.readify.net: http://scripts.readify.net/ Jeffrey Hicks’ Blog (former coworker!): http://jdhitsolutions.blogspot.com/ Keith Hill’s Read More

PowerShell - Finding the static methods of a class

Jeffrey Snover posted a great post on the PowerShell Blog In the previous entry, it showed how you could use the static method GetHostAddresses of the [System.Net.Dns] class to resolve a hostname.  This begs the question, how do you find the static Read More

PowerShell - resolve a hostname into an IP Address

Jeffrey Snover posted this on the Powershell blog   Wei Wu provided a nice one liner in response to a query in our NewsGroup: Microsoft.Public.Windows.PowerShell about how to resolve a hostname into an IP Address: PS> [System.Net.Dns]::GetHostAddresses("www.msn.com") Read More

PowerShell and Migrations

http://blogs.technet.com/collabtools/archive/2006/06/23/438504.aspx   Good article on PowerShell and Migrations.   More links on Powershell Powershell blog http://blogs.msdn.com/powershell/   A video showing an old tool of mine Read More

PowerShell documentation

http://www.microsoft.com/downloads/details.aspx?FamilyId=2B0BBFCD-0797-4083-A817-5E6A054A85C9&displaylang=en Read More

PowerShell Scripting Contest

Exchange Server 2007 Scripting Contest Activate the PowerShell – And Enter to Win a Trip to the Exchange Server 2007 Launch! If you’re looking for the deal of a lifetime then you’ve come to the right place: write a one-line script for managing Read More

Powershell Podcasts

ScriptingAnswers.com has a number of scripting related podcasts at: http://feeds.feedburner.com/ScriptinganswerscomAudioNetwork Read More

IDE for creating and modifying Powershell scripts with Intellisense built in.

These guys have developed an IDE for creating and modifying Powershell scripts with Intellisense built in. http://powershell.com/ Thanks to Tim Martin for finding this site!! Read More

PowerShell Grammer

I posted this on the forums, but thought I'd highlight on the blogs as well.   http://www.myitforum.com/forums/tm.asp?m=134274&p=1&tmode=1 Read More

PowerShell Training

I posted this on the forums but I figured I'd highlight on my blog as well.   Desktop Engineer is offering PowerShell Training.   Read More
More Posts Next page »