Actions
Tags
Recipes
Archives
February 2012 S M T W T F S « Jun 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Category Archives: References
SharePoint 2010 Licensing
This article is about the most useful explination that I’ve seen about the different web parts that are provided (out of the box) by the different SharePoint license types. http://www.sharepointconfig.com/2010/06/sharepoint-2010-web-parts-by-license-type/
Posted in References, SharePoint
Leave a comment
Get Mailbox Count per Database Efficiently
As part of our migration from SCC to CCR in our Exchange 2007 environment, I had to write a script that evacuated all of the users off of a given mailbox server across a collection of other servers while taking … Continue reading
Posted in Active Directory, Exchange 2007, PowerShell, References
Leave a comment
Useful regular expression tutorials
These are some rather useful regular expression tutorials I stumbled across. Basic Regular Expressions Extreme regex foo
Posted in References, RegEx
Leave a comment
Virtual Memory in XP
Although this article specifically refers to XP, it also applies to pretty much any version of windows built on the NT kernel. It’s a good overview on how virtual memory works in the kernel and why page faults aren’t necessarily … Continue reading
Posted in References, System Administration
Leave a comment
Processes that won’t die in Windows
Ever have a process that won’t go away no matter what you do? You’ve kill -f <processname>‘d it and yet the PID just won’t die? I’ve seen SAV do this a fair number of times. Why do some process stay … Continue reading
Posted in References, System Administration
Leave a comment
Active Directory Searches, Replication and GPO Scripts
Technet has these two gems on Active Directory Searches and Replication that make for informative reading if you have to deal with either. MSDN has some references for the scripts that are included in the GPMC. These scripts can be … Continue reading
CMS, VMWare and other niftyness
Brage-CM is a free change tracking/management solution for system configurations. iTunes Library Updater can sychronize your iTunes library with arbitrary directories. VMGuru is an excellent VMWare references site, the maintainer is an author of server VMWare books
Posted in References, System Administration, Virtualization
Leave a comment
Source Control Introduction
Source Control HOWTO contains a good high level overview of source code management.
Posted in Development, References
Leave a comment
Regular Expression Simulator
Ever wanted to play with Regular Expressions and not pull your hair out? http://www.ultrapico.com/Expresso.htm
Posted in References, RegEx
Leave a comment
Active Directory authentication with Apache Kerberos
Providing Active Directory authentication via Kerberos protocol in Apache