This web site uses Kentico CMS, the content management system for ASP.NET developers.

Basically, you can use the tab to auto-complete what you are writing in your PowerShell (PS) cmdlet line.

Here’s some examples:

clip_image002

Then press the “tab” key a few times

clip_image004

clip_image006

Pick the “properties” or “method” you want to use to complete the cmdlet and run.

clip_image008

Now, using the one of the third-party PowerShell tools available on the Internet such as”PowerShellPlus”, you can take advantage of the Tab-expansion features in a graphical way.

clip_image010

A pull-down list will be available similar to the auto-completion features available in Visual Studio.

clip_image012 clip_image014

If you want to check out the “PowerShellPlus” tool, here the link: http://www.powershell.com/

Enjoy!

Posted: 8/29/2008 2:11:44 PM by Global Administrator | with 0 comments


This is one tools that need the recognition and finally joins IDERA tools.  I seen this PowerShell editor grow and I considered it a good one to have in your desk.  Go ahead the download this product and give it a try.  You will love it:



<Click Here: PowerShellPlus Professional Edition>

Enjoy!
Posted: 8/29/2008 9:30:52 AM by Global Administrator | with 0 comments




In my last presentation at DeVry University, I show a solution build in PowerShell. There’s many components that are build in this small PowerShell script, such as:
1.       Loading GAC’s – to have access to an specific .NET assemblies
2.       ADO.NET components – use to connect to the SQL Server
3.       Use of normal CMDLETS
4.       Use of some global PS variables (example: “$Env:UserProfile”)
Well, here’s the code:
1.       CshCBOrig.cs – this is code generated using Visual Studio were I created a basic Windows Form with two empty combo boxes and a button. Combo-box have no connectivity to any SQL table.
2.       PSCBconvert.ps1 – This is the converted C# code to PowerShell .
3.       PSCBconvert_wSQL.ps1 – This code include ADO.NET components use to extract information from the SQL Server. Also, this piece will generate the CSV file.
4.       OneLiner_Codebid_PS_Windows_Solution.txt” – Use this series of code bids and run it at the PS prompt.
5.       I also include two PDF files were I documented my conversion steps from C# to PowerShell.
6.       “Develper.bak” - copy of the SQL 2k database “Developer” w/test data.
Note: please make sure to change the variable that store the computer name with the sample to work.
Also, included the Microsoft SysInternalZoomIt” tool.
Thanks for your attendance,
Max Trinidad
Posted: 8/14/2008 10:43:20 PM by Global Administrator | with 42 comments


This web site uses Kentico CMS, the content management system for ASP.NET developers.