Tag Archives: PowerShell

Creating Multi-Dimension Arrays with PSObjects

While working on my book, on my chapter about working with objects, I went through a series of examples on using PSObject and Hash Tables which made me realized that creating NoteProperties is a thing of the past.  Thanks to … Continue reading

Posted in PowerShell | Tagged , , | Comments Off

Invoke-SQLCmd minor issue running some SQL Stored-Procedures…

First time I notice something strange with “Invoke-SQLCmd”, I was when executing the system Stored-Procedure “SP_Who2” and got the following error message: PS C:\Users\Max> $sqlWho = Invoke-Sqlcmd “SP_Who2″ Invoke-Sqlcmd : The pipeline has been stopped. At line:1 char:24 + $sqlWho … Continue reading

Posted in PowerShell, SQL Server | Tagged , | Comments Off

PowerShell Modules – How to create Aliases for my functions?

There’s tons of information about PowerShell Modules on the internet.  Then I realized, in my PowerShell Modules, How do I create Aliases for my functions?  I couldn’t find any information on the internet about Aliases in modules.  So, thanks to Ed Wilson … Continue reading

Posted in PowerShell | Tagged | Comments Off

Wind of changes in the PowerShell front!!

I’m finally making the move from Live.Spaces to WordPress. There’s a lot going on with PowerShell that sometimes it’s hard to keep up. The good thing about it is that everyone have finally realized that they need to catch up … Continue reading

Posted in PowerShell | Tagged | Comments Off