Skip to content

Commit cb518e5

Browse files
rename
1 parent 3ad424d commit cb518e5

11 files changed

+11
-11
lines changed

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAnonReportDisable.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function Invoke-CIPPStandardAnonReportDisable {
5858
}
5959
if ($Settings.report -eq $true) {
6060
$stateisCorrrect = $CurrentInfo.displayConcealedNames ? $false : $true
61-
Set-CIPPStandardsCompareField -FieldName 'standard.AnonReportDisable' -FieldValue $stateisCorrrect -TenantFilter $tenant
61+
Set-CIPPStandardsCompareField -FieldName 'standards.AnonReportDisable' -FieldValue $stateisCorrrect -TenantFilter $tenant
6262
Add-CIPPBPAField -FieldName 'AnonReport' -FieldValue $CurrentInfo.displayConcealedNames -StoreAs bool -Tenant $tenant
6363
}
6464
}

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAntiPhishPolicy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function Invoke-CIPPStandardAntiPhishPolicy {
218218
}
219219

220220
if ($Settings.report -eq $true) {
221-
Set-CIPPStandardsCompareField -FieldName 'standard.AntiPhishPolicy' -FieldValue $StateIsCorrect -TenantFilter $tenant
221+
Set-CIPPStandardsCompareField -FieldName 'standards.AntiPhishPolicy' -FieldValue $StateIsCorrect -TenantFilter $tenant
222222
Add-CIPPBPAField -FieldName 'AntiPhishPolicy' -FieldValue $StateIsCorrect -StoreAs bool -Tenant $tenant
223223
}
224224

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAntiSpamSafeList.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Invoke-CIPPStandardAntiSpamSafeList {
4949
$StateIsCorrect = if ($CurrentState -eq $WantedState) { $true } else { $false }
5050

5151
if ($Settings.report -eq $true) {
52-
Set-CIPPStandardsCompareField -FieldName 'standard.AntiSpamSafeList' -FieldValue $StateIsCorrect -TenantFilter $Tenant
52+
Set-CIPPStandardsCompareField -FieldName 'standards.AntiSpamSafeList' -FieldValue $StateIsCorrect -TenantFilter $Tenant
5353
Add-CIPPBPAField -FieldName 'AntiSpamSafeList' -FieldValue $CurrentState -StoreAs bool -Tenant $Tenant
5454
}
5555

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAtpPolicyForO365.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function Invoke-CIPPStandardAtpPolicyForO365 {
7272

7373
if ($Settings.report -eq $true) {
7474
$state = $StateIsCorrect -eq $true ? $true : $CurrentState
75-
Set-CIPPStandardsCompareField -FieldName 'standard.AtpPolicyForO365' -FieldValue $state -TenantFilter $tenant
75+
Set-CIPPStandardsCompareField -FieldName 'standards.AtpPolicyForO365' -FieldValue $state -TenantFilter $tenant
7676
Add-CIPPBPAField -FieldName 'AtpPolicyForO365' -FieldValue $StateIsCorrect -StoreAs bool -Tenant $tenant
7777
}
7878

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAuditLog.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function Invoke-CIPPStandardAuditLog {
7676

7777
if ($Settings.report -eq $true) {
7878
$state = $AuditLogEnabled -eq $true ? $true : $AuditLogEnabled
79-
Set-CIPPStandardsCompareField -FieldName 'standard.AuditLog' -FieldValue $state -TenantFilter $Tenant
79+
Set-CIPPStandardsCompareField -FieldName 'standards.AuditLog' -FieldValue $state -TenantFilter $Tenant
8080
Add-CIPPBPAField -FieldName 'AuditLog' -FieldValue $AuditLogEnabled -StoreAs bool -Tenant $tenant
8181
}
8282
}

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAuthMethodsSettings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function Invoke-CIPPStandardAuthMethodsSettings {
8989

9090
if ($Settings.report -eq $true) {
9191
$state = $StateSetCorrectly ? $true : $CurrentPolicy
92-
Set-CIPPStandardsCompareField -FieldName 'standard.AuthMethodsSettings' -FieldValue $state -TenantFilter $tenant
92+
Set-CIPPStandardsCompareField -FieldName 'standards.AuthMethodsSettings' -FieldValue $state -TenantFilter $tenant
9393
Add-CIPPBPAField -FieldName 'ReportSuspiciousActivity' -FieldValue $CurrentPolicy.reportSuspiciousActivitySettings.state -StoreAs string -Tenant $tenant
9494
Add-CIPPBPAField -FieldName 'SystemCredential' -FieldValue $CurrentPolicy.systemCredentialPreferences.state -StoreAs string -Tenant $tenant
9595
}

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutoAddProxy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function Invoke-CIPPStandardAutoAddProxy {
5252

5353
if ($Settings.report -eq $true) {
5454
$state = $StateIsCorrect ? $true : $MissingProxies
55-
Set-CIPPStandardsCompareField -FieldName 'standard.AutoAddProxy' -FieldValue $state -TenantFilter $Tenant
55+
Set-CIPPStandardsCompareField -FieldName 'standards.AutoAddProxy' -FieldValue $state -TenantFilter $Tenant
5656
Add-CIPPBPAField -FieldName 'AutoAddProxy' -FieldValue $StateIsCorrect -StoreAs bool -Tenant $Tenant
5757
}
5858

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutoExpandArchive.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function Invoke-CIPPStandardAutoExpandArchive {
6060

6161
if ($Settings.report -eq $true) {
6262
$state = $CurrentState -eq $true ? $true : $CurrentState
63-
Set-CIPPStandardsCompareField -FieldName 'standard.AutoExpandArchive' -FieldValue $state -TenantFilter $tenant
63+
Set-CIPPStandardsCompareField -FieldName 'standards.AutoExpandArchive' -FieldValue $state -TenantFilter $tenant
6464
Add-CIPPBPAField -FieldName 'AutoExpandingArchive' -FieldValue $CurrentState -StoreAs bool -Tenant $tenant
6565
}
6666
}

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutopilotProfile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function Invoke-CIPPStandardAutopilotProfile {
5454

5555
if ($Settings.report -eq $true) {
5656
$state = $ProfileExists -eq $true ? $true : $ProfileExists
57-
Set-CIPPStandardsCompareField -FieldName 'standard.AutopilotProfile' -FieldValue $state -TenantFilter $tenant
57+
Set-CIPPStandardsCompareField -FieldName 'standards.AutopilotProfile' -FieldValue $state -TenantFilter $tenant
5858
Add-CIPPBPAField -FieldName 'AutopilotProfile' -FieldValue $ProfileExists -StoreAs bool -Tenant $tenant
5959
}
6060

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutopilotStatusPage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function Invoke-CIPPStandardAutopilotStatusPage {
9292

9393
if ($Settings.report -eq $true) {
9494
$state = $StateIsCorrect -eq $true ? $true : $StateIsCorrect
95-
Set-CIPPStandardsCompareField -FieldName 'standard.AutopilotStatusPage' -FieldValue $state -TenantFilter $tenant
95+
Set-CIPPStandardsCompareField -FieldName 'standards.AutopilotStatusPage' -FieldValue $state -TenantFilter $tenant
9696
Add-CIPPBPAField -FieldName 'AutopilotStatusPage' -FieldValue $StateIsCorrect -StoreAs bool -Tenant $tenant
9797
}
9898

0 commit comments

Comments
 (0)