|||

I have implemented this week multiparty conferencing through the new Cisco’s CMS conferencing product. CMS enables Lync and Cisco users to participate in the same conference with a seamless behavior between Lync and Cisco experience. The CMS is excellent for organizations where both Lync and Cisco UC deployments are used. (yes, Cisco is best in Telephony, […]
So you like to configure the autodiscover URL in Exchange Server with PowerShell. The best practice is to have it point to autodiscover.company.com. In one of the previous articles, we discussed how to Find autodiscover URL in Exchange with PowerShell. If you like to get the current server URLs, read the article Find Exchange Server URLs with […]
Cisco Unified Communications Manager Configuration Create a SIP Profile 1. Log into your CUCM web console: https://x.x.x.x 2. From the menu select: Device –> Device settings –> SIP Profile 3. Click Add New 4. Provide a name and configure the SIP profile as per the screen shots below ensure that: a. Early offer support for voice […]
The Lync 2013 Web Scheduler was made for User who need to setup a Web Meeting without having Outlook available. It is a very convenient method and easy to understand. In our Demo Lab, I have documented all necessary steps: So let’s add a new Simple URL.  We have three simple commands:   $urlEntry = […]
Summary This article explains the authentication mechanisms of the following Skype for Business features: Dial-in conferencing Modern Admin Control Panel Web Scheduler applications Note: We recommend that you use the new Modern Admin Control Panel (MACP) instead of the old Admin Control Panel. This is because the old panel operates on Silverlight technology that is out of […]
  Prerequisites Go to Package Center and install Docker Go to File stations and navigate to Docker folder Create two folders, wp-app and wp-db Open Docker on Synology and select Registry tab Search for WordPress and MySQL, download both with latest tag Buy me a drink on Ko-fi 🙂 Create MySQL Container Go to Container tab and Create a Container: Select Image: mysql Network: bridge […]
To see who has autoreply set, run powershell script Get-Mailbox | Get-MailboxAutoReplyConfiguration | Where-Object { $_.AutoReplyState –eq “scheduled” } | fl identity. or this Get-Mailbox | Get-MailboxAutoReplyConfiguration | Where-Object { $_.AutoReplyState –eq “enabled” } | fl identity. To check autoreply for 1 user, run Get-MailboxAutoReplyConfiguration –identity username To turn off, run Set-MailboxAutoReplyConfiguration -Identity username -AutoReplyState […]
The point of this post is to help those that can’t have 2 NIC on 2 separated not routable subnets. I have already encountered some customers whose security team stated that it was technically impossible to deploy an additional subnet on their current security/network infrastructure. Many of you know that Lync Edge Requirements have the following […]
Archives
Don`t copy text!