MS-102 Manage compliance by using Microsoft Purview • Complete Question Bank
Complete MS-102 Manage compliance by using Microsoft Purview question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Full access to all admin features
Resets passwords for non-admins
Manages Exchange Online
Manages users and groups
Manages security policies
Drag a concept onto its matching description — or click a concept then click the description.
Migrate mailboxes from on-premises to Exchange Online
Migrate files from on-premises to SharePoint and OneDrive
Sync on-premises identities to Azure AD
Orchestrate large-scale migrations
Migrate data from Google Workspace
{
"Assignment": {
"Target": {
"All": "AllUsers"
},
"Method": "Automatic",
"Condition": {
"SensitivityTypes": ["9f1cff3e-8e2d-4b9a-9a0d-1c2d3e4f5a6b"]
},
"LabelId": "e1f6a5b4-3c2d-4e5f-9a8b-7c6d5e4f3a2b"
}
}Get-RetentionCompliancePolicy -Identity "ProjectXRetention" | Format-List
Name : ProjectXRetention
Comment : Retain ProjectX documents
Enabled : False
Mode : Enable
Locations : {SharePoint, Exchange}
RetentionDuration : 3650
RetentionDurationDisplayHint : Days
RetentionTrigger : DateCreated
RetentionAction : DeleteSearch-UnifiedAuditLog -StartDate (Get-Date).AddDays(-30) -Operations SecureScoreUpdate | Format-Table UserIds, Operations, AuditData
UserIds: admin@contoso.com
Operations: SecureScoreUpdate
AuditData: {"SecureScoreUpdate":{"Action":"ScoreChanged","NewScore":80,"OldScore":75}}{
"InformationProtection": {
"LabelPolicy": {
"Id": "IP_LabelPolicy_1234",
"Labels": [
{"Id": "General", "DisplayName": "General"},
{"Id": "Confidential", "DisplayName": "Confidential"}
],
"Settings": {
"DefaultLabelId": "General",
"RemoveLabelingOnExit": false,
"MarkingDefaults": {
"Footer": "This document is confidential - Do not share",
"Header": "Confidential"
}
}
}
}
}{
"Name": "GDPR Data Subject Request Policy",
"PolicyType": "DataLifecycleManagement",
"RetentionRules": [
{
"Action": "Retain",
"Duration": 365,
"Condition": {
"SensitivityLabel": "Personal Data"
}
},
{
"Action": "Delete",
"Duration": 90,
"Condition": {
"ContentContainsSensitiveInformation": "EU_Deceased_Data"
}
}
]
}{
"SearchResult": {
"Status": "Completed",
"Items": [
{
"Id": "1",
"Location": "user@contoso.com",
"Size": 1024,
"OriginalPath": "/Users/user/DeletedItems/email.msg",
"LastModifiedTime": "2024-01-15T10:00:00Z"
}
]
}
}{
"Labels": [
{
"Name": "ProjectX-Retention",
"DisplayName": "Project X Retention",
"Settings": {
"RetentionAction": "KeepThenDelete",
"RetentionDuration": 365,
"RetentionType": "ModificationAgeInDays"
}
}
],
"Policies": [
{
"Name": "ProjectX-Policy",
"Labels": ["ProjectX-Retention"],
"Locations": ["SharePoint"],
"AdaptiveScopes": [
{
"Name": "ProjectX Site",
"Query": "SiteUrl -eq 'https://contoso.sharepoint.com/sites/projectx'"
}
]
}
]
}Search-UnifiedAuditLog -StartDate (Get-Date).AddDays(-7) -EndDate (Get-Date) -RecordType SharePointFileOperation -Operations FileDownloaded -UserIds user@contoso.com | Format-Table CreationTime, Operation, ItemName
{
"sensitivityRules": [
{
"id": "CreditCardRule",
"sensitiveInfoTypeIds": ["Credit Card Number"],
"action": "encrypt"
}
]
}Refer to the exhibit.
{
"Name": "DLP Policy - Credit Card",
"Mode": "Test",
"Rules": [
{
"Name": "Block Credit Card Numbers",
"Condition": {
"SensitiveInformation": [
{
"id": "50842eb7-edc8-4019-85dd-5a5c1f2bb085",
"minCount": 1
}
]
},
"Actions": [
"BlockAccess",
"NotifyUser"
],
"UserNotifications": {
"Enabled": true,
"NotifyUserInEmail": true
}
}
]
}Refer to the exhibit.
Get-DlpComplianceRule -Identity "Block PII" | Format-List
Name : Block PII
Policy : DLP Policy 1
Conditions : @{SensitiveInformation=System.Object[]; MinCount=1}
Actions : {BlockAccess, NotifyUser}
Mode : Enable
Priority : 2
Get-DlpComplianceRule -Identity "Block Credit Cards" | Format-List
Name : Block Credit Cards
Policy : DLP Policy 2
Conditions : @{SensitiveInformation=System.Object[]; MinCount=1}
Actions : {BlockAccess, NotifyUser}
Mode : Enable
Priority : 1Refer to the exhibit.
{
"RecordsManagement": {
"FilePlan": {
"Departments": ["Finance", "HR"],
"Categories": ["Financial Records", "Employee Records"],
"SubCategories": ["Invoices", "Payroll"]
},
"RetentionLabels": [
{
"Name": "Finance Retention",
"RetentionDuration": "7 Years",
"RetentionAction": "Retain",
"DispositionReview": true
},
{
"Name": "HR Retention",
"RetentionDuration": "5 Years",
"RetentionAction": "RetainAndDelete",
"DispositionReview": false
}
]
}
}{
"LabelId": "12345678-1234-1234-1234-123456789abc",
"DisplayName": "Confidential - Financial",
"Settings": {
"Encryption": {
"Enabled": true,
"RightsManagementTemplateId": "43218765-4321-4321-4321-432187654321"
},
"Marking": {
"Enabled": true,
"HeaderText": "CONFIDENTIAL",
"FooterText": "This document is confidential."
},
"AutoLabeling": {
"Enabled": true,
"SensitiveInfoTypeIds": ["credit-card-number", "aba-routing-number"]
}
}
}Refer to the exhibit.
{
"rules": [
{
"name": "Block High Risk IP",
"id": "12345678-1234-1234-1234-123456789012",
"priority": "1",
"action": "BlockAccess",
"conditions": {
"applications": ["All"],
"clientType": "All",
"devicePlatforms": ["All"],
"locations": ["HighRiskIP"]
},
"grantControls": null
},
{
"name": "Require MFA for External Users",
"id": "87654321-4321-4321-4321-210987654321",
"priority": "2",
"action": "GrantAccess",
"conditions": {
"applications": ["All"],
"clientType": "All",
"devicePlatforms": ["All"],
"locations": ["AllTrusted"]
},
"grantControls": {
"builtInControls": ["mfa"]
}
}
]
}