Changelog: Get-CsConnections.ps1
This is the changelog page for Get-CsConnections.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v3.5 – 08-14-2019
- Added some cleanup for the VVX and Trio device agent strings. Thanks to @UcMadScientist. See https://www.ucmadscientist.com/quick-post-pat-richards-get-csconnections-and-polycom-devices/
v3.4 – 03-27-2018
- Added more bugs to fix later. 🙂
- Fixed -SkipUpdateCheck. Thanks to Mike for pointing it out.
- Fixed issue where preferred connection order would not display for Skype for Business users when using -SipAddress option
- Minor tweaks per PsScriptAnalyzer and PSSharper
- Updated Remove-Variable function to v1.2
- Get-UpdateInfo updated function to v1.5
- Set-ModuleStatus updated function to v1.6
- Write-Log updated function to v3.2
v3.3 – 01-04-2017
- Now requires at least PowerShell 3.0
- minor code cleanup
- updated Get-UpdateInfo to 1.1
v3.2 – 11-17-2016
- Added new update routine
- Signed with new certificate
v3.1 – 04-07-2016
- added -SkipUpdateCheck to skip update check
v3.0 – 09-09-2015
- clarified some examples in the help section
- added detection for Skype for Business Server 2015
v2.9 – 10-28-2014
- Fixed an issue where PowerShell v2.0 machines would choke on one line. Thanks to Thierry for pointing it out.
- New code-signing certificate to replace expired cert
v2.8 – 06-10-2014
- Clarified ShowTotal output per Nate’s comment
- Fixed an issue where LRS clients would show a leading space for the agent string
- changed FE server info to be lower case to that it’s consistent
- the -pool parameter is now -PoolFqdn to align with other scripts and cmdlets
- fine tuned some of the code used when specifying -SipAddress
v2.7 – 05-24-2014
- fixed check for updates dialog border
- defined OverallRecords as an array to avoid an issue. Thanks to Tristan for that info.
- fixed verbose output not showing server names. Thanks to Greig for pointing it out.
v2.6 – 02-08-2014
- tweaked the MaxEndpointsPerUser section to always use the global configuration. This only matters in environments where multiple configurations exist (Get-CsRegistrarConfiguration). Thanks to Matt for pointing this out.
- swaped in new version of Set-ModuleStatus function
- cleanup of param block per best practices
- cleanup of comment help per best practices
- swaped in new verion of Test-ScriptUpdates
v2.5 – 11-26-2013
- tweaked SQL query for case insensitivity per Jean-Luc
- comment help updated to include info on Windows firewall config
- tweaked code when getting info for a single user to fix missing data for pool connection order
v2.4 – 09-13-2013
- Fixed output for unique users/clients
- Now validates if UserHighConnectionFlag is specified, and does not exceed MaxEndPointsPerUser
v2.3 – 08-01-2013
- intro code for script update check
- better pool version detection. When using the -Pool option, you no longer need to specify -Is2013 if it’s a 2013 pool
- Added code to restart script in an elevated session if the current session isn’t elevated (previously the script just threw an error and exited)
v2.2 – 05-10-2013
- Added support for Lync Server 2013 by using the -Is2013 switch. If I can find a better way of automatically detecting the version, I’ll incorporate that in a later build.
- Some code optimization
- Bug fix for an issue where the names of servers in a pool wouldn’t display if the script was run in PowerShell v3.
v2.1 – 12-13-2012
- Minor formatting tweaks for better handling long client names, such as the Lync RT client.
- Minor bug fixes
v2.0 – 10.16.2012
- Added -IncludeHighUsers option. Similar to -IncludeUsers, but only shows those users who meet the UserHighConnectionFlag value (shown in white), or exceeds it (shown in red).
- Added -ShowTotal option. When finished, shows statistics for the org, including total number of Lync enabled users, the total number of voice enabled users, and the percentage of enabled users that are currently connected.
- Updated the code the assembles FQDNs when just a pool or server netbios name are specified.
- If -SipAddress option is used, additional information showing the preferred connection order for the user is now also included. This adds the functionality of one liners: Finding out which Lync pool servers a user is associated with, and the preferred connection order.
v1.9 – 09-21-2012
- Finally resolved the issue where some front end servers would have a different number for PrimaryRegistrarClusterId in SQL Express than others, causing some servers to not return data (and not throw an error). Special thanks to Dave Howe @ Microsoft for helping me identify a work around, and also to Bart, a SQL Engineer at a client site who helped me tweak the related SQL query.
- A little code optimization
- -Server option added that now allows you to target a specific server instead of an entire pool.
- This version is code signed. You no longer are required to have a PowerShell Execution Policy of unrestricted or RemoteSigned. However, the script cannot be edited at all, or the code signature breaks.
- -SipAddr now supports specifying just the left part of the SIP address, but only in organizations with ONE SIP domain. For example, -SipAddr bill.gates instead of -SipAddr bill.gates@microsoft.com.
- -Server supports specifying the netbios domain. The script will “guess” at the FQDN by using the domain name of the machine the script is running on and appending it to the netbios name.
v1.8 – 09-14-2012
- Tons of formatting changes, mostly subtle
- Server names in the pool list are sorted
- Server names in the ‘Frontend Server’ list are now sorted
- Connections are now sorted by client
- Added -ShowFullClient switch to show extended client info.
- If -pool is not specified, and only one registrar pool exists, the script will automatically use that pool.
- Some additional verbose output added for troubleshooting
v1.7 – 09-07-2012
- Minor display sorting cleanup
- Streamlined some code
- Removed -IncludeUsers from automatically being set when using -ClientVersion
v1.6 – 07-02-2012
- Added feature to show just specific client versions and the connected users with that client
v1.4 – 04-19-2012
- cleaned up some of the param() block and added some validation
- streamlined some of the code
- tweaked the displayed results a little to better handle longer agent strings
v1.3 – 12-27-2011
- tweaked the formatting a little to account for longer agent strings due to mobile clients
- ignore the RtcApplication-[guid] account when calculating users and displaying userlist
- added error if pool doesn’t have any servers
- added UserHighConnectionFlag in parameter block to support pipeline entry
v1.1 – 08-09-2011
- added comment based help
- added option to display user list
- updated formatting
- added code so it will run in a normal PowerShell session
v1.0 – 07-01-2011
- original version
Follow Me