Welcome to Dirteam.com/ActiveDir.org Blogs Sign in | Join | Help

Matt Johnson's Technical Adventures

One server at a time.

November 2008 - Posts

Random Collection of Links – 11/4/2008
I refuse to post anything regarding the election, so here are some interesting (or may not so interesting) links. Ask the Directory Services Team : Troubleshooting KCC Event Log Errors Ask the Core Team : How to Debug Kernel Mode Blue Screen Crashes (for Read More...
Microsoft Essential Business Server on Technet
Just logged into Technet today to get a ISO, and saw that EBS is now in Technet. Now only if I had enough machines to try it out with. Read More...
Get PC Serial Number via PowerShell
This is a pretty cool one liner that is of tremendous help. You can get the serial number of most PCs via PowerShell remotely. This includes Dell service tags. Command: Get-WMIObject -Class "Win32_BIOS" -Computer computername | select SerialNumber Example: Read More...