FastTrack/scripts/Disable-TeamifyPrompt
Trevor Seward 5bfa986aed
Update Disable-TeamifyPrompt.ps1
users -> sites. Removed `en-us` from docs.msft.com links (standard practice in the Docs GitHub repos). Updated version to today's date.
2020-01-22 19:53:39 -08:00
..
Disable-TeamifyPrompt.ps1 Update Disable-TeamifyPrompt.ps1 2020-01-22 19:53:39 -08:00
README.md New script: Disable-TeamifyPrompt 2019-11-01 14:04:30 -05:00

README.md

Microsoft FastTrack Open Source - Disable-TeamifyPrompt

Script to disable the Teamify Prompt in modern, group-connected SPO sites

Usage

Run

  1. Copy the script file "Disable-TeamifyPrompt.ps1" to a folder and open a PowerShell command window to that folder
  2. Execute the script using the following example:

.\Disable-TeamifyPrompt.ps1 -Tenant "https://tenant-admin.sharepoint.com" -ImportCSVFile "c:\SitesList.csv"

Option Description
Tenant Specify your tenant URL, for example: https://tenant-admin.sharepoint.com .
ImportCSVFile Specify a CSV file with list of sites. The CSV file needs to have "URL" as the column header.
EnableCustomScript Specify if you want to enable custom scripting. Review the following considerations: Allow Custom Scripting.

External Dependencies

SharePoint PNP Online Module: https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps

Applies To

  • SharePoint Online

Author

Author Original Publish Date
Alejandro Lopez, Microsoft November 1, 2019

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.

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.