don’t forget to add the mime types for vib and sig as an application-octet stream! if you are using iis!
then it’ll work
A place to store my quick notes I want to access later, plus maybe help the world…?
don’t forget to add the mime types for vib and sig as an application-octet stream! if you are using iis!
then it’ll work
a client had some wan issues, the exchange dag didn’t like it, this script will detect and resume automagically 🙂
[powershell]
$h = Get-MailboxDatabaseCopyStatus -ident "Main Database\EXCHANGE-DR"
$c = $h.CopyQueueLength
$s = $h.Status
if ($c -gt 0){
Resume-MailboxDatabaseCopy -Identity "Main Database\EXCHANGE-DR" -ReplicationOnly -confirm:$false
Write-Host "Resuming"}
elseif ($c -eq 0){Write-Host "we are good"}
if ($s -ne "Healthy"){
Resume-MailboxDatabaseCopy -Identity "Main Database\EXCHANGE-DR" -ReplicationOnly -confirm:$false
write-host "Detected not Healthy status, resuming"}
[/powershell]
http://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/442662c1-2561-4ba1-b8d6-db97ec85a7dc
Clarify: Single user cannot view the items on public calendar folder, right?
Troubleshooting:
1. Go to affected user’s OWA, check public calendar folder from there
2. Open affected user’s outlook in safe mode
Notes: it can disable the influences from most 3rd-party Add-ons
3. Open affected user’s outlook with switch “Cleanviews” < Start->Run->outlook / Cleanviews>
Notes: Restores default views. All custom views user created are removed
4. Add a new mail profile with same affected user’s info on affected pc, check if the issue still persists
5. Create a new mail profile for affected user on a testing pc, check if the issue still persists
Collect info:
Windows client OS and outlook version
One user can’t see public folders on outlook.
exchange
Very cool program to explore wmi entrys on your pc and make them vb code.
setspn -a SMTPSVC/email.xyz.com XYZExchange01
exchange 2010 kerb errors going to 2003 bombing.
http://technet.microsoft.com/en-us/library/bb691354.aspx