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

Matt Johnson's Technical Adventures

One server at a time.

Browse by Tags

All Tags » Windows   (RSS)
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...
Microsoft IPsec Diagnostic Tool 1.0
Cool new tool by Microsoft to help you troubleshoot IPsec. Get it here . Overview Microsoft IPsec Diagnostic Tool checks for common network problems on the host machine and if found, suggests repair commands. Further, it collects IPsec policy information Read More...
Link: WS2008: Upgrade Paths, Resource Limits & Registry Values
The Performance team put together a good post about Windows Server 2008 Upgrade Paths, Resource Limits and Registry Values. Check it out here . Read More...
Link: Windows Server 2008 Pricing
Pricing isn't that bad for 2008. Quick Shot: Windows Server 2008 Standard: $999 (with five Client Access Licenses, or CALs) Windows Server 2008 Enterprise: $3,999 (with 25 CALs) Windows Server 2008 Datacenter: $2,999 (per processor) Windows Server 2008 Read More...
Windows 2008 RTM Pushed Back
Looks like it is now in Q1 of 2008. More info here . Read More...
Using a RDP added printer in DOS mode applications
I have a client where he manages his invoicing software that is a DOS-based application remotely from one of his other locations. He needed to print to a local printer at the site he is at form a machine that he is remotely connected to. The problem arises Read More...
Link: Basic Debugging of an Application Crash
The Microsoft Performance Team has released a basic guide to debugging an application crash. This is a great way to troubleshoot crashes and have a close to exact reason on why it happened. Basic Debugging of an Application Crash ASKPERF - Ask the Microsoft Read More...
Windows Server Virtualization Calculator
Although this is only completely useful for US customers, Microsoft has published a calculator to determine the costs and the licenses associated with virtualizing a data center. Pretty neat tool. http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.msp Read More...
New RDP Client
Microsoft released a new RDP client (Terminal Services Client 6.0) that has the features that are introduced with Windows Vista and Windows "Longhorn". You can view the knowledge base article here . Some of the new features: Network Level Authentication Read More...
Virtual Server 2005 R2 is a free download
This is sweet. Virtual Server 2005 R2 is now a free download. Even though Microsoft has said this is not in response of EMC offering VMWare GSX Server for free, but it seems to me that it is. In my opinion, Virtual Server is just as good as GSX server. Read More...
Whaaaaaat? Edit the NTDLR??????
Now normally I don’t knock on others “helpful” tips, but this just made me sit back and say “WOW!” While reading through the massive amount of emails I get on a daily basis, I came upon an email that came to me last week from MCPMag.com. The article was Read More...
Installing Windows and Active Directory with an Answer File
If you are anything like me, installing Windows is one of your pain points. It is not that I don’t know how to install Windows, it’s the fact that it does take some time and babysitting. About a year ago I started using answer files to install my production Read More...
Itching for Longhorn and Vista Information?
Itching for Longhorn and Vista Information? I know I am. I am more looking forward to Longhorn server as opposed to Vista as I am more of a Server OS kind of guy. However, any information is good information. Microsoft released a document about the new Read More...
Free tool to detect Network Sniffers
Tim Rains at Microsoft has developed a tool to detect network sniffers running on Windows systems. This tool essentially checks to see if the nework card is running in promiscuous mode. There are both a GUI and command line version. Links: Tim Rains's Read More...