This is my technical blog, based on some of my solved problems from my daily activities.
Microsoft Forefront Threat Management Gateway (TMG) 2010 Service Pack 2
Official version available for download: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27603 .
Microsoft Office Communicator 2007 could not retrieve calendar or Out of Office information from Exchange Web Services
If you upgrade your Exchange organization to Exchange 2010 (or greenfield installation), and your not patching your office communicator 2007 regulary, you may experience the following message :
Resolution for the problem can be found on the following Microsoft published article :
http://support.microsoft.com/kb/2028885 or http://support.microsoft.com/kb/2300255 .
Resolution for the problem can be found on the following Microsoft published article :
http://support.microsoft.com/kb/2028885 or http://support.microsoft.com/kb/2300255 .
Subscribe to:
Posts (Atom)
How to check EMBG (Unique Master Citizen Number) using regex
In this post, I will share my implementation of how to check if some number looks like EMBG or Unique Master Citizen Number. For those of yo...

-
In this post, I will share my implementation of how to check if some number looks like EMBG or Unique Master Citizen Number. For those of yo...
-
In this case web developer has created web application installed on IIS 7.5, and this web application was trying to access to asp.net web s...
-
In this case Hyper V failover cluster was installed on Windows Server 2012, and on one of the nodes that was hosting the "Cluster Grou...
-
This is a single liner PowerShell for listing active paths on MPIO disk devices: (gwmi -Namespace root\wmi -Class mpio_disk_info).drivein...
-
For debugging purposes I needed a quick way to convert Base64 encoded string. My opinion is that the easiest way to achieve is to use Powe...