Enable Out of Office thru Powershell

Hi Readers, With the advent of Exchange 2010 we have got the new feature of setting OOO thru powershell. Setting Up out of office by Exchange shell: Set-MailboxAutoReplyConfiguration -identity “Vikassukhija@Labtest.com” –AutoReplyState Scheduled –StartTime “06/30/2014” –EndTime “07/02/2014” –ExternalMessage “Thanks for your mail. I am out-of-office and do not have access to mails. I will return on…

Publish Active Directory Group membership to SharePoint Webpage

Hi Readers, Today I am sharing a power-shell solution that can be used to publish Group Membership information to SharePoint Webpage. Download the scripts from below link & modify the grouppublish.ps1 script. http://gallery.technet.microsoft.com/Publish-Active-Directory-e91ef5a9 $group = “Group1” (group name for which you want to publish the membership) $source = “C:\Scripts\PatchPilot\output1\patchpilot.html” (Path of HTML file that will be…

OAB not downloading to clients connecting via Exchange 2010

Hi Readers, We were facing issues with OAB in TEST environment , it was not downloading –> on troubleshooting we found some issue that I will discuss in this Blog post. 1. Check Autodiscover via Outlook 2. Just select Auto-discover 3. From XML Tab we found the url of OAB, On opening that URL in browser below was…

Appear Offline Status On Lync Client

Hi Readers, Today I am sharing a TIP on how to show Appear Offline Status on Lync Client: On the machine where Lync Client is installed, open registry editor 1. Run Regedt32 2.  Go to Path “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator” 3. Create a Dword EnableAppearOffline 4. Set the Decimal Value to 1. Now When you can relaunch Lync & you will…