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 […]
Configuring ASA (Alternate Service Account) for Kerberos authentication on all of the CAS servers We will setup ASA (Alternate Service Account) for Kerberos authentication on all CAS servers in kkishoreblog.com resource forest. By default, clients that attempt to negotiate authentication will fail Kerberos authentication when a CAS array is configured thus falling back to NTLM. […]
Exchange ASA configuration The coexistence of both Exchange Environments requires us to configure the Exchange Service (ASA) for Exchange 2016. The existing account should not be used for both environments. https://docs.microsoft.com/en-us/exchange/architecture/client-access/kerberos-auth-for-load-balanced-client-access First check if the Exchange 2010 Environment has ever been assigned or configured with an ASA. Get-ClientAccessServer -IncludeAlternateServiceAccountCredentialStatus | fl name, age * Create […]