Searching log files the easy way

Want to search through, say, a directory full of log files for a specific message? PowerShell to the rescue! PS C:\> get-item *.log | Select-String -Pattern “Race Condition” 12-19-2017 02.44.02 PM.log:93413:SIP/2.0 200 Race Condition Subfolders too: PS C:\> Get-ChildItem c:\<Path>\*.log -Recurse | Select-String -Pattern “Race Condition” Ongoing Support\20171011-SIP503s\Logs-20171219\12-19-2017 02.44.02 PM.log:93413:SIP/2.0 200 Race Condition

SfB 2015 Server Update CU6 – December 2017

Our December 2017 update – the first in 7 months – leaps the server from 6.0.9319.281 to 6.0.9319.510. It updates 7 components on my Standard Edition Front-End. What’s Fixed? This update enables Location-Based Routing to support the Skype for Business mobile clients. It also fixes the following issues: Kb4043636 Skype for Business on Mac can’t …

Continue reading ‘SfB 2015 Server Update CU6 – December 2017’ »

Lync 2013 / SfB 2015 Client Update – December 2017

Our November update took us to 15.0.4981.1000 and today Kb 4011284 nudges us up a few builds to 15.0.4989.1000. What’s Fixed This update fixes the following issues: Kb 4054669 Can’t set the maximum number of contacts for a Skype for Business 2015 (Lync 2013) user Kb 4054671 “The requested operation was blocked by policy” error …

Continue reading ‘Lync 2013 / SfB 2015 Client Update – December 2017’ »

Tricking Windows 10 into talking to an old SBC

  Deliberately circumventing browser security is NOT a good idea. OK, with that mandatory common-sense warning out of the way, those of you who know why we’re doing this are welcome to continue reading. Today was the *second* occasion in the last fortnight where I’ve needed to talk to a customer’s SBC that was still …

Continue reading ‘Tricking Windows 10 into talking to an old SBC’ »

Add-WindowsFeature for AudioCodes IPP Express

I hit a snag earlier this week when installing AudioCodes’ IP Phone Manager Express. The installer adds the usual Windows Features/Roles – but it does so assuming the media is in D:\sources\sxs, and it’s not something you can change. Rather than just remapping drives & folders when there was an opportunity for some PowerShell, I …

Continue reading ‘Add-WindowsFeature for AudioCodes IPP Express’ »

Review: SEFAUtil Server – Enterprise Edition

Earlier this year I looked in some depth at the Beta version of Landis Technologies’ “SEFAUtil Server”. It’s since hit a formal “GA” milestone, and I’m pleased to see it’s a more stable platform as a result of its lengthy gestation. If you’re not familiar with Microsoft’s “Secondary Extension Feature Activation Utility” for Lync and …

Continue reading ‘Review: SEFAUtil Server – Enterprise Edition’ »

Lync 2013 / SfB 2015 Client Update – November 2017

Our October Security update took us to 15.0.4971.1000 and today Kb 4011255 jumps us up 10 builds to 15.0.4981.1000. What’s Fixed This update fixes the following issues: Kb 4051054 Phone number instead of contact name is displayed for an Active Directory contact in Skype for Business 2015 (Lync 2013) Kb 4051055 A contacts group is …

Continue reading ‘Lync 2013 / SfB 2015 Client Update – November 2017’ »

Review: TechSmith Snagit 2018

The screen-grabs here at greiginsydney.com are these days all captured & refined by TechSmith’s “Snagit” screen-capture utility. Prior to becoming an MVP I relied entirely on the free Windows “Snipping Tool”, but that all changed when TechSmith was kind enough to send me a complimentary copy of Snagit. It quickly became indispensable, and so I …

Continue reading ‘Review: TechSmith Snagit 2018’ »

Polycom VVX & Trio Time Zone Location Description

I was working on a Polycom VVX configuration file recently and it took me a while to find where the timezone cities were defined: all I had was a mysterious integer. I found them in the PDF “3725-49078-018a-uc-software-skype-for-business-deployment-guide-5-6-0.pdf” but for future reference I decided to copy and re-post them here. From the PDF: “The following …

Continue reading ‘Polycom VVX & Trio Time Zone Location Description’ »