Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.21784.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pass/Fail Hook:

function Test-Assessment-21784 {
[ZtTest(
Category = 'Access control; Credential management',
Category = 'Access control, Credential management',
ImplementationCost = 'Medium',
MinimumLicense = ('P1'),
Pillar = 'Identity',
Expand Down
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.21837.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

function Test-Assessment-21837{
[ZtTest(
Category = 'Devices',
Category = 'Device',
ImplementationCost = 'Low',
MinimumLicense = ('Free'),
Pillar = 'Identity',
Expand Down
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.21886.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

function Test-Assessment-21886 {
[ZtTest(
Category = 'Applications management',
Category = 'Application management',
ImplementationCost = 'Medium',
MinimumLicense = ('P1'),
Pillar = 'Identity',
Expand Down
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.21953.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

function Test-Assessment-21953{
[ZtTest(
Category = 'Devices',
Category = 'Device',
ImplementationCost = 'Medium',
MinimumLicense = ('P1'),
Pillar = 'Identity',
Expand Down
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.21954.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

function Test-Assessment-21954{
[ZtTest(
Category = 'Devices',
Category = 'Device',
ImplementationCost = 'Low',
MinimumLicense = ('Free'),
Pillar = 'Identity',
Expand Down
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.21955.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

function Test-Assessment-21955 {
[ZtTest(
Category = 'Devices',
Category = 'Device',
ImplementationCost = 'Low',
MinimumLicense = ('P1'),
Pillar = 'Identity',
Expand Down
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.35003.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

function Test-Assessment-35003 {
[ZtTest(
Category = 'sensitivity-labels',
Category = 'Sensitivity Labels',
ImplementationCost = 'Medium',
MinimumLicense = ('Microsoft 365 E3'),
Service = ('SecurityCompliance'),
Expand Down
4 changes: 2 additions & 2 deletions src/powershell/tests/Test-Assessment.35012.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

.NOTES
Test ID: 35012
Category: Sensitivity Labels Configuration
Category: Sensitivity Labels
Required APIs: Get-Label (Exchange PowerShell)
#>

function Test-Assessment-35012 {

[ZtTest(
Category = 'Sensitivity Labels Configuration',
Category = 'Sensitivity Labels',
ImplementationCost = 'Medium',
Comment thread
Mynster9361 marked this conversation as resolved.
Service = ('SecurityCompliance'),
MinimumLicense = ('Microsoft 365 E5'),
Expand Down
4 changes: 2 additions & 2 deletions src/powershell/tests/Test-Assessment.35013.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

.NOTES
Test ID: 35013
Category: Sensitivity Labels Configuration
Category: Sensitivity Labels
Required Module: ExchangeOnlineManagement v3.5.1+
Required Connection: Connect-IPPSSession
#>

function Test-Assessment-35013 {
[ZtTest(
Category = 'Sensitivity Labels Configuration',
Category = 'Sensitivity Labels',
ImplementationCost = 'Medium',
Comment thread
Mynster9361 marked this conversation as resolved.
Service = ('SecurityCompliance'),
MinimumLicense = 'Microsoft 365 E3',
Expand Down
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.35015.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

function Test-Assessment-35015 {
[ZtTest(
Category = 'sensitivity-labels',
Category = 'Sensitivity Labels',
ImplementationCost = 'Medium',
MinimumLicense = ('Microsoft 365 E3'),
Service = ('SecurityCompliance'),
Expand Down
2 changes: 1 addition & 1 deletion src/powershell/tests/Test-Assessment.35024.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

function Test-Assessment-35024 {
[ZtTest(
Category = 'Rights Management Service',
Category = 'Rights Management Service (RMS)',
ImplementationCost = 'Low',
MinimumLicense = ('Microsoft 365 E3'),
Service = ('ExchangeOnline'),
Expand Down
Loading