File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 169169 Get-HawkUserInboxRule - User $User
170170 }
171171
172+ if ($PSCmdlet.ShouldProcess (" Running Get-HawkUserUALInboxRuleCreation for $User " )) {
173+ Write-Output " "
174+ Out-LogFile " Running Get-HawkUserUALInboxRuleCreation." - Action
175+ Get-HawkUserUALInboxRuleCreation - User $User
176+ }
177+
178+ if ($PSCmdlet.ShouldProcess (" Running Get-HawkUserUALInboxRuleModification for $User " )) {
179+ Write-Output " "
180+ Out-LogFile " Running Get-HawkUserUALInboxRuleModification." - Action
181+ Get-HawkUserUALInboxRuleModification - User $User
182+ }
183+
184+ if ($PSCmdlet.ShouldProcess (" Running Get-HawkUserUALInboxRuleRemoval for $User " )) {
185+ Write-Output " "
186+ Out-LogFile " Running Get-HawkUserUALInboxRuleRemoval." - Action
187+ Get-HawkUserUALInboxRuleRemoval - User $User
188+ }
189+
172190 if ($PSCmdlet.ShouldProcess (" Running Get-HawkUserEmailForwarding for $User " )) {
173191 Write-Output " "
174192 Out-LogFile " Running Get-HawkUserEmailForwarding." - Action
You can’t perform that action at this time.
0 commit comments