Arctera Insight Information Governance
- About Arctera Insight Information Governance
- Dashboard
- Navigating through Arctera Insight Information Governance
- Workspace
- Policy
- Installing Collector Node
- Collector
- Data Sources
- Data Sources
- Filers
- SharePoint Online
- About SharePoint Online account monitoring
- Registering Information Governance with Microsoft to enable SharePoint Online account monitoring
- Configuring application without user impersonation for M365
- Creating an application in the SharePoint Admin Center
- Add SharePoint Online accounts
- Managing Site Collections
- Monitored Site Collections
- OneDrive
- Archiving
- Directory Services
- Health and Monitoring
- Classification
- File Groups
- Reports
- Workflows
- Data Remediation
- Users and Access
SharePoint Online
Microsoft 365 (M365) customers receive a certain amount of SharePoint Online storage per licensed seat, which is pooled at the tenant level. Unlike other cloud storage services, exceeding this allocation incurs costly overage charges of approximately USD 2,000 per TB. This storage allowance is often consumed quickly, primarily due to end users creating multiple versions of documents. Since storage is pooled at the tenant level, administrators lack visibility into how storage is being utilized across users, departments, or projects. Currently, SharePoint provides storage reporting only at the site and object (file or folder) level. This level of reporting is insufficient to effectively trace, monitor, and manage overall usage across the tenant.
The SharePoint Online archiving feature allows administrators to archive data from SharePoint Online based on specific criteria such as Last Access Date, Last Modified Date, Owner, Tags, or Site Collection. Once data is archived, a stub URL is placed at the original location, carrying the same permissions as the original content. When a user clicks the stub, the original content is automatically restored at the original location with identical permissions.
To use this feature, you need to create an application in Azure IDP.
To create an application in Azure IDP
- Go to https://portal.azure.com/.
- Navigate to Azure Active Directory > Enterprise Applications.
- Click New Application.
- Click legacy app gallery experience.
- Select Non-gallery application and click add your own application .
- Enter a name for your application and click Add.
- Copy Application ID and Object ID.
- Click Single sign-on in the left pane and click SAML.
- Go to Information Governance console and copy value of Information Governance machine name. If app is for Management Server, value is <machine_name>_MS and for portal, it is <machine_name>_Portal. For example, john.swadomain7.local_MS or john.swadomain7.local_Portal.
- Enter that value in Identifier (Entity ID) field.
- Add https://auth.qa.archivecloud.net/ in the Reply URL field.
- Go back to the Information Governance console.
- Navigate to Policy Management > Authentication Management and click Save.
- Under SAML Certificates, click Download next to Certificate (Base64) and save the certificate.
- Upload the certificate to auth page of EVC.
- Update URL from SSO and click Validate.
- After successful validation, click Activate SSO
- Copy Personal Archive via outlook link and copy in SSO after adding / before ? in the URL.
- As a final step, add users from the Domain in tenant.
After completing the steps, you need to navigate back to the Information Governance Console and select the select the files from the SharePoint data source that you wish to archive.
To select the SharePoint files
- Click Workspace > Data Source
- On the Data Source page, select the files from the SharePoint data source that you wish to archive.
- Click the Filter icon on the top right corner.
- On this page, you can apply following filters to the data:
Name
Last Modified
Last Accessed
Size
Classification Tags
You can apply one or more filter as per your requirement. Select the desired values and click Apply.
- On the next page, click Actions next to Search bar and click Archive.
- On the Perform Archive Option pop-up, enter a unique name for the archiving job and click Submit.
A new archiving job will be created. To know the progress and status of the archiving job, click Monitor > Archiving Jobs in the left pane. On the Archive Jobs page, all archiving jobs will be listed. You can check details like Status, Submitted by, Submitted at, Total count, Archived count, and Failed count of each job.
You can use the Search bar at the top to search for a specific job by name. You can also use the toggle option on each column header to sort the list according to your preference. To customize the column headers, click the Toggle Selection List icon in the upper-right corner of the page.
Restoring archived files allows users to access previously archived content by clicking the stub URL placed at the original file location. When the stub is accessed, the archived file is retrieved and restored to its original location with the same name, structure, and permissions as the original file. This process ensures that users experience minimal disruption and continue working with the data as if it was never archived. Restored files remain subject to the same governance and access policies defined by the administrators, maintaining compliance and security standards.
To restored the archived file,
- Log in to your SharePoint account where the archived file is located.
- Search for the file by name. Alongside the original entry, you will see another file with the same name but with a .docx.url extension.
- Click and open this file to initiate the restore process.
- A request will be sent to restore the archived file. The file will be retrieved from the archive storage and restored to its original SharePoint location.
Once restored, the file will retain the same permissions and access rights as the stub file. You can now open and use the restored file as you would with any regular SharePoint file.
Note
Restore time may vary depending on file size, network speed, and the storage system in use.
Restoration requires that the archived content is still available in the archive repository; if content has been purged due to retention rules, it cannot be restored.
Only users with appropriate permissions on the original file location can trigger a restore operation.
Restored files continue to follow all compliance, classification, and audit policies configured in the system.
Stub files should not be renamed or deleted; doing so may prevent successful restoration.
The app extension provides an option to restore archived files. It enables quick retrieval and reinstatement of archived data to its designated location. Perform the following steps to restore archived files through app extension.
To deploy the app package and adding a tenant-wide extension
- Navigate to the site's App Catalog by going to SharePoint home page or by navigating to https://<domain>.sharepoint.com/sites/appcatalog
- On the App Catalog home page, click the Apps for SharePoint tile or navigate to the Apps for SharePoint library.
- Click New and browse to select your .sppkg file, then click OK.
- Fill in any required or optional fields, ensure that Enabled is checked, and then click Save.
To add a tenant-wide extension
- Navigate to the site's App Catalog by going to the SharePoint home page or by navigating to https://<domain>.sharepoint.com/sites/appcatalog
- On the App Catalog home page, click Site Contents tile.
- Select Tenant wide Extensions from the list. You can directly navigate here by using following link https://<domain>.sharepoint.com/sites/appcatalog/Lists/TenantWid eExtensions/AllItems.aspx.
- Add an Application Customizer
In the New Item dialog box, provide the following field values and click Save
Title: Shortcut Customizer
Component ID: 8a09fea8-640f-4cfe-9cb5-36248858d3c5
Location: ClientSideExtension.ApplicationCustomizer
These steps ensure that the .sppkg (SPFx) package is added as a customizer across all pages in the SharePoint Online account. The SPFx extension becomes active only when a file with a .url extension is clicked for restoration.
Once completed, the deployment and tenant-wide extension setup are active across the entire SharePoint Online environment, enabling automatic handling of applicable files.