Skip to content

Commit 484b4e1

Browse files
authored
Update FindUpdatedOffice365Notifications.ps1
Add a disclaimer
1 parent b245718 commit 484b4e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FindUpdatedOffice365Notifications.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,8 @@ If ($M.Messages.MessageText -Like "Updated*") {
107107
# Generate array of updated notifications
108108
[array]$Updates = $Report | ?{$_.Title -Like "*(Updated)*"}
109109

110+
# 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/
111+
# 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.
112+
113+
# 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
114+
# first validating the code in a non-production environment.

0 commit comments

Comments
 (0)