Problem with DNS name resolution when using System.Net.DNS class
I recently ran into a problem when writing a PowerShell script to perform DNS Name resolution using .NET class System.Net.DNS (http://msdn.microsoft.com/en-u...
I recently ran into a problem when writing a PowerShell script to perform DNS Name resolution using .NET class System.Net.DNS (http://msdn.microsoft.com/en-u...
30/01/2012: This script has been updated to version 3.5. Details can be found HERE. The download link on this article has also been updated to version 3.5.
Prerequisite: SQL Management Studio needs to be installed. [System.Reflection.Assembly]::LoadWithPartialName(‘Microsoft.SqlServer.Smo’) ...
I came across an interesting problem today that a function I wrote to return all SCCM primary sites worked at work but did not work at home. the difference b...
Often, I found it’s hard to locate the Collection object in the SCCM console if you only know the Collection ID. Couple of weeks ago I ran into a situation w...