If you are in the planning stages for a migration from Exchange 2010 to Exchange 2016, then you have probably seen this TechNet article. At first, it may seem daunting. So many scripts. So many PowerShell commands. If you are not comfortable with PowerShell it may seem a bit overwhelming. Plus, it is vastly different than any previous migration process. Why […]
Verification schedule Daily Testing tool Windows PowerShell Permissions required When run locally using the Lync Server Management Shell, users must be members of the RTCUniversalServerAdmins security group. When run using a remote instance of Windows PowerShell, users must be assigned an RBAC role that has permission to run the Test-CsRegistration cmdlet. To see a list […]
Is there a way to disable saving of conversations via group policy? I would like to disable these settings without having to each client. Save IM Conversations in my email Conversation History folder Save call logs in my email Conversation History folder These are both checked by default Setting the policy in Lync […]
Parameter/Property Name Allowed Values EnableP2PFileTransfer This is a per-user setting. · TRUE: Users can transfer files to another user in a peer-to-peer session. This is the default value. · FALSE: Users cannot transfer files to another user in a peer-to-peer session. Lync Server Control Panel Equivalent Setting : Enable peer-to-peer file transfer So what’s your favorite way […]
Lync Location Information Services Lync server includes the Location Information service (LIS), which provides location information to clients such as Lync desktop and Microsoft Lync Phone Edition. Location information is stored in a dedicated database LIS in the central management store. The cool thing about this, is that you can map your physical subnets for example, with an actual location. When […]
Back in January I went through Lync 2013 for the iPhone. One of the issues I noted was that my phone’s Conversation History only showed those conversations I had using the phone. Also, these conversations didn’t show in my laptop’s Conversation History. From my post: “However, this made me think of a would-be-nice for the […]
To set a information message for users when they use chat you should use the Set-CsClientPolicy. First create your test policy with New-CsClientPolicy (or clone a existing policy with this script https://www.ucunleashed.com/2300). Then set the IMWarning Set-CsClientPolicy -Identity Test -IMWarning “We saved this conversation. You’ll see it soon in the Conversations tab in Skype for Business […]
Skype for Business DNS Records are one of critical components of the whole infrastructure. Skype for Business uses two types of DNS records: A record and SRV record. The DNS is often deployed as “split-brain” DNS deployment: the same zone name is deployed internally and externally but with different (internal or external) IP-addresses for the same entries. Thus Skype for […]