Author: Frank

  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 […]
If you get the task to load balance Exchange with NetScaler you will find a lot of whitepapers from Citrix with missing information and false configuration recommendations. I was bumping my head against the wall until I got a running configuration with all desired features. Here is the complete walkthrough guide to setup your Exchange environment […]
This question seems to get asked a lot, and people are unaware how easy the answer really is. Here it is: List all mailboxes to which a particular user has Full Access permissions: 1 2 3 4 5 6 7 8 9 10 PS C:\> Get-Mailbox | Get-MailboxPermission -User vasil Identity             User                 AccessRights --------             ----                 […]
Archives