diff --git a/source/tests/Test-AdministrativeAccountCompliance.ps1 b/source/tests/Test-AdministrativeAccountCompliance.ps1 index 523ec11..3e6dce1 100644 --- a/source/tests/Test-AdministrativeAccountCompliance.ps1 +++ b/source/tests/Test-AdministrativeAccountCompliance.ps1 @@ -5,7 +5,7 @@ function Test-AdministrativeAccountCompliance { # Parameters can be added if needed ) begin { - #. C:\Temp\CISAuditResult.ps1 + #. .\source\Classes\CISAuditResult.ps1 $validLicenses = @('AAD_PREMIUM', 'AAD_PREMIUM_P2') } process { diff --git a/source/tests/Test-AntiPhishingPolicy.ps1 b/source/tests/Test-AntiPhishingPolicy.ps1 index 0aef681..4b669db 100644 --- a/source/tests/Test-AntiPhishingPolicy.ps1 +++ b/source/tests/Test-AntiPhishingPolicy.ps1 @@ -7,7 +7,7 @@ function Test-AntiPhishingPolicy { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed #$auditResults = @() } diff --git a/source/tests/Test-AuditDisabledFalse.ps1 b/source/tests/Test-AuditDisabledFalse.ps1 index 205d05a..1ba0362 100644 --- a/source/tests/Test-AuditDisabledFalse.ps1 +++ b/source/tests/Test-AuditDisabledFalse.ps1 @@ -7,7 +7,7 @@ function Test-AuditDisabledFalse { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-AuditLogSearch.ps1 b/source/tests/Test-AuditLogSearch.ps1 index ac45913..48a0c91 100644 --- a/source/tests/Test-AuditLogSearch.ps1 +++ b/source/tests/Test-AuditLogSearch.ps1 @@ -7,7 +7,7 @@ function Test-AuditLogSearch { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-BlockChannelEmails.ps1 b/source/tests/Test-BlockChannelEmails.ps1 index 94e1e9e..f69a5c0 100644 --- a/source/tests/Test-BlockChannelEmails.ps1 +++ b/source/tests/Test-BlockChannelEmails.ps1 @@ -7,7 +7,7 @@ function Test-BlockChannelEmails { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-BlockMailForwarding.ps1 b/source/tests/Test-BlockMailForwarding.ps1 index 860beb0..f00377d 100644 --- a/source/tests/Test-BlockMailForwarding.ps1 +++ b/source/tests/Test-BlockMailForwarding.ps1 @@ -7,7 +7,7 @@ function Test-BlockMailForwarding { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-BlockSharedMailboxSignIn.ps1 b/source/tests/Test-BlockSharedMailboxSignIn.ps1 index 31e49a3..958d434 100644 --- a/source/tests/Test-BlockSharedMailboxSignIn.ps1 +++ b/source/tests/Test-BlockSharedMailboxSignIn.ps1 @@ -7,7 +7,7 @@ function Test-BlockSharedMailboxSignIn { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-CommonAttachmentFilter.ps1 b/source/tests/Test-CommonAttachmentFilter.ps1 index 962311a..5d4e356 100644 --- a/source/tests/Test-CommonAttachmentFilter.ps1 +++ b/source/tests/Test-CommonAttachmentFilter.ps1 @@ -7,7 +7,7 @@ function Test-CommonAttachmentFilter { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-CustomerLockbox.ps1 b/source/tests/Test-CustomerLockbox.ps1 index 6060a78..2404203 100644 --- a/source/tests/Test-CustomerLockbox.ps1 +++ b/source/tests/Test-CustomerLockbox.ps1 @@ -7,7 +7,7 @@ function Test-CustomerLockbox { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-DialInBypassLobby.ps1 b/source/tests/Test-DialInBypassLobby.ps1 index ab4c843..0d3eefb 100644 --- a/source/tests/Test-DialInBypassLobby.ps1 +++ b/source/tests/Test-DialInBypassLobby.ps1 @@ -7,7 +7,7 @@ function Test-DialInBypassLobby { begin { # Dot source the class script if necessary - + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-GlobalAdminsCount.ps1 b/source/tests/Test-GlobalAdminsCount.ps1 index e1fe62e..a01089a 100644 --- a/source/tests/Test-GlobalAdminsCount.ps1 +++ b/source/tests/Test-GlobalAdminsCount.ps1 @@ -7,7 +7,7 @@ function Test-GlobalAdminsCount { begin { # Dot source the class script if necessary - . .\source\Classes\CISAuditResult.ps1 + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed } diff --git a/source/tests/Test-GuestUsersBiweeklyReview.ps1 b/source/tests/Test-GuestUsersBiweeklyReview.ps1 index bb90cf6..64bd6c9 100644 --- a/source/tests/Test-GuestUsersBiweeklyReview.ps1 +++ b/source/tests/Test-GuestUsersBiweeklyReview.ps1 @@ -7,7 +7,7 @@ function Test-GuestUsersBiweeklyReview { begin { # Dot source the class script if necessary - . .\source\Classes\CISAuditResult.ps1 + #. .\source\Classes\CISAuditResult.ps1 # Initialization code, if needed }