↧
Skype for Business Survival Guide
↧
Skype for Business AutoAnswer call
http://shanselman.github.io/LyncAutoAnswer/
works ok with my SfB 64bit client
works ok with my SfB 64bit client
↧
↧
Azure MFA demo
↧
Avaya and Exchange UM integration - something you need to know about Exchange
https://johanveldhuis.nl/exchange-um-accepteerd-geen-oproepen-meer-na-de-upgrade-naar-sp1/
https://social.technet.microsoft.com/Forums/exchange/en-US/a156daf9-7793-43b6-bbb6-3bd282d5cf7a/um-2013-does-not-answer-calls?forum=exchangesvrunifiedmessaging
Exchange Server runs two unified messaging services, umservice.exe (on Exchange 2010 and Exchange Server 2013 Mailbox Servers) or Microsoft.Exchange.UM.CallRouter.exe (on Exchange Server 2013 Client Access Servers) that listens on TCP 5060 and UMWorkerProcess.exe (both versions of Exchange Server) that listens on TCP 5065 or TCP 5067. The correct process for connecting to Exchange Server unified messaging is to connect to TCP port 5060 and get back a SIP Redirect to either port TCP 5065 or TCP 5067. The reason for the redirect is that Exchange Server starts listening on 5065 and after a week starts a second process listening on 5067 and once the process on 5065 has finished all its call handling it will stop the process listening on 5065. This way Exchange Server manages the process, memory management, etc. without needing to restart the process if it goes bad – it just starts a process on the other port from the current process and directs all new calls at the new process.
↧
A profile management utility for Lync & Skype for Business
↧
↧
Office 365 roadmap
↧
Microsoft ATA 1.7 upgrade fails
https://social.technet.microsoft.com/Forums/en-US/c0af68af-15c4-497c-8366-0628fe9105be/17-upgrade-fails-error-code-0x80070643?forum=mata
Solution (System.Security.Cryptography.CryptographicException: Bad Length)
1. From the C:\Program Files\Microsoft Advanced Threat Analytics\Center\MongoDB\bin directory execute:
Mongo ATA
2. Paste the above “Mongo Script” that relevant to the error, for example:
Solution (System.Security.Cryptography.CryptographicException: Bad Length)
1. From the C:\Program Files\Microsoft Advanced Threat Analytics\Center\MongoDB\bin directory execute:
Mongo ATA
2. Paste the above “Mongo Script” that relevant to the error, for example:
CenterThumbprint=
db.SystemProfile.find({_t:"CenterSystemProfile"}).toArray()[0]
.Configuration.SecretManagerConfiguration.CertificateThumbprint;
db.SystemProfile.update({_t:"CenterSystemProfile"},
{$set:{"Configuration.ManagementClientConfiguration.ServerCertificateThumbprint":
CenterThumbprint}})
rerun upgrade
↧
SharePoint get and set columns with powershell
↧
SharePoint does not search custom column
There was a small issue with SharePoint 2010 that in advanced search could not find documents with specific string in custom column. We have a custom column Prof
../_layouts/OSSSearchResults.aspx?k=(scope:"Documents") Prof=QA
In the list we can see that this field has that value and we can even filter on it.
So somthing is wrong with search?
Indeed if we search as ../_layouts/OSSSearchResults.aspx?k=(scope:"Documents") owsProf=QA
it finds ok the item. S the problem is ac tually in managed property. It is either does not exisit or not mapped correctly to crawled property. To fix that goto Central Admin, SEarch service administration - Metadata Property Mappings and add missing property - Prof - then map to crawled property ows_Prof(text)
../_layouts/OSSSearchResults.aspx?k=(scope:"Documents") Prof=QA
In the list we can see that this field has that value and we can even filter on it.
So somthing is wrong with search?
Indeed if we search as ../_layouts/OSSSearchResults.aspx?k=(scope:"Documents") owsProf=QA
it finds ok the item. S the problem is ac tually in managed property. It is either does not exisit or not mapped correctly to crawled property. To fix that goto Central Admin, SEarch service administration - Metadata Property Mappings and add missing property - Prof - then map to crawled property ows_Prof(text)
↧
↧
Wireshark a must for Skype? Absolutely!
Automatically Installing and Configuring WireShark for Skype for Business - Ehlo World! http://www.ehloworld.com/3156
↧
Powershell for skype
Your Skype Powershell Cheat Sheet: Useful Powershell commands you can run in Skype for Business 2015... http://flip.it/tN57oA
↧
Skype for Business Edge and Windows Fabric
Running get-cswindowsservice on Edge gives:
Status Name ActivityLevel
------ ---- -------------
Running REPLICA
Running RTCCLSAGT
Stopped FabricHostSvc
Running RTCSRV Incoming Requests per Second=0,Messages in Server=0...
Running RTCDATAPROXY Server Connections Currently Active=24
Running RTCMRAUTH Current Requests=0
Running RTCMEDIARELAY Active Sessions=0
Running RTCXMPPTGWPX
Status Name ActivityLevel
------ ---- -------------
Running REPLICA
Running RTCCLSAGT
Stopped FabricHostSvc
Running RTCSRV Incoming Requests per Second=0,Messages in Server=0...
Running RTCDATAPROXY Server Connections Currently Active=24
Running RTCMRAUTH Current Requests=0
Running RTCMEDIARELAY Active Sessions=0
Running RTCXMPPTGWPX
I hope we should not be worried about FabricHostSvc being stopped, at least there is nothing visibly wrong with Edge functions. Here is a reference: https://greiginsydney.com/flip-your-lync-2013-edge-to-sfb/
↧
SHA-1
Effective February 14, 2017, Windows will no longer trust certificates signed with SHA-1 after 2/14/2017.
https://aka.ms/sha1
↧
↧
SCOM console crash after October 2016 updates
https://blogs.technet.microsoft.com/germanageability/2016/10/17/october-2016-windows-patch-kb3192392-might-cause-scom-2012r2-console-to-crash/
Unistall both October patches for W2012R2 and W2008R2 to make it work.
Unistall both October patches for W2012R2 and W2008R2 to make it work.
↧
Windows 2016 HyperV role requires SLAT feature (only I3, I5, I7 etc...)
search Google for SLAT (Intel call it EPT).
If you have old CPU, use W2012R2 HyperV instead.
If you have old CPU, use W2012R2 HyperV instead.
↧
SFB MPP
https://gallery.technet.microsoft.com/lync/Sample-Skype-for-Business-42fa3b0d
↧
P2V Windows Hyper-v Guest - BSOD after Integrated Services updated
↧
↧
Polycom LPE log viewer
↧
How to add custom CSS to SP2010 site?
FYI, to avoid an issue with Ribbon loosing the focus aftert adding Webpart to a standard list view page - AllItems.aspx as example, use the following method instead of adding CEWP CSS code.
http://fitandfinish.ironworks.com/2010/01/the-best-way-to-add-custom-css-to-sharepoint.html
As example I wanted to avoid file name wrapping (if it contains spaces) and I added stype definition in CEWP
,
but then user will have to select list webpart in order to see tabs Documents and Library. So we would add it into header instead.
http://fitandfinish.ironworks.com/2010/01/the-best-way-to-add-custom-css-to-sharepoint.html
As example I wanted to avoid file name wrapping (if it contains spaces) and I added stype definition in CEWP
,
but then user will have to select list webpart in order to see tabs Documents and Library. So we would add it into header instead.
↧
Lync Phone Edition LPE test device is not updating
↧