PowerShell for Developer presentation @ CINNUG - wrapup

by Nino 9. November 2008 04:42

There was a good crowd at tonight's CINNUG meeting for my Windows PowerShell presentation - thank you to all who were in attendance.

My PowerPoint deck and other materials may be found at the download page here (If you want to skip the fluff and get the .zip straightaway look here).

There were a few questions that came up during that talk that either I wanted to double-check on or needed to research an answer, so here they are:

Q: How do I permanently load a custom cmdlet?
A: Put it into your profile script. 
Create a profile.ps1 file and place it in your profile dir. Add Add-PSSnapin MyCustomCmdlet to your profile script.
The profile would be \Documents and Settings\<profile>\My Documents\WindowsPowerShell\ on Windows XP and Windows Server 2003.  It would be \Users\<profile>\Documents\WindowsPowerShell on Windows Vista. Look at this entry on MSDN for Customizing Windows PowerShell for more.

Q: How do I FTP from PowerShell?
A: Options:
- Take a look at this script by Joannes Vermorel.
- NetCmdlets  http://www.nsoftware.com/powershell
- Take a look at this script posted to the microsoft.public.windows.powershell newsgroup

Again, thank to all who were in attendance and happy PowerShell-ing.      ...and for some fun, check out PowerShell Invaders (you may need to sign the script depending on your execution policy).

Tags: , , ,

Samples and Presentations

My presentation materials from Code Camp

by Nino 9. November 2008 04:41

I have uploaded my presentation materials from Code Camp.  Pull them down if you are interested.  There were no materials from my Smart Device / Mobility Architecture whiteboard talk, only the WM5.0 / .NET CF 2.0 talk.

Thanks again to the folks who attended my sessions and thanks to the folks who put together the Dayton-Cincinnati Code Camp (namely Jim Holmes and James Avery) for having me.

If you missed some sessions, check out all the other presenter's materials here.

-Nino

Tags: , , ,

Samples and Presentations

July CINNUG meeting is tonight (..and I'm speaking!)

by Nino 9. July 2005 04:41

Hey folks – The July 2005 meeting of the Cincinnati .NET User Group is tonight  ..and, oh yeah, I’m speaking about .NET Compact Framework development with .NET CF 2.0 and SQL Mobile 2005

See you there!

-Nino 

Tags: , ,

Samples and Presentations

RecentPosts