Scenario: After mailbox categories have mysteriously disappeared, you want to verify that the categories are not hanging around in the backend of your mailbox. The concern is that you re-add the categories and if they mysteriously show up, it would create a headache to clean it up. Solution: The categories that is used throughout the […]
Configure bulk Exchange 2013 servers for Unified Messaging and Unified Messaging Call Router Settings. Set the UMService and UMCallRouterSettings for the servers: Get-UMService | where {$_.identity -like ‘MBXSVR*’} | Set-UMService -DialPlans dialplan1 -UMStartupMode “dual”Get-UMCallRouterSettings | where {$_.identity -like ‘MBXSVR*’} | Set-UMCallRouterSettings -DialPlans dialplan1 -UMStartupMode “dual” Configure the Exchange Certificate for the UM and UMCallRouter srevices. […]
NOTE – This post applies to Exchange Distribution Groups and Mail-Enabled Security Groups To add an additional owner to a group that you own After logging in to the Outlook Web App (OWA), select Settings > Options > groups > distribution groups I own Double click on the group to manage and click ownership In […]
Scenario: Integrate Exchange 2013 OWA and LYNC together. The steps are from the Exchange perspective Steps: 1. Configure Partner Applications with Exchange and Lync: “C:\Program Files\Microsoft\Exchange Server\V15\Scripts\Configure-EnterprisePartnerApplication.ps1 -AuthMetaDataUrl ‘https://atl-cs-001.litwareinc.com/metadata/json/1’ -ApplicationType Lync” 2. Configure OWA Virtual Directories to enable Instant Messaging and to assign OCS as the Instant Messaging Type. Note: InstantMesaging should be enabled but […]
Scenario: When attempting to add your first server to a new DAG, you may receive the following error: A server-side database availability group administrative operation failed. Error The operation failed. CreateCluster errors may result from incorrectly configured static addresses. Error: The computer account ‘DAG1’ could not be validated. Access was denied. Check that the current […]
Introduction In a previous post you reviewed what Windows Information Protection (WIP) is and how you can configure Intune to use it, you then deployed a WIP policy to a group of users and verified the end result on a Azure AD joined (with Auto-MDM enrollment) Windows 10 version 1703 device. If you are still […]
In SfB on premises you have the ability to set “EnablePresencePhotoOptions” to true under New-CsClientPolicyEntry. This then allows you enable users with the ability to specify a URL for a profile picture in the SfB client. In SfB online, you’re unable to run New-CsClientPolicyEntry, and/or can’t enable EnablePresencePhotoOptions. A a result you cannot specify a […]
Microsoft Teams Msi Installer Microsoft have finally released an Msi installer for Microsoft Teams for those who would like to deploy this to multiple organisations computers for multiples users using a deployment method like SCCM. The requirements are: .NET framework 4.5 or later Windows 7 or later 3GB of disk space for each user profile […]