Records Management
Complete the full lesson to earn 25 points
Work through each section, then tap “Mark as Complete” on the last one.
✦ Skip the page breaks and see fewer ads — read each lesson on a single page with Pro
Mastering Records Management in Microsoft Purview
Data is often described as the new oil, but for a compliance officer or an IT administrator, data can just as easily become a liability. Every document, email, and chat message created within an organization carries a lifecycle. Some items are trivial and should be deleted quickly to reduce noise, while others are vital business records that must be preserved for years to meet legal, financial, or regulatory requirements. Records Management is the discipline of overseeing this lifecycle, ensuring that the right information is kept for the right amount of time and disposed of properly when it is no longer needed.
In the Microsoft 365 ecosystem, Records Management is handled through Microsoft Purview. It goes beyond simple data backup or storage; it provides a framework for "defensible disposal." This means that when your organization deletes data, you have a documented, audited process proving why it was deleted and that it followed established corporate policy. This lesson will dive deep into how Microsoft Purview enables sophisticated records management, from building a file plan to managing complex disposition workflows.
Understanding the Core of Records Management
Before clicking buttons in a portal, it is essential to understand what actually constitutes a "record." In a legal and compliance context, a record is a piece of information that provides evidence of a business transaction, a legal decision, or an operational activity. Unlike a working draft of a document, a record is typically considered "final" and should not be altered.
Microsoft Purview distinguishes between "retention" and "records management." While retention policies can be applied broadly to keep data for a certain period, Records Management allows for a more granular approach. It allows you to mark specific items as immutable, meaning they cannot be edited or deleted by users, even if those users have full permissions to the site or folder where the item lives.
The Lifecycle of a Record
The lifecycle of a record generally follows four distinct stages:
- Creation or Receipt: The moment a document is saved to SharePoint, an email is received in Outlook, or a file is uploaded to Teams.
- Active Use: The period where the document is being edited, shared, and referenced for daily business operations.
- Retention (The Record Phase): Once the document is finalized, it is declared a record. It is kept in a read-only state to satisfy legal or regulatory mandates.
- Disposition: The final stage where the record is either permanently deleted or transferred to an archive (like the National Archives for government entities).
Callout: Retention vs. Records Management
While these terms are often used interchangeably, they serve different purposes. Retention is about ensuring data exists for a minimum time and is removed after a maximum time; it is often applied broadly to entire containers like "all mailboxes." Records Management is about the individual lifecycle of high-value items. It involves declaring items as immutable, managing a "File Plan," and performing manual reviews before data is destroyed.
Building a File Plan
The foundation of any records management strategy is the File Plan. Think of the File Plan as a master catalog of all the types of records your organization handles. It outlines what the record is, which department owns it, which regulations apply to it, and how long it must be kept.
In Microsoft Purview, the File Plan is a functional tool that helps you generate retention labels at scale. Instead of creating labels one by one, you can import a comprehensive list of record types. This is particularly useful for large organizations that have thousands of different document types across multiple jurisdictions.
Key Components of a File Plan
When you look at a File Plan in Purview, you will see several metadata fields that help categorize your records:
- Business Function/Department: Identifies if the record belongs to HR, Legal, Finance, or Engineering.
- Category and Sub-category: Further refines the record type (e.g., Finance > Tax Records > State Tax).
- Authority Type: Specifies if the retention is based on Legal, Business, or Regulatory requirements.
- Citation: The specific law or regulation (e.g., GDPR Article 5 or IRS Publication 583) that mandates the retention period.
Practical Example: Importing a File Plan
Most organizations already have a File Plan in an Excel spreadsheet. Purview allows you to download a template, fill it out, and upload it to create your labels automatically.
- Navigate to the Microsoft Purview compliance portal.
- Select Records Management > File Plan.
- Click Import and download the blank CSV template.
- Fill in the columns:
LabelName,RetentionAction,RetentionDuration, and the metadata fields likeDepartmentandCitation. - Upload the CSV back into the portal.
By using the File Plan import, you ensure that every label created has the necessary context attached to it. This makes it much easier for a compliance officer to search for and manage labels later on.
Retention Labels and Policies
Once your File Plan is established, you need to apply those rules to your data. This is done through a combination of Retention Labels and Label Policies.
Retention Labels
A retention label is the "tag" that gets stuck to a document or email. It contains the logic for that specific item. For example, a label named "7-Year Financial Audit" will have the logic: "Keep for 7 years after the last modified date, then trigger a disposition review."
Labels can be configured with different levels of "strictness":
- Standard Label: Keeps the item but allows users to edit it. If they delete it, it goes to a hidden "Preservation Hold" library.
- Record Label: Once applied, the item is locked. Users can still see it, but they cannot edit or delete it. They can, however, "unlock" it if they have specific permissions, which creates a new version.
- Regulatory Record Label: This is the most restrictive. Once applied, no one—not even a Global Admin—can remove the label or delete the document until the retention period expires.
Label Policies
Creating a label doesn't actually do anything until you "publish" it using a Label Policy. A policy defines where the label is available. You might publish your HR labels only to the HR SharePoint sites and HR Teams channels, while publishing "General Business Records" to the entire organization.
Note: It can take up to 7 days for a published label to appear in the end-user interface (like the "Apply Label" dropdown in Outlook or SharePoint). This is a common point of frustration, so plan your deployments accordingly.
Automating Records Management
Manually asking employees to label every document they create is a recipe for failure. People forget, they get busy, or they apply the wrong labels. Automation is the key to a successful records program.
Auto-Apply Labels
Microsoft Purview allows you to automatically apply retention labels based on specific criteria. This is one of the most powerful features in the suite because it removes the burden from the end-user.
You can trigger auto-labeling based on:
- Sensitive Information Types (SITs): If a document contains a Credit Card number or a Social Security number, automatically apply a "Financial Data" record label.
- Trainable Classifiers: Microsoft provides built-in AI models that can recognize "Contracts," "Resumes," or "Legal Briefs" based on the structure and language of the document.
- KQL Queries: You can use Keyword Query Language to find specific terms. For example, any document containing the project code "Project-X" can be automatically labeled for 10-year retention.
PowerShell for Bulk Labeling
For administrators who prefer the command line, PowerShell is an efficient way to manage labels and policies. You will need the ExchangeOnlineManagement module to interact with the compliance center.
# Connect to the Security & Compliance PowerShell
Connect-IPPSSession -UserPrincipalName [email protected]
# Create a new Retention Label
New-ComplianceTag -Name "Project Alpha Records" `
-Comment "Records related to Project Alpha" `
-RetentionAction KeepAndThenDelete `
-RetentionDuration 2555 ` # 7 years in days
-RetentionType RetentionPeriod `
-IsRecordLabel $true
# Create a Label Policy to publish the label to specific SharePoint sites
New-RecordLabelCopyPolicy -Name "Project Alpha Policy" `
-Labels "Project Alpha Records" `
-SharePointLocation "https://yourtenant.sharepoint.com/sites/ProjectAlpha"
In this script, we first connect to the service. Then, we create a label specifically marked as a "Record Label" (-IsRecordLabel $true) with a 7-year retention period. Finally, we publish that label specifically to the SharePoint site where Project Alpha data is stored.
Event-Based Retention
Standard retention usually starts from the date an item was created or last modified. However, many business records don't work that way. A contract shouldn't be kept for "5 years after it was created"; it should be kept for "5 years after the contract expires." An employee's record should be kept for "7 years after they leave the company."
This is where Event-Based Retention comes in.
How Event-Based Retention Works
- Create an Event Type: Define a category like "Contract Expiration" or "Employee Departure."
- Create a Label: Set the retention to start "when an event occurs" and link it to your Event Type.
- Apply the Label: Tag the relevant documents (e.g., all of John Doe's HR files).
- Trigger the Event: When John Doe actually leaves the company, you "trigger" the event in Purview, providing a unique ID (like his employee ID).
Practical Scenario: Employee Departure
Imagine you have an employee named Sarah who leaves the company on December 1st. You have hundreds of files related to Sarah across SharePoint. All these files were tagged with an "Employee Record" label linked to the "Departure" event type. Each file has a property called "EmployeeID" set to "12345."
To start the retention clock for Sarah's files, you go to the Events tab in Records Management and create a new event for "Departure." You specify that this event applies to all items where the Asset ID is "12345." Purview then finds all documents with that ID and starts the 7-year countdown from December 1st.
Disposition Management: The Final Check
The goal of records management isn't just to keep things; it's to get rid of them safely. When a retention period ends, you have two choices: delete the item automatically or perform a Disposition Review.
The Disposition Review Process
For high-stakes data, you rarely want the system to just "delete it" without a human looking at it. A disposition review allows designated users (Disposition Reviewers) to examine the data before it's gone forever.
When an item reaches the end of its life, the reviewer receives an email notification. They can then choose one of four actions:
- Permanently Delete: The item is purged.
- Extend Retention: If there is an ongoing legal matter, they can add another year or more to the clock.
- Relabel: If the document was miscategorized, they can apply a different label.
- No Action: The item stays, but the review is logged.
Callout: Defensible Disposal
One of the biggest benefits of Purview's disposition process is the "Certificate of Disposal." Even after a record is deleted, Purview keeps a record of the record. It stores the metadata of what was deleted, who approved the deletion, and when it happened. If a regulator asks, "Why did you delete these financial records from 2015?" you can produce an audit trail proving it was done according to policy.
Configuration Table: Retention Options
| Feature | Standard Retention | Record Label | Regulatory Record |
|---|---|---|---|
| Edit Content | Yes | Yes (creates new version) | No |
| Delete Item | Yes (goes to hold) | No | No |
| Change Label | Yes | Yes | No |
| Remove Label | Yes | Yes | No |
| Admin Override | Yes | Yes | No (Strictly forbidden) |
Best Practices for Records Management
Implementing records management is as much about culture and process as it is about technology. Here are industry-standard best practices to ensure your implementation is successful.
1. Start with a Governance Committee
Don't let IT decide how long to keep legal documents. Build a committee that includes representatives from Legal, Compliance, Finance, and key Business Units. They define the "What" and the "How Long," while IT handles the "How."
2. Use the "Principle of Parsimony"
Do not create 500 different labels if 20 will do. The more complex your File Plan, the more likely users are to get confused and the more likely your automation rules will conflict. Group records with similar retention requirements into a single "bucket" where possible.
3. Leverage Metadata and Folders
In SharePoint, you can apply a retention label to a folder. Any document dropped into that folder automatically inherits that label. This is a very user-friendly way to manage records. For example, a folder named "Closed Contracts 2023" could automatically apply a 10-year record label to anything placed inside it.
4. Test with "Pending" Labels
Before rolling out a label that deletes data, test it. Use a short retention period (like 1 day) on a test SharePoint site to see exactly how the disposition review and deletion process behave.
5. Monitor Your Disposition Backlog
If you require disposition reviews, make sure you have enough reviewers. If thousands of documents reach their end-of-life and no one is there to approve the deletion, you aren't actually reducing your data liability; you're just creating a bottleneck.
Common Pitfalls and How to Avoid Them
Even with the best tools, things can go wrong. Here are the most common mistakes organizations make when setting up Records Management in Microsoft 365.
Mistake 1: Confusing Sensitivity with Retention
Sensitivity labels (like "Confidential" or "Highly Secret") are about encryption and access control. Retention labels are about time and existence. A document can be "Public" but still need to be kept for 20 years as a record. Conversely, a "Top Secret" document might only need to be kept for 30 days. Keep these two concepts separate in your planning.
Mistake 2: Ignoring the "Hierarchy of Retention"
When multiple policies apply to the same document, Purview uses a specific set of rules to decide what happens. This is known as the "Principles of Retention."
- Retention beats deletion: If one policy says "keep for 5 years" and another says "delete after 3," the item is kept.
- Longest period wins: If two policies say "keep," the one with the longest duration is applied.
- Explicit beats implicit: A label applied to a specific file (explicit) wins over a policy applied to the whole site (implicit).
- Shortest deletion wins: If two policies say "delete," the one with the shortest period wins.
Mistake 3: Forgetting about "Regulatory Record" Restrictions
As mentioned earlier, Regulatory Records are immutable. If you apply a regulatory record label to a folder by mistake, and that label has a 50-year retention period, that data is staying there for 50 years. There is no "undo" button for regulatory records once they are locked. Always use standard Record labels unless you are legally required to use Regulatory labels.
Mistake 4: Not Accounting for Guest Users and Sharing
Records management doesn't stop just because a file is shared with an external partner. If a file is marked as a record, the external user will be able to read it but not edit it. Ensure your external sharing policies align with your records management goals.
Advanced Feature: Proof of Disposal
For many highly regulated industries, simply deleting a file isn't enough. You need proof. Microsoft Purview provides a dedicated interface for viewing disposed items.
Tip: Searching Disposed Items
In the Records Management portal, under the Disposition tab, you can search for items that have already been deleted. You can filter by the date of disposal, the label applied, and the person who approved the deletion. This data is kept for up to seven years after the item itself is gone, providing a long-term audit trail for your compliance team.
Step-by-Step: Creating a Record Label with Disposition Review
To wrap up the practical side of this lesson, let's walk through the manual creation of a high-value record label.
- Access the Portal: Go to the Purview compliance portal and navigate to Records Management > File Plan.
- Create Label: Click + Create a label.
- Name and Description: Name it "Legal Case Files - Final." Provide a clear description so users know when to use it.
- Define Settings:
- Set the retention period to 10 years.
- Start the retention based on When items were labeled.
- Check the box Mark items as a record.
- Configure Disposition:
- Choose Trigger a disposition review.
- Add the email addresses of your legal team members as the reviewers.
- You can create "stages" of review (e.g., Stage 1: Paralegal, Stage 2: Lead Attorney).
- Review and Finish: Review the settings and click Create label.
- Publish: Now, go to Label Policies, click Publish labels, select your new "Legal Case Files" label, and target it to your Legal SharePoint sites.
Quick Reference: Records Management Terminology
| Term | Definition |
|---|---|
| Record | A document declared as evidence of business activity; usually read-only. |
| File Plan | A structured hierarchy of record types and their retention rules. |
| Disposition | The action taken (deletion/review) at the end of a record's life. |
| Immutability | The state of being unchangeable; records are immutable. |
| Event-Based Retention | Retention that starts based on a specific trigger (e.g., "Project Close"). |
| Asset ID | A unique identifier (like a Project ID) used to group records for events. |
| Preservation Hold Library | A hidden SharePoint library where items are stored if a user tries to delete them while under a retention policy. |
Summary and Key Takeaways
Records Management in Microsoft Purview is a sophisticated toolset designed to help organizations move from "hoarding data" to "managing information." By implementing a solid File Plan, leveraging automation, and utilizing disposition reviews, you can significantly reduce your organization's risk profile.
Here are the most important points to remember from this lesson:
- Records are distinct from general data: Marking an item as a record makes it immutable, providing a higher level of protection than standard retention.
- The File Plan is your roadmap: Use the File Plan to centralize your retention logic and associate it with legal citations and business departments.
- Automation is essential: Use auto-apply labels based on sensitive info types or metadata to ensure compliance without relying on manual user input.
- Event-based retention handles the "real world": Use events to trigger retention clocks for scenarios like contract expirations or employee departures.
- Disposition is the key to defensibility: Always use disposition reviews for high-value data to ensure a human approves the deletion and an audit trail is created.
- Understand the hierarchy: Remember the principles of retention (e.g., "longest period wins") to troubleshoot why a document is being kept or deleted.
- Be careful with Regulatory Records: Only use the Regulatory Record setting when absolutely necessary, as it imposes the strictest, non-reversible locks on data.
By mastering these concepts, you ensure that your organization not only complies with the law but also operates more efficiently by disposing of the digital "clutter" that no longer serves a business purpose. Proper records management is the bridge between IT operations and legal compliance.
Continue the course
Enjoying the courses?
Everything stays free. Pro shows fewer ads, doubles your daily points limit so you progress twice as fast, and lets you read each lesson on one page.
- ✓ Fewer advertisements
- ✓ 2× daily points limit
- ✓ Distraction-free lessons