Skip to content

PowerShell Scripts I've written for common tasks I've come across.

License

Notifications You must be signed in to change notification settings

jmcombs/adminScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powershell-scripts

General PowerShell Scripts

PowerShell Commands for Cisco CVI

Sets policy to $null and takes time for the policy to reflect
Grant-CsTeamsVideoInteropServicePolicy -PolicyName $null -Identity user@domain.com

Shows all CVI Policies
Get-CsTeamsVideoInteropServicePolicy

Shows policy for a specific user
Get-CsOnlineUser -Identity user@domain.com | Select-Object TeamsVideoInteropServicePolicy

Sets policy to CiscoServiceProviderEnabled
Grant-CsTeamsVideoInteropServicePolicy -PolicyName CiscoServiceProviderEnabled -Identity user@domain.com

Shows users with ServiceProviderDisabled
Get-CsOnlineUser -Filter {TeamsVideoInteropServicePolicy -eq 'ServiceProviderDisabled'} | Select-Object displayname, userprincipalname

About

PowerShell Scripts I've written for common tasks I've come across.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published