bgelov / powershell-s4b-tasks

Powershell scripts for Skype for Business (s4b) automating tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

powershell-s4b-tasks

Powershell scripts for Skype for Business (s4b) automating tasks

S4B remote shell connect

$session = New-PSSession -ConnectionUri "https://S4B-SERVER.bgelov.ru/OcsPowershell" -Credential (Get-Credential) 
Import-PSSession -Session $session 

Show Lync/S4B logging

Show-CsClsLogging

Stop Lync/S4B logging

Stop-csclslogging -scenario "AlwaysOn"

About

Powershell scripts for Skype for Business (s4b) automating tasks

License:Creative Commons Zero v1.0 Universal


Languages

Language:PowerShell 100.0%