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: FindPotentialDirectoryProblems.PS1
+6
Original file line number
Diff line number
Diff line change
@@ -120,3 +120,9 @@ Write-Host "Number of mailboxes with no Postal Code: " $NoZip.Count $PercentNoZi
120
120
$Report| Sort User |Export-CSV c:\temp\DirectoryIssues.csv -NoTypeInformation
121
121
Write-Host""
122
122
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