Skip to content

Commit b245718

Browse files
authoredJan 18, 2021
Update FindTabsAndAppsInTeams.ps1
Add disclaimer
1 parent 3475ef3 commit b245718

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎FindTabsAndAppsInTeams.ps1

+6
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,9 @@ ForEach ($Team in $TeamsHash.Keys) {
9393

9494
$Report | Sort Team | Export-CSV C:\Temp\TeamsChannelsAndAppsCsv -NoTypeInformation
9595
Write-Host $TeamsHash.Count "teams processed. Details are in C:\Temp\TeamsChannelsAndApps.Csv"
96+
97+
# An example script used to illustrate a concept. More information about the topic can be found in the Office 365 for IT Pros eBook https://gum.co/O365IT/
98+
# and/or a relevant article on https://office365itpros.com or https://www.petri.com. See our post about the Office 365 for IT Pros repository # https://office365itpros.com/office-365-github-repository/ for information about the scripts we write.
99+
100+
# Do not use our scripts in production until you are satisfied that the code meets the need of your organization. Never run any code downloaded from the Internet without
101+
# first validating the code in a non-production environment.

0 commit comments

Comments
 (0)
Please sign in to comment.