In an earlier post I mentioned a useful link for Powershell users. I am happy to say I used the cheat sheet today.
Sometimes you want to grab a property from an Active Directory entry. I wanted to be able to do it from Powershell.
One of the cool things about PowerShell is that you can access [...]
Archive for June 27th, 2008
Get an Active Directory Property from Powershell
Posted in Script, tagged Active Directory from Powershell, Powershell script on June 27, 2008 | Leave a Comment »
Powershell Cheat Sheet
Posted in Utilities, Windows, tagged Powershell on June 27, 2008 | Leave a Comment »
Ever use Powershell? I run into situations every once in a while where it is really useful but I always seem to forget the syntax. I found a link to a really cool cheat sheet that I just tacked onto my wall so I won’t ever be lost again.
Check it here: http://blogs.msdn.com/powershell/attachment/1521595.ashx
My First C++ Program, the generic Hello World!
Posted in C++, Programming, tagged C++ HelloWorld, Hello World, Linux C++ compile on June 27, 2008 | Leave a Comment »
I have a base of knowledge in Java and VB ,net but coming up in my school career is a class called “Problem Solving in C++” So where do you start learning a new language? The Hello World! program