e2398a26b4
* Update guidance on Batches parameter Included more details on BatchUsers and BatchUsersOnly. Also added link to permission analysis blog * New report added - Users Policies Added new option to pull a report of the users policies (messaging, meetings, calling) as well as Co-existence Mode for users. * v2 of Get-ODBusage Updated the script to use the latest APIs/cmdlets available for better performance * Add Script Disable-TeamsAudioVideo Disable the audio and video capabilities for Teams users using Meeting and Calling Policies |
||
---|---|---|
.. | ||
Disable-TeamsAudioVideo.ps1 | ||
README.md |
README.md
Microsoft FastTrack Open Source - Disable-TeamsAudioVideo
Script to disable Audio and Video for Teams users
Usage
Run
- Copy the script file "Disable-TeamsAudioVideo.ps1" to a folder and open a PowerShell command window to that folder
- Execute the script using the following example to disable Audio and Video for the list of users:
.\Disable-TeamsAudioVideo.ps1 -ImportCSVFile "c:\userslist.csv"
Option | Description |
---|---|
ImportCSVFile | Specify a CSV file with list of users to disable audio and video for them. The CSV file needs to have "UserPrincipalName" as the column header. |
External Dependencies
Skype for Business Online Module: https://www.microsoft.com/en-us/download/details.aspx?id=39366
Applies To
- Microsoft Teams
Author
Author | Original Publish Date |
---|---|
Alejandro Lopez, Microsoft | August 16, 2018 |
Issues
Please report any issues you find to the issues list.
Support Statement
The scripts, samples, and tools made available through the FastTrack Open Source initiative are provided as-is. These resources are developed in partnership with the community and do not represent official Microsoft software. As such, support is not available through premier or other official support channels. If you find an issue or have questions please reach out through the issues list and we'll do our best to assist, but there is no support SLA associated with these tools.
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Legal Notices
Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
Privacy information can be found at https://privacy.microsoft.com/en-us/
Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.