Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » ADO   (RSS)

Scripting Games 2007 Advanced PowerShell Event 5

As the Answers to the events 5 and 6 in the Scripting Games 2007 , Are Posted, *edit * It's nice to see that more people show there answers, it is nice to compare them also see for example the answers here : winter scripting games : events 5 and 6 in
Posted by admin | 3 Comments

PowerShell get-SqlServerList

A handy onliner Function to get a list of SQL servers I have in my Profile function get-SqlServerList {[System.Data.Sql.SqlDataSourceEnumerator]::Instance.GetDataSources()} This function retrieves a DataTable containing information about all visible SQL
Posted by admin | 2 Comments
Filed under: , ,

PowerTab 0.72 PowerShell TabExtension - Part 3 The DataBase and utilities

This is part 3 of a series, about PowerTab an extended PowerShell TabExpansion Function for more information see former posts : PowerTab Overview Page ( Downloads and Links ) PowerTab 0.72 PowerShell TabExtension - Part 2 The basics PowerTab 0.72 PowerShell