use Exchange Management Shell (PowerShell) command, Get-OutlookProvider and Set-OutlookProvider to set it:
- [PS] C:\>Set-OutlookProvider EXPR -CertPrincipalName "msstd:*.abcdef.com"
This blog covers many areas of Information Technology that intrigue me as well as other interests.





this warning happened after I created a HA cluster with 2 ESX hosts. they are
basically white boxes I run development VMs on. after the cluster creation, one
of the hosts had this in the summary display. This turned out to be a
configuration issue with the network adapters. VC 2.5 expects the Service
Console attached to at least 2 nics to avaid isolation response.
1) login to console with root
2) adduser -g users -d /home/-s /bin/bash
notes: many of the steps can be automated - using VB Script, I have automated 3, 4 just because they are really manually intensive. ideally, the whole process short of shutting down the inital VM should be scripted.
- Kenny