Skip to content

Commit 1546b38

Browse files
authored
Update FindPotentialDirectoryProblems.PS1
Add disclaimer
1 parent f2a7afd commit 1546b38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

FindPotentialDirectoryProblems.PS1

+6
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,9 @@ Write-Host "Number of mailboxes with no Postal Code: " $NoZip.Count $PercentNoZi
120120
$Report | Sort User | Export-CSV c:\temp\DirectoryIssues.csv -NoTypeInformation
121121
Write-Host " "
122122
Write-Host "An output file containing details of missing directory properties is available in c:\temp\DirectoryIssues.csv"
123+
124+
# 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/
125+
# 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.
126+
127+
# 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
128+
# first validating the code in a non-production environment.

0 commit comments

Comments
 (0)