diff --git a/source/tests/Test-AdministrativeAccountCompliance.ps1 b/source/tests/Test-AdministrativeAccountCompliance.ps1 index b905033..1b22bdb 100644 --- a/source/tests/Test-AdministrativeAccountCompliance.ps1 +++ b/source/tests/Test-AdministrativeAccountCompliance.ps1 @@ -1,7 +1,6 @@ function Test-AdministrativeAccountCompliance { [CmdletBinding()] [OutputType([CISAuditResult])] - [OutputType([CISAuditResult])] param ( # Parameters can be added if needed ) diff --git a/source/tests/Test-AntiPhishingPolicy.ps1 b/source/tests/Test-AntiPhishingPolicy.ps1 index 4e4de8c..c36b20c 100644 --- a/source/tests/Test-AntiPhishingPolicy.ps1 +++ b/source/tests/Test-AntiPhishingPolicy.ps1 @@ -1,6 +1,5 @@ function Test-AntiPhishingPolicy { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-AuditDisabledFalse.ps1 b/source/tests/Test-AuditDisabledFalse.ps1 index 8a26323..e8c4688 100644 --- a/source/tests/Test-AuditDisabledFalse.ps1 +++ b/source/tests/Test-AuditDisabledFalse.ps1 @@ -1,6 +1,5 @@ function Test-AuditDisabledFalse { [CmdletBinding()] - [OutputType([CISAuditResult])] # Aligned param ( # Parameters can be added if needed diff --git a/source/tests/Test-AuditLogSearch.ps1 b/source/tests/Test-AuditLogSearch.ps1 index bbedbca..2ffec8a 100644 --- a/source/tests/Test-AuditLogSearch.ps1 +++ b/source/tests/Test-AuditLogSearch.ps1 @@ -1,6 +1,5 @@ function Test-AuditLogSearch { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-BlockChannelEmails.ps1 b/source/tests/Test-BlockChannelEmails.ps1 index 5165b61..623a882 100644 --- a/source/tests/Test-BlockChannelEmails.ps1 +++ b/source/tests/Test-BlockChannelEmails.ps1 @@ -1,6 +1,5 @@ function Test-BlockChannelEmails { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added here if needed diff --git a/source/tests/Test-BlockMailForwarding.ps1 b/source/tests/Test-BlockMailForwarding.ps1 index 0ea1c1b..692dda2 100644 --- a/source/tests/Test-BlockMailForwarding.ps1 +++ b/source/tests/Test-BlockMailForwarding.ps1 @@ -1,6 +1,5 @@ function Test-BlockMailForwarding { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Parameters can be added if needed ) diff --git a/source/tests/Test-BlockSharedMailboxSignIn.ps1 b/source/tests/Test-BlockSharedMailboxSignIn.ps1 index d1af582..5561a3d 100644 --- a/source/tests/Test-BlockSharedMailboxSignIn.ps1 +++ b/source/tests/Test-BlockSharedMailboxSignIn.ps1 @@ -1,6 +1,5 @@ function Test-BlockSharedMailboxSignIn { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-CommonAttachmentFilter.ps1 b/source/tests/Test-CommonAttachmentFilter.ps1 index 3341ca5..662529a 100644 --- a/source/tests/Test-CommonAttachmentFilter.ps1 +++ b/source/tests/Test-CommonAttachmentFilter.ps1 @@ -1,6 +1,5 @@ function Test-CommonAttachmentFilter { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-CustomerLockbox.ps1 b/source/tests/Test-CustomerLockbox.ps1 index 8396ffc..b22773b 100644 --- a/source/tests/Test-CustomerLockbox.ps1 +++ b/source/tests/Test-CustomerLockbox.ps1 @@ -1,6 +1,5 @@ function Test-CustomerLockbox { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here if needed diff --git a/source/tests/Test-DialInBypassLobby.ps1 b/source/tests/Test-DialInBypassLobby.ps1 index b7088ee..d9449b4 100644 --- a/source/tests/Test-DialInBypassLobby.ps1 +++ b/source/tests/Test-DialInBypassLobby.ps1 @@ -1,6 +1,5 @@ function Test-DialInBypassLobby { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-DisallowInfectedFilesDownload.ps1 b/source/tests/Test-DisallowInfectedFilesDownload.ps1 index 514dda7..538e998 100644 --- a/source/tests/Test-DisallowInfectedFilesDownload.ps1 +++ b/source/tests/Test-DisallowInfectedFilesDownload.ps1 @@ -1,6 +1,5 @@ function Test-DisallowInfectedFilesDownload { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here if needed diff --git a/source/tests/Test-EnableDKIM.ps1 b/source/tests/Test-EnableDKIM.ps1 index a6662e1..db793c5 100644 --- a/source/tests/Test-EnableDKIM.ps1 +++ b/source/tests/Test-EnableDKIM.ps1 @@ -1,6 +1,5 @@ function Test-EnableDKIM { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-ExternalNoControl.ps1 b/source/tests/Test-ExternalNoControl.ps1 index 1a8c82d..0fce827 100644 --- a/source/tests/Test-ExternalNoControl.ps1 +++ b/source/tests/Test-ExternalNoControl.ps1 @@ -1,6 +1,5 @@ function Test-ExternalNoControl { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-ExternalSharingCalendars.ps1 b/source/tests/Test-ExternalSharingCalendars.ps1 index ed5e941..3f0c7a6 100644 --- a/source/tests/Test-ExternalSharingCalendars.ps1 +++ b/source/tests/Test-ExternalSharingCalendars.ps1 @@ -1,6 +1,5 @@ function Test-ExternalSharingCalendars { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-GlobalAdminsCount.ps1 b/source/tests/Test-GlobalAdminsCount.ps1 index e0188f4..1a7525e 100644 --- a/source/tests/Test-GlobalAdminsCount.ps1 +++ b/source/tests/Test-GlobalAdminsCount.ps1 @@ -1,6 +1,5 @@ function Test-GlobalAdminsCount { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here if needed diff --git a/source/tests/Test-GuestAccessExpiration.ps1 b/source/tests/Test-GuestAccessExpiration.ps1 index 986c8d7..cef642f 100644 --- a/source/tests/Test-GuestAccessExpiration.ps1 +++ b/source/tests/Test-GuestAccessExpiration.ps1 @@ -1,6 +1,5 @@ function Test-GuestAccessExpiration { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here if needed diff --git a/source/tests/Test-GuestUsersBiweeklyReview.ps1 b/source/tests/Test-GuestUsersBiweeklyReview.ps1 index 757c4d3..0aeb409 100644 --- a/source/tests/Test-GuestUsersBiweeklyReview.ps1 +++ b/source/tests/Test-GuestUsersBiweeklyReview.ps1 @@ -1,6 +1,5 @@ function Test-GuestUsersBiweeklyReview { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here if needed diff --git a/source/tests/Test-IdentifyExternalEmail.ps1 b/source/tests/Test-IdentifyExternalEmail.ps1 index 63bce34..6c43794 100644 --- a/source/tests/Test-IdentifyExternalEmail.ps1 +++ b/source/tests/Test-IdentifyExternalEmail.ps1 @@ -1,6 +1,5 @@ function Test-IdentifyExternalEmail { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-LinkSharingRestrictions.ps1 b/source/tests/Test-LinkSharingRestrictions.ps1 index 24cd22b..cc96c15 100644 --- a/source/tests/Test-LinkSharingRestrictions.ps1 +++ b/source/tests/Test-LinkSharingRestrictions.ps1 @@ -1,6 +1,5 @@ function Test-LinkSharingRestrictions { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-MailTipsEnabled.ps1 b/source/tests/Test-MailTipsEnabled.ps1 index 2ccf106..c093dea 100644 --- a/source/tests/Test-MailTipsEnabled.ps1 +++ b/source/tests/Test-MailTipsEnabled.ps1 @@ -1,6 +1,5 @@ function Test-MailTipsEnabled { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-MailboxAuditingE3.ps1 b/source/tests/Test-MailboxAuditingE3.ps1 index 26e6379..ad6364b 100644 --- a/source/tests/Test-MailboxAuditingE3.ps1 +++ b/source/tests/Test-MailboxAuditingE3.ps1 @@ -1,6 +1,5 @@ function Test-MailboxAuditingE3 { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Parameters can be added if needed ) diff --git a/source/tests/Test-MailboxAuditingE5.ps1 b/source/tests/Test-MailboxAuditingE5.ps1 index af40be6..539b628 100644 --- a/source/tests/Test-MailboxAuditingE5.ps1 +++ b/source/tests/Test-MailboxAuditingE5.ps1 @@ -1,6 +1,5 @@ function Test-MailboxAuditingE5 { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Parameters can be added if needed ) diff --git a/source/tests/Test-ManagedApprovedPublicGroups.ps1 b/source/tests/Test-ManagedApprovedPublicGroups.ps1 index 073d540..94512ff 100644 --- a/source/tests/Test-ManagedApprovedPublicGroups.ps1 +++ b/source/tests/Test-ManagedApprovedPublicGroups.ps1 @@ -1,6 +1,5 @@ function Test-ManagedApprovedPublicGroups { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-MeetingChatNoAnonymous.ps1 b/source/tests/Test-MeetingChatNoAnonymous.ps1 index 3524c6b..12764be 100644 --- a/source/tests/Test-MeetingChatNoAnonymous.ps1 +++ b/source/tests/Test-MeetingChatNoAnonymous.ps1 @@ -1,6 +1,5 @@ function Test-MeetingChatNoAnonymous { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-ModernAuthExchangeOnline.ps1 b/source/tests/Test-ModernAuthExchangeOnline.ps1 index 8735fa4..2c5c79e 100644 --- a/source/tests/Test-ModernAuthExchangeOnline.ps1 +++ b/source/tests/Test-ModernAuthExchangeOnline.ps1 @@ -1,6 +1,5 @@ function Test-ModernAuthExchangeOnline { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-ModernAuthSharePoint.ps1 b/source/tests/Test-ModernAuthSharePoint.ps1 index c56ef59..990a64d 100644 --- a/source/tests/Test-ModernAuthSharePoint.ps1 +++ b/source/tests/Test-ModernAuthSharePoint.ps1 @@ -1,6 +1,5 @@ function Test-ModernAuthSharePoint { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-NoAnonymousMeetingJoin.ps1 b/source/tests/Test-NoAnonymousMeetingJoin.ps1 index e28ebdb..6a9336a 100644 --- a/source/tests/Test-NoAnonymousMeetingJoin.ps1 +++ b/source/tests/Test-NoAnonymousMeetingJoin.ps1 @@ -1,6 +1,5 @@ function Test-NoAnonymousMeetingJoin { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-NoAnonymousMeetingStart.ps1 b/source/tests/Test-NoAnonymousMeetingStart.ps1 index 5ffa6e2..9820b84 100644 --- a/source/tests/Test-NoAnonymousMeetingStart.ps1 +++ b/source/tests/Test-NoAnonymousMeetingStart.ps1 @@ -1,6 +1,5 @@ function Test-NoAnonymousMeetingStart { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-NoWhitelistDomains.ps1 b/source/tests/Test-NoWhitelistDomains.ps1 index d51fdc1..fe9ea6b 100644 --- a/source/tests/Test-NoWhitelistDomains.ps1 +++ b/source/tests/Test-NoWhitelistDomains.ps1 @@ -1,6 +1,5 @@ function Test-NoWhitelistDomains { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-NotifyMalwareInternal.ps1 b/source/tests/Test-NotifyMalwareInternal.ps1 index 1e466fb..eba1e84 100644 --- a/source/tests/Test-NotifyMalwareInternal.ps1 +++ b/source/tests/Test-NotifyMalwareInternal.ps1 @@ -1,6 +1,5 @@ function Test-NotifyMalwareInternal { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-OneDriveContentRestrictions.ps1 b/source/tests/Test-OneDriveContentRestrictions.ps1 index 0043aa9..5d10b50 100644 --- a/source/tests/Test-OneDriveContentRestrictions.ps1 +++ b/source/tests/Test-OneDriveContentRestrictions.ps1 @@ -1,6 +1,5 @@ function Test-OneDriveContentRestrictions { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-OneDriveSyncRestrictions.ps1 b/source/tests/Test-OneDriveSyncRestrictions.ps1 index 436899a..b0af3df 100644 --- a/source/tests/Test-OneDriveSyncRestrictions.ps1 +++ b/source/tests/Test-OneDriveSyncRestrictions.ps1 @@ -1,6 +1,5 @@ function Test-OneDriveSyncRestrictions { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-OrgOnlyBypassLobby.ps1 b/source/tests/Test-OrgOnlyBypassLobby.ps1 index 735c86d..9ad8958 100644 --- a/source/tests/Test-OrgOnlyBypassLobby.ps1 +++ b/source/tests/Test-OrgOnlyBypassLobby.ps1 @@ -1,6 +1,5 @@ function Test-OrgOnlyBypassLobby { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-OrganizersPresent.ps1 b/source/tests/Test-OrganizersPresent.ps1 index 014d13d..8e2fead 100644 --- a/source/tests/Test-OrganizersPresent.ps1 +++ b/source/tests/Test-OrganizersPresent.ps1 @@ -1,6 +1,5 @@ function Test-OrganizersPresent { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-PasswordHashSync.ps1 b/source/tests/Test-PasswordHashSync.ps1 index 83e6d9d..dfde80f 100644 --- a/source/tests/Test-PasswordHashSync.ps1 +++ b/source/tests/Test-PasswordHashSync.ps1 @@ -1,6 +1,5 @@ function Test-PasswordHashSync { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-PasswordNeverExpirePolicy.ps1 b/source/tests/Test-PasswordNeverExpirePolicy.ps1 index a4f9a07..144a8d7 100644 --- a/source/tests/Test-PasswordNeverExpirePolicy.ps1 +++ b/source/tests/Test-PasswordNeverExpirePolicy.ps1 @@ -1,6 +1,5 @@ function Test-PasswordNeverExpirePolicy { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned [Parameter(Mandatory)] diff --git a/source/tests/Test-ReauthWithCode.ps1 b/source/tests/Test-ReauthWithCode.ps1 index 6adfd31..318bade 100644 --- a/source/tests/Test-ReauthWithCode.ps1 +++ b/source/tests/Test-ReauthWithCode.ps1 @@ -1,6 +1,5 @@ function Test-ReauthWithCode { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-ReportSecurityInTeams.ps1 b/source/tests/Test-ReportSecurityInTeams.ps1 index 9c889dd..aceaf1b 100644 --- a/source/tests/Test-ReportSecurityInTeams.ps1 +++ b/source/tests/Test-ReportSecurityInTeams.ps1 @@ -1,6 +1,5 @@ function Test-ReportSecurityInTeams { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-RestrictCustomScripts.ps1 b/source/tests/Test-RestrictCustomScripts.ps1 index fea4a0f..99daa5a 100644 --- a/source/tests/Test-RestrictCustomScripts.ps1 +++ b/source/tests/Test-RestrictCustomScripts.ps1 @@ -1,6 +1,5 @@ function Test-RestrictCustomScripts { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Define your parameters here if needed ) diff --git a/source/tests/Test-RestrictExternalSharing.ps1 b/source/tests/Test-RestrictExternalSharing.ps1 index 04b00eb..0276204 100644 --- a/source/tests/Test-RestrictExternalSharing.ps1 +++ b/source/tests/Test-RestrictExternalSharing.ps1 @@ -1,6 +1,5 @@ function Test-RestrictExternalSharing { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-RestrictOutlookAddins.ps1 b/source/tests/Test-RestrictOutlookAddins.ps1 index 39f1ae6..6d28405 100644 --- a/source/tests/Test-RestrictOutlookAddins.ps1 +++ b/source/tests/Test-RestrictOutlookAddins.ps1 @@ -1,6 +1,5 @@ function Test-RestrictOutlookAddins { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters could include credentials or other necessary data diff --git a/source/tests/Test-RestrictStorageProvidersOutlook.ps1 b/source/tests/Test-RestrictStorageProvidersOutlook.ps1 index fa7b256..d6d5235 100644 --- a/source/tests/Test-RestrictStorageProvidersOutlook.ps1 +++ b/source/tests/Test-RestrictStorageProvidersOutlook.ps1 @@ -1,6 +1,5 @@ function Test-RestrictStorageProvidersOutlook { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added here if needed diff --git a/source/tests/Test-RestrictTenantCreation.ps1 b/source/tests/Test-RestrictTenantCreation.ps1 index ede53c4..be6a148 100644 --- a/source/tests/Test-RestrictTenantCreation.ps1 +++ b/source/tests/Test-RestrictTenantCreation.ps1 @@ -1,6 +1,5 @@ function Test-RestrictTenantCreation { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-SafeAttachmentsPolicy.ps1 b/source/tests/Test-SafeAttachmentsPolicy.ps1 index 18a90a2..3e5ad4f 100644 --- a/source/tests/Test-SafeAttachmentsPolicy.ps1 +++ b/source/tests/Test-SafeAttachmentsPolicy.ps1 @@ -1,6 +1,5 @@ function Test-SafeAttachmentsPolicy { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-SafeAttachmentsTeams.ps1 b/source/tests/Test-SafeAttachmentsTeams.ps1 index 1fae789..f87a437 100644 --- a/source/tests/Test-SafeAttachmentsTeams.ps1 +++ b/source/tests/Test-SafeAttachmentsTeams.ps1 @@ -1,6 +1,5 @@ function Test-SafeAttachmentsTeams { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-SafeLinksOfficeApps.ps1 b/source/tests/Test-SafeLinksOfficeApps.ps1 index aa30dbc..0e1cfed 100644 --- a/source/tests/Test-SafeLinksOfficeApps.ps1 +++ b/source/tests/Test-SafeLinksOfficeApps.ps1 @@ -1,6 +1,5 @@ function Test-SafeLinksOfficeApps { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here if needed diff --git a/source/tests/Test-SharePointAADB2B.ps1 b/source/tests/Test-SharePointAADB2B.ps1 index c95e415..7dfde4d 100644 --- a/source/tests/Test-SharePointAADB2B.ps1 +++ b/source/tests/Test-SharePointAADB2B.ps1 @@ -1,6 +1,5 @@ function Test-SharePointAADB2B { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-SharePointExternalSharingDomains.ps1 b/source/tests/Test-SharePointExternalSharingDomains.ps1 index ee309d7..848cba4 100644 --- a/source/tests/Test-SharePointExternalSharingDomains.ps1 +++ b/source/tests/Test-SharePointExternalSharingDomains.ps1 @@ -1,6 +1,5 @@ function Test-SharePointExternalSharingDomains { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-SharePointGuestsItemSharing.ps1 b/source/tests/Test-SharePointGuestsItemSharing.ps1 index 75159b4..aade0b3 100644 --- a/source/tests/Test-SharePointGuestsItemSharing.ps1 +++ b/source/tests/Test-SharePointGuestsItemSharing.ps1 @@ -1,6 +1,5 @@ function Test-SharePointGuestsItemSharing { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Define your parameters here diff --git a/source/tests/Test-SpamPolicyAdminNotify.ps1 b/source/tests/Test-SpamPolicyAdminNotify.ps1 index 8f100c7..8bb73bc 100644 --- a/source/tests/Test-SpamPolicyAdminNotify.ps1 +++ b/source/tests/Test-SpamPolicyAdminNotify.ps1 @@ -1,6 +1,5 @@ function Test-SpamPolicyAdminNotify { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added if needed diff --git a/source/tests/Test-TeamsExternalAccess.ps1 b/source/tests/Test-TeamsExternalAccess.ps1 index aec7caa..059cdf7 100644 --- a/source/tests/Test-TeamsExternalAccess.ps1 +++ b/source/tests/Test-TeamsExternalAccess.ps1 @@ -1,6 +1,5 @@ function Test-TeamsExternalAccess { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be defined here if needed diff --git a/source/tests/Test-TeamsExternalFileSharing.ps1 b/source/tests/Test-TeamsExternalFileSharing.ps1 index 92ef78c..4004dcc 100644 --- a/source/tests/Test-TeamsExternalFileSharing.ps1 +++ b/source/tests/Test-TeamsExternalFileSharing.ps1 @@ -1,6 +1,5 @@ function Test-TeamsExternalFileSharing { [CmdletBinding()] - [OutputType([CISAuditResult])] param ( # Aligned # Parameters can be added here if needed