Skip to content

Commit

Permalink
Merge pull request #215 from T0pCyber/bugfix/dec-22-meet-up
Browse files Browse the repository at this point in the history
Bugfix/dec 22 meet up
  • Loading branch information
T0pCyber authored Dec 22, 2024
2 parents fa8e24c + fca109f commit c0021e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hawk/Hawk.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
FunctionsToExport =
'Get-HawkTenantConfiguration',
'Get-HawkTenantEDiscoveryConfiguration',
'Get-HawkTenantInboxRules',
'Get-HawkTenantInboxRule',
'Get-HawkTenantConsentGrant',
'Get-HawkTenantRBACChange',
'Get-HawkTenantAzureAppAuditLog',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Function Get-HawkTenantInboxRules {
Function Get-HawkTenantInboxRule {
<#
.SYNOPSIS
Retrieves the currently active inbox rules and forwarding settings from all (or specified) mailboxes.
Expand Down

0 comments on commit c0021e5

Please sign in to comment.