Monthly Archive June 27, 2017

#skype4b Get Pool Node IP Address (Front-End, Mediation, Edge, etc.)

Get-Skype4bPoolIP is one of the many PowerShell functions/utilities in my personal script toolbox repository designed to help simplify the management and administration of just about any Skype for Business / Lync Server environment. Enjoy!
##########################################################################
# Copyright (c) 201x-2017 leedesmond.com
# All Rights Reserved. Use at your own risk and responsibility.
# Get-Skype4bPoolIP.ps1
# Version 1.00
#
# USAGE:
# Get-Skype4bPoolIP “fe-pool.leedesmond.com”
# Get-Skype4bPoolIP (Get-CsService -Registrar).PoolFqdn
#

#Skype4B/Lync Script: Show User Policy

Show-Skype4BUserPolicy is one of the many PowerShell functions/utilities in my personal script toolbox repository designed to help simplify the management and administration of just about any Lync / Skype for Business Server environments.

It is a companion to Compare-Skype4BUserPolicy for the purpose of displaying information (user policy) in a more readable and useful format (rotate pivot-table). Enjoy!

################################################################################
# Copyright (c) 201x-2017 leedesmond.com
# All Rights Reserved. Use at your own risk and responsibility.
# Show-Skype4BUserPolicy.ps1
# Version 1.00
# Companion to Compare-Skype4BUserPolicy.ps1
#
# USAGE:
# Show-Skype4BUserPolicy (Compare-Skype4BUserPolicy $u1 $u2 -DistinctObject)
#

#Skype4B/Lync Script: Compare User Policy

UPDATE
#skype4B/Lync #powershell Script: Compare User Policy (Update v1.10)

—–
Compare-Skype4BUserPolicy is one of the many PowerShell functions/utilities in my personal script toolbox repository designed to help simplify the management and administration of just about any Lync / Skype for Business Server environments. Have fun!

################################################################################
# Copyright (c) 201x-2017 leedesmond.com
# All Rights Reserved. Use at your own risk and responsibility.
# Compare-Skype4BUserPolicy.ps1
# Version 1.00
#
# USAGE:
# Compare-Skype4BUserPolicy $u1 $u2