Skip to content

Commit 276fc6a

Browse files
committed
SensitiveInformation cmdlets
1 parent 86c3a5f commit 276fc6a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

exchange/exchange-ps/ExchangePowerShell/ExchangePowerShell.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,8 @@ Exchange PowerShell is built on PowerShell technology to a powerful command-line
17381738
### [Update-ExchangeHelp](Update-ExchangeHelp.md)
17391739

17401740
## policy-and-compliance Cmdlets
1741+
### [Cancel-SensitiveInformationScan](Cancel-SensitiveInformationScan.md)
1742+
17411743
### [Check-PurviewConfig](Check-PurviewConfig.md)
17421744

17431745
### [Disable-JournalArchiving](Disable-JournalArchiving.md)
@@ -1796,6 +1798,10 @@ Exchange PowerShell is built on PowerShell technology to a powerful command-line
17961798

17971799
### [Get-ReviewItems](Get-ReviewItems.md)
17981800

1801+
### [Get-SensitiveInformationScan](Get-SensitiveInformationScan.md)
1802+
1803+
### [Get-SensitiveInformationScanRule](Get-SensitiveInformationScanRule.md)
1804+
17991805
### [Get-SupervisoryReviewPolicyV2](Get-SupervisoryReviewPolicyV2.md)
18001806

18011807
### [Get-SupervisoryReviewRule](Get-SupervisoryReviewRule.md)
@@ -1834,6 +1840,10 @@ Exchange PowerShell is built on PowerShell technology to a powerful command-line
18341840

18351841
### [New-ProtectionAlert](New-ProtectionAlert.md)
18361842

1843+
### [New-SensitiveInformationScan](New-SensitiveInformationScan.md)
1844+
1845+
### [New-SensitiveInformationScanRule](New-SensitiveInformationScanRule.md)
1846+
18371847
### [New-SupervisoryReviewPolicyV2](New-SupervisoryReviewPolicyV2.md)
18381848

18391849
### [New-SupervisoryReviewRule](New-SupervisoryReviewRule.md)
@@ -1860,6 +1870,10 @@ Exchange PowerShell is built on PowerShell technology to a powerful command-line
18601870

18611871
### [Remove-ProtectionAlert](Remove-ProtectionAlert.md)
18621872

1873+
### [Remove-SensitiveInformationScan](Remove-SensitiveInformationScan.md)
1874+
1875+
### [Remove-SensitiveInformationScanRule](Remove-SensitiveInformationScanRule.md)
1876+
18631877
### [Remove-SupervisoryReviewPolicyV2](Remove-SupervisoryReviewPolicyV2.md)
18641878

18651879
### [Remove-TransportRule](Remove-TransportRule.md)
@@ -1884,6 +1898,10 @@ Exchange PowerShell is built on PowerShell technology to a powerful command-line
18841898

18851899
### [Set-ProtectionAlert](Set-ProtectionAlert.md)
18861900

1901+
### [Set-SensitiveInformationScan](Set-SensitiveInformationScan.md)
1902+
1903+
### [Set-SensitiveInformationScanRule](Set-SensitiveInformationScanRule.md)
1904+
18871905
### [Set-SupervisoryReviewPolicyV2](Set-SupervisoryReviewPolicyV2.md)
18881906

18891907
### [Set-SupervisoryReviewRule](Set-SupervisoryReviewRule.md)

exchange/mapping/serviceMapping.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@
847847
"Test-ServicePrincipalAuthorization": "organization",
848848
"Test-SystemHealth": "organization",
849849
"Update-ExchangeHelp": "organization",
850+
"Cancel-SensitiveInformationScan": "policy-and-compliance",
850851
"Check-PurviewConfig": "policy-and-compliance",
851852
"Disable-JournalArchiving": "policy-and-compliance",
852853
"Disable-JournalRule": "policy-and-compliance",
@@ -876,6 +877,8 @@
876877
"Get-OutlookProtectionRule": "policy-and-compliance",
877878
"Get-ProtectionAlert": "policy-and-compliance",
878879
"Get-ReviewItems": "policy-and-compliance",
880+
"Get-SensitiveInformationScan": "policy-and-compliance",
881+
"Get-SensitiveInformationScanRule": "policy-and-compliance",
879882
"Get-SupervisoryReviewPolicyV2": "policy-and-compliance",
880883
"Get-SupervisoryReviewRule": "policy-and-compliance",
881884
"Get-TransportRule": "policy-and-compliance",
@@ -895,6 +898,8 @@
895898
"New-OrganizationSegment": "policy-and-compliance",
896899
"New-OutlookProtectionRule": "policy-and-compliance",
897900
"New-ProtectionAlert": "policy-and-compliance",
901+
"New-SensitiveInformationScan": "policy-and-compliance",
902+
"New-SensitiveInformationScanRule": "policy-and-compliance",
898903
"New-SupervisoryReviewPolicyV2": "policy-and-compliance",
899904
"New-SupervisoryReviewRule": "policy-and-compliance",
900905
"New-TransportRule": "policy-and-compliance",
@@ -908,6 +913,8 @@
908913
"Remove-OrganizationSegment": "policy-and-compliance",
909914
"Remove-OutlookProtectionRule": "policy-and-compliance",
910915
"Remove-ProtectionAlert": "policy-and-compliance",
916+
"Remove-SensitiveInformationScan": "policy-and-compliance",
917+
"Remove-SensitiveInformationScanRule": "policy-and-compliance",
911918
"Remove-SupervisoryReviewPolicyV2": "policy-and-compliance",
912919
"Remove-TransportRule": "policy-and-compliance",
913920
"Set-AutoSensitivityLabelPolicy": "policy-and-compliance",
@@ -920,6 +927,8 @@
920927
"Set-OrganizationSegment": "policy-and-compliance",
921928
"Set-OutlookProtectionRule": "policy-and-compliance",
922929
"Set-ProtectionAlert": "policy-and-compliance",
930+
"Set-SensitiveInformationScan": "policy-and-compliance",
931+
"Set-SensitiveInformationScanRule": "policy-and-compliance",
923932
"Set-SupervisoryReviewPolicyV2": "policy-and-compliance",
924933
"Set-SupervisoryReviewRule": "policy-and-compliance",
925934
"Set-TransportRule": "policy-and-compliance",

0 commit comments

Comments
 (0)