Skip to content

Commit 755297b

Browse files
authored
Merge pull request KelvinTegelaar#1380 from Ren-Roros-Digital/StandardsComments
chore: run Update-StandardsComments
2 parents fa7cdd0 + 3b17fb6 commit 755297b

30 files changed

+52
-34
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ function Invoke-CIPPStandardAntiPhishPolicy {
77
.SYNOPSIS
88
(Label) Default Anti-Phishing Policy
99
.DESCRIPTION
10-
(Helptext) This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mailtips.
11-
(DocsDescription) This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mailtips.
10+
(Helptext) This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mail tips.
11+
(DocsDescription) This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mail tips.
1212
.NOTES
1313
CAT
1414
Defender Standards
@@ -40,7 +40,7 @@ function Invoke-CIPPStandardAntiPhishPolicy {
4040
ADDEDDATE
4141
2024-03-25
4242
POWERSHELLEQUIVALENT
43-
Set-AntiphishPolicy or New-AntiphishPolicy
43+
Set-AntiPhishPolicy or New-AntiPhishPolicy
4444
RECOMMENDEDBY
4545
"CIS"
4646
UPDATECOMMENTBLOCK

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function Invoke-CIPPStandardAutoAddProxy {
2323
Set-Mailbox -EmailAddresses @{add=\$EmailAddress}
2424
RECOMMENDEDBY
2525
DISABLEDFEATURES
26-
26+
{"report":true,"warn":true,"remediate":false}
2727
UPDATECOMMENTBLOCK
2828
Run the Tools\Update-StandardsComments.ps1 script to update this comment block
2929
.LINK

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function Invoke-CIPPStandardAutopilotProfile {
1414
Device Management Standards
1515
TAG
1616
DISABLEDFEATURES
17-
17+
{"report":true,"warn":true,"remediate":false}
1818
ADDEDCOMPONENT
1919
{"type":"textField","name":"standards.AutopilotProfile.DisplayName","label":"Profile Display Name"}
2020
{"type":"textField","name":"standards.AutopilotProfile.Description","label":"Profile Description"}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function Invoke-CIPPStandardAutopilotStatusPage {
1414
Device Management Standards
1515
TAG
1616
DISABLEDFEATURES
17-
17+
{"report":true,"warn":true,"remediate":false}
1818
ADDEDCOMPONENT
1919
{"type":"number","name":"standards.AutopilotStatusPage.TimeOutInMinutes","label":"Timeout in minutes","defaultValue":60}
2020
{"type":"textField","name":"standards.AutopilotStatusPage.ErrorMessage","label":"Custom Error Message","required":false}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function Invoke-CIPPStandardConditionalAccessTemplate {
1515
MULTIPLE
1616
True
1717
DISABLEDFEATURES
18-
18+
{"report":true,"warn":true,"remediate":false}
1919
IMPACT
2020
High Impact
2121
ADDEDDATE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Invoke-CIPPStandardDisableReshare {
55
.COMPONENT
66
(APIName) DisableReshare
77
.SYNOPSIS
8-
(Label) Disable Resharing by External Users
8+
(Label) Disable Re-sharing by External Users
99
.DESCRIPTION
1010
(Helptext) Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access
1111
(DocsDescription) Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access. This is a tenant wide setting and overrules any settings set on the site level

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Invoke-CIPPStandardDisableTenantCreation {
77
.SYNOPSIS
88
(Label) Disable M365 Tenant creation by users
99
.DESCRIPTION
10-
(Helptext) Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles.
10+
(Helptext) Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles.
1111
(DocsDescription) Users by default are allowed to create M365 tenants. This disables that so only admins can create new M365 tenants.
1212
.NOTES
1313
CAT

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ function Invoke-CIPPStandardDisableViva {
77
.SYNOPSIS
88
(Label) Disable daily Insight/Viva reports
99
.DESCRIPTION
10-
(Helptext) Disables the daily viva reports for all users.
11-
(DocsDescription) Disables the daily viva reports for all users.
10+
(Helptext) Disables the daily viva reports for all users. This standard requires the CIPP-SAM application to have the Company Administrator (Global Admin) role in the tenant. Enable this using CIPP > Advanced > Super Admin > SAM App Roles. Activate the roles with a CPV refresh.
11+
(DocsDescription) Disables the daily viva reports for all users. This standard requires the CIPP-SAM application to have the Company Administrator (Global Admin) role in the tenant. Enable this using CIPP \> Advanced \> Super Admin \> SAM App Roles. Activate the roles with a CPV refresh.
1212
.NOTES
1313
CAT
1414
Exchange Standards

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function Invoke-CIPPStandardEnableLitigationHold {
1414
Exchange Standards
1515
TAG
1616
ADDEDCOMPONENT
17+
{"type":"textField","name":"standards.EnableLitigationHold.days","required":false,"label":"Days to apply for litigation hold"}
1718
IMPACT
1819
Low Impact
1920
ADDEDDATE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function Invoke-CIPPStandardGroupTemplate {
1515
CAT
1616
Templates
1717
DISABLEDFEATURES
18-
18+
{"report":true,"warn":true,"remediate":false}
1919
IMPACT
2020
Medium Impact
2121
ADDEDDATE

0 commit comments

Comments
 (0)