Skip to content

Functions for putting FrontEnd and Mediation servers in and out of Maintenance mode

Notifications You must be signed in to change notification settings

vtfk/SkypeModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Skype module

Functions for putting FrontEnd and Mediation servers in and out of Maintenance mode

Requires Skype for Business 2015 module to be installed!

Installation

Install-Module -Name vtfk.SkypeMaintenanceMode

Mediation Maintenance Mode

A list of installed Mediation servers are dynamically added as the parameter ComputerName

Start

Start-MaintenanceMode -ComputerName "Select-From-List"

Stop

Stop-MediationMaintenance -ComputerName "Select-From-List"

FrontEnd Maintenance Mode

A list of installed FrontEnd servers are dynamically added as the parameter ComputerName

Start

Start-FrontEndMaintenance -ComputerName "Select-From-List"

Stop

Stop-FrontEndMaintenance -ComputerName "Select-From-List"

FrontEndPool

Automatically retrieves and works on the FrontEndPool which has the CentralManagement service

About

Functions for putting FrontEnd and Mediation servers in and out of Maintenance mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published