• Exchange 2010 – how to take traces using ExTRA (traces analysis by Support Engineers only)

    Go to the Exchange Client Access Server and turn on EXTRA tracing. To do so, take these actions: 1) Go to Start, Run… Type EXTRA 2) Once EXTRA opens, at the Update and Customer Feedback screen, Choose “ Check for Updates on Startup...
  • Exchange 2010 Public Folder Free/Busy folders admin accessibility issues–Troubleshooting step

      Using ADSIEDIT : go into configuration>services>microsoft exchange>administrative groups>... and navigate to any public folder database/store and check the properties Find a msExchOwningPFTree attribute: this should equal the distinguished...
  • Powershell v2 tips–All the Job commands (quick reference)

      I’m a red fish, so I wrote the Powershell’s Job commands here so I’ll have a repository. An other way to list the Job commands is to type get-command *-job or get-command –Noun job Start-Job : Start-Job -ScriptBlock {dir –path c:\windows –rec}...