Skip to content
Closed
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
87 changes: 87 additions & 0 deletions informationprotection/docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"build": {
"content": [
{
"files": [
"**/*.md"
],
"src": "docs-conceptual",
"version": "purviewinformationprotection-ps",
"dest": "purviewinformationprotection",
"exclude": [
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
},
{
"files": [
"toc.yml"
],
"src": "docs-conceptual",
"version": "purviewinformationprotection-ps",
"dest": "purviewinformationprotection/purviewinformationprotection-ps"
},
{
"files": [
"**/*.yml"
],
"exclude": [
"toc.yml"
],
"src": "purviewinformationprotection-ps",
"version": "purviewinformationprotection-ps",
"dest": "module"
},
{
"files": [
"toc.yml"
],
"src": "purviewinformationprotection-ps",
"version": "purviewinformationprotection-ps",
"dest": "module/purviewinformationprotection-ps"
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"versions": {
"purviewinformationprotection-ps": {
"dest": "purviewinformationprotection-ps"
}
},
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"ms.service": "purview",
"uhfHeaderId": "MSDocsHeader-Dev_Office",
"author": "kccross",
"ms.author": "krowley",
"manager": "laurawi",
"ms.date": "04/10/2024",
"ms.topic": "reference",
"products": [
"https://authoring-docs-microsoft.poolparty.biz/devrel/e87e9701-158d-46fb-8165-fb54b7c45d88",
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
],
"ms.devlang": "powershell",
"feedback_system": "Standard",
"feedback_product_url": "https://github.com/MicrosoftDocs/office-docs-powershell/issues"
},
"fileMetadata": {},
"template": [],
"dest": "purviewinformationprotection-ps"
}
}
12 changes: 12 additions & 0 deletions informationprotection/docs-conceptual/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Microsoft Purview Information Protection cmdlet help reference
description: "Learn about the Microsoft Purview Information Protection cmdlet help reference."
---

# Microsoft Purview Information Protection client cmdlet help reference

Welcome to the Microsoft Purview Information Protection **Help** reference. The Purview Information Protection cmdlets provide the command line interface for administration and management.

Here, you will find all of the Microsoft Purview Information Protection PowerShell **Help** topics. These topics are 'open source' and open for contributions. If you are interested in contributing to this content, go to the source GitHub repo and look through the README.

The repo is located here: <https://github.com/microsoftdocs/office-docs-powershell> and you can find the README displayed at the bottom of the page.
9 changes: 9 additions & 0 deletions informationprotection/docs-conceptual/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Microsoft Purview Information Protection cmdlet reference
---

# Microsoft Purview Information Protection cmdlet reference
Welcome to the Microsoft Purview Information Protection cmdlet reference. The Office Online Server cmdlets provide the command line interface for administration and management.

Here you will find all of the Microsoft Purview Information Protection PowerShell help topics. These topics are 'open source' and open for contributions. If you are interested in contributing to this content head over to the source GitHub repo and look through the README.
The repo is located here: https://github.com/microsoftdocs/office-docs-powershell and you can find the README displayed at the bottom of the page.
5 changes: 5 additions & 0 deletions informationprotection/docs-conceptual/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- name: Overview
href: index.md
items:
- name: Introduction
href: intro.md
11 changes: 11 additions & 0 deletions informationprotection/mapping/monikerMapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"purviewinformationprotection-ps": {
"conceptualToc": "docs-conceptual/toc.yml",
"conceptualTocUrl": "/powershell/informationprotection/purviewinformationprotection-ps/toc.json",
"referenceTocUrl": "/powershell/module/purviewinformationprotection-ps/toc.json",
"packageRoot": "purviewinformationprotection-ps",
"modules": {
"purviewinformationprotection": {}
}
}
}
Loading
Loading