Browse by Tags

All Tags » powershell (RSS)

[Powershell] Scripting Games 2010 announced!

The scripting games 2010 will start April 26th! So head over to http://2010sg.poshcode.org , log in with either your Windows Live ID or OpenID, complete...

[Powershell] network module

I have grouped all previous network related function into a Powershell module. The use of modules has several advantages, as auto completion and detailed...
Posted by scallebaut | with no comments
Filed under: ,

[Powershell] Get-Subnet

The Get-subnet function retrieves the IP and subnet mask from the active network interface. Using the IP and Subnet mask it will calculate the Subnet for...
Posted by scallebaut | with no comments
Filed under: ,

[Powershell] – renaming folders

Last day I wanted to have uniform folder names, some of the folders currently have a set of ‘[‘, ‘]’ chars containing dates and some additional info afterwards...
Posted by scallebaut | with no comments
Filed under:

[Powershell] export info to Excel

There is no cmdlet available to export content directly to Excel. Sure you can use the ‘Export-csv’ cmdlet exporting the object(s) to a comma delimited...
Posted by scallebaut | with no comments
Filed under: , ,

[Powershell] Localized help

Powershell localized help is now available: http://technet.microsoft.com/zh-cn/library/bb978526.aspx http://technet.microsoft.com/zh-tw/library/bb978526...
Posted by scallebaut | with no comments
Filed under: , ,