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, 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
Microsoft Outlook Auto Complete: location, backup
Posted in Office 2007, Outlook, Windows, tagged Add new tag, Auto Complete, Outlook 2007 on June 22, 2008 | Leave a Comment »
Ever typed an email in Microsoft Outlook and went to put in the recipient and you were delighted to see that after you typed a few letters it had already guessed the right person?
Cool, ever reinstalled an OS or Office and went to do the same thing and Outlook did not finish your thoughts for [...]
Retrieving the connection string in a .net application
Posted in Web Programming, tagged .net, ASP, connection strings on June 18, 2008 | Leave a Comment »
In a website created using ASP .net there is a file called web.config . This file holds information about the website’s configuration.
What is a Code-Behind file in .net?
Posted in Web Programming, tagged ASP, code-behind on June 18, 2008 | Leave a Comment »
So you are putting together a web page using Microsoft’s ASP .net. You are looking through forums and examples for help and people keep talking about the code-behind.
Memory leak in VB findone() method
Posted in Programming, tagged .net, Active Directory, Directory Searcher, VB on June 12, 2008 | Leave a Comment »
I know the title is fascinating but this little nugget of knowledge came in extremely useful. I was writing an web application that talked to Active Directory (using VB .net) for some of it’s info and found that there was a gigantic memory leak occurring.
Books are your friend…
Posted in Comment, tagged Books on June 17, 2008 | Leave a Comment »
I am new to many things involved in the development world. Lucky for me I get to go to a job where they pay me to learn stuff, not just know it already. Many times I find myself turning to the web for information.
Read Full Post »