Quantcast
Channel: Daniyar's Tech blog
Viewing all 294 articles
Browse latest View live

Skype for Business Survival Guide


Skype for Business AutoAnswer call

$
0
0
http://shanselman.github.io/LyncAutoAnswer/


works ok with my SfB 64bit client

Azure MFA demo

Avaya and Exchange UM integration - something you need to know about Exchange

$
0
0


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

$
0
0
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:

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

$
0
0
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)




Wireshark a must for Skype? Absolutely!

$
0
0
Automatically Installing and Configuring WireShark for Skype for Business - Ehlo World! http://www.ehloworld.com/3156

Powershell for skype

$
0
0
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

$
0
0
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


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

SCOM console crash after October 2016 updates

Windows 2016 HyperV role requires SLAT feature (only I3, I5, I7 etc...)

$
0
0
search Google for SLAT (Intel call it EPT).

If you have old CPU, use W2012R2 HyperV instead.

SFB MPP

$
0
0
https://gallery.technet.microsoft.com/lync/Sample-Skype-for-Business-42fa3b0d

P2V Windows Hyper-v Guest - BSOD after Integrated Services updated

$
0
0
If you have BSOD 0x000000CA - check if your Physical server has HyperV service installed.  Deinstall it either before p2v or before integration tool install.




Polycom LPE log viewer

How to add custom CSS to SP2010 site?

$
0
0
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.



Lync Phone Edition LPE test device is not updating

Viewing all 294 articles
Browse latest View live