You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: FindTabsAndAppsInTeams.ps1
+6
Original file line number
Diff line number
Diff line change
@@ -93,3 +93,9 @@ ForEach ($Team in $TeamsHash.Keys) {
93
93
94
94
$Report| Sort Team |Export-CSV C:\Temp\TeamsChannelsAndAppsCsv -NoTypeInformation
95
95
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