diff --git a/.gitignore b/.gitignore index 744e0bc825..acaea0eabe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,4 @@ _site/ .optemp/ _themes*/ -_dependentPackages/ .openpublishing.buildcore.ps1 \ No newline at end of file diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 805f579fea..320cd41f1a 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -282,4 +282,4 @@ "nuget_feed": "https://www.myget.org/F/op/api/v2" } ] -} \ No newline at end of file +} diff --git a/exchange/docfx.json b/exchange/docfx.json index a36cf61a63..87a885fd00 100644 --- a/exchange/docfx.json +++ b/exchange/docfx.json @@ -2,80 +2,9 @@ "build": { "content": [ { - "files": [ - "**/*.md", - "toc.yml" - ], - "src": "docs-conceptual", - "version":"exchserver-ps-2010", - "dest": "exchange", - "exclude": [ - "**/obj/**", - "**/includes/**", - "README.md", - "LICENSE", - "LICENSE-CODE", - "ThirdPartyNotices" - ] - }, - { - "files": [ - "**/*.md", - "toc.yml" - ], - "src": "docs-conceptual", - "version":"exchserver-ps-2016", - "dest": "exchange", - "exclude": [ - "**/obj/**", - "**/includes/**", - "README.md", - "LICENSE", - "LICENSE-CODE", - "ThirdPartyNotices" - ] - }, - { - "files": [ - "**/*.md", - "toc.yml" - ], - "src": "docs-conceptual", - "version":"exchserver-ps-2013", - "dest": "exchange", - "exclude": [ - "**/obj/**", - "**/includes/**", - "README.md", - "LICENSE", - "LICENSE-CODE", - "ThirdPartyNotices" - ] - }, - { - "files": [ - "**/*.md", - "toc.yml" - ], - "src": "docs-conceptual", - "version":"exchonline-ps", - "dest": "exchange", - "exclude": [ - "**/obj/**", - "**/includes/**", - "README.md", - "LICENSE", - "LICENSE-CODE", - "ThirdPartyNotices" - ] - }, - { - "files": [ - "**/*.md", - "toc.yml" - ], + "files": ["**/*.md"], "src": "docs-conceptual", - "version":"o365scc-ps", + "version": "exchange-ps", "dest": "exchange", "exclude": [ "**/obj/**", @@ -83,122 +12,26 @@ "README.md", "LICENSE", "LICENSE-CODE", - "ThirdPartyNotices" - ] + "ThirdPartyNotices"] }, { - "files": [ - "**/*.md", - "toc.yml" - ], + "files": ["toc.yml"], "src": "docs-conceptual", - "version":"eop-ps", - "dest": "exchange", - "exclude": [ - "**/obj/**", - "**/includes/**", - "README.md", - "LICENSE", - "LICENSE-CODE", - "ThirdPartyNotices" - ] - }, - { - "files": [ - "**/*.md" - ], - "src": "exchange-ps/exchange", - "version": "exchserver-ps-2016", - "dest": "module" - }, - { - "files": [ - "toc.yml" - ], - "src": "exchange-ps/exchange/exchserver-ps-2016", - "version": "exchserver-ps-2016", - "dest": "module/exchange-ps" - }, - { - "files": [ - "**/*.md" - ], - "src": "exchange-ps/exchange", - "version": "exchserver-ps-2013", - "dest": "module" - }, - { - "files": [ - "toc.yml" - ], - "src": "exchange-ps/exchange/exchserver-ps-2013", - "version": "exchserver-ps-2013", - "dest": "module/exchange-ps" - }, - { - "files": [ - "**/*.md" - ], - "src": "exchange-ps/exchange", - "version": "eop-ps", - "dest": "module" - }, - { - "files": [ - "toc.yml" - ], - "src": "exchange-ps/exchange/eop-ps", - "version": "eop-ps", - "dest": "module/exchange-ps" - }, - { - "files": [ - "**/*.md" - ], - "src": "exchange-ps/exchange", - "version": "exchonline-ps", - "dest": "module" - }, - { - "files": [ - "toc.yml" - ], - "src": "exchange-ps/exchange/exchonline-ps", - "version": "exchonline-ps", - "dest": "module/exchange-ps" - }, - { - "files": [ - "**/*.md" - ], - "src": "exchange-ps/exchange", - "version": "exchserver-ps-2010", - "dest": "module" - }, - { - "files": [ - "toc.yml" - ], - "src": "exchange-ps/exchange/exchserver-ps-2010", - "version": "exchserver-ps-2010", - "dest": "module/exchange-ps" - }, - { - "files": [ - "**/*.md" - ], - "src": "exchange-ps/exchange", - "version": "o365scc-ps", - "dest": "module" + "version": "exchange-ps", + "dest": "exchange/exchange-ps" }, { - "files": [ - "toc.yml" - ], - "src": "exchange-ps/exchange/o365scc-ps", - "version": "o365scc-ps", - "dest": "module/exchange-ps" - } + "files": ["**/*.md"], + "src": "exchange-ps", + "version": "exchange-ps", + "dest": "module" + }, + { + "files": ["toc.yml"], + "src": "exchange-ps", + "version": "exchange-ps", + "dest": "module/exchange-ps" + } ], "resource": [ { @@ -206,62 +39,7 @@ "**/*.png", "**/*.jpg" ], - "version": "exchserver-ps-2010", - "exclude": [ - "**/obj/**", - "**/includes/**" - ] - }, - { - "files": [ - "**/*.png", - "**/*.jpg" - ], - "version": "o365scc-ps", - "exclude": [ - "**/obj/**", - "**/includes/**" - ] - }, - { - "files": [ - "**/*.png", - "**/*.jpg" - ], - "version": "exchserver-ps-2016", - "exclude": [ - "**/obj/**", - "**/includes/**" - ] - }, - { - "files": [ - "**/*.png", - "**/*.jpg" - ], - "version": "exchserver-ps-2013", - "exclude": [ - "**/obj/**", - "**/includes/**" - ] - }, - { - "files": [ - "**/*.png", - "**/*.jpg" - ], - "version": "eop-ps", - "exclude": [ - "**/obj/**", - "**/includes/**" - ] - }, - { - "files": [ - "**/*.png", - "**/*.jpg" - ], - "version": "exchonline-ps", + "version": "exchange-ps", "exclude": [ "**/obj/**", "**/includes/**" @@ -269,48 +47,30 @@ } ], "versions": { - "exchserver-ps-2016": { - "dest": "exchserver-ps-2016" - }, - "exchserver-ps-2013": { - "dest": "exchserver-ps-2013" - }, - "eop-ps": { - "dest": "eop-ps" - }, - "exchonline-ps": { - "dest": "exchonline-ps" - }, - "exchserver-ps-2010": { - "dest": "exchserver-ps-2010" - }, - "o365scc-ps": { - "dest": "o365scc-ps" + "exchange-ps": { + "dest": "exchange-ps" } }, "overwrite": [], "externalReference": [], "globalMetadata": { - "author": "chrisda", - "ms.author": "chrisda", - "manager": "serdars", - "ms.date": "09/25/2017", - "ms.topic": "reference", - "ms.service": "exchange-powershell", - "ms.devlang": "powershell", - "showPowerShellPicker": "true", + "author" : "chrisda", + "ms.author" : "chrisda", + "manager" : "serdars", + "ms.date" : "09/25/2017", + "ms.topic" : "reference", + "ms.service" : "exchange-powershell", + "ms.devlang" : "powershell", "feedback_system": "GitHub", "feedback_github_repo": "MicrosoftDocs/office-docs-powershell", "feedback_product_url": "https://github.com/MicrosoftDocs/office-docs-powershell/issues" }, "fileMetadata": { - "apiPlatform": { - "exchange-ps/exchange": [ - "PowerShell" - ] + "apiPlatform":{ + "exchange-ps/exchange" : [ "PowerShell" ] } }, "template": [], - "dest": "" + "dest": "exchange-ps" } } diff --git a/exchange/docs-conceptual/exchange-eop/connect-to-exchange-online-protection-powershell.md b/exchange/docs-conceptual/exchange-eop/connect-to-exchange-online-protection-powershell.md index 6043df1a72..2744d7d773 100644 --- a/exchange/docs-conceptual/exchange-eop/connect-to-exchange-online-protection-powershell.md +++ b/exchange/docs-conceptual/exchange-eop/connect-to-exchange-online-protection-powershell.md @@ -9,7 +9,6 @@ ms.topic: article ms.service: eop localization_priority: Normal ms.assetid: 054e0fd7-d465-4572-93f8-a00a9136e4d1 -monikerRange: "eop-ps" description: "Use remote PowerShell to connect to an Exchange Online Protection organization" --- diff --git a/exchange/docs-conceptual/exchange-eop/exchange-online-protection-powershell.md b/exchange/docs-conceptual/exchange-eop/exchange-online-protection-powershell.md index a9185a4114..e8a758a67f 100644 --- a/exchange/docs-conceptual/exchange-eop/exchange-online-protection-powershell.md +++ b/exchange/docs-conceptual/exchange-eop/exchange-online-protection-powershell.md @@ -9,7 +9,6 @@ ms.topic: article ms.service: eop localization_priority: Normal ms.assetid: f7918a88-774a-405e-945b-bc2f5ee9f748 -monikerRange: "eop-ps" description: "Learn about using PowerShell in Exchange Online Protection" --- diff --git a/exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell.md b/exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell.md index 23bb9235fe..57b1bce2bc 100644 --- a/exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell.md +++ b/exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell.md @@ -11,7 +11,6 @@ localization_priority: Priority ms.collection: Strat_EX_Admin ms.custom: ms.assetid: c8bea338-6c1a-4bdf-8de0-7895d427ee5b -monikerRange: "exchonline-ps" description: "Learn how to use remote PowerShell to connect to Exchange Online." --- diff --git a/exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/mfa-connect-to-exchange-online-powershell.md b/exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/mfa-connect-to-exchange-online-powershell.md index 4f5ec93264..75b703f563 100644 --- a/exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/mfa-connect-to-exchange-online-powershell.md +++ b/exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/mfa-connect-to-exchange-online-powershell.md @@ -8,7 +8,6 @@ ms.topic: article ms.service: exchange-online localization_priority: Normal ms.assetid: 04dae4ce-34a7-49c5-bf75-11e72452e04a -monikerRange: "exchonline-ps" description: "Learn how to connect to Exchange Online PowerShell by using multi-factor authentication (MFA)." --- diff --git a/exchange/docs-conceptual/exchange-online/disable-access-to-exchange-online-powershell.md b/exchange/docs-conceptual/exchange-online/disable-access-to-exchange-online-powershell.md index 3632cb4b8b..6968b338e9 100644 --- a/exchange/docs-conceptual/exchange-online/disable-access-to-exchange-online-powershell.md +++ b/exchange/docs-conceptual/exchange-online/disable-access-to-exchange-online-powershell.md @@ -9,7 +9,6 @@ ms.topic: article ms.service: exchange-online localization_priority: Normal ms.assetid: f969816a-2607-4655-9d47-9e8767fb5633 -monikerRange: "exchonline-ps" description: "Admins can learn how to enable or disable access to Exchange Online PowerShell for users in their organization" --- diff --git a/exchange/docs-conceptual/exchange-online/exchange-online-powershell.md b/exchange/docs-conceptual/exchange-online/exchange-online-powershell.md index f7867e28e0..996062884b 100644 --- a/exchange/docs-conceptual/exchange-online/exchange-online-powershell.md +++ b/exchange/docs-conceptual/exchange-online/exchange-online-powershell.md @@ -9,7 +9,6 @@ ms.topic: article ms.service: exchange-online localization_priority: Normal ms.assetid: 1cb603b0-2961-4afe-b879-b048fe0f64a2 -monikerRange: "exchonline-ps" description: "Learn about using PowerShell in Exchange Online" --- diff --git a/exchange/docs-conceptual/exchange-server/connect-to-exchange-servers-using-remote-powershell.md b/exchange/docs-conceptual/exchange-server/connect-to-exchange-servers-using-remote-powershell.md index cf13ed2d60..c8ac46416b 100644 --- a/exchange/docs-conceptual/exchange-server/connect-to-exchange-servers-using-remote-powershell.md +++ b/exchange/docs-conceptual/exchange-server/connect-to-exchange-servers-using-remote-powershell.md @@ -11,7 +11,6 @@ localization_priority: Priority ms.collection: Strat_EX_Admin ms.custom: ms.assetid: 0b5987c3-8836-456d-99f7-abc2ffb57300 -monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016" description: "Use Windows PowerShell on a local computer to connect to an Exchange Server." --- diff --git a/exchange/docs-conceptual/exchange-server/control-remote-powershell-access-to-exchange-servers.md b/exchange/docs-conceptual/exchange-server/control-remote-powershell-access-to-exchange-servers.md index 45eaab4a18..f099239d6f 100644 --- a/exchange/docs-conceptual/exchange-server/control-remote-powershell-access-to-exchange-servers.md +++ b/exchange/docs-conceptual/exchange-server/control-remote-powershell-access-to-exchange-servers.md @@ -9,7 +9,6 @@ ms.topic: article ms.prod: exchange-server-itpro localization_priority: Normal ms.assetid: 064e3bb0-38bf-495e-9994-784f823b88dd -monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016" description: "Administrators can learn how to block or allow users' remote PowerShell access to Exchange servers." --- diff --git a/exchange/docs-conceptual/exchange-server/exchange-cmdlet-syntax.md b/exchange/docs-conceptual/exchange-server/exchange-cmdlet-syntax.md index 9b261740de..d83743fa2b 100644 --- a/exchange/docs-conceptual/exchange-server/exchange-cmdlet-syntax.md +++ b/exchange/docs-conceptual/exchange-server/exchange-cmdlet-syntax.md @@ -9,7 +9,6 @@ ms.topic: article ms.service: exchange-online localization_priority: Normal ms.assetid: 85ffe9c8-7f03-4877-8e55-3cbd40228d84 -monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016 || exchonline-ps || o365scc-ps || eop-ps" description: "Learn about the structure and syntax of cmdlets in Exchange, Exchange Online, Exchange Online Protection, and the Office 365 Security & Compliance Center." --- diff --git a/exchange/docs-conceptual/exchange-server/exchange-management-shell.md b/exchange/docs-conceptual/exchange-server/exchange-management-shell.md index c2a323b5d5..20afe0bf2d 100644 --- a/exchange/docs-conceptual/exchange-server/exchange-management-shell.md +++ b/exchange/docs-conceptual/exchange-server/exchange-management-shell.md @@ -9,7 +9,6 @@ ms.topic: article ms.prod: exchange-server-itpro localization_priority: Normal ms.assetid: 925ad66f-2f05-4269-9923-c353d9c19312 -monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016" description: "Learn about Exchange Server PowerShell, also known as the Exchange Management Shell. This topic describes how PowerShell works on Exchange servers, and provides links to other topics that can help you learn how to use the Exchange Management Shell." --- diff --git a/exchange/docs-conceptual/exchange-server/find-exchange-cmdlet-permissions.md b/exchange/docs-conceptual/exchange-server/find-exchange-cmdlet-permissions.md index 15cf67016c..673e98e046 100644 --- a/exchange/docs-conceptual/exchange-server/find-exchange-cmdlet-permissions.md +++ b/exchange/docs-conceptual/exchange-server/find-exchange-cmdlet-permissions.md @@ -9,7 +9,6 @@ ms.topic: article ms.service: exchange-online localization_priority: Normal ms.assetid: 5bcc46d3-8a07-4e9f-b1b0-e4cb0b0afc12 -monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016 || exchonline-ps" description: "Admins can learn how to use PowerShell to find the permissions required to run any Exchange or Exchange Online cmdlet." --- diff --git a/exchange/docs-conceptual/exchange-server/open-the-exchange-management-shell.md b/exchange/docs-conceptual/exchange-server/open-the-exchange-management-shell.md index 45f5854950..7e044bd797 100644 --- a/exchange/docs-conceptual/exchange-server/open-the-exchange-management-shell.md +++ b/exchange/docs-conceptual/exchange-server/open-the-exchange-management-shell.md @@ -9,7 +9,6 @@ ms.topic: article ms.prod: exchange-server-itpro localization_priority: Normal ms.assetid: 63976059-25f8-4b4f-b597-633e78b803c0 -monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016" description: "Find and open the shortcut for Exchange PowerShell (also known as the Exchange Management Shell) on Exchange 2016 servers or computers that have the Exchange management tools installed." --- diff --git a/exchange/docs-conceptual/exchange-server/recipient-filters/filter-properties.md b/exchange/docs-conceptual/exchange-server/recipient-filters/filter-properties.md index dd84c4b326..8b0a46caf5 100644 --- a/exchange/docs-conceptual/exchange-server/recipient-filters/filter-properties.md +++ b/exchange/docs-conceptual/exchange-server/recipient-filters/filter-properties.md @@ -9,7 +9,6 @@ ms.topic: article ms.prod: exchange-server-itpro localization_priority: Normal ms.assetid: b02b0005-2fb6-4bc2-8815-305259fa5432 -monikerRange: "exchserver-ps-2016" description: "Learn about the filterable properties for the Filter parameter in on-premises Exchange." --- diff --git a/exchange/docs-conceptual/exchange-server/recipient-filters/recipient-filters.md b/exchange/docs-conceptual/exchange-server/recipient-filters/recipient-filters.md index 1fe0d4f541..48926c83c0 100644 --- a/exchange/docs-conceptual/exchange-server/recipient-filters/recipient-filters.md +++ b/exchange/docs-conceptual/exchange-server/recipient-filters/recipient-filters.md @@ -9,7 +9,6 @@ ms.topic: reference ms.prod: exchange-server-itpro localization_priority: Normal ms.assetid: fb4b1396-9aae-4037-be1a-b09e336b890e -monikerRange: exchserver-ps-2016" description: "Learn about creating different kinds of recipient filters in the Exchange Management Shell." --- diff --git a/exchange/docs-conceptual/exchange-server/recipient-filters/recipientfilter-properties.md b/exchange/docs-conceptual/exchange-server/recipient-filters/recipientfilter-properties.md index 08f9fe08c9..aaa1dc7a2b 100644 --- a/exchange/docs-conceptual/exchange-server/recipient-filters/recipientfilter-properties.md +++ b/exchange/docs-conceptual/exchange-server/recipient-filters/recipientfilter-properties.md @@ -9,7 +9,6 @@ ms.topic: article ms.prod: exchange-server-itpro localization_priority: Normal ms.assetid: cf78aca5-6699-485c-9b15-e0adba252176 -monikerRange: "exchserver-ps-2016" description: "Learn about the recipient properties that you can use with the RecipientFilter parameter in Exchange 2016 cmdlets." --- diff --git a/exchange/docs-conceptual/exchange-server/use-update-exchangehelp.md b/exchange/docs-conceptual/exchange-server/use-update-exchangehelp.md index 4508521a24..4d719277a2 100644 --- a/exchange/docs-conceptual/exchange-server/use-update-exchangehelp.md +++ b/exchange/docs-conceptual/exchange-server/use-update-exchangehelp.md @@ -9,7 +9,6 @@ ms.topic: article ms.prod: exchange-server-itpro localization_priority: Normal ms.assetid: 219f78a3-f0e5-4dc6-9787-9a0b9756ee09 -monikerRange: "exchserver-ps-2016" description: "Administrators can learn how to use Update-ExchangeHelp to update Exchange cmdlet reference topics that are available in Exchange Management Shell in Exchange 2016" --- diff --git a/exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/connect-to-scc-powershell.md b/exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/connect-to-scc-powershell.md index 83ee11f138..75c90ffe43 100644 --- a/exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/connect-to-scc-powershell.md +++ b/exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/connect-to-scc-powershell.md @@ -9,7 +9,6 @@ ms.topic: article ms.service: o365-security-and-compliance localization_priority: Normal ms.assetid: 45a5242d-95b7-4a6a-9794-095bb6d8d9d0 -monikerRange: "o365scc-ps" description: "Learn how to connect to Security & Compliance Center PowerShell." --- diff --git a/exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/mfa-connect-to-scc-powershell.md b/exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/mfa-connect-to-scc-powershell.md index ed340b6b9a..330866bb74 100644 --- a/exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/mfa-connect-to-scc-powershell.md +++ b/exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/mfa-connect-to-scc-powershell.md @@ -8,7 +8,6 @@ ms.topic: article ms.service: o365-security-and-compliance localization_priority: Normal ms.assetid: 8e11c808-e734-4874-ac94-e5251ea85c19 -monikerRange: "o365scc-ps" description: "Learn how to connect to Security & Compliance Center PowerShell by using multi-factor authentication (MFA) or federated authentication." --- diff --git a/exchange/docs-conceptual/office-365-scc/office-365-scc-powershell.md b/exchange/docs-conceptual/office-365-scc/office-365-scc-powershell.md index 55621c14cb..12c44afff4 100644 --- a/exchange/docs-conceptual/office-365-scc/office-365-scc-powershell.md +++ b/exchange/docs-conceptual/office-365-scc/office-365-scc-powershell.md @@ -9,7 +9,6 @@ ms.topic: article ms.service: o365-security-and-compliance localization_priority: Normal ms.assetid: 2f33bb84-cede-46f6-9d39-d246e8ce3543 -monikerRange: "o365scc-ps" description: "Learn about using PowerShell in the Office 365 Security & Compliance Center." --- diff --git a/exchange/exchange-ps/exchange/active-directory/active-directory.md b/exchange/exchange-ps/exchange/active-directory/active-directory.md deleted file mode 100644 index e61f524728..0000000000 --- a/exchange/exchange-ps/exchange/active-directory/active-directory.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: active-directory -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/active-directory/active-directory.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/active-directory/active-directory.md ---- - -# Active Directory cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of Active Directory cmdlets for Exchange PowerShell. - -## Placeholder diff --git a/exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentDetail.md b/exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentDetail.md index 41319d849b..517ce2ef8d 100644 --- a/exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentDetail.md +++ b/exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentDetail.md @@ -1,212 +1,212 @@ ---- -external help file: Microsoft.Exchange.ServerStatus-Help.xml -applicable: Exchange Online, Exchange Online Protection -title: Get-AdvancedThreatProtectionDocumentDetail -schema: 2.0.0 -monikerRange: "exchonline-ps || eop-ps" ---- - -# Get-AdvancedThreatProtectionDocumentDetail - -## SYNOPSIS -This cmdlet is available only in the cloud-based service. Use the Get-AdvancedThreatProtectionDocumentDetailReport cmdlet to view the results of Office 365 Advanced Threat Protection (ATP) actions for files in SharePoint Online, OneDrive for Business and Microsoft Teams in your cloud-based organization. For more information about this feature, see article at: https://go.microsoft.com/fwlink/?linkid=857638 - -For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx). - -## SYNTAX - -``` -Get-AdvancedThreatProtectionDocumentDetail [-Action ] [-Domain ] [-EndDate ] - [-EventType ] [-Organization ] [-Page ] [-PageSize ] [-ProbeTag ] [-StartDate ] [] -``` - -## DESCRIPTION -For the reporting period and organization you specify, the cmdlet returns the following information: - -- Action -- Document Id -- Domain -- Event Type -- File Hash -- File Name -- File Path -- Size -- Timestamp -- Workload - -You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx). - -## EXAMPLES - -### -------------------------- Example 1 -------------------------- -``` -Get-AdvancedThreatProtectionTrafficDetail -Organization contoso.com -StartDate "4/26/2016" -EndDate "4/28/2016" | Format-Table -``` - -This example returns the detailed report of ATP detections during the specified date range. - -## PARAMETERS - -### -Action -The Action parameter filters the results by the action taken on the attachment or link. Valid values are: - -- Allow - -- BlockAccess - -```yaml -Type: MultiValuedProperty -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Domain -The Domain parameter filters the results by an accepted domain in the cloud-based organization. You can specify multiple domain values separated by commas, or the value All. - -```yaml -Type: MultiValuedProperty -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: True -Accept wildcard characters: False -``` - -### -EndDate -The EndDate parameter specifies the end date of the date range. - -Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM". - -```yaml -Type: DateTime -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EventType -The EventType parameter filters the report by the event type. The event type you specify must correspond to the report. For example, you can only specify "Anti-malware engine" or "Advanced Threat Protection" events for malware reports. - -You can specify multiple values separated by commas. - -```yaml -Type: MultiValuedProperty -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Organization -The Organization parameter specifies the organization for which the report is being presented. - -```yaml -Type: OrganizationIdParameter -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Page -The Page parameter specifies the page number of the results you want to view. Valid input for this parameter is an integer between 1 and 1000. The default value is 1. - -```yaml -Type: Int32 -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PageSize -The PageSize parameter specifies the maximum number of entries per page. Valid input for this parameter is an integer between 1 and 5000. The default value is 1000. - -```yaml -Type: Int32 -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ProbeTag -This parameter is reserved for internal Microsoft use. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StartDate -The StartDate parameter specifies the start date of the date range. - -Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM". - -```yaml -Type: DateTime -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216). - -## INPUTS - -### -To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Input Type field for a cmdlet is blank, the cmdlet doesn't accept input data. - -## OUTPUTS - -### -To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Output Type field is blank, the cmdlet doesn't return data. - -## NOTES - -## RELATED LINKS - -[Online Version](https://docs.microsoft.com/powershell/module/exchange/advanced-threat-protection/get-advancedthreatprotectiondocumentdetail) +--- +external help file: Microsoft.Exchange.ServerStatus-Help.xml +applicable: Exchange Online, Exchange Online Protection +title: Get-AdvancedThreatProtectionDocumentDetail +schema: 2.0.0 +monikerRange: "exchonline-ps || eop-ps" +--- + +# Get-AdvancedThreatProtectionDocumentDetail + +## SYNOPSIS +This cmdlet is available only in the cloud-based service. Use the Get-AdvancedThreatProtectionDocumentDetailReport cmdlet to view the results of Office 365 Advanced Threat Protection (ATP) actions for files in SharePoint Online, OneDrive for Business and Microsoft Teams in your cloud-based organization. For more information about this feature, see article at: https://go.microsoft.com/fwlink/?linkid=857638 + +For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx). + +## SYNTAX + +``` +Get-AdvancedThreatProtectionDocumentDetail [-Action ] [-Domain ] [-EndDate ] + [-EventType ] [-Organization ] [-Page ] [-PageSize ] [-ProbeTag ] [-StartDate ] [] +``` + +## DESCRIPTION +For the reporting period and organization you specify, the cmdlet returns the following information: + +- Action +- Document Id +- Domain +- Event Type +- File Hash +- File Name +- File Path +- Size +- Timestamp +- Workload + +You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx). + +## EXAMPLES + +### -------------------------- Example 1 -------------------------- +``` +Get-AdvancedThreatProtectionTrafficDetail -Organization contoso.com -StartDate "4/26/2016" -EndDate "4/28/2016" | Format-Table +``` + +This example returns the detailed report of ATP detections during the specified date range. + +## PARAMETERS + +### -Action +The Action parameter filters the results by the action taken on the attachment or link. Valid values are: + +- Allow + +- BlockAccess + +```yaml +Type: MultiValuedProperty +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Domain +The Domain parameter filters the results by an accepted domain in the cloud-based organization. You can specify multiple domain values separated by commas, or the value All. + +```yaml +Type: MultiValuedProperty +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: True +Accept wildcard characters: False +``` + +### -EndDate +The EndDate parameter specifies the end date of the date range. + +Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM". + +```yaml +Type: DateTime +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EventType +The EventType parameter filters the report by the event type. The event type you specify must correspond to the report. For example, you can only specify "Anti-malware engine" or "Advanced Threat Protection" events for malware reports. + +You can specify multiple values separated by commas. + +```yaml +Type: MultiValuedProperty +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Organization +The Organization parameter specifies the organization for which the report is being presented. + +```yaml +Type: OrganizationIdParameter +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Page +The Page parameter specifies the page number of the results you want to view. Valid input for this parameter is an integer between 1 and 1000. The default value is 1. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PageSize +The PageSize parameter specifies the maximum number of entries per page. Valid input for this parameter is an integer between 1 and 5000. The default value is 1000. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProbeTag +This parameter is reserved for internal Microsoft use. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StartDate +The StartDate parameter specifies the start date of the date range. + +Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM". + +```yaml +Type: DateTime +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216). + +## INPUTS + +### +To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Input Type field for a cmdlet is blank, the cmdlet doesn't accept input data. + +## OUTPUTS + +### +To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Output Type field is blank, the cmdlet doesn't return data. + +## NOTES + +## RELATED LINKS + +[Online Version](https://docs.microsoft.com/powershell/module/exchange/advanced-threat-protection/get-advancedthreatprotectiondocumentdetail) diff --git a/exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentReport.md b/exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentReport.md index ed221b272c..2561f2772f 100644 --- a/exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentReport.md +++ b/exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentReport.md @@ -1,225 +1,225 @@ ---- -external help file: Microsoft.Exchange.ServerStatus-Help.xml -applicable: Exchange Online, Exchange Online Protection -title: Get-AdvancedThreatProtectionDocumentReport -schema: 2.0.0 -monikerRange: "exchonline-ps || eop-ps" ---- - -# Get-AdvancedThreatProtectionDocumentReport - -## SYNOPSIS -This cmdlet is available only in the cloud-based service. - -Use the Get-AdvancedThreatProtectionDocumentReport cmdlet to view the results of Office 365 Advanced Threat Protection (ATP) actions for files in SharePoint Online, OneDrive for Business and Microsoft Teams in your cloud-based organization. For more information about this feature, see article at: https://go.microsoft.com/fwlink/?linkid=857638 - -For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx). - -## SYNTAX - -``` -Get-AdvancedThreatProtectionDocumentReport [-Action ] [-AggregateBy ] - [-Domain ] [-EndDate ] [-EventType ] [-Organization ] [-Page ] [-PageSize ] [-ProbeTag ] [-StartDate ] [] -``` - -## DESCRIPTION -For the reporting period and organization you specify, the cmdlet returns the following information: - -- Action -- Count -- Date -- Domain -- Event Type -- Workload - -You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx). - -## EXAMPLES - -### -------------------------- Example 1 -------------------------- -``` -Get-AdvancedThreatProtectionTrafficReport -Organization contoso.com -StartDate "4/26/2018" -EndDate "4/28/2018" | Format-Table -``` - -This example returns the aggregated report of ATP detections for the specified organization during the specified date range. - -## PARAMETERS - -### -Action -The Action parameter filters the results by the action taken on the attachment or link. Valid values are: - -- Allow - -- BlockAccess - -```yaml -Type: MultiValuedProperty -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -AggregateBy -The AggregateBy parameter specifies the reporting period. Valid values are Hour, Day or Summary. The default value is Day. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Domain -The Domain parameter filters the results by an accepted domain in the cloud-based organization. You can specify multiple domain values separated by commas, or the value All. - -```yaml -Type: MultiValuedProperty -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: True -Accept wildcard characters: False -``` - -### -EndDate -The EndDate parameter specifies the end date of the date range. - -Use the short date format which is defined in the Regional Options settings on the computer where you are running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM". - -```yaml -Type: DateTime -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EventType -The EventType parameter filters the report by the event type. The event type you specify must correspond to the report. For example, you can only specify "Anti-malware engine" or "Advanced Threat Protection" events for malware reports. - -You can specify multiple values separated by commas. - -```yaml -Type: MultiValuedProperty -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Organization -The Organization parameter specifies the organization for which the report is being presented. - -```yaml -Type: OrganizationIdParameter -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Page -The Page parameter specifies the page number of the results you want to view. Valid input for this parameter is an integer between 1 and 1000. The default value is 1. - -```yaml -Type: Int32 -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PageSize -The PageSize parameter specifies the maximum number of entries per page. Valid input for this parameter is an integer between 1 and 5000. The default value is 1000. - -```yaml -Type: Int32 -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ProbeTag -This parameter is reserved for internal Microsoft use. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -StartDate -The StartDate parameter specifies the start date of the date range. - -Use the short date format which is defined in the Regional Options settings on the computer where you are running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM". - -```yaml -Type: DateTime -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online, Exchange Online Protection -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216). - -## INPUTS - -### -To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Input Type field for a cmdlet is blank, the cmdlet doesn't accept input data. - -## OUTPUTS - -### -To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Output Type field is blank, the cmdlet doesn't return data. - -## NOTES - -## RELATED LINKS - -[Online Version](https://docs.microsoft.com/powershell/module/exchange/advanced-threat-protection/get-advancedthreatprotectiondocumentreport) +--- +external help file: Microsoft.Exchange.ServerStatus-Help.xml +applicable: Exchange Online, Exchange Online Protection +title: Get-AdvancedThreatProtectionDocumentReport +schema: 2.0.0 +monikerRange: "exchonline-ps || eop-ps" +--- + +# Get-AdvancedThreatProtectionDocumentReport + +## SYNOPSIS +This cmdlet is available only in the cloud-based service. + +Use the Get-AdvancedThreatProtectionDocumentReport cmdlet to view the results of Office 365 Advanced Threat Protection (ATP) actions for files in SharePoint Online, OneDrive for Business and Microsoft Teams in your cloud-based organization. For more information about this feature, see article at: https://go.microsoft.com/fwlink/?linkid=857638 + +For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx). + +## SYNTAX + +``` +Get-AdvancedThreatProtectionDocumentReport [-Action ] [-AggregateBy ] + [-Domain ] [-EndDate ] [-EventType ] [-Organization ] [-Page ] [-PageSize ] [-ProbeTag ] [-StartDate ] [] +``` + +## DESCRIPTION +For the reporting period and organization you specify, the cmdlet returns the following information: + +- Action +- Count +- Date +- Domain +- Event Type +- Workload + +You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx). + +## EXAMPLES + +### -------------------------- Example 1 -------------------------- +``` +Get-AdvancedThreatProtectionTrafficReport -Organization contoso.com -StartDate "4/26/2018" -EndDate "4/28/2018" | Format-Table +``` + +This example returns the aggregated report of ATP detections for the specified organization during the specified date range. + +## PARAMETERS + +### -Action +The Action parameter filters the results by the action taken on the attachment or link. Valid values are: + +- Allow + +- BlockAccess + +```yaml +Type: MultiValuedProperty +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AggregateBy +The AggregateBy parameter specifies the reporting period. Valid values are Hour, Day or Summary. The default value is Day. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Domain +The Domain parameter filters the results by an accepted domain in the cloud-based organization. You can specify multiple domain values separated by commas, or the value All. + +```yaml +Type: MultiValuedProperty +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: True +Accept wildcard characters: False +``` + +### -EndDate +The EndDate parameter specifies the end date of the date range. + +Use the short date format which is defined in the Regional Options settings on the computer where you are running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM". + +```yaml +Type: DateTime +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EventType +The EventType parameter filters the report by the event type. The event type you specify must correspond to the report. For example, you can only specify "Anti-malware engine" or "Advanced Threat Protection" events for malware reports. + +You can specify multiple values separated by commas. + +```yaml +Type: MultiValuedProperty +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Organization +The Organization parameter specifies the organization for which the report is being presented. + +```yaml +Type: OrganizationIdParameter +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Page +The Page parameter specifies the page number of the results you want to view. Valid input for this parameter is an integer between 1 and 1000. The default value is 1. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PageSize +The PageSize parameter specifies the maximum number of entries per page. Valid input for this parameter is an integer between 1 and 5000. The default value is 1000. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProbeTag +This parameter is reserved for internal Microsoft use. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StartDate +The StartDate parameter specifies the start date of the date range. + +Use the short date format which is defined in the Regional Options settings on the computer where you are running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM". + +```yaml +Type: DateTime +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online, Exchange Online Protection +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216). + +## INPUTS + +### +To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Input Type field for a cmdlet is blank, the cmdlet doesn't accept input data. + +## OUTPUTS + +### +To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Output Type field is blank, the cmdlet doesn't return data. + +## NOTES + +## RELATED LINKS + +[Online Version](https://docs.microsoft.com/powershell/module/exchange/advanced-threat-protection/get-advancedthreatprotectiondocumentreport) diff --git a/exchange/exchange-ps/exchange/advanced-threat-protection/advanced-threat-protection.md b/exchange/exchange-ps/exchange/advanced-threat-protection/advanced-threat-protection.md deleted file mode 100644 index c4870e6d92..0000000000 --- a/exchange/exchange-ps/exchange/advanced-threat-protection/advanced-threat-protection.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: advanced-threat-protection -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/advanced-threat-protection/advanced-threat-protection.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/advanced-threat-protection/advanced-threat-protection.md ---- - -# Advanced Threat Protection cmdlets for Exchange Online PowerShell - -## Description - -Welcome to the home of Advanced Threat Protection (ATP) cmdlets for Exchange Online PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/antispam-antimalware/Get-MailboxJunkEmailConfiguration.md b/exchange/exchange-ps/exchange/antispam-antimalware/Get-MailboxJunkEmailConfiguration.md index 70cf0e5b48..07b07476d5 100644 --- a/exchange/exchange-ps/exchange/antispam-antimalware/Get-MailboxJunkEmailConfiguration.md +++ b/exchange/exchange-ps/exchange/antispam-antimalware/Get-MailboxJunkEmailConfiguration.md @@ -44,10 +44,9 @@ This example returns the junk email configuration for the user named David Pelto ### -------------------------- Example 2 -------------------------- ``` -$AllUsers = Get-Mailbox -ResultSize unlimited -RecipientTypeDetails UserMailbox; $AllUsers | foreach {Get-MailboxJunkEmailConfiguration -Identity $_.Identity} | Where {$_.Enabled -eq $false} | Format-Table -Auto Identity,Enabled +$AllUsers = Get-Mailbox -ResultSize unlimited RecipientTypeDetails UserMailbox; $AllUsers | foreach {Get-MailboxJunkEmailConfiguration -Identity $_.Identity} | Where {$_.Enabled -eq $false} | Format-Table -Auto Identity,Enabled ``` - This example returns a summary list of all mailboxes in your organization where the junk email rule is disabled. The first command stores all user mailboxes in a variable. The second command parses through the mailboxes and returns the FQDN of the mailboxes where the junk email rule is disabled. To return all mailboxes where the junk email rule is enabled, change the value $false to $true. To return a mixed list of mailboxes where the junk email rule is enabled and disabled, remove the "| Where {$\_.Enabled -eq $false " part of the second command. diff --git a/exchange/exchange-ps/exchange/antispam-antimalware/antispam-antimalware.md b/exchange/exchange-ps/exchange/antispam-antimalware/antispam-antimalware.md deleted file mode 100644 index 1602249c39..0000000000 --- a/exchange/exchange-ps/exchange/antispam-antimalware/antispam-antimalware.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: antispam-antimalware -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/antispam-antimalware/antispam-antimalware.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/antispam-antimalware/antispam-antimalware.md ---- - -# Antispam and antimalware cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of antispam and antimalware cmdlets for Exchange PowerShell. - -## Placeholder diff --git a/exchange/exchange-ps/exchange/client-access-servers/client-access-servers.md b/exchange/exchange-ps/exchange/client-access-servers/client-access-servers.md deleted file mode 100644 index f7ae1ca4bf..0000000000 --- a/exchange/exchange-ps/exchange/client-access-servers/client-access-servers.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: client-access-servers -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/client-access-servers/client-access-servers.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/client-access-servers/client-access-servers.md ---- - -# Client Access server cmdlets for Exchange Server PowerShell - -## Description - -Welcome to the home of Client Access server cmdlets for Exchange Server PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/client-access/Set-CASMailbox.md b/exchange/exchange-ps/exchange/client-access/Set-CASMailbox.md index a9392be96d..a209a5cedd 100644 --- a/exchange/exchange-ps/exchange/client-access/Set-CASMailbox.md +++ b/exchange/exchange-ps/exchange/client-access/Set-CASMailbox.md @@ -22,7 +22,7 @@ Set-CASMailbox [-Identity] [-ActiveSyncAllowedDeviceIDs ] [-ActiveSyncDebugLogging <$true | $false>] [-ActiveSyncEnabled <$true | $false>] [-ActiveSyncMailboxPolicy ] [-Confirm] [-DisplayName ] [-DomainController ] [-ECPEnabled <$true | $false>] - [-EmailAddresses ] + [-EmailAddresses ] [-EmwsEnabled <$true | $false>] [-EwsAllowEntourage <$true | $false>] [-EwsAllowList ] [-EwsAllowMacOutlook <$true | $false>] [-EwsAllowOutlook <$true | $false>] [-EwsApplicationAccessPolicy ] [-EwsBlockList ] @@ -320,14 +320,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -EwsAllowEntourage -The EwsAllowEntourage parameter enables or disables Exchange Web Services (EWS) access to the mailbox by Microsoft Entourage clients (for example, Entourage 2008 for Mac, Web Services Edition). Valid values are: +### -EmwsEnabled +This parameter is available or functional only in Exchange Server 2010. -- $true: EWS access to the mailbox by Entourage clients is enabled. +The EmwsEnabled parameter specifies whether the Exchange Management Web Service is enabled on this Client Access server. -- $false: EWS access to the mailbox by Entourage clients is disabled. +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Server 2010 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EwsAllowEntourage +The EwsAllowEntourage parameter enables or disables access to the mailbox by Microsoft Entourage clients that use Exchange Web Services (for example, Entourage 2008 for Mac, Web Services Edition). -- $null (blank): The setting isn't configured. This is the default value. EWS access to the mailbox by Entourage clients is controlled by the EwsAllowEntourage parameter on the Set-OrganizationConfig cmdlet (blank or $true for the organization equals enabled for the mailbox; $false for the organization equals disabled for the mailbox). +Valid input for this parameter is $true or $false. The default value is $true. ```yaml Type: $true | $false @@ -342,14 +355,14 @@ Accept wildcard characters: False ``` ### -EwsAllowList -The EwsAllowList parameter specifies the applications that are allowed to access the mailbox by using EWS or REST when the EwsApplicationAccessPolicy parameter is set to EwsAllowList. Other applications that aren't specified by this parameter aren't allowed to access the mailbox by using EWS or REST. You identify the application by its user agent string value. Wildcard characters (\*) are supported. - -The default value is $null (blank), which means no EWS or REST applications are specified. +The EwsAllowList parameter specifies the Exchange Web Services applications (user agent strings) that are allowed to access the mailbox. To enter multiple values and overwrite any existing entries, use the following syntax: \,\,...\. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\","\",..."\. To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="\","\"...; Remove="\","\"...}. +This parameter is meaningful only when the EwsEnabled parameter is set to $true, and the EwsApplicationAccessPolicy parameter is set to EnforceAllowList. + ```yaml Type: MultiValuedProperty Parameter Sets: (All) @@ -363,13 +376,9 @@ Accept wildcard characters: False ``` ### -EwsAllowMacOutlook -The EwsAllowMacOutlook parameter enables or disables EWS access to the mailbox by Microsoft Outlook for Mac clients (for example, Outlook for Mac 2011 or later). Valid values are: - -- $true: EWS access to the mailbox by Outlook for Mac clients is enabled. +The EwsAllowMacOutlook parameter enables or disables access to the mailbox by Outlook for Mac clients that use Exchange Web Services (for example, Outlook for Mac 2011 or later). -- $false: EWS access to the mailbox by Outlook for Mac clients is disabled. - -- $null (blank): The setting isn't configured. This is the default value. EWS access to the mailbox by Outlook for Mac is controlled by the EwsAllowMacOutlook parameter on the Set-OrganizationConfig cmdlet (blank or $true on the organization equals enabled for the mailbox; $false on the organization equals disabled for the mailbox). +Valid input for this parameter is $true or $false. The default value is $true. ```yaml Type: $true | $false @@ -384,13 +393,7 @@ Accept wildcard characters: False ``` ### -EwsAllowOutlook -The EwsAllowOutlook parameter enables or disables EWS access to the mailbox by Microsoft Outlook clients (for example, Outlook 2007 or later for free/busy, out-of-office settings, and calendar sharing). Valid values are: - -- $true: EWS access to the mailbox by Outlook clients is enabled. - -- $false: EWS access to the mailbox by Outlook clients is disabled. - -- $null (blank): The setting isn't configured. This is the default value. EWS access to the mailbox by Outlook clients is controlled by the EwsAllowOutlook parameter on the Set-OrganizationConfig cmdlet (blank or $true for the organization equals enabled for the mailbox; $false for the organization equals disabled for the mailbox). +The EwsAllowOutlook parameter enables or disables access to the mailbox by Outlook clients that use Exchange Web Services. Outlook uses Exchange Web Services for free/busy, out-of-office settings, and calendar sharing. ```yaml Type: $true | $false @@ -405,15 +408,15 @@ Accept wildcard characters: False ``` ### -EwsApplicationAccessPolicy -The EwsApplicationAccessPolicy parameter specifies the access control method for client applications that access the mailbox by using EWS and REST. Valid values are: +The EwsApplicationAccessPolicy parameter controls access to the mailbox by using Exchange Web Services applications. -- EnforceAllowList: Specify the EWS and REST applications to allow by using the EwsAllowList parameter. EWS and REST access to the mailbox by all other applications is blocked. +Valid values for this parameter are: -- EnforceBlockList: Specify the EWS and REST application to block by using the EwsBlockList parameter. EWS and REST access to the mailbox by all other applications is allowed. +- EnforceAllowList: Only applications specified in the EwsAllowList parameter are allowed to access the mailbox. -- $null (blank): The setting isn't configured. This is the default value. The access control method for the mailbox is defined by the EwsApplicationAccessPolicy parameter on the Set-OrganizationConfig cmdlet (blank for the organization means no EWS or REST applications are blocked from accessing the mailbox; EnforceAllowList for the organization means the EwsAllowList parameter on the organization specifies the applications that are allowed to access the mailbox; EnforceBlockList for the organization means the EwsBlockList parameter on the organization specifies the applications that are blocked from accessing the mailbox). +- EnforceBlockList: Applications specified in the EwsBlockList parameter aren't allowed to access the mailbox, but any other applications can access the mailbox. -This parameter doesn't affect EWS access to the mailbox by Entourage, Outlook for Mac, and Outlook clients (access by these applications is controlled by the EwsAllowEntourage, EwsAllowMacOutlook and EwsAllowOutlook parameters). +This parameter doesn't affect access to the mailbox by using Entourage, Outlook for Mac, and Outlook. Access to the mailbox by using these clients is controlled by the EwsAllowEntourage, EwsAllowMacOutlook and EwsAllowOutlook parameters. ```yaml Type: EnforceAllowList | EnforceBlockList @@ -428,14 +431,14 @@ Accept wildcard characters: False ``` ### -EwsBlockList -The EwsBlockList parameter specifies the applications that aren't allowed to access the mailbox by using EWS or REST when the EwsApplicationAccessPolicy parameter is set to EnforceBlockList. All other applications that aren't specified by this parameter are allowed to access the mailbox by using EWS or REST. You identify the application by its user agent string value. Wildcard characters (\*) are supported. - -The default value is $null (blank), which means no EWS or REST applications are specified. +The EwsBlockList parameter specifies the Exchange Web Services applications (user agent strings) that aren't allowed to access the mailbox by using Exchange Web Services. To enter multiple values and overwrite any existing entries, use the following syntax: \,\,...\. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\","\",..."\. To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="\","\"...; Remove="\","\"...}. +This parameter is meaningful only when the EwsEnabled parameter is set to $true, and the EwsApplicationAccessPolicy parameter is set to EnforceBlockList. + ```yaml Type: MultiValuedProperty Parameter Sets: (All) @@ -449,15 +452,9 @@ Accept wildcard characters: False ``` ### -EwsEnabled -The EwsEnabled parameter specifies whether to globally enable or disable EWS access to the mailbox, regardless of the application that's making the request. Valid values are: - -- $true: All EWS to the mailbox is enabled. - -- $false: All EWS access to the mailbox is disabled. The other EWS settings in this cmdlet are ignored. - -- $null (blank): The setting isn't configured. This is the default value. EWS access to the mailbox is controlled by the other EWS parameters (for example EwsAllowEntourage). +The EwsEnabled parameter enables or disables access to the mailbox by using Exchange Web Services clients. -This parameter has no affect on access to the mailbox by using REST. +Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other Exchange Web Services settings in this cmdlet are ignored. ```yaml Type: $true | $false diff --git a/exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md index b0c900f543..c12e0bdfcd 100644 --- a/exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md @@ -60,14 +60,14 @@ Set-OwaMailboxPolicy [-Identity] [-WacExternalServicesEnabled <$true | $false>] [-WacOMEXEnabled <$true | $false>] [-WacViewingOnPrivateComputersEnabled <$true | $false>] [-WacViewingOnPublicComputersEnabled <$true | $false>] [-WeatherEnabled <$true | $false>] [-WebPartsFrameOptionsType ] - [-ClassicAttachmentsEnabled <$true | $false>] - [-ExternalSPMySiteHostURL ] - [-FreCardsEnabled <$true | $false>] + [-BoxAttachmentsEnabled <$true | $false>] [-ClassicAttachmentsEnabled <$true | $false>] + [-DropboxAttachmentsEnabled <$true | $false>] [-ExternalSPMySiteHostURL ] + [-FreCardsEnabled <$true | $false>] [-GoogleDriveAttachmentsEnabled <$true | $false>] [-InterestingCalendarsEnabled <$true | $false>] [-InternalSPMySiteHostURL ] [-LocalEventsEnabled <$true | $false>] [-OneDriveAttachmentsEnabled <$true | $false>] [-OnSendAddinsEnabled <$true | $false>] [-ReferenceAttachmentsEnabled <$true | $false>] [-SatisfactionEnabled <$true | $false>] [-SaveAttachmentsToCloudEnabled <$true | $false>] - [-ThirdPartyFileProvidersEnabled <$true | $false>] [-UserVoiceEnabled <$true | $false>] + [-ThirdPartyAttachmentsEnabled <$true | $false>] [-UserVoiceEnabled <$true | $false>] [-WacEditingEnabled <$true | $false>] [-OutlookBetaToggleEnabled <$true | $false>] [] ``` @@ -1505,6 +1505,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -BoxAttachmentsEnabled +This parameter is available only in the cloud-based service. + +This parameter has been deprecated and is no longer used. + +To enable or disable Box attachments in Outlook on the web, use the ThirdPartyAttachmentsEnabled parameter. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ClassicAttachmentsEnabled The ClassicAttachmentsEnabled parameter specifies whether users can attach local files as regular email attachments. Valid values are: @@ -1524,6 +1543,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DropboxAttachmentsEnabled +This parameter is available only in the cloud-based service. + +This parameter has been deprecated and is no longer used. + +To enable or disable Dropbox attachments in Outlook on the web, use the ThirdPartyAttachmentsEnabled parameter. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ExternalSPMySiteHostURL The ExternalSPMySiteHostURL specifies the My Site Host URL for external users (for example, https://sp01.contoso.com). @@ -1562,6 +1600,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -GoogleDriveAttachmentsEnabled +This parameter is available only in the cloud-based service. + +This parameter has been deprecated and is no longer used. + +To enable or disable Google Drive attachments in Outlook on the web, use the ThirdPartyAttachmentsEnabled parameter. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -InterestingCalendarsEnabled This parameter is available only in the cloud-based service. @@ -1721,26 +1778,7 @@ Accept wildcard characters: False ### -ThirdPartyAttachmentsEnabled This parameter is available only in the cloud-based service. -This parameter has been deprecated and is no longer used. - -To enable or disable third party attachments in Outlook on the web, use the ThirdPartyFileProvidersEnabled parameter. - -```yaml -Type: $true | $false -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ThirdPartyAttachmentsEnabled -This parameter is available only in the cloud-based service. - -The ThirdPartyFileProvidersEnabled parameter specifies whether to allow third-party (for example, Box, Dropbox, and Egnyte) attachments in Outlook on the web. Valid values are: +The ThirdPartyAttachmentsEnabled parameter specifies whether to allow third-party (for example, Box, Dropbox, and Google Drive) attachments in Outlook on the web. Valid values are: - $true: Third-party attachments are enabled. Users can connect their third-party file sharing accounts and share files over email. diff --git a/exchange/exchange-ps/exchange/client-access/client-access.md b/exchange/exchange-ps/exchange/client-access/client-access.md deleted file mode 100644 index 7c41126c27..0000000000 --- a/exchange/exchange-ps/exchange/client-access/client-access.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: client-access -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/client-access/client-access.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/client-access/client-access.md ---- - -# Client Access cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of Client Access cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/client-access/set-CASMailboxPlan.md b/exchange/exchange-ps/exchange/client-access/set-CASMailboxPlan.md index b47532cf85..6ad0149c06 100644 --- a/exchange/exchange-ps/exchange/client-access/set-CASMailboxPlan.md +++ b/exchange/exchange-ps/exchange/client-access/set-CASMailboxPlan.md @@ -18,9 +18,25 @@ For information about the parameter sets in the Syntax section below, see Exchan ## SYNTAX ``` -Set-CASMailboxPlan [-Identity] [-ActiveSyncEnabled <$true | $false>] [-Confirm] - [-ImapEnabled <$true | $false>] [-OwaMailboxPolicy ] [-PopEnabled <$true | $false>] - [-WhatIf] [] +Set-CASMailboxPlan [-Identity] [-ActiveSyncDebugLogging <$true | $false>] + [-ActiveSyncEnabled <$true | $false>] [-ActiveSyncMailboxPolicy ] [-Confirm] + [-DisplayName ] [-DomainController ] [-ECPEnabled <$true | $false>] + [-EwsAllowEntourage <$true | $false>] [-EwsAllowList ] + [-EwsAllowMacOutlook <$true | $false>] [-EwsAllowOutlook <$true | $false>] + [-EwsApplicationAccessPolicy ] [-EwsBlockList ] + [-EwsEnabled <$true | $false>] [-IgnoreDefaultScope] [-ImapEnabled <$true | $false>] + [-ImapEnableExactRFC822Size <$true | $false>] [-ImapForceICalForCalendarRetrievalOption <$true | $false>] + [-ImapMessagesRetrievalMimeFormat ] + [-ImapProtocolLoggingEnabled <$true | $false>] [-ImapSuppressReadReceipt <$true | $false>] + [-ImapUseProtocolDefaults <$true | $false>] [-MAPIBlockOutlookNonCachedMode <$true | $false>] + [-MAPIBlockOutlookRpcHttp <$true | $false>] [-MAPIBlockOutlookVersions ] + [-MAPIEnabled <$true | $false>] [-OWAEnabled <$true | $false>] [-OWAforDevicesEnabled <$true | $false>] + [-OwaMailboxPolicy ] [-PopEnabled <$true | $false>] + [-PopEnableExactRFC822Size <$true | $false>] [-PopForceICalForCalendarRetrievalOption <$true | $false>] + [-PopMessagesRetrievalMimeFormat ] + [-PopProtocolLoggingEnabled <$true | $false>] [-PopSuppressReadReceipt <$true | $false>] + [-PopUseProtocolDefaults <$true | $false>] [-RemotePowerShellEnabled <$true | $false>] [-WhatIf] + [] ``` ## DESCRIPTION @@ -63,6 +79,22 @@ Default value: None Accept pipeline input: True Accept wildcard characters: False ``` + +### -ActiveSyncDebugLogging +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ActiveSyncEnabled The ActiveSyncEnabled parameter specifies whether to enable or disable Exchange ActiveSync access to mailboxes that have the CAS mailbox plan applied to them. Valid values are: @@ -82,6 +114,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ActiveSyncMailboxPolicy +This parameter is reserved for internal Microsoft use. + +```yaml +Type: MailboxPolicyIdParameter +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding. @@ -101,6 +148,171 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DisplayName +This parameter is reserved for internal Microsoft use. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DomainController +This parameter is reserved for internal Microsoft use. + +```yaml +Type: Fqdn +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ECPEnabled +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EwsAllowEntourage +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EwsAllowList +This parameter is reserved for internal Microsoft use. + +```yaml +Type: MultiValuedProperty +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EwsAllowMacOutlook +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EwsAllowOutlook +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EwsApplicationAccessPolicy +This parameter is reserved for internal Microsoft use. + +```yaml +Type: EnforceAllowList | EnforceBlockList +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EwsBlockList +This parameter is reserved for internal Microsoft use. + +```yaml +Type: MultiValuedProperty +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EwsEnabled +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IgnoreDefaultScope +This parameter is reserved for internal Microsoft use. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ImapEnabled The ImapEnabled parameter specifies whether to enable or disable IMAP4 access to mailboxes that have the CAS mailbox plan applied to them. Valid values are: @@ -120,6 +332,186 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ImapEnableExactRFC822Size +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImapForceICalForCalendarRetrievalOption +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImapMessagesRetrievalMimeFormat +This parameter is reserved for internal Microsoft use. + +```yaml +Type: TextOnly | HtmlOnly | HtmlAndTextAlternative | TextEnrichedOnly | TextEnrichedAndTextAlternative | BestBodyFormat | Tnef +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImapProtocolLoggingEnabled +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImapSuppressReadReceipt +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ImapUseProtocolDefaults +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MAPIBlockOutlookNonCachedMode +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MAPIBlockOutlookRpcHttp +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MAPIBlockOutlookVersions +This parameter is reserved for internal Microsoft use. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MAPIEnabled +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OWAEnabled +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OWAforDevicesEnabled +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -OwaMailboxPolicy The OwaMailboxPolicy parameter specifies the Outlook on the web (formerly known as Outlook Web App) mailbox policy that you want applied to mailboxes that have the CAS mailbox plan applied to them. You can use any value that uniquely identifies the Outlook on the web mailbox policy. For example: @@ -162,6 +554,111 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PopEnableExactRFC822Size +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PopForceICalForCalendarRetrievalOption +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PopMessagesRetrievalMimeFormat +This parameter is reserved for internal Microsoft use. + +```yaml +Type: TextOnly | HtmlOnly | HtmlAndTextAlternative | TextEnrichedOnly | TextEnrichedAndTextAlternative | BestBodyFormat | Tnef +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PopProtocolLoggingEnabled +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PopSuppressReadReceipt +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PopUseProtocolDefaults +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RemotePowerShellEnabled +This parameter is reserved for internal Microsoft use. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch. diff --git a/exchange/exchange-ps/exchange/connected-accounts/connected-accounts.md b/exchange/exchange-ps/exchange/connected-accounts/connected-accounts.md deleted file mode 100644 index 80c6621e93..0000000000 --- a/exchange/exchange-ps/exchange/connected-accounts/connected-accounts.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: connected-accounts -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/connected-accounts/connected-accounts.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/connected-accounts/connected-accounts.md ---- - -# Connected account cmdlets for Exchange Online PowerShell - -## Description - -Welcome to the home of connected account cmdlets for Exchange Online PowerShell.## Placeholder - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/database-availability-groups/database-availability-groups.md b/exchange/exchange-ps/exchange/database-availability-groups/database-availability-groups.md deleted file mode 100644 index acc2cfda17..0000000000 --- a/exchange/exchange-ps/exchange/database-availability-groups/database-availability-groups.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: database-availability-groups -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/database-availability-groups/database-availability-groups.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/database-availability-groups/database-availability-groups.md ---- - -# Database availability group cmdlets for Exchange Server PowerShell - -## Description - -Welcome to the home of database availability group (DAG) cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/devices/devices.md b/exchange/exchange-ps/exchange/devices/devices.md deleted file mode 100644 index bb9eee7a2c..0000000000 --- a/exchange/exchange-ps/exchange/devices/devices.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: devices -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/devices/devices.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/devices/devices.md ---- - -# Device cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of device cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/email-addresses-and-address-books/email-addresses-and-address-books.md b/exchange/exchange-ps/exchange/email-addresses-and-address-books/email-addresses-and-address-books.md deleted file mode 100644 index 558a112bb7..0000000000 --- a/exchange/exchange-ps/exchange/email-addresses-and-address-books/email-addresses-and-address-books.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: email-addresses-and-address-books -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/email-addresses-and-address-books/email-addresses-and-address-books.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/email-addresses-and-address-books/email-addresses-and-address-books.md ---- - -# Email address and address book cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of email address and address book cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/encryption-and-certificates/encryption-and-certificates.md b/exchange/exchange-ps/exchange/encryption-and-certificates/encryption-and-certificates.md deleted file mode 100644 index d1e8fa0abf..0000000000 --- a/exchange/exchange-ps/exchange/encryption-and-certificates/encryption-and-certificates.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: encryption-and-certificates -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/encryption-and-certificates/encryption-and-certificates.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/encryption-and-certificates/encryption-and-certificates.md ---- - -# Encryption and certificate cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of encryption and certificate cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/exchange.md b/exchange/exchange-ps/exchange/exchange.md deleted file mode 100644 index 45813c1f70..0000000000 --- a/exchange/exchange-ps/exchange/exchange.md +++ /dev/null @@ -1,17 +0,0 @@ -# Cmdlets in Exchange PowerShell - -Welcome to the home of cmdlets that are available in: - -- Exchange Server 2010 PowerShell - -- Exchange Server 2013 PowerShell - -- Exchange Server 2016 PowerShell - -- Exchange Online PowerShell - -- Office 365 Security & Compliance Center PowerShell - -- Exchange Online Protection PowerShell - -Select your version of Exchange using the filter at the top of the page. \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/federation-and-hybrid/federation-and-hybrid.md b/exchange/exchange-ps/exchange/federation-and-hybrid/federation-and-hybrid.md deleted file mode 100644 index 7b75d0e27a..0000000000 --- a/exchange/exchange-ps/exchange/federation-and-hybrid/federation-and-hybrid.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: federation-and-hybrid -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/federation-and-hybrid/federation-and-hybrid.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/federation-and-hybrid/federation-and-hybrid.md ---- - -# Federation and hybrid cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of federation and hybrid cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/mail-flow/mail-flow.md b/exchange/exchange-ps/exchange/mail-flow/mail-flow.md deleted file mode 100644 index 53c7a9aa91..0000000000 --- a/exchange/exchange-ps/exchange/mail-flow/mail-flow.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: mail-flow -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/mail-flow/mail-flow.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/mail-flow/mail-flow.md ---- - -# Mail flow cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of mail flow cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/mailbox-databases-and-servers/mailbox-databases-and-servers.md b/exchange/exchange-ps/exchange/mailbox-databases-and-servers/mailbox-databases-and-servers.md deleted file mode 100644 index 4230caecf5..0000000000 --- a/exchange/exchange-ps/exchange/mailbox-databases-and-servers/mailbox-databases-and-servers.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: mailbox-databases-and-servers -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/mailbox-databases-and-servers/mailbox-databases-and-servers.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/mailbox-databases-and-servers/mailbox-databases-and-servers.md ---- - -# Mailbox database and Mailbox server cmdlets for Exchange Server PowerShell - -## Description - -Welcome to the home of mailbox database and Mailbox server cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/mailboxes/Set-Clutter.md b/exchange/exchange-ps/exchange/mailboxes/Set-Clutter.md index 3d1caac26b..84d67ee6ba 100644 --- a/exchange/exchange-ps/exchange/mailboxes/Set-Clutter.md +++ b/exchange/exchange-ps/exchange/mailboxes/Set-Clutter.md @@ -18,7 +18,7 @@ For information about the parameter sets in the Syntax section below, see Exchan ## SYNTAX ``` -Set-Clutter -Identity [-Enable <$true | $false>] [] +Set-Clutter -Identity [-CleanUpClutter] [-Enable <$true | $false>] [] ``` ## DESCRIPTION @@ -62,6 +62,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CleanUpClutter +{{Fill CleanUpClutter Description}} + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Enable The Enable parameter specifies whether to enable or disable Clutter for the mailbox. Valid values are: diff --git a/exchange/exchange-ps/exchange/mailboxes/mailboxes.md b/exchange/exchange-ps/exchange/mailboxes/mailboxes.md deleted file mode 100644 index 5c1117d088..0000000000 --- a/exchange/exchange-ps/exchange/mailboxes/mailboxes.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: mailboxes -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/mailboxes/mailboxes.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/mailboxes/mailboxes.md ---- - -# Mailbox cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of mailbox cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/move-and-migration/move-and-migration.md b/exchange/exchange-ps/exchange/move-and-migration/move-and-migration.md deleted file mode 100644 index 2fc95ccb1f..0000000000 --- a/exchange/exchange-ps/exchange/move-and-migration/move-and-migration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: move-and-migration -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/move-and-migration/move-and-migration.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/move-and-migration/move-and-migration.md ---- - -# Move and migration cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of move and migration cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/organization/Set-OrganizationConfig.md b/exchange/exchange-ps/exchange/organization/Set-OrganizationConfig.md index 7b120e5a7f..84adee2e4c 100644 --- a/exchange/exchange-ps/exchange/organization/Set-OrganizationConfig.md +++ b/exchange/exchange-ps/exchange/organization/Set-OrganizationConfig.md @@ -506,13 +506,7 @@ Accept wildcard characters: False ``` ### -EwsAllowEntourage -The EwsAllowEntourage parameter enables or disables Exchange Web Services (EWS) access to the organization by Microsoft Entourage clients (for example, Entourage 2008 for Mac, Web Services Edition). Valid values are: - -- $true: EWS access to the organization by Entourage clients is enabled. - -- $false: EWS access to the organization by Entourage clients is disabled. - -- $null (blank): The setting isn't configured. This is the default value. EWS access to individual mailboxes by Entourage clients is controlled by the EwsAllowEntourage parameter on the Set-CASMailbox cmdlet (blank or $true on the mailbox equals enabled for the mailbox; $false on the mailbox equals disabled for the mailbox). +The EwsAllowEntourage parameter specifies whether to enable or disable Entourage 2008 to access Exchange Web Services (EWS) for the entire organization. The default value is $true. ```yaml Type: $true | $false @@ -527,9 +521,7 @@ Accept wildcard characters: False ``` ### -EwsAllowList -The EwsAllowList parameter specifies the applications that are allowed to access the organization by using EWS or REST when the EwsApplicationAccessPolicy parameter is set to EwsAllowList. Other applications that aren't specified by this parameter aren't allowed to access the organization by using EWS or REST. You identify the application by its user agent string value. Wildcard characters (\*) are supported. - -The default value is $null (blank), which means no EWS or REST applications are specified. +The EwsAllowList parameter specifies the applications that are allowed to access EWS or REST when the EwsApplicationAccessPolicy parameter is set to EwsAllowList. Other applications that aren't specified by this parameter aren't allowed to access EWS or REST. You identify the application by its user agent string value. Wildcard characters (\*) are supported. To enter multiple values and overwrite any existing entries, use the following syntax: \,\,...\. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\","\",..."\. @@ -548,13 +540,7 @@ Accept wildcard characters: False ``` ### -EwsAllowMacOutlook -The EwsAllowMacOutlook parameter enables or disables EWS access to the organization by Microsoft Outlook for Mac clients (for example, Outlook for Mac 2011 or later). Valid values are: - -- $true: EWS access to the organization by Outlook for Mac clients is enabled. - -- $false: EWS access to the organization by Outlook for Mac clients is disabled. - -- $null (blank): The setting isn't configured. This is the default value. EWS access to individual mailboxes by Outlook for Mac is controlled by the EwsAllowMacOutlook parameter on the Set-CASMailbox cmdlet (blank or $true on the mailbox equals enabled for the mailbox; $false on the mailbox equals disabled for the mailbox). +The EwsAllowMacOutlook parameter specifies whether to enable or disable Microsoft Outlook for Mac 2011 to access EWS for the entire organization. ```yaml Type: $true | $false @@ -569,13 +555,7 @@ Accept wildcard characters: False ``` ### -EwsAllowOutlook -The EwsAllowOutlook parameter enables or disables EWS access to organization by Microsoft Outlook clients (for example, Outlook 2007 or later for free/busy, out-of-office settings, and calendar sharing). Valid values are: - -- $true: EWS access to the organization by Outlook clients is enabled. - -- $false: EWS access to the organization by Outlook clients is disabled. - -- $null (blank): The setting isn't configured. This is the default value. EWS access to individual mailboxes by Outlook clients is controlled by the EwsAllowOutlook parameter on the Set-CASMailbox cmdlet (blank or $true on the mailbox equals enabled for the mailbox; $false on the mailbox equals disabled for the mailbox). +The EwsAllowOutlook parameter enables or disables Microsoft Office Outlook 2007 to access EWS for the entire organization. Outlook 2007 uses EWS for free and busy information, out-of-office settings, and calendar sharing. ```yaml Type: $true | $false @@ -590,15 +570,13 @@ Accept wildcard characters: False ``` ### -EwsApplicationAccessPolicy -The EwsApplicationAccessPolicy parameter specifies the access control method for client applications that access the organziation by using EWS and REST. Valid values are: - -- EnforceAllowList: Specify the EWS and REST applications to allow by using the EwsAllowList parameter. EWS and REST access to the organization by all other applications is blocked. +The EwsApplicationAccessPolicy parameter specifies the client applications that have access to EWS and REST. Valid values are: -- EnforceBlockList: Specify the EWS and REST application to block by using the EwsBlockList parameter. EWS and REST access to the organization by all other applications is allowed. +- EnforceAllowList: Only applications specified by the EwsAllowList parameter are allowed to access EWS and REST. Access by other applications is blocked. -- $null (blank): The setting isn't configured. This is the default value. The access control method for individual mailboxes is defined by the EwsApplicationAccessPolicy parameter on the Set-CASMailbox cmdlet (blank for the mailbox means no EWS or REST applications are blocked from accessing the mailbox; EnforceAllowList for the mailbox means the EwsAllowList parameter on the mailbox specifies the applications that are allowed to access the mailbox; EnforceBlockList for the mailbox means the EwsBlockList parameter on the mailbox specifies the applications that are blocked from accessing the mailbox). +- EnforceBlockList: All applications are allowed to access EWS and REST, except for the applications specified by the EwsBlockList parameter. -This parameter doesn't affect EWS access to the organization by Entourage, Outlook for Mac, and Outlook clients (access by these applications is controlled by the EwsAllowEntourage, EwsAllowMacOutlook and EwsAllowOutlook parameters). +Note that this parameter doesn't affect access to EWS by Entourage, Mac Outlook, and Outlook. Access to EWS by these applications is controlled by the EwsAllowEntourage, EwsAllowMacOutlook and EwsAllowOutlook parameters. ```yaml Type: EnforceAllowList | EnforceBlockList @@ -613,9 +591,7 @@ Accept wildcard characters: False ``` ### -EwsBlockList -The EwsBlockList parameter specifies the applications that aren't allowed to access the organization by using EWS or REST when the EwsApplicationAccessPolicy parameter is set to EnforceBlockList. All other applications that aren't specified by this parameter are allowed to access the organization by using EWS or REST. You identify the application by its user agent string value. Wildcard characters (\*) are supported. - -The default value is $null (blank), which means no EWS or REST applications are specified. +The EwsBlockList parameter specifies the applications that aren't allowed to access EWS or REST when the EwsApplicationAccessPolicy parameter is set to EnforceBlockList. All other applications that aren't specified by this parameter are allowed to access EWS or REST. You identify the application by its user agent string value. Wildcard characters (\*) are supported. To enter multiple values and overwrite any existing entries, use the following syntax: \,\,...\. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\","\",..."\. @@ -634,15 +610,15 @@ Accept wildcard characters: False ``` ### -EwsEnabled -The EwsEnabled parameter specifies whether to globally enable or disable EWS access for the entire organization, regardless of the application that's making the request. Valid values are: +The EwsEnabled parameter specifies whether to globally enable or disable EWS access for the entire organization, regardless of what application is making the request. Valid values are: -- $true: All EWS access for the organization is enabled. +- $true: All EWS access is enabled. -- $false: All EWS access for the organization is disabled. +- $false: All EWS access is disabled. -- $null (blank): The setting isn't configured. This is the default value. EWS access to the organization is controlled individually by the other EWS parameters (for example EwsAllowEntourage). +- $null (blank): The setting isn't configured. Access to EWS is controlled individually by the releated EWS parameters (for example EwsAllowEntourage). This is the default value. -This parameter has no affect on access to the organization by using REST. +This parameter has no affect on access to REST. ```yaml Type: $true | $false diff --git a/exchange/exchange-ps/exchange/organization/organization.md b/exchange/exchange-ps/exchange/organization/organization.md deleted file mode 100644 index b7ed17c795..0000000000 --- a/exchange/exchange-ps/exchange/organization/organization.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: organization -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/organization/organization.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/organization/organization.md ---- - -# Auditing cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of auditing cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/policy-and-compliance-audit/policy-and-compliance-audit.md b/exchange/exchange-ps/exchange/policy-and-compliance-audit/policy-and-compliance-audit.md deleted file mode 100644 index fe7965841c..0000000000 --- a/exchange/exchange-ps/exchange/policy-and-compliance-audit/policy-and-compliance-audit.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: policy-and-compliance-audit -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-audit/policy-and-compliance-audit.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-audit/policy-and-compliance-audit.md ---- - -# Active Directory cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of Active Directory cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/policy-and-compliance-content-search/policy-and-compliance-content-search.md b/exchange/exchange-ps/exchange/policy-and-compliance-content-search/policy-and-compliance-content-search.md deleted file mode 100644 index 78444449f4..0000000000 --- a/exchange/exchange-ps/exchange/policy-and-compliance-content-search/policy-and-compliance-content-search.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: policy-and-compliance-content-search -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-content-search/policy-and-compliance-content-search.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-content-search/policy-and-compliance-content-search.md ---- - -# Content search cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of content search cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/policy-and-compliance-dlp/policy-and-compliance-dlp.md b/exchange/exchange-ps/exchange/policy-and-compliance-dlp/policy-and-compliance-dlp.md deleted file mode 100644 index 33ddd57e90..0000000000 --- a/exchange/exchange-ps/exchange/policy-and-compliance-dlp/policy-and-compliance-dlp.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: policy-and-compliance-dlp -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-dlp/policy-and-compliance-dlp.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-dlp/policy-and-compliance-dlp.md ---- - -# Data loss prevention cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of data loss prevention (DLP) cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/policy-and-compliance-ediscovery.md b/exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/policy-and-compliance-ediscovery.md deleted file mode 100644 index 5b44a81897..0000000000 --- a/exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/policy-and-compliance-ediscovery.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: policy-and-compliance-ediscovery -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/policy-and-compliance-ediscovery.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/policy-and-compliance-ediscovery.md ---- - -# Reporting cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of reporting cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/policy-and-compliance-retention/policy-and-compliance-retention.md b/exchange/exchange-ps/exchange/policy-and-compliance-retention/policy-and-compliance-retention.md deleted file mode 100644 index a5e2941074..0000000000 --- a/exchange/exchange-ps/exchange/policy-and-compliance-retention/policy-and-compliance-retention.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: policy-and-compliance-retention -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-retention/policy-and-compliance-retention.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance-retention/policy-and-compliance-retention.md ---- - -# Active Directory cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of Active Directory cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/policy-and-compliance/Set-ProtectionAlert.md b/exchange/exchange-ps/exchange/policy-and-compliance/Set-ProtectionAlert.md index b8b88eb626..064ca61cd9 100644 --- a/exchange/exchange-ps/exchange/policy-and-compliance/Set-ProtectionAlert.md +++ b/exchange/exchange-ps/exchange/policy-and-compliance/Set-ProtectionAlert.md @@ -13,8 +13,6 @@ This cmdlet is available only in the Office 365 Security & Compliance Center. Fo Use the Set-ProtectionAlert cmdlet to modify alert policies in the Security & Compliance Center. -**Note**: You can't modify the default alert policies using this cmdlet; you can only modify the default alert policies in the Office 365 Security & Compliance Center. - For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx). ## SYNTAX diff --git a/exchange/exchange-ps/exchange/policy-and-compliance/policy-and-compliance.md b/exchange/exchange-ps/exchange/policy-and-compliance/policy-and-compliance.md deleted file mode 100644 index 97d3b62567..0000000000 --- a/exchange/exchange-ps/exchange/policy-and-compliance/policy-and-compliance.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: policy-and-compliance -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance/policy-and-compliance.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/policy-and-compliance/policy-and-compliance.md ---- - -# Active Directory cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of Active Directory cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/reporting/reporting.md b/exchange/exchange-ps/exchange/reporting/reporting.md deleted file mode 100644 index 33657250ae..0000000000 --- a/exchange/exchange-ps/exchange/reporting/reporting.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: reporting -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/reporting/reporting.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/reporting/reporting.md ---- - -# Active Directory cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of Active Directory cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/role-based-access-control/role-based-access-control.md b/exchange/exchange-ps/exchange/role-based-access-control/role-based-access-control.md deleted file mode 100644 index 2d0eef8c1a..0000000000 --- a/exchange/exchange-ps/exchange/role-based-access-control/role-based-access-control.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: role-based-access-control -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/role-based-access-control/role-based-access-control.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/role-based-access-control/role-based-access-control.md ---- - -# Role-based access control cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of role-based access control (RBAC) cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/server-health-and-performance/server-health-and-performance.md b/exchange/exchange-ps/exchange/server-health-and-performance/server-health-and-performance.md deleted file mode 100644 index 6c18657992..0000000000 --- a/exchange/exchange-ps/exchange/server-health-and-performance/server-health-and-performance.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: server-health-and-performance -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/server-health-and-performance/server-health-and-performance.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/server-health-and-performance/server-health-and-performance.md ---- - -# Server health and performance cmdlets for Exchange Server PowerShell - -## Description - -Welcome to the home of role-based access control (RBAC) cmdlets for Exchange Server PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/sharing-and-collaboration/sharing-and-collaboration.md b/exchange/exchange-ps/exchange/sharing-and-collaboration/sharing-and-collaboration.md deleted file mode 100644 index bce7ce73b4..0000000000 --- a/exchange/exchange-ps/exchange/sharing-and-collaboration/sharing-and-collaboration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: sharing-and-collaboration -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/sharing-and-collaboration/sharing-and-collaboration.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/sharing-and-collaboration/sharing-and-collaboration.md ---- - -# Sharing and collaboration cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of sharing and collaboration cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/unified-messaging/unified-messaging.md b/exchange/exchange-ps/exchange/unified-messaging/unified-messaging.md deleted file mode 100644 index 7df1e6af87..0000000000 --- a/exchange/exchange-ps/exchange/unified-messaging/unified-messaging.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: unified-messaging -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/unified-messaging/unified-messaging.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/unified-messaging/unified-messaging.md ---- - -# Unified Messaging cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of Unified Messaging (UM) cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/exchange-ps/exchange/users-and-groups/New-UnifiedGroup.md b/exchange/exchange-ps/exchange/users-and-groups/New-UnifiedGroup.md index 53c7634314..5b9aea634c 100644 --- a/exchange/exchange-ps/exchange/users-and-groups/New-UnifiedGroup.md +++ b/exchange/exchange-ps/exchange/users-and-groups/New-UnifiedGroup.md @@ -514,9 +514,7 @@ For example: - User ID or user principal name (UPN) -The Name value of the owner you specify is stored in the ManagedBy property that's returned by the Get-UnifiedGroup cmdlet. - -Although you can specify only one owner with this parameter, you can use the Add-UnifiedGroupLinks and Remove-UnifiedGroupLinks cmdlets to specify multiple owners on existing Office 365 groups. +You can specify multiple owners separated by commas ```yaml Type: RecipientIdParameter diff --git a/exchange/exchange-ps/exchange/users-and-groups/users-and-groups.md b/exchange/exchange-ps/exchange/users-and-groups/users-and-groups.md deleted file mode 100644 index 2f4ed00313..0000000000 --- a/exchange/exchange-ps/exchange/users-and-groups/users-and-groups.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -Module Name: users-and-groups -Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -Locale: en-US -content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/users-and-groups/users-and-groups.md -original_content_git_url: https://github.com/MicrosoftDocs/office-docs-powershell/blob/live/exchange/exchange-ps/exchange/users-and-groups/users-and-groups.md ---- - -# User and group cmdlets for Exchange PowerShell - -## Description - -Welcome to the home of user and group cmdlets for Exchange PowerShell. - -## Placeholder \ No newline at end of file diff --git a/exchange/mapping/exchange2010mapping.json b/exchange/mapping/exchange2010mapping.json deleted file mode 100644 index f61bfeb678..0000000000 --- a/exchange/mapping/exchange2010mapping.json +++ /dev/null @@ -1,649 +0,0 @@ -{ - "Add-ADPermission": "active-directory", - "Get-ADPermission": "active-directory", - "Get-ADServerSettings": "active-directory", - "Get-ADSite": "active-directory", - "Get-AdSiteLink": "active-directory", - "Get-DomainController": "active-directory", - "Get-OrganizationalUnit": "active-directory", - "Get-Trust": "active-directory", - "Get-UserPrincipalNamesSuffix": "active-directory", - "Remove-ADPermission": "active-directory", - "Set-ADServerSettings": "active-directory", - "Set-ADSite": "active-directory", - "Set-AdSiteLink": "active-directory", - "Add-AttachmentFilterEntry": "antispam-antimalware", - "Add-ContentFilterPhrase": "antispam-antimalware", - "Add-IPAllowListEntry": "antispam-antimalware", - "Add-IPAllowListProvider": "antispam-antimalware", - "Add-IPBlockListEntry": "antispam-antimalware", - "Add-IPBlockListProvider": "antispam-antimalware", - "Enable-AntispamUpdates": "antispam-antimalware", - "Get-AgentLog": "antispam-antimalware", - "Get-AttachmentFilterEntry": "antispam-antimalware", - "Get-AttachmentFilterListConfig": "antispam-antimalware", - "Get-ContentFilterConfig": "antispam-antimalware", - "Get-ContentFilterPhrase": "antispam-antimalware", - "Get-IPAllowListConfig": "antispam-antimalware", - "Get-IPAllowListEntry": "antispam-antimalware", - "Get-IPAllowListProvider": "antispam-antimalware", - "Get-IPAllowListProvidersConfig": "antispam-antimalware", - "Get-IPBlockListConfig": "antispam-antimalware", - "Get-IPBlockListEntry": "antispam-antimalware", - "Get-IPBlockListProvider": "antispam-antimalware", - "Get-IPBlockListProvidersConfig": "antispam-antimalware", - "Get-MailboxJunkEmailConfiguration": "antispam-antimalware", - "Get-RecipientFilterConfig": "antispam-antimalware", - "Get-SenderFilterConfig": "antispam-antimalware", - "Get-SenderIdConfig": "antispam-antimalware", - "Get-SenderReputationConfig": "antispam-antimalware", - "Remove-AttachmentFilterEntry": "antispam-antimalware", - "Remove-ContentFilterPhrase": "antispam-antimalware", - "Remove-IPAllowListEntry": "antispam-antimalware", - "Remove-IPAllowListProvider": "antispam-antimalware", - "Remove-IPBlockListEntry": "antispam-antimalware", - "Remove-IPBlockListProvider": "antispam-antimalware", - "Set-AttachmentFilterListConfig": "antispam-antimalware", - "Set-ContentFilterConfig": "antispam-antimalware", - "Set-IPAllowListConfig": "antispam-antimalware", - "Set-IPAllowListProvider": "antispam-antimalware", - "Set-IPAllowListProvidersConfig": "antispam-antimalware", - "Set-IPBlockListConfig": "antispam-antimalware", - "Set-IPBlockListProvider": "antispam-antimalware", - "Set-IPBlockListProvidersConfig": "antispam-antimalware", - "Set-MailboxJunkEmailConfiguration": "antispam-antimalware", - "Set-RecipientFilterConfig": "antispam-antimalware", - "Set-SenderFilterConfig": "antispam-antimalware", - "Set-SenderIdConfig": "antispam-antimalware", - "Set-SenderReputationConfig": "antispam-antimalware", - "Test-IPAllowListProvider": "antispam-antimalware", - "Test-IPBlockListProvider": "antispam-antimalware", - "Test-SenderId": "antispam-antimalware", - "Update-SafeList": "antispam-antimalware", - "Clear-TextMessagingAccount": "client-access", - "Compare-TextMessagingVerificationCode": "client-access", - "Export-AutoDiscoverConfig": "client-access", - "Get-CASMailbox": "client-access", - "Get-ImapSettings": "client-access", - "Get-MailboxCalendarConfiguration": "client-access", - "Get-MailboxMessageConfiguration": "client-access", - "Get-MailboxRegionalConfiguration": "client-access", - "Get-MailboxSpellingConfiguration": "client-access", - "Get-OutlookProvider": "client-access", - "Get-OwaMailboxPolicy": "client-access", - "Get-PopSettings": "client-access", - "Get-TextMessagingAccount": "client-access", - "New-OutlookProvider": "client-access", - "New-OwaMailboxPolicy": "client-access", - "Remove-OutlookProvider": "client-access", - "Remove-OwaMailboxPolicy": "client-access", - "Send-TextMessagingVerificationCode": "client-access", - "Set-CASMailbox": "client-access", - "Set-ImapSettings": "client-access", - "Set-MailboxCalendarConfiguration": "client-access", - "Set-MailboxMessageConfiguration": "client-access", - "Set-MailboxRegionalConfiguration": "client-access", - "Set-MailboxSpellingConfiguration": "client-access", - "Set-OutlookProvider": "client-access", - "Set-OwaMailboxPolicy": "client-access", - "Set-PopSettings": "client-access", - "Set-TextMessagingAccount": "client-access", - "Test-CalendarConnectivity": "client-access", - "Test-EcpConnectivity": "client-access", - "Test-ImapConnectivity": "client-access", - "Test-OutlookConnectivity": "client-access", - "Test-OutlookWebServices": "client-access", - "Test-OwaConnectivity": "client-access", - "Test-PopConnectivity": "client-access", - "Test-PowerShellConnectivity": "client-access", - "Test-WebServicesConnectivity": "client-access", - "Disable-OutlookAnywhere": "client-access-servers", - "Enable-OutlookAnywhere": "client-access-servers", - "Get-ActiveSyncVirtualDirectory": "client-access-servers", - "Get-AuthRedirect": "client-access-servers", - "Get-AutodiscoverVirtualDirectory": "client-access-servers", - "Get-ClientAccessArray": "client-access-servers", - "Get-ClientAccessServer": "client-access-servers", - "Get-EcpVirtualDirectory": "client-access-servers", - "Get-OutlookAnywhere": "client-access-servers", - "Get-OwaVirtualDirectory": "client-access-servers", - "Get-PowerShellVirtualDirectory": "client-access-servers", - "Get-RpcClientAccess": "client-access-servers", - "Get-WebServicesVirtualDirectory": "client-access-servers", - "New-ActiveSyncVirtualDirectory": "client-access-servers", - "New-AuthRedirect": "client-access-servers", - "New-AutodiscoverVirtualDirectory": "client-access-servers", - "New-ClientAccessArray": "client-access-servers", - "New-EcpVirtualDirectory": "client-access-servers", - "New-OwaVirtualDirectory": "client-access-servers", - "New-RpcClientAccess": "client-access-servers", - "New-WebServicesVirtualDirectory": "client-access-servers", - "Remove-ActiveSyncVirtualDirectory": "client-access-servers", - "Remove-AuthRedirect": "client-access-servers", - "Remove-AutodiscoverVirtualDirectory": "client-access-servers", - "Remove-ClientAccessArray": "client-access-servers", - "Remove-EcpVirtualDirectory": "client-access-servers", - "Remove-OwaVirtualDirectory": "client-access-servers", - "Remove-RpcClientAccess": "client-access-servers", - "Remove-WebServicesVirtualDirectory": "client-access-servers", - "Set-ActiveSyncVirtualDirectory": "client-access-servers", - "Set-AuthRedirect": "client-access-servers", - "Set-AutodiscoverVirtualDirectory": "client-access-servers", - "Set-ClientAccessArray": "client-access-servers", - "Set-ClientAccessServer": "client-access-servers", - "Set-EcpVirtualDirectory": "client-access-servers", - "Set-OutlookAnywhere": "client-access-servers", - "Set-OwaVirtualDirectory": "client-access-servers", - "Set-PowerShellVirtualDirectory": "client-access-servers", - "Set-RpcClientAccess": "client-access-servers", - "Set-WebServicesVirtualDirectory": "client-access-servers", - "Add-DatabaseAvailabilityGroupServer": "database-availability-groups", - "Add-MailboxDatabaseCopy": "database-availability-groups", - "Get-DatabaseAvailabilityGroup": "database-availability-groups", - "Get-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Get-MailboxDatabaseCopyStatus": "database-availability-groups", - "Move-ActiveMailboxDatabase": "database-availability-groups", - "New-DatabaseAvailabilityGroup": "database-availability-groups", - "New-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Remove-DatabaseAvailabilityGroup": "database-availability-groups", - "Remove-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Remove-DatabaseAvailabilityGroupServer": "database-availability-groups", - "Remove-MailboxDatabaseCopy": "database-availability-groups", - "Restore-DatabaseAvailabilityGroup": "database-availability-groups", - "Resume-MailboxDatabaseCopy": "database-availability-groups", - "Set-DatabaseAvailabilityGroup": "database-availability-groups", - "Set-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Set-MailboxDatabaseCopy": "database-availability-groups", - "Start-DatabaseAvailabilityGroup": "database-availability-groups", - "Stop-DatabaseAvailabilityGroup": "database-availability-groups", - "Suspend-MailboxDatabaseCopy": "database-availability-groups", - "Test-ReplicationHealth": "database-availability-groups", - "Update-MailboxDatabaseCopy": "database-availability-groups", - "Clear-ActiveSyncDevice": "devices", - "Export-ActiveSyncLog": "devices", - "Get-ActiveSyncDevice": "devices", - "Get-ActiveSyncDeviceAccessRule": "devices", - "Get-ActiveSyncDeviceClass": "devices", - "Get-ActiveSyncDeviceStatistics": "devices", - "Get-ActiveSyncMailboxPolicy": "devices", - "Get-ActiveSyncOrganizationSettings": "devices", - "New-ActiveSyncDeviceAccessRule": "devices", - "New-ActiveSyncMailboxPolicy": "devices", - "Remove-ActiveSyncDevice": "devices", - "Remove-ActiveSyncDeviceAccessRule": "devices", - "Remove-ActiveSyncDeviceClass": "devices", - "Remove-ActiveSyncMailboxPolicy": "devices", - "Set-ActiveSyncDeviceAccessRule": "devices", - "Set-ActiveSyncMailboxPolicy": "devices", - "Set-ActiveSyncOrganizationSettings": "devices", - "Test-ActiveSyncConnectivity": "devices", - "Disable-AddressListPaging": "email-addresses-and-address-books", - "Enable-AddressListPaging": "email-addresses-and-address-books", - "Get-AddressBookPolicy": "email-addresses-and-address-books", - "Get-AddressList": "email-addresses-and-address-books", - "Get-DetailsTemplate": "email-addresses-and-address-books", - "Get-EmailAddressPolicy": "email-addresses-and-address-books", - "Get-GlobalAddressList": "email-addresses-and-address-books", - "Get-OabVirtualDirectory": "email-addresses-and-address-books", - "Get-OfflineAddressBook": "email-addresses-and-address-books", - "Move-AddressList": "email-addresses-and-address-books", - "Move-OfflineAddressBook": "email-addresses-and-address-books", - "New-AddressBookPolicy": "email-addresses-and-address-books", - "New-AddressList": "email-addresses-and-address-books", - "New-EmailAddressPolicy": "email-addresses-and-address-books", - "New-GlobalAddressList": "email-addresses-and-address-books", - "New-OabVirtualDirectory": "email-addresses-and-address-books", - "New-OfflineAddressBook": "email-addresses-and-address-books", - "Remove-AddressBookPolicy": "email-addresses-and-address-books", - "Remove-AddressList": "email-addresses-and-address-books", - "Remove-EmailAddressPolicy": "email-addresses-and-address-books", - "Remove-GlobalAddressList": "email-addresses-and-address-books", - "Remove-OabVirtualDirectory": "email-addresses-and-address-books", - "Remove-OfflineAddressBook": "email-addresses-and-address-books", - "Restore-DetailsTemplate": "email-addresses-and-address-books", - "Set-AddressBookPolicy": "email-addresses-and-address-books", - "Set-AddressList": "email-addresses-and-address-books", - "Set-DetailsTemplate": "email-addresses-and-address-books", - "Set-EmailAddressPolicy": "email-addresses-and-address-books", - "Set-GlobalAddressList": "email-addresses-and-address-books", - "Set-OabVirtualDirectory": "email-addresses-and-address-books", - "Set-OfflineAddressBook": "email-addresses-and-address-books", - "Update-AddressList": "email-addresses-and-address-books", - "Update-EmailAddressPolicy": "email-addresses-and-address-books", - "Update-GlobalAddressList": "email-addresses-and-address-books", - "Update-OfflineAddressBook": "email-addresses-and-address-books", - "Enable-ExchangeCertificate": "encryption-and-certificates", - "Export-ExchangeCertificate": "encryption-and-certificates", - "Get-ExchangeCertificate": "encryption-and-certificates", - "Get-IRMConfiguration": "encryption-and-certificates", - "Get-RMSTemplate": "encryption-and-certificates", - "Import-ExchangeCertificate": "encryption-and-certificates", - "New-ExchangeCertificate": "encryption-and-certificates", - "Remove-ExchangeCertificate": "encryption-and-certificates", - "Set-IRMConfiguration": "encryption-and-certificates", - "Test-IRMConfiguration": "encryption-and-certificates", - "Add-FederatedDomain": "federation-and-hybrid", - "Disable-RemoteMailbox": "federation-and-hybrid", - "Enable-RemoteMailbox": "federation-and-hybrid", - "Get-FederatedDomainProof": "federation-and-hybrid", - "Get-FederatedOrganizationIdentifier": "federation-and-hybrid", - "Get-FederationInformation": "federation-and-hybrid", - "Get-FederationTrust": "federation-and-hybrid", - "Get-HybridConfiguration": "federation-and-hybrid", - "Get-RemoteMailbox": "federation-and-hybrid", - "New-FederationTrust": "federation-and-hybrid", - "New-HybridConfiguration": "federation-and-hybrid", - "New-RemoteMailbox": "federation-and-hybrid", - "Remove-FederatedDomain": "federation-and-hybrid", - "Remove-FederationTrust": "federation-and-hybrid", - "Remove-RemoteMailbox": "federation-and-hybrid", - "Set-FederatedOrganizationIdentifier": "federation-and-hybrid", - "Set-FederationTrust": "federation-and-hybrid", - "Set-HybridConfiguration": "federation-and-hybrid", - "Set-RemoteMailbox": "federation-and-hybrid", - "Test-FederationTrust": "federation-and-hybrid", - "Test-FederationTrustCertificate": "federation-and-hybrid", - "Update-HybridConfiguration": "federation-and-hybrid", - "Update-Recipient": "federation-and-hybrid", - "Disable-TransportAgent": "mail-flow", - "Enable-TransportAgent": "mail-flow", - "Export-Message": "mail-flow", - "Get-AcceptedDomain": "mail-flow", - "Get-AddressRewriteEntry": "mail-flow", - "Get-DeliveryAgentConnector": "mail-flow", - "Get-EdgeSubscription": "mail-flow", - "Get-EdgeSyncServiceConfig": "mail-flow", - "Get-ForeignConnector": "mail-flow", - "Get-Message": "mail-flow", - "Get-MessageTrackingLog": "mail-flow", - "Get-MessageTrackingReport": "mail-flow", - "Get-NetworkConnectionInfo": "mail-flow", - "Get-Queue": "mail-flow", - "Get-ReceiveConnector": "mail-flow", - "Get-RemoteDomain": "mail-flow", - "Get-RoutingGroupConnector": "mail-flow", - "Get-SendConnector": "mail-flow", - "Get-SystemMessage": "mail-flow", - "Get-TransportAgent": "mail-flow", - "Get-TransportConfig": "mail-flow", - "Get-TransportPipeline": "mail-flow", - "Get-TransportServer": "mail-flow", - "Get-X400AuthoritativeDomain": "mail-flow", - "Install-TransportAgent": "mail-flow", - "New-AcceptedDomain": "mail-flow", - "New-AddressRewriteEntry": "mail-flow", - "New-DeliveryAgentConnector": "mail-flow", - "New-EdgeSubscription": "mail-flow", - "New-EdgeSyncServiceConfig": "mail-flow", - "New-ForeignConnector": "mail-flow", - "New-ReceiveConnector": "mail-flow", - "New-RemoteDomain": "mail-flow", - "New-RoutingGroupConnector": "mail-flow", - "New-SendConnector": "mail-flow", - "New-SystemMessage": "mail-flow", - "New-X400AuthoritativeDomain": "mail-flow", - "Remove-AcceptedDomain": "mail-flow", - "Remove-AddressRewriteEntry": "mail-flow", - "Remove-DeliveryAgentConnector": "mail-flow", - "Remove-EdgeSubscription": "mail-flow", - "Remove-ForeignConnector": "mail-flow", - "Remove-Message": "mail-flow", - "Remove-ReceiveConnector": "mail-flow", - "Remove-RemoteDomain": "mail-flow", - "Remove-RoutingGroupConnector": "mail-flow", - "Remove-SendConnector": "mail-flow", - "Remove-SystemMessage": "mail-flow", - "Remove-X400AuthoritativeDomain": "mail-flow", - "Resume-Message": "mail-flow", - "Resume-Queue": "mail-flow", - "Retry-Queue": "mail-flow", - "Search-MessageTrackingReport": "mail-flow", - "Set-AcceptedDomain": "mail-flow", - "Set-AddressRewriteEntry": "mail-flow", - "Set-DeliveryAgentConnector": "mail-flow", - "Set-EdgeSyncServiceConfig": "mail-flow", - "Set-ForeignConnector": "mail-flow", - "Set-ReceiveConnector": "mail-flow", - "Set-RemoteDomain": "mail-flow", - "Set-RoutingGroupConnector": "mail-flow", - "Set-SendConnector": "mail-flow", - "Set-SystemMessage": "mail-flow", - "Set-TransportAgent": "mail-flow", - "Set-TransportConfig": "mail-flow", - "Set-TransportServer": "mail-flow", - "Set-X400AuthoritativeDomain": "mail-flow", - "Start-EdgeSynchronization": "mail-flow", - "Suspend-Message": "mail-flow", - "Suspend-Queue": "mail-flow", - "Test-EdgeSynchronization": "mail-flow", - "Test-Mailflow": "mail-flow", - "Test-SmtpConnectivity": "mail-flow", - "Uninstall-TransportAgent": "mail-flow", - "Clean-MailboxDatabase": "mailbox-databases-and-servers", - "Dismount-Database": "mailbox-databases-and-servers", - "Get-FailedContentIndexDocuments": "mailbox-databases-and-servers", - "Get-MailboxDatabase": "mailbox-databases-and-servers", - "Get-MailboxServer": "mailbox-databases-and-servers", - "Get-StoreUsageStatistics": "mailbox-databases-and-servers", - "Mount-Database": "mailbox-databases-and-servers", - "Move-DatabasePath": "mailbox-databases-and-servers", - "New-MailboxDatabase": "mailbox-databases-and-servers", - "New-MailboxRepairRequest": "mailbox-databases-and-servers", - "Remove-MailboxDatabase": "mailbox-databases-and-servers", - "Remove-StoreMailbox": "mailbox-databases-and-servers", - "Set-MailboxDatabase": "mailbox-databases-and-servers", - "Set-MailboxServer": "mailbox-databases-and-servers", - "Test-AssistantHealth": "mailbox-databases-and-servers", - "Test-ExchangeSearch": "mailbox-databases-and-servers", - "Test-MRSHealth": "mailbox-databases-and-servers", - "Update-FileDistributionService": "mailbox-databases-and-servers", - "Add-MailboxFolderPermission": "mailboxes", - "Add-MailboxPermission": "mailboxes", - "Connect-Mailbox": "mailboxes", - "Disable-InboxRule": "mailboxes", - "Disable-Mailbox": "mailboxes", - "Disable-ServiceEmailChannel": "mailboxes", - "Enable-InboxRule": "mailboxes", - "Enable-Mailbox": "mailboxes", - "Enable-ServiceEmailChannel": "mailboxes", - "Export-MailboxDiagnosticLogs": "mailboxes", - "Export-RecipientDataProperty": "mailboxes", - "Get-CalendarDiagnosticLog": "mailboxes", - "Get-CalendarNotification": "mailboxes", - "Get-CalendarProcessing": "mailboxes", - "Get-InboxRule": "mailboxes", - "Get-Mailbox": "mailboxes", - "Get-MailboxAutoReplyConfiguration": "mailboxes", - "Get-MailboxCalendarFolder": "mailboxes", - "Get-MailboxExportRequest": "mailboxes", - "Get-MailboxExportRequestStatistics": "mailboxes", - "Get-MailboxFolder": "mailboxes", - "Get-MailboxFolderPermission": "mailboxes", - "Get-MailboxFolderStatistics": "mailboxes", - "Get-MailboxImportRequest": "mailboxes", - "Get-MailboxImportRequestStatistics": "mailboxes", - "Get-MailboxPermission": "mailboxes", - "Get-MailboxRestoreRequest": "mailboxes", - "Get-MailboxRestoreRequestStatistics": "mailboxes", - "Get-MailboxSentItemsConfiguration": "mailboxes", - "Get-MailboxStatistics": "mailboxes", - "Get-MessageCategory": "mailboxes", - "Get-ResourceConfig": "mailboxes", - "Import-RecipientDataProperty": "mailboxes", - "New-InboxRule": "mailboxes", - "New-Mailbox": "mailboxes", - "New-MailboxExportRequest": "mailboxes", - "New-MailboxFolder": "mailboxes", - "New-MailboxImportRequest": "mailboxes", - "New-MailboxRestoreRequest": "mailboxes", - "New-MailMessage": "mailboxes", - "Remove-InboxRule": "mailboxes", - "Remove-Mailbox": "mailboxes", - "Remove-MailboxExportRequest": "mailboxes", - "Remove-MailboxFolderPermission": "mailboxes", - "Remove-MailboxImportRequest": "mailboxes", - "Remove-MailboxPermission": "mailboxes", - "Remove-MailboxRestoreRequest": "mailboxes", - "Restore-Mailbox": "mailboxes", - "Resume-MailboxExportRequest": "mailboxes", - "Resume-MailboxImportRequest": "mailboxes", - "Resume-MailboxRestoreRequest": "mailboxes", - "Search-Mailbox": "mailboxes", - "Set-CalendarNotification": "mailboxes", - "Set-CalendarProcessing": "mailboxes", - "Set-InboxRule": "mailboxes", - "Set-Mailbox": "mailboxes", - "Set-MailboxAutoReplyConfiguration": "mailboxes", - "Set-MailboxCalendarFolder": "mailboxes", - "Set-MailboxExportRequest": "mailboxes", - "Set-MailboxFolderPermission": "mailboxes", - "Set-MailboxImportRequest": "mailboxes", - "Set-MailboxRestoreRequest": "mailboxes", - "Set-MailboxSentItemsConfiguration": "mailboxes", - "Set-ResourceConfig": "mailboxes", - "Suspend-MailboxExportRequest": "mailboxes", - "Suspend-MailboxImportRequest": "mailboxes", - "Suspend-MailboxRestoreRequest": "mailboxes", - "Test-MAPIConnectivity": "mailboxes", - "Get-MoveRequest": "move-and-migration", - "Get-MoveRequestStatistics": "move-and-migration", - "New-MoveRequest": "move-and-migration", - "Remove-MoveRequest": "move-and-migration", - "Resume-MoveRequest": "move-and-migration", - "Set-MoveRequest": "move-and-migration", - "Suspend-MoveRequest": "move-and-migration", - "Disable-CmdletExtensionAgent": "organization", - "Enable-CmdletExtensionAgent": "organization", - "Get-CmdletExtensionAgent": "organization", - "Get-ExchangeAssistanceConfig": "organization", - "Get-ExchangeDiagnosticInfo": "organization", - "Get-ExchangeServer": "organization", - "Get-OrganizationConfig": "organization", - "Set-CmdletExtensionAgent": "organization", - "Set-ExchangeAssistanceConfig": "organization", - "Set-ExchangeServer": "organization", - "Set-OrganizationConfig": "organization", - "Test-SystemHealth": "organization", - "Disable-JournalRule": "policy-and-compliance", - "Disable-OutlookProtectionRule": "policy-and-compliance", - "Disable-TransportRule": "policy-and-compliance", - "Enable-JournalRule": "policy-and-compliance", - "Enable-OutlookProtectionRule": "policy-and-compliance", - "Enable-TransportRule": "policy-and-compliance", - "Export-JournalRuleCollection": "policy-and-compliance", - "Export-TransportRuleCollection": "policy-and-compliance", - "Get-JournalRule": "policy-and-compliance", - "Get-MessageClassification": "policy-and-compliance", - "Get-OutlookProtectionRule": "policy-and-compliance", - "Get-TransportRule": "policy-and-compliance", - "Get-TransportRuleAction": "policy-and-compliance", - "Get-TransportRulePredicate": "policy-and-compliance", - "Import-JournalRuleCollection": "policy-and-compliance", - "Import-TransportRuleCollection": "policy-and-compliance", - "New-JournalRule": "policy-and-compliance", - "New-MessageClassification": "policy-and-compliance", - "New-OutlookProtectionRule": "policy-and-compliance", - "New-TransportRule": "policy-and-compliance", - "Remove-JournalRule": "policy-and-compliance", - "Remove-MessageClassification": "policy-and-compliance", - "Remove-OutlookProtectionRule": "policy-and-compliance", - "Remove-TransportRule": "policy-and-compliance", - "Set-JournalRule": "policy-and-compliance", - "Set-MessageClassification": "policy-and-compliance", - "Set-OutlookProtectionRule": "policy-and-compliance", - "Set-TransportRule": "policy-and-compliance", - "Test-ArchiveConnectivity": "policy-and-compliance", - "Get-AdminAuditLogConfig": "policy-and-compliance-audit", - "Get-MailboxAuditBypassAssociation": "policy-and-compliance-audit", - "New-AdminAuditLogSearch": "policy-and-compliance-audit", - "New-MailboxAuditLogSearch": "policy-and-compliance-audit", - "Search-AdminAuditLog": "policy-and-compliance-audit", - "Search-MailboxAuditLog": "policy-and-compliance-audit", - "Set-AdminAuditLogConfig": "policy-and-compliance-audit", - "Set-MailboxAuditBypassAssociation": "policy-and-compliance-audit", - "Write-AdminAuditLog": "policy-and-compliance-audit", - "Get-MailboxSearch": "policy-and-compliance-content-search", - "New-MailboxSearch": "policy-and-compliance-content-search", - "Remove-MailboxSearch": "policy-and-compliance-content-search", - "Set-MailboxSearch": "policy-and-compliance-content-search", - "Start-MailboxSearch": "policy-and-compliance-content-search", - "Stop-MailboxSearch": "policy-and-compliance-content-search", - "Get-ManagedContentSettings": "policy-and-compliance-retention", - "Get-ManagedFolder": "policy-and-compliance-retention", - "Get-ManagedFolderMailboxPolicy": "policy-and-compliance-retention", - "Get-RetentionPolicy": "policy-and-compliance-retention", - "Get-RetentionPolicyTag": "policy-and-compliance-retention", - "New-ManagedContentSettings": "policy-and-compliance-retention", - "New-ManagedFolder": "policy-and-compliance-retention", - "New-ManagedFolderMailboxPolicy": "policy-and-compliance-retention", - "New-RetentionPolicy": "policy-and-compliance-retention", - "New-RetentionPolicyTag": "policy-and-compliance-retention", - "Remove-ManagedContentSettings": "policy-and-compliance-retention", - "Remove-ManagedFolder": "policy-and-compliance-retention", - "Remove-ManagedFolderMailboxPolicy": "policy-and-compliance-retention", - "Remove-RetentionPolicy": "policy-and-compliance-retention", - "Remove-RetentionPolicyTag": "policy-and-compliance-retention", - "Set-ManagedContentSettings": "policy-and-compliance-retention", - "Set-ManagedFolder": "policy-and-compliance-retention", - "Set-ManagedFolderMailboxPolicy": "policy-and-compliance-retention", - "Set-RetentionPolicy": "policy-and-compliance-retention", - "Set-RetentionPolicyTag": "policy-and-compliance-retention", - "Start-ManagedFolderAssistant": "policy-and-compliance-retention", - "Start-RetentionAutoTagLearning": "policy-and-compliance-retention", - "Stop-ManagedFolderAssistant": "policy-and-compliance-retention", - "Get-LogonStatistics": "reporting", - "Add-ManagementRoleEntry": "role-based-access-control", - "Add-RoleGroupMember": "role-based-access-control", - "Get-ManagementRole": "role-based-access-control", - "Get-ManagementRoleAssignment": "role-based-access-control", - "Get-ManagementRoleEntry": "role-based-access-control", - "Get-ManagementScope": "role-based-access-control", - "Get-RoleAssignmentPolicy": "role-based-access-control", - "Get-RoleGroup": "role-based-access-control", - "Get-RoleGroupMember": "role-based-access-control", - "New-ManagementRole": "role-based-access-control", - "New-ManagementRoleAssignment": "role-based-access-control", - "New-ManagementScope": "role-based-access-control", - "New-RoleAssignmentPolicy": "role-based-access-control", - "New-RoleGroup": "role-based-access-control", - "Remove-ManagementRole": "role-based-access-control", - "Remove-ManagementRoleAssignment": "role-based-access-control", - "Remove-ManagementRoleEntry": "role-based-access-control", - "Remove-ManagementScope": "role-based-access-control", - "Remove-RoleAssignmentPolicy": "role-based-access-control", - "Remove-RoleGroup": "role-based-access-control", - "Remove-RoleGroupMember": "role-based-access-control", - "Set-ManagementRoleAssignment": "role-based-access-control", - "Set-ManagementRoleEntry": "role-based-access-control", - "Set-ManagementScope": "role-based-access-control", - "Set-RoleAssignmentPolicy": "role-based-access-control", - "Set-RoleGroup": "role-based-access-control", - "Update-RoleGroupMember": "role-based-access-control", - "Get-AvailabilityReportOutage": "server-health-and-performance", - "Get-EventLogLevel": "server-health-and-performance", - "Get-ThrottlingPolicy": "server-health-and-performance", - "Get-ThrottlingPolicyAssociation": "server-health-and-performance", - "New-AvailabilityReportOutage": "server-health-and-performance", - "New-ThrottlingPolicy": "server-health-and-performance", - "Remove-AvailabilityReportOutage": "server-health-and-performance", - "Remove-ThrottlingPolicy": "server-health-and-performance", - "Set-AvailabilityReportOutage": "server-health-and-performance", - "Set-EventLogLevel": "server-health-and-performance", - "Set-ThrottlingPolicy": "server-health-and-performance", - "Set-ThrottlingPolicyAssociation": "server-health-and-performance", - "Test-ServiceHealth": "server-health-and-performance", - "Add-AvailabilityAddressSpace": "sharing-and-collaboration", - "Add-PublicFolderAdministrativePermission": "sharing-and-collaboration", - "Add-PublicFolderClientPermission": "sharing-and-collaboration", - "Disable-MailPublicFolder": "sharing-and-collaboration", - "Enable-MailPublicFolder": "sharing-and-collaboration", - "Get-AvailabilityAddressSpace": "sharing-and-collaboration", - "Get-AvailabilityConfig": "sharing-and-collaboration", - "Get-MailPublicFolder": "sharing-and-collaboration", - "Get-OrganizationRelationship": "sharing-and-collaboration", - "Get-PublicFolder": "sharing-and-collaboration", - "Get-PublicFolderAdministrativePermission": "sharing-and-collaboration", - "Get-PublicFolderClientPermission": "sharing-and-collaboration", - "Get-PublicFolderDatabase": "sharing-and-collaboration", - "Get-PublicFolderItemStatistics": "sharing-and-collaboration", - "Get-PublicFolderStatistics": "sharing-and-collaboration", - "Get-SharingPolicy": "sharing-and-collaboration", - "New-OrganizationRelationship": "sharing-and-collaboration", - "New-PublicFolder": "sharing-and-collaboration", - "New-PublicFolderDatabase": "sharing-and-collaboration", - "New-PublicFolderDatabaseRepairRequest": "sharing-and-collaboration", - "New-SharingPolicy": "sharing-and-collaboration", - "Remove-AvailabilityAddressSpace": "sharing-and-collaboration", - "Remove-OrganizationRelationship": "sharing-and-collaboration", - "Remove-PublicFolder": "sharing-and-collaboration", - "Remove-PublicFolderAdministrativePermission": "sharing-and-collaboration", - "Remove-PublicFolderClientPermission": "sharing-and-collaboration", - "Remove-PublicFolderDatabase": "sharing-and-collaboration", - "Remove-SharingPolicy": "sharing-and-collaboration", - "Resume-PublicFolderReplication": "sharing-and-collaboration", - "Set-AvailabilityConfig": "sharing-and-collaboration", - "Set-MailPublicFolder": "sharing-and-collaboration", - "Set-OrganizationRelationship": "sharing-and-collaboration", - "Set-PublicFolder": "sharing-and-collaboration", - "Set-PublicFolderDatabase": "sharing-and-collaboration", - "Set-SharingPolicy": "sharing-and-collaboration", - "Suspend-PublicFolderReplication": "sharing-and-collaboration", - "Test-OrganizationRelationship": "sharing-and-collaboration", - "Update-PublicFolder": "sharing-and-collaboration", - "Update-PublicFolderHierarchy": "sharing-and-collaboration", - "Disable-UMAutoAttendant": "unified-messaging", - "Disable-UMIPGateway": "unified-messaging", - "Disable-UMMailbox": "unified-messaging", - "Disable-UMServer": "unified-messaging", - "Enable-UMAutoAttendant": "unified-messaging", - "Enable-UMIPGateway": "unified-messaging", - "Enable-UMMailbox": "unified-messaging", - "Enable-UMServer": "unified-messaging", - "Export-UMCallDataRecord": "unified-messaging", - "Export-UMPrompt": "unified-messaging", - "Get-UMActiveCalls": "unified-messaging", - "Get-UMAutoAttendant": "unified-messaging", - "Get-UMCallDataRecord": "unified-messaging", - "Get-UMCallSummaryReport": "unified-messaging", - "Get-UMDialPlan": "unified-messaging", - "Get-UMHuntGroup": "unified-messaging", - "Get-UMIPGateway": "unified-messaging", - "Get-UMMailbox": "unified-messaging", - "Get-UMMailboxPIN": "unified-messaging", - "Get-UMMailboxPolicy": "unified-messaging", - "Get-UmServer": "unified-messaging", - "Import-UMPrompt": "unified-messaging", - "New-UMAutoAttendant": "unified-messaging", - "New-UMDialPlan": "unified-messaging", - "New-UMHuntGroup": "unified-messaging", - "New-UMIPGateway": "unified-messaging", - "New-UMMailboxPolicy": "unified-messaging", - "Remove-UMAutoAttendant": "unified-messaging", - "Remove-UMDialPlan": "unified-messaging", - "Remove-UMHuntGroup": "unified-messaging", - "Remove-UMIPGateway": "unified-messaging", - "Remove-UMMailboxPolicy": "unified-messaging", - "Set-UMAutoAttendant": "unified-messaging", - "Set-UMDialPlan": "unified-messaging", - "Set-UMIPGateway": "unified-messaging", - "Set-UMMailbox": "unified-messaging", - "Set-UMMailboxPIN": "unified-messaging", - "Set-UMMailboxPolicy": "unified-messaging", - "Set-UmServer": "unified-messaging", - "Test-ExchangeUMCallFlow": "unified-messaging", - "Test-UMConnectivity": "unified-messaging", - "Add-DistributionGroupMember": "users-and-groups", - "Disable-DistributionGroup": "users-and-groups", - "Disable-MailContact": "users-and-groups", - "Disable-MailUser": "users-and-groups", - "Enable-DistributionGroup": "users-and-groups", - "Enable-MailContact": "users-and-groups", - "Enable-MailUser": "users-and-groups", - "Get-Contact": "users-and-groups", - "Get-DistributionGroup": "users-and-groups", - "Get-DistributionGroupMember": "users-and-groups", - "Get-DynamicDistributionGroup": "users-and-groups", - "Get-Group": "users-and-groups", - "Get-MailContact": "users-and-groups", - "Get-MailUser": "users-and-groups", - "Get-Recipient": "users-and-groups", - "Get-SecurityPrincipal": "users-and-groups", - "Get-User": "users-and-groups", - "New-DistributionGroup": "users-and-groups", - "New-DynamicDistributionGroup": "users-and-groups", - "New-MailContact": "users-and-groups", - "New-MailUser": "users-and-groups", - "Remove-DistributionGroup": "users-and-groups", - "Remove-DistributionGroupMember": "users-and-groups", - "Remove-DynamicDistributionGroup": "users-and-groups", - "Remove-MailContact": "users-and-groups", - "Remove-MailUser": "users-and-groups", - "Set-Contact": "users-and-groups", - "Set-DistributionGroup": "users-and-groups", - "Set-DynamicDistributionGroup": "users-and-groups", - "Set-Group": "users-and-groups", - "Set-MailContact": "users-and-groups", - "Set-MailUser": "users-and-groups", - "Set-User": "users-and-groups", - "Update-DistributionGroupMember": "users-and-groups" -} \ No newline at end of file diff --git a/exchange/mapping/exchange2013mapping.json b/exchange/mapping/exchange2013mapping.json deleted file mode 100644 index dae38f5647..0000000000 --- a/exchange/mapping/exchange2013mapping.json +++ /dev/null @@ -1,789 +0,0 @@ -{ - "Add-ADPermission": "active-directory", - "Dump-ProvisioningCache": "active-directory", - "Get-ADPermission": "active-directory", - "Get-ADServerSettings": "active-directory", - "Get-ADSite": "active-directory", - "Get-AdSiteLink": "active-directory", - "Get-DomainController": "active-directory", - "Get-OrganizationalUnit": "active-directory", - "Get-Trust": "active-directory", - "Get-UserPrincipalNamesSuffix": "active-directory", - "Remove-ADPermission": "active-directory", - "Reset-ProvisioningCache": "active-directory", - "Set-ADServerSettings": "active-directory", - "Set-ADSite": "active-directory", - "Set-AdSiteLink": "active-directory", - "Add-AttachmentFilterEntry": "antispam-antimalware", - "Add-ContentFilterPhrase": "antispam-antimalware", - "Add-IPAllowListEntry": "antispam-antimalware", - "Add-IPAllowListProvider": "antispam-antimalware", - "Add-IPBlockListEntry": "antispam-antimalware", - "Add-IPBlockListProvider": "antispam-antimalware", - "Disable-MalwareFilterRule": "antispam-antimalware", - "Enable-AntispamUpdates": "antispam-antimalware", - "Enable-MalwareFilterRule": "antispam-antimalware", - "Get-AgentLog": "antispam-antimalware", - "Get-AttachmentFilterEntry": "antispam-antimalware", - "Get-AttachmentFilterListConfig": "antispam-antimalware", - "Get-ContentFilterConfig": "antispam-antimalware", - "Get-ContentFilterPhrase": "antispam-antimalware", - "Get-IPAllowListConfig": "antispam-antimalware", - "Get-IPAllowListEntry": "antispam-antimalware", - "Get-IPAllowListProvider": "antispam-antimalware", - "Get-IPAllowListProvidersConfig": "antispam-antimalware", - "Get-IPBlockListConfig": "antispam-antimalware", - "Get-IPBlockListEntry": "antispam-antimalware", - "Get-IPBlockListProvider": "antispam-antimalware", - "Get-IPBlockListProvidersConfig": "antispam-antimalware", - "Get-MailboxJunkEmailConfiguration": "antispam-antimalware", - "Get-MalwareFilteringServer": "antispam-antimalware", - "Get-MalwareFilterPolicy": "antispam-antimalware", - "Get-MalwareFilterRule": "antispam-antimalware", - "Get-RecipientFilterConfig": "antispam-antimalware", - "Get-SenderFilterConfig": "antispam-antimalware", - "Get-SenderIdConfig": "antispam-antimalware", - "Get-SenderReputationConfig": "antispam-antimalware", - "New-MalwareFilterPolicy": "antispam-antimalware", - "New-MalwareFilterRule": "antispam-antimalware", - "Remove-AttachmentFilterEntry": "antispam-antimalware", - "Remove-ContentFilterPhrase": "antispam-antimalware", - "Remove-IPAllowListEntry": "antispam-antimalware", - "Remove-IPAllowListProvider": "antispam-antimalware", - "Remove-IPBlockListEntry": "antispam-antimalware", - "Remove-IPBlockListProvider": "antispam-antimalware", - "Remove-MalwareFilterPolicy": "antispam-antimalware", - "Remove-MalwareFilterRule": "antispam-antimalware", - "Set-AttachmentFilterListConfig": "antispam-antimalware", - "Set-ContentFilterConfig": "antispam-antimalware", - "Set-IPAllowListConfig": "antispam-antimalware", - "Set-IPAllowListProvider": "antispam-antimalware", - "Set-IPAllowListProvidersConfig": "antispam-antimalware", - "Set-IPBlockListConfig": "antispam-antimalware", - "Set-IPBlockListProvider": "antispam-antimalware", - "Set-IPBlockListProvidersConfig": "antispam-antimalware", - "Set-MailboxJunkEmailConfiguration": "antispam-antimalware", - "Set-MalwareFilteringServer": "antispam-antimalware", - "Set-MalwareFilterPolicy": "antispam-antimalware", - "Set-MalwareFilterRule": "antispam-antimalware", - "Set-RecipientFilterConfig": "antispam-antimalware", - "Set-SenderFilterConfig": "antispam-antimalware", - "Set-SenderIdConfig": "antispam-antimalware", - "Set-SenderReputationConfig": "antispam-antimalware", - "Test-IPAllowListProvider": "antispam-antimalware", - "Test-IPBlockListProvider": "antispam-antimalware", - "Test-SenderId": "antispam-antimalware", - "Update-SafeList": "antispam-antimalware", - "Clear-TextMessagingAccount": "client-access", - "Compare-TextMessagingVerificationCode": "client-access", - "Disable-PushNotificationProxy": "client-access", - "Enable-PushNotificationProxy": "client-access", - "Export-AutoDiscoverConfig": "client-access", - "Get-CASMailbox": "client-access", - "Get-ImapSettings": "client-access", - "Get-MailboxCalendarConfiguration": "client-access", - "Get-MailboxMessageConfiguration": "client-access", - "Get-MailboxRegionalConfiguration": "client-access", - "Get-MailboxSpellingConfiguration": "client-access", - "Get-OutlookProvider": "client-access", - "Get-OwaMailboxPolicy": "client-access", - "Get-PopSettings": "client-access", - "Get-TextMessagingAccount": "client-access", - "New-OutlookProvider": "client-access", - "New-OwaMailboxPolicy": "client-access", - "Remove-OutlookProvider": "client-access", - "Remove-OwaMailboxPolicy": "client-access", - "Send-TextMessagingVerificationCode": "client-access", - "Set-CASMailbox": "client-access", - "Set-ImapSettings": "client-access", - "Set-MailboxCalendarConfiguration": "client-access", - "Set-MailboxMessageConfiguration": "client-access", - "Set-MailboxRegionalConfiguration": "client-access", - "Set-MailboxSpellingConfiguration": "client-access", - "Set-OutlookProvider": "client-access", - "Set-OwaMailboxPolicy": "client-access", - "Set-PopSettings": "client-access", - "Set-TextMessagingAccount": "client-access", - "Test-CalendarConnectivity": "client-access", - "Test-EcpConnectivity": "client-access", - "Test-ImapConnectivity": "client-access", - "Test-OutlookConnectivity": "client-access", - "Test-PopConnectivity": "client-access", - "Test-PowerShellConnectivity": "client-access", - "Test-WebServicesConnectivity": "client-access", - "Get-ActiveSyncVirtualDirectory": "client-access-servers", - "Get-AuthRedirect": "client-access-servers", - "Get-AutodiscoverVirtualDirectory": "client-access-servers", - "Get-ClientAccessArray": "client-access-servers", - "Get-ClientAccessServer": "client-access-servers", - "Get-EcpVirtualDirectory": "client-access-servers", - "Get-MapiVirtualDirectory": "client-access-servers", - "Get-OutlookAnywhere": "client-access-servers", - "Get-OwaVirtualDirectory": "client-access-servers", - "Get-PowerShellVirtualDirectory": "client-access-servers", - "Get-RpcClientAccess": "client-access-servers", - "Get-WebServicesVirtualDirectory": "client-access-servers", - "New-ActiveSyncVirtualDirectory": "client-access-servers", - "New-AuthRedirect": "client-access-servers", - "New-AutodiscoverVirtualDirectory": "client-access-servers", - "New-EcpVirtualDirectory": "client-access-servers", - "New-MapiVirtualDirectory": "client-access-servers", - "New-OwaVirtualDirectory": "client-access-servers", - "New-PowerShellVirtualDirectory": "client-access-servers", - "New-WebServicesVirtualDirectory": "client-access-servers", - "Remove-ActiveSyncVirtualDirectory": "client-access-servers", - "Remove-AuthRedirect": "client-access-servers", - "Remove-AutodiscoverVirtualDirectory": "client-access-servers", - "Remove-EcpVirtualDirectory": "client-access-servers", - "Remove-MapiVirtualDirectory": "client-access-servers", - "Remove-OwaVirtualDirectory": "client-access-servers", - "Remove-PowerShellVirtualDirectory": "client-access-servers", - "Remove-WebServicesVirtualDirectory": "client-access-servers", - "Set-ActiveSyncVirtualDirectory": "client-access-servers", - "Set-AuthRedirect": "client-access-servers", - "Set-AutodiscoverVirtualDirectory": "client-access-servers", - "Set-ClientAccessServer": "client-access-servers", - "Set-EcpVirtualDirectory": "client-access-servers", - "Set-MapiVirtualDirectory": "client-access-servers", - "Set-OutlookAnywhere": "client-access-servers", - "Set-OwaVirtualDirectory": "client-access-servers", - "Set-PowerShellVirtualDirectory": "client-access-servers", - "Set-RpcClientAccess": "client-access-servers", - "Set-WebServicesVirtualDirectory": "client-access-servers", - "Add-DatabaseAvailabilityGroupServer": "database-availability-groups", - "Add-MailboxDatabaseCopy": "database-availability-groups", - "Get-DatabaseAvailabilityGroup": "database-availability-groups", - "Get-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Get-MailboxDatabaseCopyStatus": "database-availability-groups", - "Move-ActiveMailboxDatabase": "database-availability-groups", - "New-DatabaseAvailabilityGroup": "database-availability-groups", - "New-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Remove-DatabaseAvailabilityGroup": "database-availability-groups", - "Remove-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Remove-DatabaseAvailabilityGroupServer": "database-availability-groups", - "Remove-MailboxDatabaseCopy": "database-availability-groups", - "Restore-DatabaseAvailabilityGroup": "database-availability-groups", - "Resume-MailboxDatabaseCopy": "database-availability-groups", - "Set-DatabaseAvailabilityGroup": "database-availability-groups", - "Set-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Set-MailboxDatabaseCopy": "database-availability-groups", - "Start-DatabaseAvailabilityGroup": "database-availability-groups", - "Stop-DatabaseAvailabilityGroup": "database-availability-groups", - "Suspend-MailboxDatabaseCopy": "database-availability-groups", - "Test-ReplicationHealth": "database-availability-groups", - "Update-MailboxDatabaseCopy": "database-availability-groups", - "Clear-ActiveSyncDevice": "devices", - "Clear-MobileDevice": "devices", - "Export-ActiveSyncLog": "devices", - "Get-ActiveSyncDevice": "devices", - "Get-ActiveSyncDeviceAccessRule": "devices", - "Get-ActiveSyncDeviceAutoblockThreshold": "devices", - "Get-ActiveSyncDeviceClass": "devices", - "Get-ActiveSyncDeviceStatistics": "devices", - "Get-ActiveSyncMailboxPolicy": "devices", - "Get-ActiveSyncOrganizationSettings": "devices", - "Get-MobileDevice": "devices", - "Get-MobileDeviceMailboxPolicy": "devices", - "Get-MobileDeviceStatistics": "devices", - "New-ActiveSyncDeviceAccessRule": "devices", - "New-ActiveSyncMailboxPolicy": "devices", - "New-MobileDeviceMailboxPolicy": "devices", - "Remove-ActiveSyncDevice": "devices", - "Remove-ActiveSyncDeviceAccessRule": "devices", - "Remove-ActiveSyncDeviceClass": "devices", - "Remove-ActiveSyncMailboxPolicy": "devices", - "Remove-MobileDevice": "devices", - "Remove-MobileDeviceMailboxPolicy": "devices", - "Set-ActiveSyncDeviceAccessRule": "devices", - "Set-ActiveSyncDeviceAutoblockThreshold": "devices", - "Set-ActiveSyncMailboxPolicy": "devices", - "Set-ActiveSyncOrganizationSettings": "devices", - "Set-MobileDeviceMailboxPolicy": "devices", - "Test-ActiveSyncConnectivity": "devices", - "Disable-AddressListPaging": "email-addresses-and-address-books", - "Enable-AddressListPaging": "email-addresses-and-address-books", - "Get-AddressBookPolicy": "email-addresses-and-address-books", - "Get-AddressList": "email-addresses-and-address-books", - "Get-DetailsTemplate": "email-addresses-and-address-books", - "Get-EmailAddressPolicy": "email-addresses-and-address-books", - "Get-GlobalAddressList": "email-addresses-and-address-books", - "Get-OabVirtualDirectory": "email-addresses-and-address-books", - "Get-OfflineAddressBook": "email-addresses-and-address-books", - "Move-AddressList": "email-addresses-and-address-books", - "Move-OfflineAddressBook": "email-addresses-and-address-books", - "New-AddressBookPolicy": "email-addresses-and-address-books", - "New-AddressList": "email-addresses-and-address-books", - "New-EmailAddressPolicy": "email-addresses-and-address-books", - "New-GlobalAddressList": "email-addresses-and-address-books", - "New-OabVirtualDirectory": "email-addresses-and-address-books", - "New-OfflineAddressBook": "email-addresses-and-address-books", - "Remove-AddressBookPolicy": "email-addresses-and-address-books", - "Remove-AddressList": "email-addresses-and-address-books", - "Remove-EmailAddressPolicy": "email-addresses-and-address-books", - "Remove-GlobalAddressList": "email-addresses-and-address-books", - "Remove-OabVirtualDirectory": "email-addresses-and-address-books", - "Remove-OfflineAddressBook": "email-addresses-and-address-books", - "Restore-DetailsTemplate": "email-addresses-and-address-books", - "Set-AddressBookPolicy": "email-addresses-and-address-books", - "Set-AddressList": "email-addresses-and-address-books", - "Set-DetailsTemplate": "email-addresses-and-address-books", - "Set-EmailAddressPolicy": "email-addresses-and-address-books", - "Set-GlobalAddressList": "email-addresses-and-address-books", - "Set-OabVirtualDirectory": "email-addresses-and-address-books", - "Set-OfflineAddressBook": "email-addresses-and-address-books", - "Update-AddressList": "email-addresses-and-address-books", - "Update-EmailAddressPolicy": "email-addresses-and-address-books", - "Update-GlobalAddressList": "email-addresses-and-address-books", - "Update-OfflineAddressBook": "email-addresses-and-address-books", - "Enable-ExchangeCertificate": "encryption-and-certificates", - "Export-ExchangeCertificate": "encryption-and-certificates", - "Get-ExchangeCertificate": "encryption-and-certificates", - "Get-IRMConfiguration": "encryption-and-certificates", - "Get-RMSTemplate": "encryption-and-certificates", - "Get-SmimeConfig": "encryption-and-certificates", - "Import-ExchangeCertificate": "encryption-and-certificates", - "New-ExchangeCertificate": "encryption-and-certificates", - "Remove-ExchangeCertificate": "encryption-and-certificates", - "Set-IRMConfiguration": "encryption-and-certificates", - "Set-SmimeConfig": "encryption-and-certificates", - "Test-IRMConfiguration": "encryption-and-certificates", - "Add-FederatedDomain": "federation-and-hybrid", - "Disable-RemoteMailbox": "federation-and-hybrid", - "Enable-RemoteMailbox": "federation-and-hybrid", - "Get-FederatedDomainProof": "federation-and-hybrid", - "Get-FederatedOrganizationIdentifier": "federation-and-hybrid", - "Get-FederationInformation": "federation-and-hybrid", - "Get-FederationTrust": "federation-and-hybrid", - "Get-HybridConfiguration": "federation-and-hybrid", - "Get-IntraOrganizationConfiguration": "federation-and-hybrid", - "Get-IntraOrganizationConnector": "federation-and-hybrid", - "Get-PendingFederatedDomain": "federation-and-hybrid", - "Get-RemoteMailbox": "federation-and-hybrid", - "New-FederationTrust": "federation-and-hybrid", - "New-HybridConfiguration": "federation-and-hybrid", - "New-IntraOrganizationConnector": "federation-and-hybrid", - "New-RemoteMailbox": "federation-and-hybrid", - "Remove-FederatedDomain": "federation-and-hybrid", - "Remove-FederationTrust": "federation-and-hybrid", - "Remove-HybridConfiguration": "federation-and-hybrid", - "Remove-IntraOrganizationConnector": "federation-and-hybrid", - "Remove-RemoteMailbox": "federation-and-hybrid", - "Set-FederatedOrganizationIdentifier": "federation-and-hybrid", - "Set-FederationTrust": "federation-and-hybrid", - "Set-HybridConfiguration": "federation-and-hybrid", - "Set-IntraOrganizationConnector": "federation-and-hybrid", - "Set-PendingFederatedDomain": "federation-and-hybrid", - "Set-RemoteMailbox": "federation-and-hybrid", - "Test-FederationTrust": "federation-and-hybrid", - "Test-FederationTrustCertificate": "federation-and-hybrid", - "Update-HybridConfiguration": "federation-and-hybrid", - "Update-Recipient": "federation-and-hybrid", - "Add-ResubmitRequest": "mail-flow", - "Disable-TransportAgent": "mail-flow", - "Enable-TransportAgent": "mail-flow", - "Export-Message": "mail-flow", - "Get-AcceptedDomain": "mail-flow", - "Get-AddressRewriteEntry": "mail-flow", - "Get-DeliveryAgentConnector": "mail-flow", - "Get-EdgeSubscription": "mail-flow", - "Get-EdgeSyncServiceConfig": "mail-flow", - "Get-ForeignConnector": "mail-flow", - "Get-FrontendTransportService": "mail-flow", - "Get-MailboxTransportService": "mail-flow", - "Get-Message": "mail-flow", - "Get-MessageTrackingLog": "mail-flow", - "Get-MessageTrackingReport": "mail-flow", - "Get-NetworkConnectionInfo": "mail-flow", - "Get-Queue": "mail-flow", - "Get-QueueDigest": "mail-flow", - "Get-ReceiveConnector": "mail-flow", - "Get-RemoteDomain": "mail-flow", - "Get-ResubmitRequest": "mail-flow", - "Get-SendConnector": "mail-flow", - "Get-SystemMessage": "mail-flow", - "Get-TransportAgent": "mail-flow", - "Get-TransportConfig": "mail-flow", - "Get-TransportPipeline": "mail-flow", - "Get-TransportServer": "mail-flow", - "Get-TransportService": "mail-flow", - "Get-X400AuthoritativeDomain": "mail-flow", - "Install-TransportAgent": "mail-flow", - "New-AcceptedDomain": "mail-flow", - "New-AddressRewriteEntry": "mail-flow", - "New-DeliveryAgentConnector": "mail-flow", - "New-EdgeSubscription": "mail-flow", - "New-EdgeSyncServiceConfig": "mail-flow", - "New-ForeignConnector": "mail-flow", - "New-ReceiveConnector": "mail-flow", - "New-RemoteDomain": "mail-flow", - "New-SendConnector": "mail-flow", - "New-SystemMessage": "mail-flow", - "New-X400AuthoritativeDomain": "mail-flow", - "Redirect-Message": "mail-flow", - "Remove-AcceptedDomain": "mail-flow", - "Remove-AddressRewriteEntry": "mail-flow", - "Remove-DeliveryAgentConnector": "mail-flow", - "Remove-EdgeSubscription": "mail-flow", - "Remove-ForeignConnector": "mail-flow", - "Remove-Message": "mail-flow", - "Remove-ReceiveConnector": "mail-flow", - "Remove-RemoteDomain": "mail-flow", - "Remove-ResubmitRequest": "mail-flow", - "Remove-SendConnector": "mail-flow", - "Remove-SystemMessage": "mail-flow", - "Remove-X400AuthoritativeDomain": "mail-flow", - "Resume-Message": "mail-flow", - "Resume-Queue": "mail-flow", - "Retry-Queue": "mail-flow", - "Search-MessageTrackingReport": "mail-flow", - "Set-AcceptedDomain": "mail-flow", - "Set-AddressRewriteEntry": "mail-flow", - "Set-DeliveryAgentConnector": "mail-flow", - "Set-EdgeSyncServiceConfig": "mail-flow", - "Set-ForeignConnector": "mail-flow", - "Set-FrontendTransportService": "mail-flow", - "Set-MailboxTransportService": "mail-flow", - "Set-ReceiveConnector": "mail-flow", - "Set-RemoteDomain": "mail-flow", - "Set-ResubmitRequest": "mail-flow", - "Set-SendConnector": "mail-flow", - "Set-SystemMessage": "mail-flow", - "Set-TransportAgent": "mail-flow", - "Set-TransportConfig": "mail-flow", - "Set-TransportServer": "mail-flow", - "Set-TransportService": "mail-flow", - "Set-X400AuthoritativeDomain": "mail-flow", - "Start-EdgeSynchronization": "mail-flow", - "Suspend-Message": "mail-flow", - "Suspend-Queue": "mail-flow", - "Test-EdgeSynchronization": "mail-flow", - "Test-Mailflow": "mail-flow", - "Test-SmtpConnectivity": "mail-flow", - "Uninstall-TransportAgent": "mail-flow", - "Disable-MailboxQuarantine": "mailbox-databases-and-servers", - "Dismount-Database": "mailbox-databases-and-servers", - "Enable-MailboxQuarantine": "mailbox-databases-and-servers", - "Get-FailedContentIndexDocuments": "mailbox-databases-and-servers", - "Get-MailboxDatabase": "mailbox-databases-and-servers", - "Get-MailboxRepairRequest": "mailbox-databases-and-servers", - "Get-MailboxServer": "mailbox-databases-and-servers", - "Get-SearchDocumentFormat": "mailbox-databases-and-servers", - "Get-StoreUsageStatistics": "mailbox-databases-and-servers", - "Mount-Database": "mailbox-databases-and-servers", - "Move-DatabasePath": "mailbox-databases-and-servers", - "New-MailboxDatabase": "mailbox-databases-and-servers", - "New-MailboxRepairRequest": "mailbox-databases-and-servers", - "New-SearchDocumentFormat": "mailbox-databases-and-servers", - "Remove-MailboxDatabase": "mailbox-databases-and-servers", - "Remove-MailboxRepairRequest": "mailbox-databases-and-servers", - "Remove-SearchDocumentFormat": "mailbox-databases-and-servers", - "Remove-StoreMailbox": "mailbox-databases-and-servers", - "Set-MailboxDatabase": "mailbox-databases-and-servers", - "Set-MailboxServer": "mailbox-databases-and-servers", - "Set-SearchDocumentFormat": "mailbox-databases-and-servers", - "Test-AssistantHealth": "mailbox-databases-and-servers", - "Test-ExchangeSearch": "mailbox-databases-and-servers", - "Test-MRSHealth": "mailbox-databases-and-servers", - "Update-DatabaseSchema": "mailbox-databases-and-servers", - "Update-StoreMailboxState": "mailbox-databases-and-servers", - "Add-MailboxFolderPermission": "mailboxes", - "Add-MailboxPermission": "mailboxes", - "Connect-Mailbox": "mailboxes", - "Disable-App": "mailboxes", - "Disable-InboxRule": "mailboxes", - "Disable-Mailbox": "mailboxes", - "Disable-ServiceEmailChannel": "mailboxes", - "Enable-App": "mailboxes", - "Enable-InboxRule": "mailboxes", - "Enable-Mailbox": "mailboxes", - "Enable-ServiceEmailChannel": "mailboxes", - "Export-MailboxDiagnosticLogs": "mailboxes", - "Export-RecipientDataProperty": "mailboxes", - "Get-App": "mailboxes", - "Get-CalendarDiagnosticAnalysis": "mailboxes", - "Get-CalendarDiagnosticLog": "mailboxes", - "Get-CalendarNotification": "mailboxes", - "Get-CalendarProcessing": "mailboxes", - "Get-InboxRule": "mailboxes", - "Get-Mailbox": "mailboxes", - "Get-MailboxAutoReplyConfiguration": "mailboxes", - "Get-MailboxCalendarFolder": "mailboxes", - "Get-MailboxExportRequest": "mailboxes", - "Get-MailboxExportRequestStatistics": "mailboxes", - "Get-MailboxFolder": "mailboxes", - "Get-MailboxFolderPermission": "mailboxes", - "Get-MailboxFolderStatistics": "mailboxes", - "Get-MailboxImportRequest": "mailboxes", - "Get-MailboxImportRequestStatistics": "mailboxes", - "Get-MailboxPermission": "mailboxes", - "Get-MailboxRestoreRequest": "mailboxes", - "Get-MailboxRestoreRequestStatistics": "mailboxes", - "Get-MailboxStatistics": "mailboxes", - "Get-MessageCategory": "mailboxes", - "Get-ResourceConfig": "mailboxes", - "Get-UserPhoto": "mailboxes", - "Import-RecipientDataProperty": "mailboxes", - "New-App": "mailboxes", - "New-InboxRule": "mailboxes", - "New-Mailbox": "mailboxes", - "New-MailboxExportRequest": "mailboxes", - "New-MailboxFolder": "mailboxes", - "New-MailboxImportRequest": "mailboxes", - "New-MailboxRestoreRequest": "mailboxes", - "New-MailMessage": "mailboxes", - "New-SiteMailbox": "mailboxes", - "Remove-App": "mailboxes", - "Remove-InboxRule": "mailboxes", - "Remove-Mailbox": "mailboxes", - "Remove-MailboxExportRequest": "mailboxes", - "Remove-MailboxFolderPermission": "mailboxes", - "Remove-MailboxImportRequest": "mailboxes", - "Remove-MailboxPermission": "mailboxes", - "Remove-MailboxRestoreRequest": "mailboxes", - "Remove-UserPhoto": "mailboxes", - "Resume-MailboxExportRequest": "mailboxes", - "Resume-MailboxImportRequest": "mailboxes", - "Resume-MailboxRestoreRequest": "mailboxes", - "Search-Mailbox": "mailboxes", - "Set-App": "mailboxes", - "Set-CalendarNotification": "mailboxes", - "Set-CalendarProcessing": "mailboxes", - "Set-InboxRule": "mailboxes", - "Set-Mailbox": "mailboxes", - "Set-MailboxAutoReplyConfiguration": "mailboxes", - "Set-MailboxCalendarFolder": "mailboxes", - "Set-MailboxExportRequest": "mailboxes", - "Set-MailboxFolderPermission": "mailboxes", - "Set-MailboxImportRequest": "mailboxes", - "Set-MailboxRestoreRequest": "mailboxes", - "Set-ResourceConfig": "mailboxes", - "Set-UserPhoto": "mailboxes", - "Suspend-MailboxExportRequest": "mailboxes", - "Suspend-MailboxImportRequest": "mailboxes", - "Suspend-MailboxRestoreRequest": "mailboxes", - "Test-MAPIConnectivity": "mailboxes", - "Complete-MigrationBatch": "move-and-migration", - "Export-MigrationReport": "move-and-migration", - "Get-MigrationBatch": "move-and-migration", - "Get-MigrationConfig": "move-and-migration", - "Get-MigrationEndpoint": "move-and-migration", - "Get-MigrationStatistics": "move-and-migration", - "Get-MigrationUser": "move-and-migration", - "Get-MigrationUserStatistics": "move-and-migration", - "Get-MoveRequest": "move-and-migration", - "Get-MoveRequestStatistics": "move-and-migration", - "Get-PublicFolderMailboxMigrationRequest": "move-and-migration", - "Get-PublicFolderMailboxMigrationRequestStatistics": "move-and-migration", - "Get-PublicFolderMigrationRequest": "move-and-migration", - "Get-PublicFolderMigrationRequestStatistics": "move-and-migration", - "Get-PublicFolderMoveRequest": "move-and-migration", - "Get-PublicFolderMoveRequestStatistics": "move-and-migration", - "New-MigrationBatch": "move-and-migration", - "New-MigrationEndpoint": "move-and-migration", - "New-MoveRequest": "move-and-migration", - "New-PublicFolderMigrationRequest": "move-and-migration", - "New-PublicFolderMoveRequest": "move-and-migration", - "Remove-MigrationBatch": "move-and-migration", - "Remove-MigrationEndpoint": "move-and-migration", - "Remove-MigrationUser": "move-and-migration", - "Remove-MoveRequest": "move-and-migration", - "Remove-PublicFolderMailboxMigrationRequest": "move-and-migration", - "Remove-PublicFolderMigrationRequest": "move-and-migration", - "Remove-PublicFolderMoveRequest": "move-and-migration", - "Resume-MoveRequest": "move-and-migration", - "Resume-PublicFolderMoveRequest": "move-and-migration", - "Set-MigrationBatch": "move-and-migration", - "Set-MigrationConfig": "move-and-migration", - "Set-MigrationEndpoint": "move-and-migration", - "Set-MoveRequest": "move-and-migration", - "Set-PublicFolderMigrationRequest": "move-and-migration", - "Set-PublicFolderMoveRequest": "move-and-migration", - "Start-MigrationBatch": "move-and-migration", - "Stop-MigrationBatch": "move-and-migration", - "Suspend-MoveRequest": "move-and-migration", - "Suspend-PublicFolderMigrationRequest": "move-and-migration", - "Suspend-PublicFolderMoveRequest": "move-and-migration", - "Test-MigrationServerAvailability": "move-and-migration", - "Disable-CmdletExtensionAgent": "organization", - "Enable-CmdletExtensionAgent": "organization", - "Get-AuthConfig": "organization", - "Get-AuthServer": "organization", - "Get-CmdletExtensionAgent": "organization", - "Get-ExchangeAssistanceConfig": "organization", - "Get-ExchangeDiagnosticInfo": "organization", - "Get-ExchangeServer": "organization", - "Get-ExchangeServerAccessLicense": "organization", - "Get-ExchangeServerAccessLicenseUser": "organization", - "Get-Notification": "organization", - "Get-OrganizationConfig": "organization", - "Get-PartnerApplication": "organization", - "Get-SettingOverride": "organization", - "New-AuthServer": "organization", - "New-PartnerApplication": "organization", - "New-SettingOverride": "organization", - "Remove-AuthServer": "organization", - "Remove-PartnerApplication": "organization", - "Remove-SettingOverride": "organization", - "Set-AuthConfig": "organization", - "Set-AuthServer": "organization", - "Set-CmdletExtensionAgent": "organization", - "Set-ExchangeAssistanceConfig": "organization", - "Set-ExchangeServer": "organization", - "Set-Notification": "organization", - "Set-OrganizationConfig": "organization", - "Set-PartnerApplication": "organization", - "Set-SettingOverride": "organization", - "Test-OAuthConnectivity": "organization", - "Update-ExchangeHelp": "organization", - "Disable-JournalRule": "policy-and-compliance", - "Disable-OutlookProtectionRule": "policy-and-compliance", - "Disable-TransportRule": "policy-and-compliance", - "Enable-JournalRule": "policy-and-compliance", - "Enable-OutlookProtectionRule": "policy-and-compliance", - "Enable-TransportRule": "policy-and-compliance", - "Export-JournalRuleCollection": "policy-and-compliance", - "Export-TransportRuleCollection": "policy-and-compliance", - "Get-JournalRule": "policy-and-compliance", - "Get-MessageClassification": "policy-and-compliance", - "Get-OutlookProtectionRule": "policy-and-compliance", - "Get-TransportRule": "policy-and-compliance", - "Get-TransportRuleAction": "policy-and-compliance", - "Get-TransportRulePredicate": "policy-and-compliance", - "Import-JournalRuleCollection": "policy-and-compliance", - "Import-TransportRuleCollection": "policy-and-compliance", - "New-JournalRule": "policy-and-compliance", - "New-MessageClassification": "policy-and-compliance", - "New-OutlookProtectionRule": "policy-and-compliance", - "New-TransportRule": "policy-and-compliance", - "Remove-JournalRule": "policy-and-compliance", - "Remove-MessageClassification": "policy-and-compliance", - "Remove-OutlookProtectionRule": "policy-and-compliance", - "Remove-TransportRule": "policy-and-compliance", - "Set-JournalRule": "policy-and-compliance", - "Set-MessageClassification": "policy-and-compliance", - "Set-OutlookProtectionRule": "policy-and-compliance", - "Set-TransportRule": "policy-and-compliance", - "Test-ArchiveConnectivity": "policy-and-compliance", - "Get-AdminAuditLogConfig": "policy-and-compliance-audit", - "Get-AuditLogSearch": "policy-and-compliance-audit", - "Get-MailboxAuditBypassAssociation": "policy-and-compliance-audit", - "New-AdminAuditLogSearch": "policy-and-compliance-audit", - "New-MailboxAuditLogSearch": "policy-and-compliance-audit", - "Search-AdminAuditLog": "policy-and-compliance-audit", - "Search-MailboxAuditLog": "policy-and-compliance-audit", - "Set-AdminAuditLogConfig": "policy-and-compliance-audit", - "Set-MailboxAuditBypassAssociation": "policy-and-compliance-audit", - "Write-AdminAuditLog": "policy-and-compliance-audit", - "Get-MailboxSearch": "policy-and-compliance-content-search", - "New-MailboxSearch": "policy-and-compliance-content-search", - "Remove-MailboxSearch": "policy-and-compliance-content-search", - "Set-MailboxSearch": "policy-and-compliance-content-search", - "Start-MailboxSearch": "policy-and-compliance-content-search", - "Stop-MailboxSearch": "policy-and-compliance-content-search", - "Export-DlpPolicyCollection": "policy-and-compliance-dlp", - "Get-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Get-DataClassification": "policy-and-compliance-dlp", - "Get-DlpPolicy": "policy-and-compliance-dlp", - "Get-DlpPolicyTemplate": "policy-and-compliance-dlp", - "Get-PolicyTipConfig": "policy-and-compliance-dlp", - "Import-DlpPolicyCollection": "policy-and-compliance-dlp", - "Import-DlpPolicyTemplate": "policy-and-compliance-dlp", - "New-ClassificationRuleCollection": "policy-and-compliance-dlp", - "New-DataClassification": "policy-and-compliance-dlp", - "New-DlpPolicy": "policy-and-compliance-dlp", - "New-Fingerprint": "policy-and-compliance-dlp", - "New-PolicyTipConfig": "policy-and-compliance-dlp", - "Remove-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Remove-DataClassification": "policy-and-compliance-dlp", - "Remove-DlpPolicy": "policy-and-compliance-dlp", - "Remove-DlpPolicyTemplate": "policy-and-compliance-dlp", - "Remove-PolicyTipConfig": "policy-and-compliance-dlp", - "Set-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Set-DataClassification": "policy-and-compliance-dlp", - "Set-DlpPolicy": "policy-and-compliance-dlp", - "Set-PolicyTipConfig": "policy-and-compliance-dlp", - "Get-RetentionPolicy": "policy-and-compliance-retention", - "Get-RetentionPolicyTag": "policy-and-compliance-retention", - "New-RetentionPolicy": "policy-and-compliance-retention", - "New-RetentionPolicyTag": "policy-and-compliance-retention", - "Remove-RetentionPolicy": "policy-and-compliance-retention", - "Remove-RetentionPolicyTag": "policy-and-compliance-retention", - "Set-RetentionPolicy": "policy-and-compliance-retention", - "Set-RetentionPolicyTag": "policy-and-compliance-retention", - "Start-ManagedFolderAssistant": "policy-and-compliance-retention", - "Stop-ManagedFolderAssistant": "policy-and-compliance-retention", - "Get-LogonStatistics": "reporting", - "Add-ManagementRoleEntry": "role-based-access-control", - "Add-RoleGroupMember": "role-based-access-control", - "Get-ManagementRole": "role-based-access-control", - "Get-ManagementRoleAssignment": "role-based-access-control", - "Get-ManagementRoleEntry": "role-based-access-control", - "Get-ManagementScope": "role-based-access-control", - "Get-RoleAssignmentPolicy": "role-based-access-control", - "Get-RoleGroup": "role-based-access-control", - "Get-RoleGroupMember": "role-based-access-control", - "New-ManagementRole": "role-based-access-control", - "New-ManagementRoleAssignment": "role-based-access-control", - "New-ManagementScope": "role-based-access-control", - "New-RoleAssignmentPolicy": "role-based-access-control", - "New-RoleGroup": "role-based-access-control", - "Remove-ManagementRole": "role-based-access-control", - "Remove-ManagementRoleAssignment": "role-based-access-control", - "Remove-ManagementRoleEntry": "role-based-access-control", - "Remove-ManagementScope": "role-based-access-control", - "Remove-RoleAssignmentPolicy": "role-based-access-control", - "Remove-RoleGroup": "role-based-access-control", - "Remove-RoleGroupMember": "role-based-access-control", - "Set-ManagementRoleAssignment": "role-based-access-control", - "Set-ManagementRoleEntry": "role-based-access-control", - "Set-ManagementScope": "role-based-access-control", - "Set-RoleAssignmentPolicy": "role-based-access-control", - "Set-RoleGroup": "role-based-access-control", - "Update-RoleGroupMember": "role-based-access-control", - "Add-GlobalMonitoringOverride": "server-health-and-performance", - "Add-ServerMonitoringOverride": "server-health-and-performance", - "Get-EventLogLevel": "server-health-and-performance", - "Get-GlobalMonitoringOverride": "server-health-and-performance", - "Get-HealthReport": "server-health-and-performance", - "Get-MonitoringItemHelp": "server-health-and-performance", - "Get-MonitoringItemIdentity": "server-health-and-performance", - "Get-ServerComponentState": "server-health-and-performance", - "Get-ServerHealth": "server-health-and-performance", - "Get-ServerMonitoringOverride": "server-health-and-performance", - "Get-ThrottlingPolicy": "server-health-and-performance", - "Get-ThrottlingPolicyAssociation": "server-health-and-performance", - "Invoke-MonitoringProbe": "server-health-and-performance", - "New-ThrottlingPolicy": "server-health-and-performance", - "Remove-GlobalMonitoringOverride": "server-health-and-performance", - "Remove-ServerMonitoringOverride": "server-health-and-performance", - "Remove-ThrottlingPolicy": "server-health-and-performance", - "Set-EventLogLevel": "server-health-and-performance", - "Set-ServerComponentState": "server-health-and-performance", - "Set-ServerMonitor": "server-health-and-performance", - "Set-ThrottlingPolicy": "server-health-and-performance", - "Set-ThrottlingPolicyAssociation": "server-health-and-performance", - "Test-ServiceHealth": "server-health-and-performance", - "Add-AvailabilityAddressSpace": "sharing-and-collaboration", - "Add-PublicFolderClientPermission": "sharing-and-collaboration", - "Disable-MailPublicFolder": "sharing-and-collaboration", - "Enable-MailPublicFolder": "sharing-and-collaboration", - "Get-AvailabilityAddressSpace": "sharing-and-collaboration", - "Get-AvailabilityConfig": "sharing-and-collaboration", - "Get-MailPublicFolder": "sharing-and-collaboration", - "Get-OrganizationRelationship": "sharing-and-collaboration", - "Get-PublicFolder": "sharing-and-collaboration", - "Get-PublicFolderClientPermission": "sharing-and-collaboration", - "Get-PublicFolderDatabase": "sharing-and-collaboration", - "Get-PublicFolderItemStatistics": "sharing-and-collaboration", - "Get-PublicFolderMailboxDiagnostics": "sharing-and-collaboration", - "Get-PublicFolderStatistics": "sharing-and-collaboration", - "Get-SharingPolicy": "sharing-and-collaboration", - "Get-SiteMailbox": "sharing-and-collaboration", - "Get-SiteMailboxDiagnostics": "sharing-and-collaboration", - "Get-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "New-OrganizationRelationship": "sharing-and-collaboration", - "New-PublicFolder": "sharing-and-collaboration", - "New-SharingPolicy": "sharing-and-collaboration", - "New-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "New-SyncMailPublicFolder": "sharing-and-collaboration", - "Remove-AvailabilityAddressSpace": "sharing-and-collaboration", - "Remove-OrganizationRelationship": "sharing-and-collaboration", - "Remove-PublicFolder": "sharing-and-collaboration", - "Remove-PublicFolderClientPermission": "sharing-and-collaboration", - "Remove-SharingPolicy": "sharing-and-collaboration", - "Remove-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "Set-AvailabilityConfig": "sharing-and-collaboration", - "Set-MailPublicFolder": "sharing-and-collaboration", - "Set-OrganizationRelationship": "sharing-and-collaboration", - "Set-PublicFolder": "sharing-and-collaboration", - "Set-SharingPolicy": "sharing-and-collaboration", - "Set-SiteMailbox": "sharing-and-collaboration", - "Set-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "Test-OrganizationRelationship": "sharing-and-collaboration", - "Test-SiteMailbox": "sharing-and-collaboration", - "Update-PublicFolderMailbox": "sharing-and-collaboration", - "Update-SiteMailbox": "sharing-and-collaboration", - "Disable-UMAutoAttendant": "unified-messaging", - "Disable-UMCallAnsweringRule": "unified-messaging", - "Disable-UMIPGateway": "unified-messaging", - "Disable-UMMailbox": "unified-messaging", - "Disable-UMService": "unified-messaging", - "Enable-UMAutoAttendant": "unified-messaging", - "Enable-UMCallAnsweringRule": "unified-messaging", - "Enable-UMIPGateway": "unified-messaging", - "Enable-UMMailbox": "unified-messaging", - "Enable-UMService": "unified-messaging", - "Export-UMCallDataRecord": "unified-messaging", - "Export-UMPrompt": "unified-messaging", - "Get-UMActiveCalls": "unified-messaging", - "Get-UMAutoAttendant": "unified-messaging", - "Get-UMCallAnsweringRule": "unified-messaging", - "Get-UMCallDataRecord": "unified-messaging", - "Get-UMCallRouterSettings": "unified-messaging", - "Get-UMCallSummaryReport": "unified-messaging", - "Get-UMDialPlan": "unified-messaging", - "Get-UMHuntGroup": "unified-messaging", - "Get-UMIPGateway": "unified-messaging", - "Get-UMMailbox": "unified-messaging", - "Get-UMMailboxPIN": "unified-messaging", - "Get-UMMailboxPolicy": "unified-messaging", - "Get-UMService": "unified-messaging", - "Import-UMPrompt": "unified-messaging", - "New-UMAutoAttendant": "unified-messaging", - "New-UMCallAnsweringRule": "unified-messaging", - "New-UMDialPlan": "unified-messaging", - "New-UMHuntGroup": "unified-messaging", - "New-UMIPGateway": "unified-messaging", - "New-UMMailboxPolicy": "unified-messaging", - "Remove-UMAutoAttendant": "unified-messaging", - "Remove-UMCallAnsweringRule": "unified-messaging", - "Remove-UMDialPlan": "unified-messaging", - "Remove-UMHuntGroup": "unified-messaging", - "Remove-UMIPGateway": "unified-messaging", - "Remove-UMMailboxPolicy": "unified-messaging", - "Set-UMAutoAttendant": "unified-messaging", - "Set-UMCallAnsweringRule": "unified-messaging", - "Set-UMCallRouterSettings": "unified-messaging", - "Set-UMDialPlan": "unified-messaging", - "Set-UMIPGateway": "unified-messaging", - "Set-UMMailbox": "unified-messaging", - "Set-UMMailboxPIN": "unified-messaging", - "Set-UMMailboxPolicy": "unified-messaging", - "Set-UMService": "unified-messaging", - "Test-ExchangeUMCallFlow": "unified-messaging", - "Test-UMConnectivity": "unified-messaging", - "Add-DistributionGroupMember": "users-and-groups", - "Disable-DistributionGroup": "users-and-groups", - "Disable-MailContact": "users-and-groups", - "Disable-MailUser": "users-and-groups", - "Enable-DistributionGroup": "users-and-groups", - "Enable-MailContact": "users-and-groups", - "Enable-MailUser": "users-and-groups", - "Get-Contact": "users-and-groups", - "Get-DistributionGroup": "users-and-groups", - "Get-DistributionGroupMember": "users-and-groups", - "Get-DynamicDistributionGroup": "users-and-groups", - "Get-Group": "users-and-groups", - "Get-MailContact": "users-and-groups", - "Get-MailUser": "users-and-groups", - "Get-Recipient": "users-and-groups", - "Get-SecurityPrincipal": "users-and-groups", - "Get-User": "users-and-groups", - "New-DistributionGroup": "users-and-groups", - "New-DynamicDistributionGroup": "users-and-groups", - "New-MailContact": "users-and-groups", - "New-MailUser": "users-and-groups", - "Remove-DistributionGroup": "users-and-groups", - "Remove-DistributionGroupMember": "users-and-groups", - "Remove-DynamicDistributionGroup": "users-and-groups", - "Remove-MailContact": "users-and-groups", - "Remove-MailUser": "users-and-groups", - "Set-Contact": "users-and-groups", - "Set-DistributionGroup": "users-and-groups", - "Set-DynamicDistributionGroup": "users-and-groups", - "Set-Group": "users-and-groups", - "Set-MailContact": "users-and-groups", - "Set-MailUser": "users-and-groups", - "Set-User": "users-and-groups", - "Update-DistributionGroupMember": "users-and-groups" -} \ No newline at end of file diff --git a/exchange/mapping/exchange2016mapping.json b/exchange/mapping/exchange2016mapping.json deleted file mode 100644 index 4f64182947..0000000000 --- a/exchange/mapping/exchange2016mapping.json +++ /dev/null @@ -1,817 +0,0 @@ -{ - "Add-ADPermission": "active-directory", - "Dump-ProvisioningCache": "active-directory", - "Get-ADPermission": "active-directory", - "Get-ADServerSettings": "active-directory", - "Get-ADSite": "active-directory", - "Get-AdSiteLink": "active-directory", - "Get-DomainController": "active-directory", - "Get-OrganizationalUnit": "active-directory", - "Get-Trust": "active-directory", - "Get-UserPrincipalNamesSuffix": "active-directory", - "Remove-ADPermission": "active-directory", - "Reset-ProvisioningCache": "active-directory", - "Set-ADServerSettings": "active-directory", - "Set-ADSite": "active-directory", - "Set-AdSiteLink": "active-directory", - "Add-AttachmentFilterEntry": "antispam-antimalware", - "Add-ContentFilterPhrase": "antispam-antimalware", - "Add-IPAllowListEntry": "antispam-antimalware", - "Add-IPAllowListProvider": "antispam-antimalware", - "Add-IPBlockListEntry": "antispam-antimalware", - "Add-IPBlockListProvider": "antispam-antimalware", - "Disable-MalwareFilterRule": "antispam-antimalware", - "Enable-AntispamUpdates": "antispam-antimalware", - "Enable-MalwareFilterRule": "antispam-antimalware", - "Get-AgentLog": "antispam-antimalware", - "Get-AttachmentFilterEntry": "antispam-antimalware", - "Get-AttachmentFilterListConfig": "antispam-antimalware", - "Get-ContentFilterConfig": "antispam-antimalware", - "Get-ContentFilterPhrase": "antispam-antimalware", - "Get-IPAllowListConfig": "antispam-antimalware", - "Get-IPAllowListEntry": "antispam-antimalware", - "Get-IPAllowListProvider": "antispam-antimalware", - "Get-IPAllowListProvidersConfig": "antispam-antimalware", - "Get-IPBlockListConfig": "antispam-antimalware", - "Get-IPBlockListEntry": "antispam-antimalware", - "Get-IPBlockListProvider": "antispam-antimalware", - "Get-IPBlockListProvidersConfig": "antispam-antimalware", - "Get-MailboxJunkEmailConfiguration": "antispam-antimalware", - "Get-MalwareFilteringServer": "antispam-antimalware", - "Get-MalwareFilterPolicy": "antispam-antimalware", - "Get-MalwareFilterRule": "antispam-antimalware", - "Get-RecipientFilterConfig": "antispam-antimalware", - "Get-SenderFilterConfig": "antispam-antimalware", - "Get-SenderIdConfig": "antispam-antimalware", - "Get-SenderReputationConfig": "antispam-antimalware", - "New-MalwareFilterPolicy": "antispam-antimalware", - "New-MalwareFilterRule": "antispam-antimalware", - "Remove-AttachmentFilterEntry": "antispam-antimalware", - "Remove-ContentFilterPhrase": "antispam-antimalware", - "Remove-IPAllowListEntry": "antispam-antimalware", - "Remove-IPAllowListProvider": "antispam-antimalware", - "Remove-IPBlockListEntry": "antispam-antimalware", - "Remove-IPBlockListProvider": "antispam-antimalware", - "Remove-MalwareFilterPolicy": "antispam-antimalware", - "Remove-MalwareFilterRule": "antispam-antimalware", - "Set-AttachmentFilterListConfig": "antispam-antimalware", - "Set-ContentFilterConfig": "antispam-antimalware", - "Set-IPAllowListConfig": "antispam-antimalware", - "Set-IPAllowListProvider": "antispam-antimalware", - "Set-IPAllowListProvidersConfig": "antispam-antimalware", - "Set-IPBlockListConfig": "antispam-antimalware", - "Set-IPBlockListProvider": "antispam-antimalware", - "Set-IPBlockListProvidersConfig": "antispam-antimalware", - "Set-MailboxJunkEmailConfiguration": "antispam-antimalware", - "Set-MalwareFilteringServer": "antispam-antimalware", - "Set-MalwareFilterPolicy": "antispam-antimalware", - "Set-MalwareFilterRule": "antispam-antimalware", - "Set-RecipientFilterConfig": "antispam-antimalware", - "Set-SenderFilterConfig": "antispam-antimalware", - "Set-SenderIdConfig": "antispam-antimalware", - "Set-SenderReputationConfig": "antispam-antimalware", - "Test-IPAllowListProvider": "antispam-antimalware", - "Test-IPBlockListProvider": "antispam-antimalware", - "Test-SenderId": "antispam-antimalware", - "Update-SafeList": "antispam-antimalware", - "Clear-TextMessagingAccount": "client-access", - "Compare-TextMessagingVerificationCode": "client-access", - "Disable-PushNotificationProxy": "client-access", - "Enable-PushNotificationProxy": "client-access", - "Export-AutoDiscoverConfig": "client-access", - "Get-CASMailbox": "client-access", - "Get-ClientAccessRule": "client-access", - "Get-ImapSettings": "client-access", - "Get-MailboxCalendarConfiguration": "client-access", - "Get-MailboxMessageConfiguration": "client-access", - "Get-MailboxRegionalConfiguration": "client-access", - "Get-MailboxSpellingConfiguration": "client-access", - "Get-OutlookProvider": "client-access", - "Get-OwaMailboxPolicy": "client-access", - "Get-PopSettings": "client-access", - "Get-TextMessagingAccount": "client-access", - "New-ClientAccessRule": "client-access", - "New-OutlookProvider": "client-access", - "New-OwaMailboxPolicy": "client-access", - "Remove-ClientAccessRule": "client-access", - "Remove-OutlookProvider": "client-access", - "Remove-OwaMailboxPolicy": "client-access", - "Send-TextMessagingVerificationCode": "client-access", - "Set-CASMailbox": "client-access", - "Set-ClientAccessRule": "client-access", - "Set-ImapSettings": "client-access", - "Set-MailboxCalendarConfiguration": "client-access", - "Set-MailboxMessageConfiguration": "client-access", - "Set-MailboxRegionalConfiguration": "client-access", - "Set-MailboxSpellingConfiguration": "client-access", - "Set-OutlookProvider": "client-access", - "Set-OwaMailboxPolicy": "client-access", - "Set-PopSettings": "client-access", - "Set-TextMessagingAccount": "client-access", - "Test-CalendarConnectivity": "client-access", - "Test-ClientAccessRule": "client-access", - "Test-EcpConnectivity": "client-access", - "Test-ImapConnectivity": "client-access", - "Test-OutlookConnectivity": "client-access", - "Test-PopConnectivity": "client-access", - "Test-PowerShellConnectivity": "client-access", - "Test-WebServicesConnectivity": "client-access", - "Get-ActiveSyncVirtualDirectory": "client-access-servers", - "Get-AuthRedirect": "client-access-servers", - "Get-AutodiscoverVirtualDirectory": "client-access-servers", - "Get-ClientAccessArray": "client-access-servers", - "Get-ClientAccessServer": "client-access-servers", - "Get-ClientAccessService": "client-access-servers", - "Get-EcpVirtualDirectory": "client-access-servers", - "Get-MapiVirtualDirectory": "client-access-servers", - "Get-OutlookAnywhere": "client-access-servers", - "Get-OwaVirtualDirectory": "client-access-servers", - "Get-PowerShellVirtualDirectory": "client-access-servers", - "Get-RpcClientAccess": "client-access-servers", - "Get-WebServicesVirtualDirectory": "client-access-servers", - "New-ActiveSyncVirtualDirectory": "client-access-servers", - "New-AuthRedirect": "client-access-servers", - "New-AutodiscoverVirtualDirectory": "client-access-servers", - "New-EcpVirtualDirectory": "client-access-servers", - "New-MapiVirtualDirectory": "client-access-servers", - "New-OwaVirtualDirectory": "client-access-servers", - "New-PowerShellVirtualDirectory": "client-access-servers", - "New-WebServicesVirtualDirectory": "client-access-servers", - "Remove-ActiveSyncVirtualDirectory": "client-access-servers", - "Remove-AuthRedirect": "client-access-servers", - "Remove-AutodiscoverVirtualDirectory": "client-access-servers", - "Remove-EcpVirtualDirectory": "client-access-servers", - "Remove-MapiVirtualDirectory": "client-access-servers", - "Remove-OwaVirtualDirectory": "client-access-servers", - "Remove-PowerShellVirtualDirectory": "client-access-servers", - "Remove-WebServicesVirtualDirectory": "client-access-servers", - "Set-ActiveSyncVirtualDirectory": "client-access-servers", - "Set-AuthRedirect": "client-access-servers", - "Set-AutodiscoverVirtualDirectory": "client-access-servers", - "Set-ClientAccessServer": "client-access-servers", - "Set-ClientAccessService": "client-access-servers", - "Set-EcpVirtualDirectory": "client-access-servers", - "Set-MapiVirtualDirectory": "client-access-servers", - "Set-OutlookAnywhere": "client-access-servers", - "Set-OwaVirtualDirectory": "client-access-servers", - "Set-PowerShellVirtualDirectory": "client-access-servers", - "Set-RpcClientAccess": "client-access-servers", - "Set-WebServicesVirtualDirectory": "client-access-servers", - "Add-DatabaseAvailabilityGroupServer": "database-availability-groups", - "Add-MailboxDatabaseCopy": "database-availability-groups", - "Get-DatabaseAvailabilityGroup": "database-availability-groups", - "Get-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Get-MailboxDatabaseCopyStatus": "database-availability-groups", - "Move-ActiveMailboxDatabase": "database-availability-groups", - "New-DatabaseAvailabilityGroup": "database-availability-groups", - "New-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Remove-DatabaseAvailabilityGroup": "database-availability-groups", - "Remove-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Remove-DatabaseAvailabilityGroupServer": "database-availability-groups", - "Remove-MailboxDatabaseCopy": "database-availability-groups", - "Restore-DatabaseAvailabilityGroup": "database-availability-groups", - "Resume-MailboxDatabaseCopy": "database-availability-groups", - "Set-DatabaseAvailabilityGroup": "database-availability-groups", - "Set-DatabaseAvailabilityGroupNetwork": "database-availability-groups", - "Set-MailboxDatabaseCopy": "database-availability-groups", - "Start-DatabaseAvailabilityGroup": "database-availability-groups", - "Stop-DatabaseAvailabilityGroup": "database-availability-groups", - "Suspend-MailboxDatabaseCopy": "database-availability-groups", - "Test-ReplicationHealth": "database-availability-groups", - "Update-MailboxDatabaseCopy": "database-availability-groups", - "Clear-ActiveSyncDevice": "devices", - "Clear-MobileDevice": "devices", - "Export-ActiveSyncLog": "devices", - "Get-ActiveSyncDevice": "devices", - "Get-ActiveSyncDeviceAccessRule": "devices", - "Get-ActiveSyncDeviceAutoblockThreshold": "devices", - "Get-ActiveSyncDeviceClass": "devices", - "Get-ActiveSyncDeviceStatistics": "devices", - "Get-ActiveSyncMailboxPolicy": "devices", - "Get-ActiveSyncOrganizationSettings": "devices", - "Get-MobileDevice": "devices", - "Get-MobileDeviceMailboxPolicy": "devices", - "Get-MobileDeviceStatistics": "devices", - "New-ActiveSyncDeviceAccessRule": "devices", - "New-ActiveSyncMailboxPolicy": "devices", - "New-MobileDeviceMailboxPolicy": "devices", - "Remove-ActiveSyncDevice": "devices", - "Remove-ActiveSyncDeviceAccessRule": "devices", - "Remove-ActiveSyncDeviceClass": "devices", - "Remove-ActiveSyncMailboxPolicy": "devices", - "Remove-MobileDevice": "devices", - "Remove-MobileDeviceMailboxPolicy": "devices", - "Set-ActiveSyncDeviceAccessRule": "devices", - "Set-ActiveSyncDeviceAutoblockThreshold": "devices", - "Set-ActiveSyncMailboxPolicy": "devices", - "Set-ActiveSyncOrganizationSettings": "devices", - "Set-MobileDeviceMailboxPolicy": "devices", - "Test-ActiveSyncConnectivity": "devices", - "Disable-AddressListPaging": "email-addresses-and-address-books", - "Enable-AddressListPaging": "email-addresses-and-address-books", - "Get-AddressBookPolicy": "email-addresses-and-address-books", - "Get-AddressList": "email-addresses-and-address-books", - "Get-DetailsTemplate": "email-addresses-and-address-books", - "Get-EmailAddressPolicy": "email-addresses-and-address-books", - "Get-GlobalAddressList": "email-addresses-and-address-books", - "Get-OabVirtualDirectory": "email-addresses-and-address-books", - "Get-OfflineAddressBook": "email-addresses-and-address-books", - "Move-AddressList": "email-addresses-and-address-books", - "Move-OfflineAddressBook": "email-addresses-and-address-books", - "New-AddressBookPolicy": "email-addresses-and-address-books", - "New-AddressList": "email-addresses-and-address-books", - "New-EmailAddressPolicy": "email-addresses-and-address-books", - "New-GlobalAddressList": "email-addresses-and-address-books", - "New-OabVirtualDirectory": "email-addresses-and-address-books", - "New-OfflineAddressBook": "email-addresses-and-address-books", - "Remove-AddressBookPolicy": "email-addresses-and-address-books", - "Remove-AddressList": "email-addresses-and-address-books", - "Remove-EmailAddressPolicy": "email-addresses-and-address-books", - "Remove-GlobalAddressList": "email-addresses-and-address-books", - "Remove-OabVirtualDirectory": "email-addresses-and-address-books", - "Remove-OfflineAddressBook": "email-addresses-and-address-books", - "Restore-DetailsTemplate": "email-addresses-and-address-books", - "Set-AddressBookPolicy": "email-addresses-and-address-books", - "Set-AddressList": "email-addresses-and-address-books", - "Set-DetailsTemplate": "email-addresses-and-address-books", - "Set-EmailAddressPolicy": "email-addresses-and-address-books", - "Set-GlobalAddressList": "email-addresses-and-address-books", - "Set-OabVirtualDirectory": "email-addresses-and-address-books", - "Set-OfflineAddressBook": "email-addresses-and-address-books", - "Update-AddressList": "email-addresses-and-address-books", - "Update-EmailAddressPolicy": "email-addresses-and-address-books", - "Update-GlobalAddressList": "email-addresses-and-address-books", - "Update-OfflineAddressBook": "email-addresses-and-address-books", - "Enable-ExchangeCertificate": "encryption-and-certificates", - "Export-ExchangeCertificate": "encryption-and-certificates", - "Get-ExchangeCertificate": "encryption-and-certificates", - "Get-IRMConfiguration": "encryption-and-certificates", - "Get-RMSTemplate": "encryption-and-certificates", - "Get-SmimeConfig": "encryption-and-certificates", - "Import-ExchangeCertificate": "encryption-and-certificates", - "New-ExchangeCertificate": "encryption-and-certificates", - "Remove-ExchangeCertificate": "encryption-and-certificates", - "Set-IRMConfiguration": "encryption-and-certificates", - "Set-SmimeConfig": "encryption-and-certificates", - "Test-IRMConfiguration": "encryption-and-certificates", - "Add-FederatedDomain": "federation-and-hybrid", - "Disable-RemoteMailbox": "federation-and-hybrid", - "Enable-RemoteMailbox": "federation-and-hybrid", - "Get-FederatedDomainProof": "federation-and-hybrid", - "Get-FederatedOrganizationIdentifier": "federation-and-hybrid", - "Get-FederationInformation": "federation-and-hybrid", - "Get-FederationTrust": "federation-and-hybrid", - "Get-HybridConfiguration": "federation-and-hybrid", - "Get-IntraOrganizationConfiguration": "federation-and-hybrid", - "Get-IntraOrganizationConnector": "federation-and-hybrid", - "Get-PendingFederatedDomain": "federation-and-hybrid", - "Get-RemoteMailbox": "federation-and-hybrid", - "New-FederationTrust": "federation-and-hybrid", - "New-HybridConfiguration": "federation-and-hybrid", - "New-IntraOrganizationConnector": "federation-and-hybrid", - "New-RemoteMailbox": "federation-and-hybrid", - "Remove-FederatedDomain": "federation-and-hybrid", - "Remove-FederationTrust": "federation-and-hybrid", - "Remove-HybridConfiguration": "federation-and-hybrid", - "Remove-IntraOrganizationConnector": "federation-and-hybrid", - "Remove-RemoteMailbox": "federation-and-hybrid", - "Set-FederatedOrganizationIdentifier": "federation-and-hybrid", - "Set-FederationTrust": "federation-and-hybrid", - "Set-HybridConfiguration": "federation-and-hybrid", - "Set-IntraOrganizationConnector": "federation-and-hybrid", - "Set-PendingFederatedDomain": "federation-and-hybrid", - "Set-RemoteMailbox": "federation-and-hybrid", - "Test-FederationTrust": "federation-and-hybrid", - "Test-FederationTrustCertificate": "federation-and-hybrid", - "Update-HybridConfiguration": "federation-and-hybrid", - "Update-Recipient": "federation-and-hybrid", - "Add-ResubmitRequest": "mail-flow", - "Disable-TransportAgent": "mail-flow", - "Enable-TransportAgent": "mail-flow", - "Export-Message": "mail-flow", - "Get-AcceptedDomain": "mail-flow", - "Get-AddressRewriteEntry": "mail-flow", - "Get-DeliveryAgentConnector": "mail-flow", - "Get-EdgeSubscription": "mail-flow", - "Get-EdgeSyncServiceConfig": "mail-flow", - "Get-ForeignConnector": "mail-flow", - "Get-FrontendTransportService": "mail-flow", - "Get-MailboxTransportService": "mail-flow", - "Get-Message": "mail-flow", - "Get-MessageTrackingLog": "mail-flow", - "Get-MessageTrackingReport": "mail-flow", - "Get-NetworkConnectionInfo": "mail-flow", - "Get-Queue": "mail-flow", - "Get-QueueDigest": "mail-flow", - "Get-ReceiveConnector": "mail-flow", - "Get-RemoteDomain": "mail-flow", - "Get-ResubmitRequest": "mail-flow", - "Get-SendConnector": "mail-flow", - "Get-SystemMessage": "mail-flow", - "Get-TransportAgent": "mail-flow", - "Get-TransportConfig": "mail-flow", - "Get-TransportPipeline": "mail-flow", - "Get-TransportServer": "mail-flow", - "Get-TransportService": "mail-flow", - "Get-X400AuthoritativeDomain": "mail-flow", - "Install-TransportAgent": "mail-flow", - "New-AcceptedDomain": "mail-flow", - "New-AddressRewriteEntry": "mail-flow", - "New-DeliveryAgentConnector": "mail-flow", - "New-EdgeSubscription": "mail-flow", - "New-EdgeSyncServiceConfig": "mail-flow", - "New-ForeignConnector": "mail-flow", - "New-ReceiveConnector": "mail-flow", - "New-RemoteDomain": "mail-flow", - "New-SendConnector": "mail-flow", - "New-SystemMessage": "mail-flow", - "New-X400AuthoritativeDomain": "mail-flow", - "Redirect-Message": "mail-flow", - "Remove-AcceptedDomain": "mail-flow", - "Remove-AddressRewriteEntry": "mail-flow", - "Remove-DeliveryAgentConnector": "mail-flow", - "Remove-EdgeSubscription": "mail-flow", - "Remove-ForeignConnector": "mail-flow", - "Remove-Message": "mail-flow", - "Remove-ReceiveConnector": "mail-flow", - "Remove-RemoteDomain": "mail-flow", - "Remove-ResubmitRequest": "mail-flow", - "Remove-SendConnector": "mail-flow", - "Remove-SystemMessage": "mail-flow", - "Remove-X400AuthoritativeDomain": "mail-flow", - "Resume-Message": "mail-flow", - "Resume-Queue": "mail-flow", - "Retry-Queue": "mail-flow", - "Search-MessageTrackingReport": "mail-flow", - "Set-AcceptedDomain": "mail-flow", - "Set-AddressRewriteEntry": "mail-flow", - "Set-DeliveryAgentConnector": "mail-flow", - "Set-EdgeSyncServiceConfig": "mail-flow", - "Set-ForeignConnector": "mail-flow", - "Set-FrontendTransportService": "mail-flow", - "Set-MailboxTransportService": "mail-flow", - "Set-ReceiveConnector": "mail-flow", - "Set-RemoteDomain": "mail-flow", - "Set-ResubmitRequest": "mail-flow", - "Set-SendConnector": "mail-flow", - "Set-SystemMessage": "mail-flow", - "Set-TransportAgent": "mail-flow", - "Set-TransportConfig": "mail-flow", - "Set-TransportServer": "mail-flow", - "Set-TransportService": "mail-flow", - "Set-X400AuthoritativeDomain": "mail-flow", - "Start-EdgeSynchronization": "mail-flow", - "Suspend-Message": "mail-flow", - "Suspend-Queue": "mail-flow", - "Test-EdgeSynchronization": "mail-flow", - "Test-Mailflow": "mail-flow", - "Test-SmtpConnectivity": "mail-flow", - "Uninstall-TransportAgent": "mail-flow", - "Disable-MailboxQuarantine": "mailbox-databases-and-servers", - "Dismount-Database": "mailbox-databases-and-servers", - "Enable-MailboxQuarantine": "mailbox-databases-and-servers", - "Get-FailedContentIndexDocuments": "mailbox-databases-and-servers", - "Get-MailboxDatabase": "mailbox-databases-and-servers", - "Get-MailboxRepairRequest": "mailbox-databases-and-servers", - "Get-MailboxServer": "mailbox-databases-and-servers", - "Get-SearchDocumentFormat": "mailbox-databases-and-servers", - "Get-StoreUsageStatistics": "mailbox-databases-and-servers", - "Mount-Database": "mailbox-databases-and-servers", - "Move-DatabasePath": "mailbox-databases-and-servers", - "New-MailboxDatabase": "mailbox-databases-and-servers", - "New-MailboxRepairRequest": "mailbox-databases-and-servers", - "New-SearchDocumentFormat": "mailbox-databases-and-servers", - "Remove-MailboxDatabase": "mailbox-databases-and-servers", - "Remove-MailboxRepairRequest": "mailbox-databases-and-servers", - "Remove-SearchDocumentFormat": "mailbox-databases-and-servers", - "Remove-StoreMailbox": "mailbox-databases-and-servers", - "Set-MailboxDatabase": "mailbox-databases-and-servers", - "Set-MailboxServer": "mailbox-databases-and-servers", - "Set-SearchDocumentFormat": "mailbox-databases-and-servers", - "Test-AssistantHealth": "mailbox-databases-and-servers", - "Test-ExchangeSearch": "mailbox-databases-and-servers", - "Test-MRSHealth": "mailbox-databases-and-servers", - "Update-DatabaseSchema": "mailbox-databases-and-servers", - "Update-StoreMailboxState": "mailbox-databases-and-servers", - "Add-MailboxFolderPermission": "mailboxes", - "Add-MailboxPermission": "mailboxes", - "Connect-Mailbox": "mailboxes", - "Disable-App": "mailboxes", - "Disable-InboxRule": "mailboxes", - "Disable-Mailbox": "mailboxes", - "Disable-ServiceEmailChannel": "mailboxes", - "Disable-SweepRule": "mailboxes", - "Enable-App": "mailboxes", - "Enable-InboxRule": "mailboxes", - "Enable-Mailbox": "mailboxes", - "Enable-ServiceEmailChannel": "mailboxes", - "Enable-SweepRule": "mailboxes", - "Export-MailboxDiagnosticLogs": "mailboxes", - "Export-RecipientDataProperty": "mailboxes", - "Get-App": "mailboxes", - "Get-CalendarDiagnosticAnalysis": "mailboxes", - "Get-CalendarDiagnosticLog": "mailboxes", - "Get-CalendarNotification": "mailboxes", - "Get-CalendarProcessing": "mailboxes", - "Get-InboxRule": "mailboxes", - "Get-Mailbox": "mailboxes", - "Get-MailboxAutoReplyConfiguration": "mailboxes", - "Get-MailboxCalendarFolder": "mailboxes", - "Get-MailboxExportRequest": "mailboxes", - "Get-MailboxExportRequestStatistics": "mailboxes", - "Get-MailboxFolder": "mailboxes", - "Get-MailboxFolderPermission": "mailboxes", - "Get-MailboxFolderStatistics": "mailboxes", - "Get-MailboxImportRequest": "mailboxes", - "Get-MailboxImportRequestStatistics": "mailboxes", - "Get-MailboxPermission": "mailboxes", - "Get-MailboxRestoreRequest": "mailboxes", - "Get-MailboxRestoreRequestStatistics": "mailboxes", - "Get-MailboxStatistics": "mailboxes", - "Get-MailboxUserConfiguration": "mailboxes", - "Get-MessageCategory": "mailboxes", - "Get-ResourceConfig": "mailboxes", - "Get-SweepRule": "mailboxes", - "Get-UserPhoto": "mailboxes", - "Import-RecipientDataProperty": "mailboxes", - "New-App": "mailboxes", - "New-InboxRule": "mailboxes", - "New-Mailbox": "mailboxes", - "New-MailboxExportRequest": "mailboxes", - "New-MailboxFolder": "mailboxes", - "New-MailboxImportRequest": "mailboxes", - "New-MailboxRestoreRequest": "mailboxes", - "New-MailMessage": "mailboxes", - "New-SiteMailbox": "mailboxes", - "New-SweepRule": "mailboxes", - "Remove-App": "mailboxes", - "Remove-InboxRule": "mailboxes", - "Remove-Mailbox": "mailboxes", - "Remove-MailboxExportRequest": "mailboxes", - "Remove-MailboxFolderPermission": "mailboxes", - "Remove-MailboxImportRequest": "mailboxes", - "Remove-MailboxPermission": "mailboxes", - "Remove-MailboxRestoreRequest": "mailboxes", - "Remove-MailboxUserConfiguration": "mailboxes", - "Remove-SweepRule": "mailboxes", - "Remove-UserPhoto": "mailboxes", - "Resume-MailboxExportRequest": "mailboxes", - "Resume-MailboxImportRequest": "mailboxes", - "Resume-MailboxRestoreRequest": "mailboxes", - "Search-Mailbox": "mailboxes", - "Set-App": "mailboxes", - "Set-CalendarNotification": "mailboxes", - "Set-CalendarProcessing": "mailboxes", - "Set-InboxRule": "mailboxes", - "Set-Mailbox": "mailboxes", - "Set-MailboxAutoReplyConfiguration": "mailboxes", - "Set-MailboxCalendarFolder": "mailboxes", - "Set-MailboxExportRequest": "mailboxes", - "Set-MailboxFolderPermission": "mailboxes", - "Set-MailboxImportRequest": "mailboxes", - "Set-MailboxRestoreRequest": "mailboxes", - "Set-ResourceConfig": "mailboxes", - "Set-SweepRule": "mailboxes", - "Set-UserPhoto": "mailboxes", - "Suspend-MailboxExportRequest": "mailboxes", - "Suspend-MailboxImportRequest": "mailboxes", - "Suspend-MailboxRestoreRequest": "mailboxes", - "Test-MAPIConnectivity": "mailboxes", - "Complete-MigrationBatch": "move-and-migration", - "Export-MigrationReport": "move-and-migration", - "Get-MigrationBatch": "move-and-migration", - "Get-MigrationConfig": "move-and-migration", - "Get-MigrationEndpoint": "move-and-migration", - "Get-MigrationStatistics": "move-and-migration", - "Get-MigrationUser": "move-and-migration", - "Get-MigrationUserStatistics": "move-and-migration", - "Get-MoveRequest": "move-and-migration", - "Get-MoveRequestStatistics": "move-and-migration", - "Get-PublicFolderMailboxMigrationRequest": "move-and-migration", - "Get-PublicFolderMailboxMigrationRequestStatistics": "move-and-migration", - "Get-PublicFolderMigrationRequest": "move-and-migration", - "Get-PublicFolderMigrationRequestStatistics": "move-and-migration", - "Get-PublicFolderMoveRequest": "move-and-migration", - "Get-PublicFolderMoveRequestStatistics": "move-and-migration", - "New-MigrationBatch": "move-and-migration", - "New-MigrationEndpoint": "move-and-migration", - "New-MoveRequest": "move-and-migration", - "New-PublicFolderMigrationRequest": "move-and-migration", - "New-PublicFolderMoveRequest": "move-and-migration", - "Remove-MigrationBatch": "move-and-migration", - "Remove-MigrationEndpoint": "move-and-migration", - "Remove-MigrationUser": "move-and-migration", - "Remove-MoveRequest": "move-and-migration", - "Remove-PublicFolderMailboxMigrationRequest": "move-and-migration", - "Remove-PublicFolderMigrationRequest": "move-and-migration", - "Remove-PublicFolderMoveRequest": "move-and-migration", - "Resume-MoveRequest": "move-and-migration", - "Resume-PublicFolderMigrationRequest": "move-and-migration", - "Resume-PublicFolderMoveRequest": "move-and-migration", - "Set-MigrationBatch": "move-and-migration", - "Set-MigrationConfig": "move-and-migration", - "Set-MigrationEndpoint": "move-and-migration", - "Set-MoveRequest": "move-and-migration", - "Set-PublicFolderMigrationRequest": "move-and-migration", - "Set-PublicFolderMoveRequest": "move-and-migration", - "Start-MigrationBatch": "move-and-migration", - "Stop-MigrationBatch": "move-and-migration", - "Suspend-MoveRequest": "move-and-migration", - "Suspend-PublicFolderMailboxMigrationRequest": "move-and-migration", - "Suspend-PublicFolderMigrationRequest": "move-and-migration", - "Suspend-PublicFolderMoveRequest": "move-and-migration", - "Test-MigrationServerAvailability": "move-and-migration", - "Disable-CmdletExtensionAgent": "organization", - "Enable-CmdletExtensionAgent": "organization", - "Get-AuthConfig": "organization", - "Get-AuthServer": "organization", - "Get-CmdletExtensionAgent": "organization", - "Get-ExchangeAssistanceConfig": "organization", - "Get-ExchangeDiagnosticInfo": "organization", - "Get-ExchangeServer": "organization", - "Get-ExchangeServerAccessLicense": "organization", - "Get-ExchangeServerAccessLicenseUser": "organization", - "Get-ExchangeSettings": "organization", - "Get-Notification": "organization", - "Get-OrganizationConfig": "organization", - "Get-PartnerApplication": "organization", - "Get-SettingOverride": "organization", - "New-AuthServer": "organization", - "New-ExchangeSettings": "organization", - "New-PartnerApplication": "organization", - "New-SettingOverride": "organization", - "Remove-AuthServer": "organization", - "Remove-PartnerApplication": "organization", - "Remove-SettingOverride": "organization", - "Set-AuthConfig": "organization", - "Set-AuthServer": "organization", - "Set-CmdletExtensionAgent": "organization", - "Set-ExchangeAssistanceConfig": "organization", - "Set-ExchangeServer": "organization", - "Set-ExchangeSettings": "organization", - "Set-Notification": "organization", - "Set-OrganizationConfig": "organization", - "Set-PartnerApplication": "organization", - "Set-SettingOverride": "organization", - "Test-OAuthConnectivity": "organization", - "Update-ExchangeHelp": "organization", - "Disable-JournalRule": "policy-and-compliance", - "Disable-OutlookProtectionRule": "policy-and-compliance", - "Disable-TransportRule": "policy-and-compliance", - "Enable-JournalRule": "policy-and-compliance", - "Enable-OutlookProtectionRule": "policy-and-compliance", - "Enable-TransportRule": "policy-and-compliance", - "Export-JournalRuleCollection": "policy-and-compliance", - "Export-TransportRuleCollection": "policy-and-compliance", - "Get-JournalRule": "policy-and-compliance", - "Get-MessageClassification": "policy-and-compliance", - "Get-OutlookProtectionRule": "policy-and-compliance", - "Get-TransportRule": "policy-and-compliance", - "Get-TransportRuleAction": "policy-and-compliance", - "Get-TransportRulePredicate": "policy-and-compliance", - "Import-JournalRuleCollection": "policy-and-compliance", - "Import-TransportRuleCollection": "policy-and-compliance", - "New-JournalRule": "policy-and-compliance", - "New-MessageClassification": "policy-and-compliance", - "New-OutlookProtectionRule": "policy-and-compliance", - "New-TransportRule": "policy-and-compliance", - "Remove-JournalRule": "policy-and-compliance", - "Remove-MessageClassification": "policy-and-compliance", - "Remove-OutlookProtectionRule": "policy-and-compliance", - "Remove-TransportRule": "policy-and-compliance", - "Set-JournalRule": "policy-and-compliance", - "Set-MessageClassification": "policy-and-compliance", - "Set-OutlookProtectionRule": "policy-and-compliance", - "Set-TransportRule": "policy-and-compliance", - "Test-ArchiveConnectivity": "policy-and-compliance", - "Get-AdminAuditLogConfig": "policy-and-compliance-audit", - "Get-AuditLogSearch": "policy-and-compliance-audit", - "Get-MailboxAuditBypassAssociation": "policy-and-compliance-audit", - "New-AdminAuditLogSearch": "policy-and-compliance-audit", - "New-MailboxAuditLogSearch": "policy-and-compliance-audit", - "Search-AdminAuditLog": "policy-and-compliance-audit", - "Search-MailboxAuditLog": "policy-and-compliance-audit", - "Set-AdminAuditLogConfig": "policy-and-compliance-audit", - "Set-MailboxAuditBypassAssociation": "policy-and-compliance-audit", - "Write-AdminAuditLog": "policy-and-compliance-audit", - "Get-ComplianceSearch": "policy-and-compliance-content-search", - "Get-ComplianceSearchAction": "policy-and-compliance-content-search", - "Get-MailboxSearch": "policy-and-compliance-content-search", - "New-ComplianceSearch": "policy-and-compliance-content-search", - "New-ComplianceSearchAction": "policy-and-compliance-content-search", - "New-MailboxSearch": "policy-and-compliance-content-search", - "Remove-ComplianceSearch": "policy-and-compliance-content-search", - "Remove-MailboxSearch": "policy-and-compliance-content-search", - "Set-ComplianceSearch": "policy-and-compliance-content-search", - "Set-MailboxSearch": "policy-and-compliance-content-search", - "Start-ComplianceSearch": "policy-and-compliance-content-search", - "Start-MailboxSearch": "policy-and-compliance-content-search", - "Stop-ComplianceSearch": "policy-and-compliance-content-search", - "Stop-MailboxSearch": "policy-and-compliance-content-search", - "Export-DlpPolicyCollection": "policy-and-compliance-dlp", - "Get-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Get-DataClassification": "policy-and-compliance-dlp", - "Get-DlpPolicy": "policy-and-compliance-dlp", - "Get-DlpPolicyTemplate": "policy-and-compliance-dlp", - "Get-PolicyTipConfig": "policy-and-compliance-dlp", - "Import-DlpPolicyCollection": "policy-and-compliance-dlp", - "Import-DlpPolicyTemplate": "policy-and-compliance-dlp", - "New-ClassificationRuleCollection": "policy-and-compliance-dlp", - "New-DataClassification": "policy-and-compliance-dlp", - "New-DlpPolicy": "policy-and-compliance-dlp", - "New-Fingerprint": "policy-and-compliance-dlp", - "New-PolicyTipConfig": "policy-and-compliance-dlp", - "Remove-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Remove-DataClassification": "policy-and-compliance-dlp", - "Remove-DlpPolicy": "policy-and-compliance-dlp", - "Remove-DlpPolicyTemplate": "policy-and-compliance-dlp", - "Remove-PolicyTipConfig": "policy-and-compliance-dlp", - "Set-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Set-DataClassification": "policy-and-compliance-dlp", - "Set-DlpPolicy": "policy-and-compliance-dlp", - "Set-PolicyTipConfig": "policy-and-compliance-dlp", - "Get-RetentionPolicy": "policy-and-compliance-retention", - "Get-RetentionPolicyTag": "policy-and-compliance-retention", - "New-RetentionPolicy": "policy-and-compliance-retention", - "New-RetentionPolicyTag": "policy-and-compliance-retention", - "Remove-RetentionPolicy": "policy-and-compliance-retention", - "Remove-RetentionPolicyTag": "policy-and-compliance-retention", - "Set-RetentionPolicy": "policy-and-compliance-retention", - "Set-RetentionPolicyTag": "policy-and-compliance-retention", - "Start-ManagedFolderAssistant": "policy-and-compliance-retention", - "Stop-ManagedFolderAssistant": "policy-and-compliance-retention", - "Add-ManagementRoleEntry": "role-based-access-control", - "Add-RoleGroupMember": "role-based-access-control", - "Get-ManagementRole": "role-based-access-control", - "Get-ManagementRoleAssignment": "role-based-access-control", - "Get-ManagementRoleEntry": "role-based-access-control", - "Get-ManagementScope": "role-based-access-control", - "Get-RoleAssignmentPolicy": "role-based-access-control", - "Get-RoleGroup": "role-based-access-control", - "Get-RoleGroupMember": "role-based-access-control", - "New-ManagementRole": "role-based-access-control", - "New-ManagementRoleAssignment": "role-based-access-control", - "New-ManagementScope": "role-based-access-control", - "New-RoleAssignmentPolicy": "role-based-access-control", - "New-RoleGroup": "role-based-access-control", - "Remove-ManagementRole": "role-based-access-control", - "Remove-ManagementRoleAssignment": "role-based-access-control", - "Remove-ManagementRoleEntry": "role-based-access-control", - "Remove-ManagementScope": "role-based-access-control", - "Remove-RoleAssignmentPolicy": "role-based-access-control", - "Remove-RoleGroup": "role-based-access-control", - "Remove-RoleGroupMember": "role-based-access-control", - "Set-ManagementRoleAssignment": "role-based-access-control", - "Set-ManagementRoleEntry": "role-based-access-control", - "Set-ManagementScope": "role-based-access-control", - "Set-RoleAssignmentPolicy": "role-based-access-control", - "Set-RoleGroup": "role-based-access-control", - "Update-RoleGroupMember": "role-based-access-control", - "Add-GlobalMonitoringOverride": "server-health-and-performance", - "Add-ServerMonitoringOverride": "server-health-and-performance", - "Get-EventLogLevel": "server-health-and-performance", - "Get-GlobalMonitoringOverride": "server-health-and-performance", - "Get-HealthReport": "server-health-and-performance", - "Get-MonitoringItemHelp": "server-health-and-performance", - "Get-MonitoringItemIdentity": "server-health-and-performance", - "Get-ServerComponentState": "server-health-and-performance", - "Get-ServerHealth": "server-health-and-performance", - "Get-ServerMonitoringOverride": "server-health-and-performance", - "Get-ThrottlingPolicy": "server-health-and-performance", - "Get-ThrottlingPolicyAssociation": "server-health-and-performance", - "Invoke-MonitoringProbe": "server-health-and-performance", - "New-ThrottlingPolicy": "server-health-and-performance", - "Remove-GlobalMonitoringOverride": "server-health-and-performance", - "Remove-ServerMonitoringOverride": "server-health-and-performance", - "Remove-ThrottlingPolicy": "server-health-and-performance", - "Set-EventLogLevel": "server-health-and-performance", - "Set-ServerComponentState": "server-health-and-performance", - "Set-ServerMonitor": "server-health-and-performance", - "Set-ThrottlingPolicy": "server-health-and-performance", - "Set-ThrottlingPolicyAssociation": "server-health-and-performance", - "Test-ServiceHealth": "server-health-and-performance", - "Add-AvailabilityAddressSpace": "sharing-and-collaboration", - "Add-PublicFolderClientPermission": "sharing-and-collaboration", - "Disable-MailPublicFolder": "sharing-and-collaboration", - "Enable-MailPublicFolder": "sharing-and-collaboration", - "Get-AvailabilityAddressSpace": "sharing-and-collaboration", - "Get-AvailabilityConfig": "sharing-and-collaboration", - "Get-MailPublicFolder": "sharing-and-collaboration", - "Get-OrganizationRelationship": "sharing-and-collaboration", - "Get-PublicFolder": "sharing-and-collaboration", - "Get-PublicFolderClientPermission": "sharing-and-collaboration", - "Get-PublicFolderDatabase": "sharing-and-collaboration", - "Get-PublicFolderItemStatistics": "sharing-and-collaboration", - "Get-PublicFolderMailboxDiagnostics": "sharing-and-collaboration", - "Get-PublicFolderStatistics": "sharing-and-collaboration", - "Get-SharingPolicy": "sharing-and-collaboration", - "Get-SiteMailbox": "sharing-and-collaboration", - "Get-SiteMailboxDiagnostics": "sharing-and-collaboration", - "Get-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "New-OrganizationRelationship": "sharing-and-collaboration", - "New-PublicFolder": "sharing-and-collaboration", - "New-SharingPolicy": "sharing-and-collaboration", - "New-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "New-SyncMailPublicFolder": "sharing-and-collaboration", - "Remove-AvailabilityAddressSpace": "sharing-and-collaboration", - "Remove-OrganizationRelationship": "sharing-and-collaboration", - "Remove-PublicFolder": "sharing-and-collaboration", - "Remove-PublicFolderClientPermission": "sharing-and-collaboration", - "Remove-SharingPolicy": "sharing-and-collaboration", - "Remove-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "Remove-SyncMailPublicFolder": "sharing-and-collaboration", - "Set-AvailabilityConfig": "sharing-and-collaboration", - "Set-MailPublicFolder": "sharing-and-collaboration", - "Set-OrganizationRelationship": "sharing-and-collaboration", - "Set-PublicFolder": "sharing-and-collaboration", - "Set-SharingPolicy": "sharing-and-collaboration", - "Set-SiteMailbox": "sharing-and-collaboration", - "Set-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "Test-OrganizationRelationship": "sharing-and-collaboration", - "Test-SiteMailbox": "sharing-and-collaboration", - "Update-PublicFolderMailbox": "sharing-and-collaboration", - "Update-SiteMailbox": "sharing-and-collaboration", - "Disable-UMAutoAttendant": "unified-messaging", - "Disable-UMCallAnsweringRule": "unified-messaging", - "Disable-UMIPGateway": "unified-messaging", - "Disable-UMMailbox": "unified-messaging", - "Disable-UMService": "unified-messaging", - "Enable-UMAutoAttendant": "unified-messaging", - "Enable-UMCallAnsweringRule": "unified-messaging", - "Enable-UMIPGateway": "unified-messaging", - "Enable-UMMailbox": "unified-messaging", - "Enable-UMService": "unified-messaging", - "Export-UMPrompt": "unified-messaging", - "Get-OnlineMeetingConfiguration": "unified-messaging", - "Get-UMActiveCalls": "unified-messaging", - "Get-UMAutoAttendant": "unified-messaging", - "Get-UMCallAnsweringRule": "unified-messaging", - "Get-UMCallDataRecord": "unified-messaging", - "Get-UMCallRouterSettings": "unified-messaging", - "Get-UMCallSummaryReport": "unified-messaging", - "Get-UMDialPlan": "unified-messaging", - "Get-UMHuntGroup": "unified-messaging", - "Get-UMIPGateway": "unified-messaging", - "Get-UMMailbox": "unified-messaging", - "Get-UMMailboxPIN": "unified-messaging", - "Get-UMMailboxPolicy": "unified-messaging", - "Get-UMService": "unified-messaging", - "Import-UMPrompt": "unified-messaging", - "New-UMAutoAttendant": "unified-messaging", - "New-UMCallAnsweringRule": "unified-messaging", - "New-UMDialPlan": "unified-messaging", - "New-UMHuntGroup": "unified-messaging", - "New-UMIPGateway": "unified-messaging", - "New-UMMailboxPolicy": "unified-messaging", - "Remove-UMAutoAttendant": "unified-messaging", - "Remove-UMCallAnsweringRule": "unified-messaging", - "Remove-UMDialPlan": "unified-messaging", - "Remove-UMHuntGroup": "unified-messaging", - "Remove-UMIPGateway": "unified-messaging", - "Remove-UMMailboxPolicy": "unified-messaging", - "Set-UMAutoAttendant": "unified-messaging", - "Set-UMCallAnsweringRule": "unified-messaging", - "Set-UMCallRouterSettings": "unified-messaging", - "Set-UMDialPlan": "unified-messaging", - "Set-UMIPGateway": "unified-messaging", - "Set-UMMailbox": "unified-messaging", - "Set-UMMailboxPIN": "unified-messaging", - "Set-UMMailboxPolicy": "unified-messaging", - "Set-UMService": "unified-messaging", - "Test-ExchangeUMCallFlow": "unified-messaging", - "Test-UMConnectivity": "unified-messaging", - "Add-DistributionGroupMember": "users-and-groups", - "Disable-DistributionGroup": "users-and-groups", - "Disable-MailContact": "users-and-groups", - "Disable-MailUser": "users-and-groups", - "Enable-DistributionGroup": "users-and-groups", - "Enable-MailContact": "users-and-groups", - "Enable-MailUser": "users-and-groups", - "Get-Contact": "users-and-groups", - "Get-DistributionGroup": "users-and-groups", - "Get-DistributionGroupMember": "users-and-groups", - "Get-DynamicDistributionGroup": "users-and-groups", - "Get-Group": "users-and-groups", - "Get-MailContact": "users-and-groups", - "Get-MailUser": "users-and-groups", - "Get-Recipient": "users-and-groups", - "Get-SecurityPrincipal": "users-and-groups", - "Get-User": "users-and-groups", - "New-DistributionGroup": "users-and-groups", - "New-DynamicDistributionGroup": "users-and-groups", - "New-MailContact": "users-and-groups", - "New-MailUser": "users-and-groups", - "Remove-DistributionGroup": "users-and-groups", - "Remove-DistributionGroupMember": "users-and-groups", - "Remove-DynamicDistributionGroup": "users-and-groups", - "Remove-MailContact": "users-and-groups", - "Remove-MailUser": "users-and-groups", - "Set-Contact": "users-and-groups", - "Set-DistributionGroup": "users-and-groups", - "Set-DynamicDistributionGroup": "users-and-groups", - "Set-Group": "users-and-groups", - "Set-MailContact": "users-and-groups", - "Set-MailUser": "users-and-groups", - "Set-User": "users-and-groups", - "Update-DistributionGroupMember": "users-and-groups" -} \ No newline at end of file diff --git a/exchange/mapping/exchangeonlinemapping.json b/exchange/mapping/exchangeonlinemapping.json deleted file mode 100644 index 9dccfb45fd..0000000000 --- a/exchange/mapping/exchangeonlinemapping.json +++ /dev/null @@ -1,651 +0,0 @@ -{ - "Get-OrganizationalUnit": "active-directory", - "Disable-AntiPhishRule": "advanced-threat-protection", - "Disable-SafeAttachmentRule": "advanced-threat-protection", - "Disable-SafeLinksRule": "advanced-threat-protection", - "Enable-AntiPhishRule": "advanced-threat-protection", - "Enable-SafeAttachmentRule": "advanced-threat-protection", - "Enable-SafeLinksRule": "advanced-threat-protection", - "Get-AdvancedThreatProtectionTrafficReport": "advanced-threat-protection", - "Get-AntiPhishPolicy": "advanced-threat-protection", - "Get-AntiPhishRule": "advanced-threat-protection", - "Get-AtpPolicyForO365": "advanced-threat-protection", - "Get-MailDetailATPReport": "advanced-threat-protection", - "Get-MailTrafficATPReport": "advanced-threat-protection", - "Get-PhishFilterPolicy": "advanced-threat-protection", - "Get-SafeAttachmentPolicy": "advanced-threat-protection", - "Get-SafeAttachmentRule": "advanced-threat-protection", - "Get-SafeLinksPolicy": "advanced-threat-protection", - "Get-SafeLinksRule": "advanced-threat-protection", - "Get-SpoofMailReport": "advanced-threat-protection", - "Get-UrlTrace": "advanced-threat-protection", - "New-AntiPhishPolicy": "advanced-threat-protection", - "New-AntiPhishRule": "advanced-threat-protection", - "New-SafeAttachmentPolicy": "advanced-threat-protection", - "New-SafeAttachmentRule": "advanced-threat-protection", - "New-SafeLinksPolicy": "advanced-threat-protection", - "New-SafeLinksRule": "advanced-threat-protection", - "Remove-AntiPhishPolicy": "advanced-threat-protection", - "Remove-AntiPhishRule": "advanced-threat-protection", - "Remove-SafeAttachmentPolicy": "advanced-threat-protection", - "Remove-SafeAttachmentRule": "advanced-threat-protection", - "Remove-SafeLinksPolicy": "advanced-threat-protection", - "Remove-SafeLinksRule": "advanced-threat-protection", - "Set-AntiPhishPolicy": "advanced-threat-protection", - "Set-AntiPhishRule": "advanced-threat-protection", - "Set-AtpPolicyForO365": "advanced-threat-protection", - "Set-PhishFilterPolicy": "advanced-threat-protection", - "Set-SafeAttachmentPolicy": "advanced-threat-protection", - "Set-SafeAttachmentRule": "advanced-threat-protection", - "Set-SafeLinksPolicy": "advanced-threat-protection", - "Set-SafeLinksRule": "advanced-threat-protection", - "Delete-QuarantineMessage": "antispam-antimalware", - "Disable-HostedContentFilterRule": "antispam-antimalware", - "Disable-MalwareFilterRule": "antispam-antimalware", - "Enable-HostedContentFilterRule": "antispam-antimalware", - "Enable-MalwareFilterRule": "antispam-antimalware", - "Export-QuarantineMessage": "antispam-antimalware", - "Get-DkimSigningConfig": "antispam-antimalware", - "Get-HostedConnectionFilterPolicy": "antispam-antimalware", - "Get-HostedContentFilterPolicy": "antispam-antimalware", - "Get-HostedContentFilterRule": "antispam-antimalware", - "Get-HostedOutboundSpamFilterPolicy": "antispam-antimalware", - "Get-MailboxJunkEmailConfiguration": "antispam-antimalware", - "Get-MalwareFilterPolicy": "antispam-antimalware", - "Get-MalwareFilterRule": "antispam-antimalware", - "Get-QuarantineMessage": "antispam-antimalware", - "Get-QuarantineMessageHeader": "antispam-antimalware", - "New-DkimSigningConfig": "antispam-antimalware", - "New-HostedContentFilterPolicy": "antispam-antimalware", - "New-HostedContentFilterRule": "antispam-antimalware", - "New-MalwareFilterPolicy": "antispam-antimalware", - "New-MalwareFilterRule": "antispam-antimalware", - "Preview-QuarantineMessage": "antispam-antimalware", - "Release-QuarantineMessage": "antispam-antimalware", - "Remove-HostedContentFilterPolicy": "antispam-antimalware", - "Remove-HostedContentFilterRule": "antispam-antimalware", - "Remove-MalwareFilterPolicy": "antispam-antimalware", - "Remove-MalwareFilterRule": "antispam-antimalware", - "Rotate-DkimSigningConfig": "antispam-antimalware", - "Set-DkimSigningConfig": "antispam-antimalware", - "Set-HostedConnectionFilterPolicy": "antispam-antimalware", - "Set-HostedContentFilterPolicy": "antispam-antimalware", - "Set-HostedContentFilterRule": "antispam-antimalware", - "Set-HostedOutboundSpamFilterPolicy": "antispam-antimalware", - "Set-MailboxJunkEmailConfiguration": "antispam-antimalware", - "Set-MalwareFilterPolicy": "antispam-antimalware", - "Set-MalwareFilterRule": "antispam-antimalware", - "Clear-TextMessagingAccount": "client-access", - "Compare-TextMessagingVerificationCode": "client-access", - "Get-CASMailbox": "client-access", - "Get-CASMailboxPlan": "client-access", - "Get-ClientAccessRule": "client-access", - "Get-MailboxCalendarConfiguration": "client-access", - "Get-MailboxMessageConfiguration": "client-access", - "Get-MailboxRegionalConfiguration": "client-access", - "Get-MailboxSpellingConfiguration": "client-access", - "Get-OwaMailboxPolicy": "client-access", - "Get-TextMessagingAccount": "client-access", - "New-ClientAccessRule": "client-access", - "New-OwaMailboxPolicy": "client-access", - "Remove-ClientAccessRule": "client-access", - "Remove-OwaMailboxPolicy": "client-access", - "Send-TextMessagingVerificationCode": "client-access", - "Set-CASMailbox": "client-access", - "set-CASMailboxPlan": "client-access", - "Set-ClientAccessRule": "client-access", - "Set-MailboxCalendarConfiguration": "client-access", - "Set-MailboxMessageConfiguration": "client-access", - "Set-MailboxRegionalConfiguration": "client-access", - "Set-MailboxSpellingConfiguration": "client-access", - "Set-OwaMailboxPolicy": "client-access", - "Set-TextMessagingAccount": "client-access", - "Test-ClientAccessRule": "client-access", - "Get-ConnectSubscription": "connected-accounts", - "Get-HotmailSubscription": "connected-accounts", - "Get-ImapSubscription": "connected-accounts", - "Get-PopSubscription": "connected-accounts", - "Get-SendAddress": "connected-accounts", - "Get-Subscription": "connected-accounts", - "New-ConnectSubscription": "connected-accounts", - "New-HotmailSubscription": "connected-accounts", - "New-ImapSubscription": "connected-accounts", - "New-PopSubscription": "connected-accounts", - "New-Subscription": "connected-accounts", - "Remove-ConnectSubscription": "connected-accounts", - "Remove-Subscription": "connected-accounts", - "Set-ConnectSubscription": "connected-accounts", - "Set-HotmailSubscription": "connected-accounts", - "Set-ImapSubscription": "connected-accounts", - "Set-PopSubscription": "connected-accounts", - "Clear-ActiveSyncDevice": "devices", - "Clear-MobileDevice": "devices", - "Get-ActiveSyncDevice": "devices", - "Get-ActiveSyncDeviceAccessRule": "devices", - "Get-ActiveSyncDeviceClass": "devices", - "Get-ActiveSyncDeviceStatistics": "devices", - "Get-ActiveSyncMailboxPolicy": "devices", - "Get-ActiveSyncOrganizationSettings": "devices", - "Get-MobileDevice": "devices", - "Get-MobileDeviceMailboxPolicy": "devices", - "Get-MobileDeviceStatistics": "devices", - "New-ActiveSyncDeviceAccessRule": "devices", - "New-ActiveSyncMailboxPolicy": "devices", - "New-MobileDeviceMailboxPolicy": "devices", - "Remove-ActiveSyncDevice": "devices", - "Remove-ActiveSyncDeviceAccessRule": "devices", - "Remove-ActiveSyncMailboxPolicy": "devices", - "Remove-MobileDevice": "devices", - "Remove-MobileDeviceMailboxPolicy": "devices", - "Set-ActiveSyncDeviceAccessRule": "devices", - "Set-ActiveSyncMailboxPolicy": "devices", - "Set-ActiveSyncOrganizationSettings": "devices", - "Set-MobileDeviceMailboxPolicy": "devices", - "Get-AddressBookPolicy": "email-addresses-and-address-books", - "Get-AddressList": "email-addresses-and-address-books", - "Get-EmailAddressPolicy": "email-addresses-and-address-books", - "Get-GlobalAddressList": "email-addresses-and-address-books", - "Get-OfflineAddressBook": "email-addresses-and-address-books", - "New-AddressBookPolicy": "email-addresses-and-address-books", - "New-AddressList": "email-addresses-and-address-books", - "New-EmailAddressPolicy": "email-addresses-and-address-books", - "New-GlobalAddressList": "email-addresses-and-address-books", - "New-OfflineAddressBook": "email-addresses-and-address-books", - "Remove-AddressBookPolicy": "email-addresses-and-address-books", - "Remove-AddressList": "email-addresses-and-address-books", - "Remove-EmailAddressPolicy": "email-addresses-and-address-books", - "Remove-GlobalAddressList": "email-addresses-and-address-books", - "Remove-OfflineAddressBook": "email-addresses-and-address-books", - "Set-AddressBookPolicy": "email-addresses-and-address-books", - "Set-AddressList": "email-addresses-and-address-books", - "Set-EmailAddressPolicy": "email-addresses-and-address-books", - "Set-GlobalAddressList": "email-addresses-and-address-books", - "Set-OfflineAddressBook": "email-addresses-and-address-books", - "Get-DataEncryptionPolicy": "encryption-and-certificates", - "Get-IRMConfiguration": "encryption-and-certificates", - "Get-OMEConfiguration": "encryption-and-certificates", - "Get-RMSTemplate": "encryption-and-certificates", - "Get-RMSTrustedPublishingDomain": "encryption-and-certificates", - "Get-SmimeConfig": "encryption-and-certificates", - "Import-RMSTrustedPublishingDomain": "encryption-and-certificates", - "New-DataEncryptionPolicy": "encryption-and-certificates", - "Remove-RMSTrustedPublishingDomain": "encryption-and-certificates", - "Set-DataEncryptionPolicy": "encryption-and-certificates", - "Set-IRMConfiguration": "encryption-and-certificates", - "Set-OMEConfiguration": "encryption-and-certificates", - "Set-RMSTemplate": "encryption-and-certificates", - "Set-RMSTrustedPublishingDomain": "encryption-and-certificates", - "Set-SmimeConfig": "encryption-and-certificates", - "Test-IRMConfiguration": "encryption-and-certificates", - "Get-FederatedOrganizationIdentifier": "federation-and-hybrid", - "Get-FederationInformation": "federation-and-hybrid", - "Get-FederationTrust": "federation-and-hybrid", - "Get-HybridMailflow": "federation-and-hybrid", - "Get-HybridMailflowDatacenterIPs": "federation-and-hybrid", - "Get-IntraOrganizationConfiguration": "federation-and-hybrid", - "Get-IntraOrganizationConnector": "federation-and-hybrid", - "Get-OnPremisesOrganization": "federation-and-hybrid", - "New-IntraOrganizationConnector": "federation-and-hybrid", - "New-OnPremisesOrganization": "federation-and-hybrid", - "Remove-HybridConfiguration": "federation-and-hybrid", - "Remove-IntraOrganizationConnector": "federation-and-hybrid", - "Remove-OnPremisesOrganization": "federation-and-hybrid", - "Set-FederatedOrganizationIdentifier": "federation-and-hybrid", - "Set-HybridMailflow": "federation-and-hybrid", - "Set-IntraOrganizationConnector": "federation-and-hybrid", - "Set-OnPremisesOrganization": "federation-and-hybrid", - "Update-HybridConfiguration": "federation-and-hybrid", - "Update-Recipient": "federation-and-hybrid", - "Get-FailedContentIndexDocuments": "mailbox-databases-and-servers", - "Get-SearchDocumentFormat": "mailbox-databases-and-servers", - "Add-MailboxFolderPermission": "mailboxes", - "Add-MailboxPermission": "mailboxes", - "Add-RecipientPermission": "mailboxes", - "Disable-App": "mailboxes", - "Disable-InboxRule": "mailboxes", - "Disable-Mailbox": "mailboxes", - "Disable-SweepRule": "mailboxes", - "Enable-App": "mailboxes", - "Enable-InboxRule": "mailboxes", - "Enable-Mailbox": "mailboxes", - "Enable-SweepRule": "mailboxes", - "Export-MailboxDiagnosticLogs": "mailboxes", - "Get-App": "mailboxes", - "Get-CalendarDiagnosticAnalysis": "mailboxes", - "Get-CalendarDiagnosticLog": "mailboxes", - "Get-CalendarDiagnosticObjects": "mailboxes", - "Get-CalendarNotification": "mailboxes", - "Get-CalendarProcessing": "mailboxes", - "Get-Clutter": "mailboxes", - "Get-FocusedInbox": "mailboxes", - "Get-InboxRule": "mailboxes", - "Get-Mailbox": "mailboxes", - "Get-MailboxAutoReplyConfiguration": "mailboxes", - "Get-MailboxCalendarFolder": "mailboxes", - "Get-MailboxFolder": "mailboxes", - "Get-MailboxFolderPermission": "mailboxes", - "Get-MailboxFolderStatistics": "mailboxes", - "Get-MailboxImportRequest": "mailboxes", - "Get-MailboxImportRequestStatistics": "mailboxes", - "Get-MailboxLocation": "mailboxes", - "Get-MailboxPermission": "mailboxes", - "Get-MailboxPlan": "mailboxes", - "Get-MailboxRestoreRequest": "mailboxes", - "Get-MailboxRestoreRequestStatistics": "mailboxes", - "Get-MailboxStatistics": "mailboxes", - "Get-MailboxUserConfiguration": "mailboxes", - "Get-MessageCategory": "mailboxes", - "Get-RecipientPermission": "mailboxes", - "Get-RecoverableItems": "mailboxes", - "Get-ResourceConfig": "mailboxes", - "Get-SweepRule": "mailboxes", - "Get-UserPhoto": "mailboxes", - "Import-ContactList": "mailboxes", - "Import-RecipientDataProperty": "mailboxes", - "New-App": "mailboxes", - "New-InboxRule": "mailboxes", - "New-Mailbox": "mailboxes", - "New-MailboxFolder": "mailboxes", - "New-MailboxImportRequest": "mailboxes", - "New-MailboxRestoreRequest": "mailboxes", - "New-MailMessage": "mailboxes", - "New-SweepRule": "mailboxes", - "Remove-App": "mailboxes", - "Remove-CalendarEvents": "mailboxes", - "Remove-InboxRule": "mailboxes", - "Remove-Mailbox": "mailboxes", - "Remove-MailboxFolderPermission": "mailboxes", - "Remove-MailboxImportRequest": "mailboxes", - "Remove-MailboxPermission": "mailboxes", - "Remove-MailboxRestoreRequest": "mailboxes", - "Remove-MailboxUserConfiguration": "mailboxes", - "Remove-RecipientPermission": "mailboxes", - "Remove-SweepRule": "mailboxes", - "Remove-UserPhoto": "mailboxes", - "Restore-RecoverableItems": "mailboxes", - "Resume-MailboxImportRequest": "mailboxes", - "Resume-MailboxRestoreRequest": "mailboxes", - "Search-Mailbox": "mailboxes", - "Set-App": "mailboxes", - "Set-CalendarNotification": "mailboxes", - "Set-CalendarProcessing": "mailboxes", - "Set-Clutter": "mailboxes", - "Set-FocusedInbox": "mailboxes", - "Set-InboxRule": "mailboxes", - "Set-Mailbox": "mailboxes", - "Set-MailboxAutoReplyConfiguration": "mailboxes", - "Set-MailboxCalendarFolder": "mailboxes", - "Set-MailboxFolderPermission": "mailboxes", - "Set-MailboxImportRequest": "mailboxes", - "Set-MailboxPlan": "mailboxes", - "Set-MailboxRestoreRequest": "mailboxes", - "Set-ResourceConfig": "mailboxes", - "Set-SweepRule": "mailboxes", - "Set-UserPhoto": "mailboxes", - "Suspend-MailboxImportRequest": "mailboxes", - "Suspend-MailboxRestoreRequest": "mailboxes", - "Test-MAPIConnectivity": "mailboxes", - "Undo-SoftDeletedMailbox": "mailboxes", - "Get-AcceptedDomain": "mail-flow", - "Get-InboundConnector": "mail-flow", - "Get-MessageTrace": "mail-flow", - "Get-MessageTraceDetail": "mail-flow", - "Get-MessageTrackingReport": "mail-flow", - "Get-OutboundConnector": "mail-flow", - "Get-RemoteDomain": "mail-flow", - "Get-TransportConfig": "mail-flow", - "New-InboundConnector": "mail-flow", - "New-OutboundConnector": "mail-flow", - "New-RemoteDomain": "mail-flow", - "Remove-InboundConnector": "mail-flow", - "Remove-OutboundConnector": "mail-flow", - "Remove-RemoteDomain": "mail-flow", - "Search-MessageTrackingReport": "mail-flow", - "Set-AcceptedDomain": "mail-flow", - "Set-InboundConnector": "mail-flow", - "Set-OutboundConnector": "mail-flow", - "Set-RemoteDomain": "mail-flow", - "Set-TransportConfig": "mail-flow", - "Start-HistoricalSearch": "mail-flow", - "Stop-HistoricalSearch": "mail-flow", - "Validate-OutboundConnector": "mail-flow", - "Complete-MigrationBatch": "move-and-migration", - "Export-MigrationReport": "move-and-migration", - "Get-MigrationBatch": "move-and-migration", - "Get-MigrationConfig": "move-and-migration", - "Get-MigrationEndpoint": "move-and-migration", - "Get-MigrationStatistics": "move-and-migration", - "Get-MigrationUser": "move-and-migration", - "Get-MigrationUserStatistics": "move-and-migration", - "Get-MoveRequest": "move-and-migration", - "Get-MoveRequestStatistics": "move-and-migration", - "Get-PublicFolderMailboxMigrationRequest": "move-and-migration", - "Get-PublicFolderMailboxMigrationRequestStatistics": "move-and-migration", - "Get-PublicFolderMigrationRequest": "move-and-migration", - "Get-PublicFolderMigrationRequestStatistics": "move-and-migration", - "New-MigrationBatch": "move-and-migration", - "New-MigrationEndpoint": "move-and-migration", - "New-MoveRequest": "move-and-migration", - "New-PublicFolderMigrationRequest": "move-and-migration", - "Remove-MigrationBatch": "move-and-migration", - "Remove-MigrationEndpoint": "move-and-migration", - "Remove-MigrationUser": "move-and-migration", - "Remove-MoveRequest": "move-and-migration", - "Remove-PublicFolderMigrationRequest": "move-and-migration", - "Resume-MoveRequest": "move-and-migration", - "Resume-PublicFolderMigrationRequest": "move-and-migration", - "Set-MigrationBatch": "move-and-migration", - "Set-MigrationConfig": "move-and-migration", - "Set-MigrationEndpoint": "move-and-migration", - "Set-MigrationUser": "move-and-migration", - "Set-MoveRequest": "move-and-migration", - "Set-PublicFolderMigrationRequest": "move-and-migration", - "Start-MigrationBatch": "move-and-migration", - "Start-MigrationUser": "move-and-migration", - "Stop-MigrationBatch": "move-and-migration", - "Stop-MigrationUser": "move-and-migration", - "Suspend-MoveRequest": "move-and-migration", - "Suspend-PublicFolderMailboxMigrationRequest": "move-and-migration", - "Suspend-PublicFolderMigrationRequest": "move-and-migration", - "Test-MigrationServerAvailability": "move-and-migration", - "Enable-OrganizationCustomization": "organization", - "Get-AccessToCustomerDataRequest": "organization", - "Get-AuthenticationPolicy": "organization", - "Get-AuthServer": "organization", - "Get-Notification": "organization", - "Get-OrganizationConfig": "organization", - "Get-PartnerApplication": "organization", - "Get-PerimeterConfig": "organization", - "New-AuthenticationPolicy": "organization", - "New-PartnerApplication": "organization", - "Remove-AuthenticationPolicy": "organization", - "Remove-PartnerApplication": "organization", - "Set-AccessToCustomerDataRequest": "organization", - "Set-AuthenticationPolicy": "organization", - "Set-Notification": "organization", - "Set-OrganizationConfig": "organization", - "Set-PartnerApplication": "organization", - "Set-PerimeterConfig": "organization", - "Test-OAuthConnectivity": "organization", - "Disable-JournalArchiving": "policy-and-compliance", - "Disable-JournalRule": "policy-and-compliance", - "Disable-OutlookProtectionRule": "policy-and-compliance", - "Disable-TransportRule": "policy-and-compliance", - "Enable-JournalRule": "policy-and-compliance", - "Enable-OutlookProtectionRule": "policy-and-compliance", - "Enable-TransportRule": "policy-and-compliance", - "Export-TransportRuleCollection": "policy-and-compliance", - "Get-AdministrativeUnit": "policy-and-compliance", - "Get-JournalRule": "policy-and-compliance", - "Get-MessageClassification": "policy-and-compliance", - "Get-OutlookProtectionRule": "policy-and-compliance", - "Get-TransportRule": "policy-and-compliance", - "Get-TransportRuleAction": "policy-and-compliance", - "Get-TransportRulePredicate": "policy-and-compliance", - "Import-TransportRuleCollection": "policy-and-compliance", - "New-JournalRule": "policy-and-compliance", - "New-MessageClassification": "policy-and-compliance", - "New-OutlookProtectionRule": "policy-and-compliance", - "New-TransportRule": "policy-and-compliance", - "Remove-JournalRule": "policy-and-compliance", - "Remove-MessageClassification": "policy-and-compliance", - "Remove-OutlookProtectionRule": "policy-and-compliance", - "Remove-TransportRule": "policy-and-compliance", - "Set-JournalRule": "policy-and-compliance", - "Set-MessageClassification": "policy-and-compliance", - "Set-OutlookProtectionRule": "policy-and-compliance", - "Set-TransportRule": "policy-and-compliance", - "Get-AdminAuditLogConfig": "policy-and-compliance-audit", - "Get-AuditLogSearch": "policy-and-compliance-audit", - "Get-MailboxAuditBypassAssociation": "policy-and-compliance-audit", - "New-AdminAuditLogSearch": "policy-and-compliance-audit", - "New-MailboxAuditLogSearch": "policy-and-compliance-audit", - "Search-AdminAuditLog": "policy-and-compliance-audit", - "Search-MailboxAuditLog": "policy-and-compliance-audit", - "Search-UnifiedAuditLog": "policy-and-compliance-audit", - "Set-AdminAuditLogConfig": "policy-and-compliance-audit", - "Set-MailboxAuditBypassAssociation": "policy-and-compliance-audit", - "Write-AdminAuditLog": "policy-and-compliance-audit", - "Get-MailboxSearch": "policy-and-compliance-content-search", - "New-MailboxSearch": "policy-and-compliance-content-search", - "Remove-MailboxSearch": "policy-and-compliance-content-search", - "Set-MailboxSearch": "policy-and-compliance-content-search", - "Start-MailboxSearch": "policy-and-compliance-content-search", - "Stop-MailboxSearch": "policy-and-compliance-content-search", - "Export-DlpPolicyCollection": "policy-and-compliance-dlp", - "Get-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Get-DataClassification": "policy-and-compliance-dlp", - "Get-DataClassificationConfig": "policy-and-compliance-dlp", - "Get-DlpDetailReport": "policy-and-compliance-dlp", - "Get-DlpDetectionsReport": "policy-and-compliance-dlp", - "Get-DlpPolicy": "policy-and-compliance-dlp", - "Get-DlpPolicyTemplate": "policy-and-compliance-dlp", - "Get-DlpSensitiveInformationTypeRulePackage": "policy-and-compliance-dlp", - "Get-DlpSiDetectionsReport": "policy-and-compliance-dlp", - "Get-PolicyTipConfig": "policy-and-compliance-dlp", - "Import-DlpPolicyCollection": "policy-and-compliance-dlp", - "New-ClassificationRuleCollection": "policy-and-compliance-dlp", - "New-DataClassification": "policy-and-compliance-dlp", - "New-DlpPolicy": "policy-and-compliance-dlp", - "New-Fingerprint": "policy-and-compliance-dlp", - "New-PolicyTipConfig": "policy-and-compliance-dlp", - "Remove-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Remove-DataClassification": "policy-and-compliance-dlp", - "Remove-DlpPolicy": "policy-and-compliance-dlp", - "Remove-PolicyTipConfig": "policy-and-compliance-dlp", - "Set-ClassificationRuleCollection": "policy-and-compliance-dlp", - "Set-DataClassification": "policy-and-compliance-dlp", - "Set-DlpPolicy": "policy-and-compliance-dlp", - "Set-PolicyTipConfig": "policy-and-compliance-dlp", - "Get-ComplianceTag": "policy-and-compliance-retention", - "Get-ComplianceTagStorage": "policy-and-compliance-retention", - "Get-DataRetentionReport": "policy-and-compliance-retention", - "Get-RetentionEvent": "policy-and-compliance-retention", - "Get-RetentionPolicy": "policy-and-compliance-retention", - "Get-RetentionPolicyTag": "policy-and-compliance-retention", - "New-RetentionPolicy": "policy-and-compliance-retention", - "New-RetentionPolicyTag": "policy-and-compliance-retention", - "Remove-RetentionPolicy": "policy-and-compliance-retention", - "Remove-RetentionPolicyTag": "policy-and-compliance-retention", - "Set-RetentionPolicy": "policy-and-compliance-retention", - "Set-RetentionPolicyTag": "policy-and-compliance-retention", - "Start-ManagedFolderAssistant": "policy-and-compliance-retention", - "Validate-RetentionRuleQuery": "policy-and-compliance-retention", - "Get-ConnectionByClientTypeDetailReport": "reporting", - "Get-ConnectionByClientTypeReport": "reporting", - "Get-CsActiveUserReport": "reporting", - "Get-CsAVConferenceTimeReport": "reporting", - "Get-CsClientDeviceDetailReport": "reporting", - "Get-CsClientDeviceReport": "reporting", - "Get-CsConferenceReport": "reporting", - "Get-CsP2PAVTimeReport": "reporting", - "Get-CsP2PSessionReport": "reporting", - "Get-CsPSTNConferenceTimeReport": "reporting", - "Get-CsPSTNUsageDetailReport": "reporting", - "Get-CsUserActivitiesReport": "reporting", - "Get-CsUsersBlockedReport": "reporting", - "Get-GroupActivityReport": "reporting", - "Get-HistoricalSearch": "reporting", - "Get-LicenseVsUsageSummaryReport": "reporting", - "Get-MailboxActivityReport": "reporting", - "Get-MailboxUsageDetailReport": "reporting", - "Get-MailboxUsageReport": "reporting", - "Get-MailDetailDlpPolicyReport": "reporting", - "Get-MailDetailMalwareReport": "reporting", - "Get-MailDetailSpamReport": "reporting", - "Get-MailDetailTransportRuleReport": "reporting", - "Get-MailFilterListReport": "reporting", - "Get-MailTrafficPolicyReport": "reporting", - "Get-MailTrafficReport": "reporting", - "Get-MailTrafficSummaryReport": "reporting", - "Get-MailTrafficTopReport": "reporting", - "Get-MxRecordReport": "reporting", - "Get-O365ClientBrowserDetailReport": "reporting", - "Get-O365ClientBrowserReport": "reporting", - "Get-O365ClientOSDetailReport": "reporting", - "Get-O365ClientOSReport": "reporting", - "Get-OutboundConnectorReport": "reporting", - "Get-RecipientStatisticsReport": "reporting", - "Get-ReportExecutionInstance": "reporting", - "Get-SCInsights": "reporting", - "Get-ServiceDeliveryReport": "reporting", - "Get-SPOActiveUserReport": "reporting", - "Get-SPOSkyDriveProDeployedReport": "reporting", - "Get-SPOSkyDriveProStorageReport": "reporting", - "Get-SPOTeamSiteDeployedReport": "reporting", - "Get-SPOTeamSiteStorageReport": "reporting", - "Get-SPOTenantStorageMetricReport": "reporting", - "Get-StaleMailboxDetailReport": "reporting", - "Get-StaleMailboxReport": "reporting", - "Get-SupervisoryReviewPolicyReport": "reporting", - "Get-TenantAnalyticsConfig": "reporting", - "Get-UserAnalyticsConfig": "reporting", - "Set-TenantAnalyticsConfig": "reporting", - "Set-UserAnalyticsConfig": "reporting", - "Add-ManagementRoleEntry": "role-based-access-control", - "Add-RoleGroupMember": "role-based-access-control", - "Get-ManagementRole": "role-based-access-control", - "Get-ManagementRoleAssignment": "role-based-access-control", - "Get-ManagementRoleEntry": "role-based-access-control", - "Get-ManagementScope": "role-based-access-control", - "Get-RoleAssignmentPolicy": "role-based-access-control", - "Get-RoleGroup": "role-based-access-control", - "Get-RoleGroupMember": "role-based-access-control", - "New-ManagementRole": "role-based-access-control", - "New-ManagementRoleAssignment": "role-based-access-control", - "New-ManagementScope": "role-based-access-control", - "New-RoleAssignmentPolicy": "role-based-access-control", - "New-RoleGroup": "role-based-access-control", - "Remove-ManagementRole": "role-based-access-control", - "Remove-ManagementRoleAssignment": "role-based-access-control", - "Remove-ManagementRoleEntry": "role-based-access-control", - "Remove-ManagementScope": "role-based-access-control", - "Remove-RoleAssignmentPolicy": "role-based-access-control", - "Remove-RoleGroup": "role-based-access-control", - "Remove-RoleGroupMember": "role-based-access-control", - "Set-ManagementRoleAssignment": "role-based-access-control", - "Set-ManagementRoleEntry": "role-based-access-control", - "Set-ManagementScope": "role-based-access-control", - "Set-RoleAssignmentPolicy": "role-based-access-control", - "Set-RoleGroup": "role-based-access-control", - "Update-RoleGroupMember": "role-based-access-control", - "Add-AvailabilityAddressSpace": "sharing-and-collaboration", - "Add-PublicFolderClientPermission": "sharing-and-collaboration", - "Disable-MailPublicFolder": "sharing-and-collaboration", - "Enable-MailPublicFolder": "sharing-and-collaboration", - "Get-AvailabilityAddressSpace": "sharing-and-collaboration", - "Get-AvailabilityConfig": "sharing-and-collaboration", - "Get-MailPublicFolder": "sharing-and-collaboration", - "Get-OrganizationRelationship": "sharing-and-collaboration", - "Get-PublicFolder": "sharing-and-collaboration", - "Get-PublicFolderClientPermission": "sharing-and-collaboration", - "Get-PublicFolderItemStatistics": "sharing-and-collaboration", - "Get-PublicFolderMailboxDiagnostics": "sharing-and-collaboration", - "Get-PublicFolderStatistics": "sharing-and-collaboration", - "Get-SharingPolicy": "sharing-and-collaboration", - "Get-SiteMailbox": "sharing-and-collaboration", - "Get-SiteMailboxDiagnostics": "sharing-and-collaboration", - "Get-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "New-AvailabilityConfig": "sharing-and-collaboration", - "New-OrganizationRelationship": "sharing-and-collaboration", - "New-PublicFolder": "sharing-and-collaboration", - "New-SharingPolicy": "sharing-and-collaboration", - "New-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "Remove-AvailabilityAddressSpace": "sharing-and-collaboration", - "Remove-AvailabilityConfig": "sharing-and-collaboration", - "Remove-OrganizationRelationship": "sharing-and-collaboration", - "Remove-PublicFolder": "sharing-and-collaboration", - "Remove-PublicFolderClientPermission": "sharing-and-collaboration", - "Remove-SharingPolicy": "sharing-and-collaboration", - "Set-AvailabilityConfig": "sharing-and-collaboration", - "Set-MailPublicFolder": "sharing-and-collaboration", - "Set-OrganizationRelationship": "sharing-and-collaboration", - "Set-PublicFolder": "sharing-and-collaboration", - "Set-SharingPolicy": "sharing-and-collaboration", - "Set-SiteMailbox": "sharing-and-collaboration", - "Set-SiteMailboxProvisioningPolicy": "sharing-and-collaboration", - "Test-OrganizationRelationship": "sharing-and-collaboration", - "Test-SiteMailbox": "sharing-and-collaboration", - "Update-PublicFolderMailbox": "sharing-and-collaboration", - "Update-SiteMailbox": "sharing-and-collaboration", - "Disable-UMAutoAttendant": "unified-messaging", - "Disable-UMCallAnsweringRule": "unified-messaging", - "Disable-UMIPGateway": "unified-messaging", - "Disable-UMMailbox": "unified-messaging", - "Enable-UMAutoAttendant": "unified-messaging", - "Enable-UMCallAnsweringRule": "unified-messaging", - "Enable-UMIPGateway": "unified-messaging", - "Enable-UMMailbox": "unified-messaging", - "Export-UMPrompt": "unified-messaging", - "Get-OnlineMeetingConfiguration": "unified-messaging", - "Get-UMAutoAttendant": "unified-messaging", - "Get-UMCallAnsweringRule": "unified-messaging", - "Get-UMCallDataRecord": "unified-messaging", - "Get-UMCallSummaryReport": "unified-messaging", - "Get-UMDialPlan": "unified-messaging", - "Get-UMHuntGroup": "unified-messaging", - "Get-UMIPGateway": "unified-messaging", - "Get-UMMailbox": "unified-messaging", - "Get-UMMailboxPIN": "unified-messaging", - "Get-UMMailboxPolicy": "unified-messaging", - "Import-UMPrompt": "unified-messaging", - "New-UMAutoAttendant": "unified-messaging", - "New-UMCallAnsweringRule": "unified-messaging", - "New-UMDialPlan": "unified-messaging", - "New-UMHuntGroup": "unified-messaging", - "New-UMIPGateway": "unified-messaging", - "New-UMMailboxPolicy": "unified-messaging", - "Remove-UMAutoAttendant": "unified-messaging", - "Remove-UMCallAnsweringRule": "unified-messaging", - "Remove-UMDialPlan": "unified-messaging", - "Remove-UMHuntGroup": "unified-messaging", - "Remove-UMIPGateway": "unified-messaging", - "Remove-UMMailboxPolicy": "unified-messaging", - "Set-UMAutoAttendant": "unified-messaging", - "Set-UMCallAnsweringRule": "unified-messaging", - "Set-UMDialPlan": "unified-messaging", - "Set-UMIPGateway": "unified-messaging", - "Set-UMMailbox": "unified-messaging", - "Set-UMMailboxPIN": "unified-messaging", - "Set-UMMailboxPolicy": "unified-messaging", - "Add-DistributionGroupMember": "users-and-groups", - "Add-UnifiedGroupLinks": "users-and-groups", - "Get-Contact": "users-and-groups", - "Get-DistributionGroup": "users-and-groups", - "Get-DistributionGroupMember": "users-and-groups", - "Get-DynamicDistributionGroup": "users-and-groups", - "Get-EligibleDistributionGroupForMigration": "users-and-groups", - "Get-Group": "users-and-groups", - "Get-LinkedUser": "users-and-groups", - "Get-MailContact": "users-and-groups", - "Get-MailUser": "users-and-groups", - "Get-Recipient": "users-and-groups", - "Get-SecurityPrincipal": "users-and-groups", - "Get-UnifiedGroup": "users-and-groups", - "Get-UnifiedGroupLinks": "users-and-groups", - "Get-User": "users-and-groups", - "New-DistributionGroup": "users-and-groups", - "New-DynamicDistributionGroup": "users-and-groups", - "New-MailContact": "users-and-groups", - "New-MailUser": "users-and-groups", - "New-UnifiedGroup": "users-and-groups", - "Remove-DistributionGroup": "users-and-groups", - "Remove-DistributionGroupMember": "users-and-groups", - "Remove-DynamicDistributionGroup": "users-and-groups", - "Remove-MailContact": "users-and-groups", - "Remove-MailUser": "users-and-groups", - "Remove-UnifiedGroup": "users-and-groups", - "Remove-UnifiedGroupLinks": "users-and-groups", - "Set-Contact": "users-and-groups", - "Set-DistributionGroup": "users-and-groups", - "Set-DynamicDistributionGroup": "users-and-groups", - "Set-Group": "users-and-groups", - "Set-LinkedUser": "users-and-groups", - "Set-MailContact": "users-and-groups", - "Set-MailUser": "users-and-groups", - "Set-UnifiedGroup": "users-and-groups", - "Set-User": "users-and-groups", - "Undo-SoftDeletedUnifiedGroup": "users-and-groups", - "Update-DistributionGroupMember": "users-and-groups", - "Upgrade-DistributionGroup": "users-and-groups" -} \ No newline at end of file diff --git a/exchange/mapping/exchangeonlineprotectionmapping.json b/exchange/mapping/exchangeonlineprotectionmapping.json deleted file mode 100644 index a21047ed77..0000000000 --- a/exchange/mapping/exchangeonlineprotectionmapping.json +++ /dev/null @@ -1,173 +0,0 @@ -{ - "Disable-AntiPhishRule": "advanced-threat-protection", - "Disable-SafeAttachmentRule": "advanced-threat-protection", - "Disable-SafeLinksRule": "advanced-threat-protection", - "Enable-AntiPhishRule": "advanced-threat-protection", - "Enable-SafeAttachmentRule": "advanced-threat-protection", - "Enable-SafeLinksRule": "advanced-threat-protection", - "Get-AdvancedThreatProtectionTrafficReport": "advanced-threat-protection", - "Get-AntiPhishPolicy": "advanced-threat-protection", - "Get-AntiPhishRule": "advanced-threat-protection", - "Get-AtpPolicyForO365": "advanced-threat-protection", - "Get-MailDetailATPReport": "advanced-threat-protection", - "Get-MailTrafficATPReport": "advanced-threat-protection", - "Get-PhishFilterPolicy": "advanced-threat-protection", - "Get-SafeAttachmentPolicy": "advanced-threat-protection", - "Get-SafeAttachmentRule": "advanced-threat-protection", - "Get-SafeLinksPolicy": "advanced-threat-protection", - "Get-SafeLinksRule": "advanced-threat-protection", - "Get-SpoofMailReport": "advanced-threat-protection", - "Get-UrlTrace": "advanced-threat-protection", - "New-AntiPhishPolicy": "advanced-threat-protection", - "New-AntiPhishRule": "advanced-threat-protection", - "New-SafeAttachmentPolicy": "advanced-threat-protection", - "New-SafeAttachmentRule": "advanced-threat-protection", - "New-SafeLinksPolicy": "advanced-threat-protection", - "New-SafeLinksRule": "advanced-threat-protection", - "Remove-AntiPhishPolicy": "advanced-threat-protection", - "Remove-AntiPhishRule": "advanced-threat-protection", - "Remove-SafeAttachmentPolicy": "advanced-threat-protection", - "Remove-SafeAttachmentRule": "advanced-threat-protection", - "Remove-SafeLinksPolicy": "advanced-threat-protection", - "Remove-SafeLinksRule": "advanced-threat-protection", - "Set-AntiPhishPolicy": "advanced-threat-protection", - "Set-AntiPhishRule": "advanced-threat-protection", - "Set-AtpPolicyForO365": "advanced-threat-protection", - "Set-PhishFilterPolicy": "advanced-threat-protection", - "Set-SafeAttachmentPolicy": "advanced-threat-protection", - "Set-SafeAttachmentRule": "advanced-threat-protection", - "Set-SafeLinksPolicy": "advanced-threat-protection", - "Set-SafeLinksRule": "advanced-threat-protection", - "Delete-QuarantineMessage": "antispam-antimalware", - "Disable-HostedContentFilterRule": "antispam-antimalware", - "Disable-MalwareFilterRule": "antispam-antimalware", - "Enable-HostedContentFilterRule": "antispam-antimalware", - "Enable-MalwareFilterRule": "antispam-antimalware", - "Export-QuarantineMessage": "antispam-antimalware", - "Get-DkimSigningConfig": "antispam-antimalware", - "Get-HostedConnectionFilterPolicy": "antispam-antimalware", - "Get-HostedContentFilterPolicy": "antispam-antimalware", - "Get-HostedContentFilterRule": "antispam-antimalware", - "Get-HostedOutboundSpamFilterPolicy": "antispam-antimalware", - "Get-MalwareFilterPolicy": "antispam-antimalware", - "Get-MalwareFilterRule": "antispam-antimalware", - "Get-QuarantineMessage": "antispam-antimalware", - "Get-QuarantineMessageHeader": "antispam-antimalware", - "New-DkimSigningConfig": "antispam-antimalware", - "New-HostedContentFilterPolicy": "antispam-antimalware", - "New-HostedContentFilterRule": "antispam-antimalware", - "New-MalwareFilterPolicy": "antispam-antimalware", - "New-MalwareFilterRule": "antispam-antimalware", - "Preview-QuarantineMessage": "antispam-antimalware", - "Release-QuarantineMessage": "antispam-antimalware", - "Remove-HostedContentFilterPolicy": "antispam-antimalware", - "Remove-HostedContentFilterRule": "antispam-antimalware", - "Remove-MalwareFilterPolicy": "antispam-antimalware", - "Remove-MalwareFilterRule": "antispam-antimalware", - "Rotate-DkimSigningConfig": "antispam-antimalware", - "Set-DkimSigningConfig": "antispam-antimalware", - "Set-HostedConnectionFilterPolicy": "antispam-antimalware", - "Set-HostedContentFilterPolicy": "antispam-antimalware", - "Set-HostedContentFilterRule": "antispam-antimalware", - "Set-HostedOutboundSpamFilterPolicy": "antispam-antimalware", - "Set-MalwareFilterPolicy": "antispam-antimalware", - "Set-MalwareFilterRule": "antispam-antimalware", - "Get-IRMConfiguration": "encryption-and-certificates", - "Get-SmimeConfig": "encryption-and-certificates", - "Set-DataEncryptionPolicy": "encryption-and-certificates", - "Get-AcceptedDomain": "mail-flow", - "Get-InboundConnector": "mail-flow", - "Get-MessageTrace": "mail-flow", - "Get-OutboundConnector": "mail-flow", - "New-InboundConnector": "mail-flow", - "New-OutboundConnector": "mail-flow", - "Remove-InboundConnector": "mail-flow", - "Remove-OutboundConnector": "mail-flow", - "Set-AcceptedDomain": "mail-flow", - "Set-InboundConnector": "mail-flow", - "Set-OutboundConnector": "mail-flow", - "Start-HistoricalSearch": "mail-flow", - "Stop-HistoricalSearch": "mail-flow", - "Validate-OutboundConnector": "mail-flow", - "Enable-OrganizationCustomization": "organization", - "Get-OrganizationConfig": "organization", - "Disable-TransportRule": "policy-and-compliance", - "Enable-TransportRule": "policy-and-compliance", - "Export-TransportRuleCollection": "policy-and-compliance", - "Get-TransportRule": "policy-and-compliance", - "Get-TransportRuleAction": "policy-and-compliance", - "Get-TransportRulePredicate": "policy-and-compliance", - "Import-TransportRuleCollection": "policy-and-compliance", - "New-TransportRule": "policy-and-compliance", - "Remove-TransportRule": "policy-and-compliance", - "Set-TransportRule": "policy-and-compliance", - "Get-AdminAuditLogConfig": "policy-and-compliance-audit", - "Get-HistoricalSearch": "reporting", - "Get-MailDetailMalwareReport": "reporting", - "Get-MailDetailSpamReport": "reporting", - "Get-MailDetailTransportRuleReport": "reporting", - "Get-MailFilterListReport": "reporting", - "Get-MailTrafficPolicyReport": "reporting", - "Get-MailTrafficReport": "reporting", - "Get-MailTrafficSummaryReport": "reporting", - "Get-MailTrafficTopReport": "reporting", - "Get-MxRecordReport": "reporting", - "Get-OutboundConnectorReport": "reporting", - "Get-ServiceDeliveryReport": "reporting", - "Add-ManagementRoleEntry": "role-based-access-control", - "Add-RoleGroupMember": "role-based-access-control", - "Get-ManagementRole": "role-based-access-control", - "Get-ManagementRoleAssignment": "role-based-access-control", - "Get-ManagementRoleEntry": "role-based-access-control", - "Get-ManagementScope": "role-based-access-control", - "Get-RoleGroup": "role-based-access-control", - "Get-RoleGroupMember": "role-based-access-control", - "New-ManagementRole": "role-based-access-control", - "New-ManagementRoleAssignment": "role-based-access-control", - "New-ManagementScope": "role-based-access-control", - "New-RoleGroup": "role-based-access-control", - "Remove-ManagementRole": "role-based-access-control", - "Remove-ManagementRoleAssignment": "role-based-access-control", - "Remove-ManagementRoleEntry": "role-based-access-control", - "Remove-ManagementScope": "role-based-access-control", - "Remove-RoleGroup": "role-based-access-control", - "Remove-RoleGroupMember": "role-based-access-control", - "Set-ManagementRoleAssignment": "role-based-access-control", - "Set-ManagementRoleEntry": "role-based-access-control", - "Set-ManagementScope": "role-based-access-control", - "Set-RoleGroup": "role-based-access-control", - "Update-RoleGroupMember": "role-based-access-control", - "Add-DistributionGroupMember": "users-and-groups", - "Add-UnifiedGroupLinks": "users-and-groups", - "Get-Contact": "users-and-groups", - "Get-DistributionGroup": "users-and-groups", - "Get-DistributionGroupMember": "users-and-groups", - "Get-Group": "users-and-groups", - "Get-MailContact": "users-and-groups", - "Get-MailUser": "users-and-groups", - "Get-Recipient": "users-and-groups", - "Get-SecurityPrincipal": "users-and-groups", - "Get-User": "users-and-groups", - "New-DistributionGroup": "users-and-groups", - "New-EOPDistributionGroup": "users-and-groups", - "New-EOPMailUser": "users-and-groups", - "New-MailContact": "users-and-groups", - "New-MailUser": "users-and-groups", - "Remove-DistributionGroup": "users-and-groups", - "Remove-DistributionGroupMember": "users-and-groups", - "Remove-EOPDistributionGroup": "users-and-groups", - "Remove-EOPMailUser": "users-and-groups", - "Remove-MailContact": "users-and-groups", - "Remove-MailUser": "users-and-groups", - "Set-Contact": "users-and-groups", - "Set-DistributionGroup": "users-and-groups", - "Set-EOPDistributionGroup": "users-and-groups", - "Set-EOPGroup": "users-and-groups", - "Set-EOPMailUser": "users-and-groups", - "Set-EOPUser": "users-and-groups", - "Set-Group": "users-and-groups", - "Set-MailUser": "users-and-groups", - "Set-User": "users-and-groups", - "Update-DistributionGroupMember": "users-and-groups", - "Update-EOPDistributionGroupMember": "users-and-groups" -} \ No newline at end of file diff --git a/exchange/mapping/monikerMapping.json b/exchange/mapping/monikerMapping.json index 830acabf6d..848fc16750 100644 --- a/exchange/mapping/monikerMapping.json +++ b/exchange/mapping/monikerMapping.json @@ -1,54 +1,11 @@ { - "exchserver-ps-2016": { - "serviceMap": "mapping/exchange2016mapping.json", - "packageRoot": "exchange-ps/exchange", - "conceptualToc":"docs-conceptual/toc.yml", - "conceptualTocUrl": "/powershell/exchange/toc.json", - "referenceToc": "exchange-ps/exchange/exchserver-ps-2016/toc.yml", - "referenceTocUrl": "/powershell/module/exchange-ps/toc.json" - }, - "exchserver-ps-2013": { - "serviceMap": "mapping/exchange2013mapping.json", - "packageRoot": "exchange-ps/exchange", - "conceptualToc":"docs-conceptual/toc.yml", - "conceptualTocUrl": "/powershell/exchange/toc.json", - "referenceToc": "exchange-ps/exchange/exchserver-ps-2013/toc.yml", - "referenceTocUrl": "/powershell/module/exchange-ps/toc.json" - }, - - "exchserver-ps-2010": { - "serviceMap": "mapping/exchange2010mapping.json", - "packageRoot": "exchange-ps/exchange", - "conceptualToc":"docs-conceptual/toc.yml", - "conceptualTocUrl": "/powershell/exchange/toc.json", - "referenceToc": "exchange-ps/exchange/exchserver-ps-2010/toc.yml", - "referenceTocUrl": "/powershell/module/exchange-ps/toc.json" - }, - - "eop-ps": { - "serviceMap": "mapping/exchangeonlineprotectionmapping.json", - "packageRoot": "exchange-ps/exchange", - "conceptualToc":"docs-conceptual/toc.yml", - "conceptualTocUrl": "/powershell/exchange/toc.json", - "referenceToc": "exchange-ps/exchange/eop-ps/toc.yml", - "referenceTocUrl": "/powershell/module/exchange-ps/toc.json" - }, - - "exchonline-ps": { - "serviceMap": "mapping/exchangeonlinemapping.json", - "packageRoot": "exchange-ps/exchange", - "conceptualToc":"docs-conceptual/toc.yml", - "conceptualTocUrl": "/powershell/exchange/toc.json", - "referenceToc": "exchange-ps/exchange/exchonline-ps/toc.yml", - "referenceTocUrl": "/powershell/module/exchange-ps/toc.json" - }, - - "o365scc-ps": { - "serviceMap": "mapping/o365sccmapping.json", - "packageRoot": "exchange-ps/exchange", - "conceptualToc":"docs-conceptual/toc.yml", - "conceptualTocUrl": "/powershell/exchange/toc.json", - "referenceToc": "exchange-ps/exchange/o365scc-ps/toc.yml", - "referenceTocUrl": "/powershell/module/exchange-ps/toc.json" + "exchange-ps": { + "conceptualToc": "docs-conceptual/toc.yml", + "conceptualTocUrl": "/powershell/exchange/exchange-ps/toc.json", + "referenceTocUrl": "/powershell/module/exchange-ps/toc.json", + "packageRoot": "exchange-ps", + "modules": { + "exchange": {} + } } -} +} \ No newline at end of file diff --git a/exchange/mapping/o365sccmapping.json b/exchange/mapping/o365sccmapping.json deleted file mode 100644 index 23285a1c1a..0000000000 --- a/exchange/mapping/o365sccmapping.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "Get-DeviceConditionalAccessPolicy": "devices", - "Get-DeviceConditionalAccessRule": "devices", - "Get-DeviceConfigurationPolicy": "devices", - "Get-DeviceConfigurationRule": "devices", - "Get-DevicePolicy": "devices", - "Get-DeviceTenantPolicy": "devices", - "Get-DeviceTenantRule": "devices", - "New-DeviceConditionalAccessPolicy": "devices", - "New-DeviceConditionalAccessRule": "devices", - "New-DeviceConfigurationPolicy": "devices", - "New-DeviceConfigurationRule": "devices", - "New-DeviceTenantPolicy": "devices", - "New-DeviceTenantRule": "devices", - "Remove-DeviceConditionalAccessPolicy": "devices", - "Remove-DeviceConditionalAccessRule": "devices", - "Remove-DeviceConfigurationPolicy": "devices", - "Remove-DeviceConfigurationRule": "devices", - "Remove-DeviceTenantPolicy": "devices", - "Remove-DeviceTenantRule": "devices", - "Set-DeviceConditionalAccessPolicy": "devices", - "Set-DeviceConditionalAccessRule": "devices", - "Set-DeviceConfigurationPolicy": "devices", - "Set-DeviceConfigurationRule": "devices", - "Set-DeviceTenantPolicy": "devices", - "Set-DeviceTenantRule": "devices", - "Get-ActivityAlert": "policy-and-compliance", - "Get-ProtectionAlert": "policy-and-compliance", - "Get-SupervisoryReviewPolicyV2": "policy-and-compliance", - "Get-SupervisoryReviewRule": "policy-and-compliance", - "Install-UnifiedCompliancePrerequisite": "policy-and-compliance", - "New-ActivityAlert": "policy-and-compliance", - "New-ProtectionAlert": "policy-and-compliance", - "New-SupervisoryReviewPolicyV2": "policy-and-compliance", - "New-SupervisoryReviewRule": "policy-and-compliance", - "Remove-ActivityAlert": "policy-and-compliance", - "Remove-ProtectionAlert": "policy-and-compliance", - "Remove-SupervisoryReviewPolicyV2": "policy-and-compliance", - "Set-ActivityAlert": "policy-and-compliance", - "Set-ProtectionAlert": "policy-and-compliance", - "Set-SupervisoryReviewPolicyV2": "policy-and-compliance", - "Set-SupervisoryReviewRule": "policy-and-compliance", - "Get-AuditConfig": "policy-and-compliance-audit", - "Get-AuditConfigurationPolicy": "policy-and-compliance-audit", - "Get-AuditConfigurationRule": "policy-and-compliance-audit", - "New-AuditConfigurationPolicy": "policy-and-compliance-audit", - "New-AuditConfigurationRule": "policy-and-compliance-audit", - "Remove-AuditConfigurationPolicy": "policy-and-compliance-audit", - "Remove-AuditConfigurationRule": "policy-and-compliance-audit", - "Set-AuditConfig": "policy-and-compliance-audit", - "Set-AuditConfigurationRule": "policy-and-compliance-audit", - "Get-ComplianceSearch": "policy-and-compliance-content-search", - "Get-ComplianceSearchAction": "policy-and-compliance-content-search", - "Get-ComplianceSecurityFilter": "policy-and-compliance-content-search", - "Invoke-ComplianceSearchActionStep": "policy-and-compliance-content-search", - "New-ComplianceSearch": "policy-and-compliance-content-search", - "New-ComplianceSearchAction": "policy-and-compliance-content-search", - "New-ComplianceSecurityFilter": "policy-and-compliance-content-search", - "Remove-ComplianceSearch": "policy-and-compliance-content-search", - "Remove-ComplianceSearchAction": "policy-and-compliance-content-search", - "Remove-ComplianceSecurityFilter": "policy-and-compliance-content-search", - "Set-ComplianceSearch": "policy-and-compliance-content-search", - "Set-ComplianceSearchAction": "policy-and-compliance-content-search", - "Set-ComplianceSecurityFilter": "policy-and-compliance-content-search", - "Start-ComplianceSearch": "policy-and-compliance-content-search", - "Stop-ComplianceSearch": "policy-and-compliance-content-search", - "Get-DlpCompliancePolicy": "policy-and-compliance-dlp", - "Get-DlpComplianceRule": "policy-and-compliance-dlp", - "Get-DlpComplianceRuleV2": "policy-and-compliance-dlp", - "Get-DlpDetectionsReport": "policy-and-compliance-dlp", - "Get-DlpKeywordDictionary": "policy-and-compliance-dlp", - "Get-DlpSensitiveInformationType": "policy-and-compliance-dlp", - "Get-DlpSensitiveInformationTypeRulePackage": "policy-and-compliance-dlp", - "Get-DlpSiDetectionsReport": "policy-and-compliance-dlp", - "New-DlpCompliancePolicy": "policy-and-compliance-dlp", - "New-DlpComplianceRule": "policy-and-compliance-dlp", - "New-DlpComplianceRuleV2": "policy-and-compliance-dlp", - "New-DlpKeywordDictionary": "policy-and-compliance-dlp", - "New-DlpSensitiveInformationTypeRulePackage": "policy-and-compliance-dlp", - "Remove-DlpCompliancePolicy": "policy-and-compliance-dlp", - "Remove-DlpComplianceRule": "policy-and-compliance-dlp", - "Remove-DlpComplianceRuleV2": "policy-and-compliance-dlp", - "Remove-DlpKeywordDictionary": "policy-and-compliance-dlp", - "Remove-DlpSensitiveInformationTypeRulePackage": "policy-and-compliance-dlp", - "Set-DlpCompliancePolicy": "policy-and-compliance-dlp", - "Set-DlpComplianceRule": "policy-and-compliance-dlp", - "Set-DlpComplianceRuleV2": "policy-and-compliance-dlp", - "Set-DlpKeywordDictionary": "policy-and-compliance-dlp", - "Set-DlpSensitiveInformationTypeRulePackage": "policy-and-compliance-dlp", - "Add-ComplianceCaseMember": "policy-and-compliance-ediscovery", - "Add-eDiscoveryCaseAdmin": "policy-and-compliance-ediscovery", - "Get-CaseHoldPolicy": "policy-and-compliance-ediscovery", - "Get-CaseHoldRule": "policy-and-compliance-ediscovery", - "Get-ComplianceCase": "policy-and-compliance-ediscovery", - "Get-ComplianceCaseMember": "policy-and-compliance-ediscovery", - "Get-eDiscoveryCaseAdmin": "policy-and-compliance-ediscovery", - "New-CaseHoldPolicy": "policy-and-compliance-ediscovery", - "New-CaseHoldRule": "policy-and-compliance-ediscovery", - "New-ComplianceCase": "policy-and-compliance-ediscovery", - "Remove-CaseHoldPolicy": "policy-and-compliance-ediscovery", - "Remove-CaseHoldRule": "policy-and-compliance-ediscovery", - "Remove-ComplianceCase": "policy-and-compliance-ediscovery", - "Remove-ComplianceCaseMember": "policy-and-compliance-ediscovery", - "Remove-eDiscoveryCaseAdmin": "policy-and-compliance-ediscovery", - "Set-CaseHoldPolicy": "policy-and-compliance-ediscovery", - "Set-CaseHoldRule": "policy-and-compliance-ediscovery", - "Set-ComplianceCase": "policy-and-compliance-ediscovery", - "Update-ComplianceCaseMember": "policy-and-compliance-ediscovery", - "Update-eDiscoveryCaseAdmin": "policy-and-compliance-ediscovery", - "Enable-ComplianceTagStorage": "policy-and-compliance-retention", - "Get-ComplianceRetentionEvent": "policy-and-compliance-retention", - "Get-ComplianceRetentionEventType": "policy-and-compliance-retention", - "Get-ComplianceTag": "policy-and-compliance-retention", - "Get-ComplianceTagStorage": "policy-and-compliance-retention", - "Get-DataRetentionReport": "policy-and-compliance-retention", - "Get-HoldCompliancePolicy": "policy-and-compliance-retention", - "Get-HoldComplianceRule": "policy-and-compliance-retention", - "Get-RetentionCompliancePolicy": "policy-and-compliance-retention", - "Get-RetentionComplianceRule": "policy-and-compliance-retention", - "Get-TeamsRetentionCompliancePolicy": "policy-and-compliance-retention", - "Get-TeamsRetentionComplianceRule": "policy-and-compliance-retention", - "New-ComplianceRetentionEvent": "policy-and-compliance-retention", - "New-ComplianceRetentionEventType": "policy-and-compliance-retention", - "New-ComplianceTag": "policy-and-compliance-retention", - "New-HoldCompliancePolicy": "policy-and-compliance-retention", - "New-HoldComplianceRule": "policy-and-compliance-retention", - "New-RetentionCompliancePolicy": "policy-and-compliance-retention", - "New-RetentionComplianceRule": "policy-and-compliance-retention", - "New-TeamsRetentionCompliancePolicy": "policy-and-compliance-retention", - "New-TeamsRetentionComplianceRule": "policy-and-compliance-retention", - "Remove-ComplianceRetentionEventType": "policy-and-compliance-retention", - "Remove-ComplianceTag": "policy-and-compliance-retention", - "Remove-HoldCompliancePolicy": "policy-and-compliance-retention", - "Remove-HoldComplianceRule": "policy-and-compliance-retention", - "Remove-RetentionCompliancePolicy": "policy-and-compliance-retention", - "Remove-RetentionComplianceRule": "policy-and-compliance-retention", - "Remove-TeamsRetentionCompliancePolicy": "policy-and-compliance-retention", - "Remove-TeamsRetentionComplianceRule": "policy-and-compliance-retention", - "Set-ComplianceRetentionEventType": "policy-and-compliance-retention", - "Set-ComplianceTag": "policy-and-compliance-retention", - "Set-HoldCompliancePolicy": "policy-and-compliance-retention", - "Set-HoldComplianceRule": "policy-and-compliance-retention", - "Set-RetentionCompliancePolicy": "policy-and-compliance-retention", - "Set-RetentionComplianceRule": "policy-and-compliance-retention", - "Set-TeamsRetentionCompliancePolicy": "policy-and-compliance-retention", - "Validate-RetentionRuleQuery": "policy-and-compliance-retention", - "Get-MailFilterListReport": "reporting", - "Get-SCInsights": "reporting", - "Get-SupervisoryReviewPolicyReport": "reporting", - "Get-SupervisoryReviewReport": "reporting", - "Add-RoleGroupMember": "role-based-access-control", - "Get-ManagementRole": "role-based-access-control", - "Get-RoleGroup": "role-based-access-control", - "Get-RoleGroupMember": "role-based-access-control", - "New-RoleGroup": "role-based-access-control", - "Remove-RoleGroup": "role-based-access-control", - "Remove-RoleGroupMember": "role-based-access-control", - "Set-RoleGroup": "role-based-access-control", - "Update-RoleGroupMember": "role-based-access-control", - "Get-Group": "users-and-groups", - "Get-Recipient": "users-and-groups", - "Get-SecurityPrincipal": "users-and-groups", - "Get-User": "users-and-groups" -} \ No newline at end of file diff --git a/skype/skype-ps/skype/Get-CsCloudCallDataConnector.md b/skype/skype-ps/skype/Get-CsCloudCallDataConnector.md index d230275eff..a519ac63fd 100644 --- a/skype/skype-ps/skype/Get-CsCloudCallDataConnector.md +++ b/skype/skype-ps/skype/Get-CsCloudCallDataConnector.md @@ -1,66 +1,66 @@ ---- -external help file: Microsoft.Rtc.Management.dll-Help.xml -applicable: Skype for Business Server 2019 -title: Get-CsCloudCallDataConnector -online version: -schema: 2.0.0 ---- - -# Get-CsCloudCallDataConnector - -## SYNOPSIS -Returns information about your Call Data Connector. - -## SYNTAX - -``` -Get-CsCloudCallDataConnector [[-LocalStore] [] -``` - -## DESCRIPTION -Call Data Connector provides a single view in a hybrid environment where you can view the on-premises and online call quality data in one place. - -The Get-CsCloudCallDataConnector cmdlet provides a way for you to view the on-premises copy of the cloud connection information created by the New-CsCloudCallDataConnection cmdlet. This outputs the Office 365 TenantID and the data ingestion token for Call Data Connector telemetry endpoint. - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> Get-CsCloudCallDataConnector -``` - -This example returns the CloudCallDataConnector settings stored on-premises. Note that there is only a single, global instance of CloudCallDataConnector settings. - -## PARAMETERS - -### -LocalStore -Retrieves the Call Data Connector data from the local replica of the Central Management store, rather than from the Central Management store itself. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - - -## OUTPUTS - -### Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection - -## NOTES - -## RELATED LINKS +--- +external help file: Microsoft.Rtc.Management.dll-Help.xml +applicable: Skype for Business Server 2019 +title: Get-CsCloudCallDataConnector +online version: +schema: 2.0.0 +--- + +# Get-CsCloudCallDataConnector + +## SYNOPSIS +Returns information about your Call Data Connector. + +## SYNTAX + +``` +Get-CsCloudCallDataConnector [[-LocalStore] [] +``` + +## DESCRIPTION +Call Data Connector provides a single view in a hybrid environment where you can view the on-premises and online call quality data in one place. + +The Get-CsCloudCallDataConnector cmdlet provides a way for you to view the on-premises copy of the cloud connection information created by the New-CsCloudCallDataConnection cmdlet. This outputs the Office 365 TenantID and the data ingestion token for Call Data Connector telemetry endpoint. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-CsCloudCallDataConnector +``` + +This example returns the CloudCallDataConnector settings stored on-premises. Note that there is only a single, global instance of CloudCallDataConnector settings. + +## PARAMETERS + +### -LocalStore +Retrieves the Call Data Connector data from the local replica of the Central Management store, rather than from the Central Management store itself. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + + +## OUTPUTS + +### Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection + +## NOTES + +## RELATED LINKS diff --git a/skype/skype-ps/skype/Get-CsCloudCallDataConnectorConfiguration.md b/skype/skype-ps/skype/Get-CsCloudCallDataConnectorConfiguration.md index 35921c36a2..5d2bcfd07d 100644 --- a/skype/skype-ps/skype/Get-CsCloudCallDataConnectorConfiguration.md +++ b/skype/skype-ps/skype/Get-CsCloudCallDataConnectorConfiguration.md @@ -1,135 +1,135 @@ ---- -external help file: Microsoft.Rtc.Management.dll-Help.xml -applicable: Skype for Business Server 2019 -title: Get-CsCloudCallDataConnectorConfiguration -online version: -schema: 2.0.0 ---- - -# Get-CsCloudCallDataConnectorConfiguration - -## SYNOPSIS -Returns information about the Cloud Call Data Connector configuration settings currently in use in the organization. - -## SYNTAX - -### Identity (Default) -``` -Get-CsCloudCallDataConnectorConfiguration [[-Identity] ] [-LocalStore] [] -``` - -### Filter -``` -Get-CsCloudCallDataConnectorConfiguration [-Filter ] [-LocalStore] [] -``` - -## DESCRIPTION -Call Data Connector greatly simplifies call monitoring in a hybrid environment because you no longer need to use different sets of on-premises and online tools to monitor all of your users' call quality. Whether your users are homed on premises or online, you can choose to view call quality for your entire organization online. - -With Call Data Connector, the Skype for Business Server pushes call data to the cloud service so that you can leverage the Skype for Business Online Call Analytics (CA) and Call Quality Dashboard (CQD) tools. - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> Get-CsCloudCallDataConnectorConfiguration -``` - -Example 1 returns information about all the CloudCallDataConnector configuration settings currently in use in the organization. - -### Example 2 -```powershell -Get-CsCloudCallDataConnectorConfiguration -Identity site:Redmond -``` - -Example 2 uses the Identity parameter to return a single collection of CloudCallDataConnector configuration settings: the settings with the Identity site:Redmond. - -### Example 3 -```powershell -Get-CsCloudCallDataConnectorConfiguration -Filter site:* -``` - -In Example 3, the Filter parameter is employed to return all the CloudCallDataConnector configuration settings that have been configured at the site scope. -The filter value "site:*" returns all the CloudCallDataConnector configuration settings that have an Identity that begins with the string value "site:". -By definition, those are settings that have been configured at the site scope. - -### Example 4 -```powershell -Get-CsCloudCallDataConnectorConfiguration | Where-Object {$_.EnableCallDataConnector -eq $True} -``` - -Example 4 returns a collection of all the CloudCallDataConnector configuration settings where the EnableCallDataConnector property is set to $True. -To do this, the command first uses the Get-CsCdrConfiguration cmdlet to return a collection of all the CloudCallDataConnector configuration settings configured in the organization. -That collection is then piped to the Where-Object cmdlet, which picks out only those settings where the EnableCallDataConnector value is set to $True. - -## PARAMETERS - -### -Filter -Enables you to use wildcard characters to return a collection of CloudCallDataConnector configuration settings. -For example, to return a collection of all the settings configured at the site scope, use this syntax: -Filter site:*. -To return a collection of all the settings that have the string value "Western" somewhere in their Identity, use this syntax: -Filter Western . - -```yaml -Type: String -Parameter Sets: Filter -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Identity -Indicates the unique identifier for the collection of CloudCallDataConnector configuration settings you want to return. -To refer to the global settings, use this syntax: -Identity global. -To refer to a collection configured at the site scope, use syntax similar to this: -Identity site:Redmond. -Note that you cannot use wildcards when specifying an Identity. -If you need to use wildcards, use the Filter parameter instead. - -If this parameter is not specified, the Get-CsCloudCallDataConnectorConfiguration cmdlet returns a collection of all the CloudCallDataConnector configuration settings currently in use in the organization. - -```yaml -Type: XdsIdentity -Parameter Sets: Identity -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: 1 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -LocalStore -Retrieves the CloudCallDataConnector configuration data from the local replica of the Central Management store, rather than from the Central Management store itself. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - - -## OUTPUTS - -### Microsoft.Rtc.Management.WritableConfig.Settings.CallDataConnectorConfiguration - -## NOTES - -## RELATED LINKS +--- +external help file: Microsoft.Rtc.Management.dll-Help.xml +applicable: Skype for Business Server 2019 +title: Get-CsCloudCallDataConnectorConfiguration +online version: +schema: 2.0.0 +--- + +# Get-CsCloudCallDataConnectorConfiguration + +## SYNOPSIS +Returns information about the Cloud Call Data Connector configuration settings currently in use in the organization. + +## SYNTAX + +### Identity (Default) +``` +Get-CsCloudCallDataConnectorConfiguration [[-Identity] ] [-LocalStore] [] +``` + +### Filter +``` +Get-CsCloudCallDataConnectorConfiguration [-Filter ] [-LocalStore] [] +``` + +## DESCRIPTION +Call Data Connector greatly simplifies call monitoring in a hybrid environment because you no longer need to use different sets of on-premises and online tools to monitor all of your users' call quality. Whether your users are homed on premises or online, you can choose to view call quality for your entire organization online. + +With Call Data Connector, the Skype for Business Server pushes call data to the cloud service so that you can leverage the Skype for Business Online Call Analytics (CA) and Call Quality Dashboard (CQD) tools. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-CsCloudCallDataConnectorConfiguration +``` + +Example 1 returns information about all the CloudCallDataConnector configuration settings currently in use in the organization. + +### Example 2 +```powershell +Get-CsCloudCallDataConnectorConfiguration -Identity site:Redmond +``` + +Example 2 uses the Identity parameter to return a single collection of CloudCallDataConnector configuration settings: the settings with the Identity site:Redmond. + +### Example 3 +```powershell +Get-CsCloudCallDataConnectorConfiguration -Filter site:* +``` + +In Example 3, the Filter parameter is employed to return all the CloudCallDataConnector configuration settings that have been configured at the site scope. +The filter value "site:*" returns all the CloudCallDataConnector configuration settings that have an Identity that begins with the string value "site:". +By definition, those are settings that have been configured at the site scope. + +### Example 4 +```powershell +Get-CsCloudCallDataConnectorConfiguration | Where-Object {$_.EnableCallDataConnector -eq $True} +``` + +Example 4 returns a collection of all the CloudCallDataConnector configuration settings where the EnableCallDataConnector property is set to $True. +To do this, the command first uses the Get-CsCdrConfiguration cmdlet to return a collection of all the CloudCallDataConnector configuration settings configured in the organization. +That collection is then piped to the Where-Object cmdlet, which picks out only those settings where the EnableCallDataConnector value is set to $True. + +## PARAMETERS + +### -Filter +Enables you to use wildcard characters to return a collection of CloudCallDataConnector configuration settings. +For example, to return a collection of all the settings configured at the site scope, use this syntax: -Filter site:*. +To return a collection of all the settings that have the string value "Western" somewhere in their Identity, use this syntax: -Filter Western . + +```yaml +Type: String +Parameter Sets: Filter +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Identity +Indicates the unique identifier for the collection of CloudCallDataConnector configuration settings you want to return. +To refer to the global settings, use this syntax: -Identity global. +To refer to a collection configured at the site scope, use syntax similar to this: -Identity site:Redmond. +Note that you cannot use wildcards when specifying an Identity. +If you need to use wildcards, use the Filter parameter instead. + +If this parameter is not specified, the Get-CsCloudCallDataConnectorConfiguration cmdlet returns a collection of all the CloudCallDataConnector configuration settings currently in use in the organization. + +```yaml +Type: XdsIdentity +Parameter Sets: Identity +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LocalStore +Retrieves the CloudCallDataConnector configuration data from the local replica of the Central Management store, rather than from the Central Management store itself. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + + +## OUTPUTS + +### Microsoft.Rtc.Management.WritableConfig.Settings.CallDataConnectorConfiguration + +## NOTES + +## RELATED LINKS diff --git a/skype/skype-ps/skype/New-CsCloudCallDataConnectorConfiguration.md b/skype/skype-ps/skype/New-CsCloudCallDataConnectorConfiguration.md index 773fbeebe5..df49e0d5ac 100644 --- a/skype/skype-ps/skype/New-CsCloudCallDataConnectorConfiguration.md +++ b/skype/skype-ps/skype/New-CsCloudCallDataConnectorConfiguration.md @@ -1,159 +1,159 @@ ---- -external help file: Microsoft.Rtc.Management.dll-Help.xml -applicable: Skype for Business Server 2019 -title: New-CsCloudCallDataConnectorConfiguration -online version: -schema: 2.0.0 ---- - -# New-CsCloudCallDataConnectorConfiguration - -## SYNOPSIS -Creates a new set of Cloud Call Data Connector configuration settings. - -## SYNTAX - -``` -New-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector ] [-Identity] - [-InMemory] [-Force] [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Call Data Connector greatly simplifies call monitoring in a hybrid environment because you no longer need to use different sets of on-premises and online tools to monitor all of your users' call quality. Whether your users are homed on premises or online, you can choose to view call quality for your entire organization online. - -With Call Data Connector, the Skype for Business Server pushes call data to the cloud service so that you can leverage the Skype for Business Online Call Analytics (CA) and Call Quality Dashboard (CQD) tools. - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> New-CsCloudCallDataConnectorConfiguration -Identity site:Redmond -EnableCallDataConnector $True -``` - -The command in Example 1 uses the New-CsCloudCallDataConnectorConfiguration cmdlet to create a new set of Cloud Call Data Connector configuration settings with the Identity site:Redmond. In addition to the Identity site:Redmond, the new settings also have the EnableCallDataConnector property set to True. Because site settings take precedence over global settings, this means that Call Data Connector will be used in the Redmond site, regardless of whether Call Data Connector has been enabled at the global scope. - -### EXAMPLE 2 -```powershell -$x = New-CsCloudCallDataConnectorConfiguration -Identity site:Redmond -InMemory - -$x.EnableCallDataConnector = $False - -Set-CsCloudCallDataConnectorConfiguration -Instance $x -``` - -Example 2 uses the InMemory parameter to demonstrate how you can create a new collection of Cloud Call Data Connector configuration settings that initially exist only in memory. -To do this, the example first uses the New-CsCloudCallDataConnectorConfiguration cmdlet and the InMemory parameter to create a virtual collection of settings with the Identity site:Redmond. -This virtual collection is stored in the variable $x; if the collection was not stored in a variable, it would be created and then immediately disappear. - -After the virtual collection has been created, the command shown in line 2 sets the value of the EnableCallDataConnector property to False ($False). -In line 3, the Set-CsCdrConfiguration cmdlet is then used to transform the virtual collection $x into an actual collection of Cloud Call Data Connector configuration settings that is applied to the Redmond site. -If the Set-CsCloudCallDataConnectorConfiguration cmdlet was not called, the virtual collection would disappear as soon as the Windows PowerShell session was terminated or the variable $x was deleted. - -## PARAMETERS - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: cf -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EnableCallDataConnector -Enables upload of call data (CDR and QoE). - -```yaml -Type: Boolean -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Force -Suppresses the display of any non-fatal error message that might occur when running the command. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Identity -Represents the unique identifier to be assigned to the new collection of CloudCallDataConnector configuration settings. Because you can only create new collections at the site scope, the Identity will always be the prefix "site:" followed by the site name; for example, "site:Redmond". - -```yaml -Type: XdsIdentity -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: True -Position: 1 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InMemory -Creates an object reference without actually committing the object as a permanent change. If you assign the output of this cmdlet called with this parameter to a variable, you can make changes to the properties of the object reference and then commit those changes by calling this cmdlet's matching Set-. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### Creates instances of the Microsoft.Rtc.Management.WritableConfig.Settings.CallDataConnectorConfiguration object. - -## NOTES - -## RELATED LINKS +--- +external help file: Microsoft.Rtc.Management.dll-Help.xml +applicable: Skype for Business Server 2019 +title: New-CsCloudCallDataConnectorConfiguration +online version: +schema: 2.0.0 +--- + +# New-CsCloudCallDataConnectorConfiguration + +## SYNOPSIS +Creates a new set of Cloud Call Data Connector configuration settings. + +## SYNTAX + +``` +New-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector ] [-Identity] + [-InMemory] [-Force] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Call Data Connector greatly simplifies call monitoring in a hybrid environment because you no longer need to use different sets of on-premises and online tools to monitor all of your users' call quality. Whether your users are homed on premises or online, you can choose to view call quality for your entire organization online. + +With Call Data Connector, the Skype for Business Server pushes call data to the cloud service so that you can leverage the Skype for Business Online Call Analytics (CA) and Call Quality Dashboard (CQD) tools. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> New-CsCloudCallDataConnectorConfiguration -Identity site:Redmond -EnableCallDataConnector $True +``` + +The command in Example 1 uses the New-CsCloudCallDataConnectorConfiguration cmdlet to create a new set of Cloud Call Data Connector configuration settings with the Identity site:Redmond. In addition to the Identity site:Redmond, the new settings also have the EnableCallDataConnector property set to True. Because site settings take precedence over global settings, this means that Call Data Connector will be used in the Redmond site, regardless of whether Call Data Connector has been enabled at the global scope. + +### EXAMPLE 2 +```powershell +$x = New-CsCloudCallDataConnectorConfiguration -Identity site:Redmond -InMemory + +$x.EnableCallDataConnector = $False + +Set-CsCloudCallDataConnectorConfiguration -Instance $x +``` + +Example 2 uses the InMemory parameter to demonstrate how you can create a new collection of Cloud Call Data Connector configuration settings that initially exist only in memory. +To do this, the example first uses the New-CsCloudCallDataConnectorConfiguration cmdlet and the InMemory parameter to create a virtual collection of settings with the Identity site:Redmond. +This virtual collection is stored in the variable $x; if the collection was not stored in a variable, it would be created and then immediately disappear. + +After the virtual collection has been created, the command shown in line 2 sets the value of the EnableCallDataConnector property to False ($False). +In line 3, the Set-CsCdrConfiguration cmdlet is then used to transform the virtual collection $x into an actual collection of Cloud Call Data Connector configuration settings that is applied to the Redmond site. +If the Set-CsCloudCallDataConnectorConfiguration cmdlet was not called, the virtual collection would disappear as soon as the Windows PowerShell session was terminated or the variable $x was deleted. + +## PARAMETERS + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableCallDataConnector +Enables upload of call data (CDR and QoE). + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Suppresses the display of any non-fatal error message that might occur when running the command. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Identity +Represents the unique identifier to be assigned to the new collection of CloudCallDataConnector configuration settings. Because you can only create new collections at the site scope, the Identity will always be the prefix "site:" followed by the site name; for example, "site:Redmond". + +```yaml +Type: XdsIdentity +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InMemory +Creates an object reference without actually committing the object as a permanent change. If you assign the output of this cmdlet called with this parameter to a variable, you can make changes to the properties of the object reference and then commit those changes by calling this cmdlet's matching Set-. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### Creates instances of the Microsoft.Rtc.Management.WritableConfig.Settings.CallDataConnectorConfiguration object. + +## NOTES + +## RELATED LINKS diff --git a/skype/skype-ps/skype/Set-CsCloudCallDataConnector.md b/skype/skype-ps/skype/Set-CsCloudCallDataConnector.md index 1f45861d5d..f0cbbe3d3b 100644 --- a/skype/skype-ps/skype/Set-CsCloudCallDataConnector.md +++ b/skype/skype-ps/skype/Set-CsCloudCallDataConnector.md @@ -1,148 +1,148 @@ ---- -external help file: Microsoft.Rtc.Management.dll-Help.xml -applicable: Skype for Business Server 2019 -title: Set-CsCloudCallDataConnector -online version: -schema: 2.0.0 ---- - -# Set-CsCloudCallDataConnector - -## SYNOPSIS -Saves an on-premises copy of the connection information created by the New-CsCloudCallDataConnection cmdlet. - -## SYNTAX - -### Instance -``` -Set-CsCloudCallDataConnector [-Token ] [-TenantId ] [-Instance ] [-Force] [-WhatIf] - [-Confirm] [] -``` - -## DESCRIPTION -Call Data Connector provides a single view in a hybrid environment where you can view the on-premises and online call quality data in one place. - -The Set-CsCloudCallDataConnector cmdlet provides a way for you to store an on-premise copy of the cloud connection information created by the New-CsCloudCallDataConnection cmdlet. - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> New-CsCloudCallDataConnection | Set-CsCloudCallDataConnector -TenantId <tenant_id> -``` - -If you're logged in to Skype for Business Online Powershell within the Skype for Business Server Management Shell 2019, this command in example 1 takes the output of the New-CsCloudCallDataConnection online cmdlet and passes it to the Set-CsCloudCallDataConnector cmdlet via pipeline so that the Token can be stored on premises. Along with the Token, the TenantId of your O365 tenant will get stored on premises as well. - -### Example 2 -Example showing the scenario when we aren't piping the output from online cmdlet. - -## PARAMETERS - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: cf -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Force -Suppresses the display of any non-fatal error message that might occur when running the command. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Instance -Allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values. - -```yaml -Type: PSObject -Parameter Sets: Instance -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -TenantId -Office 365 TenantID of your tenant. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Token -Data ingestion token for CloudCallDataConnector telemetry endpoint. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String -Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection. The \`Set-CsCloudCallDataConnector\` cmdlet accepts pipelined input of CloudCallDataConnection. - - -## OUTPUTS - -### The `Set-CsCloudCallDataConnector` cmdlet does not return a value or object. Instead, the cmdlet configures instances of the Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection object. - -## NOTES - -## RELATED LINKS +--- +external help file: Microsoft.Rtc.Management.dll-Help.xml +applicable: Skype for Business Server 2019 +title: Set-CsCloudCallDataConnector +online version: +schema: 2.0.0 +--- + +# Set-CsCloudCallDataConnector + +## SYNOPSIS +Saves an on-premises copy of the connection information created by the New-CsCloudCallDataConnection cmdlet. + +## SYNTAX + +### Instance +``` +Set-CsCloudCallDataConnector [-Token ] [-TenantId ] [-Instance ] [-Force] [-WhatIf] + [-Confirm] [] +``` + +## DESCRIPTION +Call Data Connector provides a single view in a hybrid environment where you can view the on-premises and online call quality data in one place. + +The Set-CsCloudCallDataConnector cmdlet provides a way for you to store an on-premise copy of the cloud connection information created by the New-CsCloudCallDataConnection cmdlet. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> New-CsCloudCallDataConnection | Set-CsCloudCallDataConnector -TenantId <tenant_id> +``` + +If you're logged in to Skype for Business Online Powershell within the Skype for Business Server Management Shell 2019, this command in example 1 takes the output of the New-CsCloudCallDataConnection online cmdlet and passes it to the Set-CsCloudCallDataConnector cmdlet via pipeline so that the Token can be stored on premises. Along with the Token, the TenantId of your O365 tenant will get stored on premises as well. + +### Example 2 +Example showing the scenario when we aren't piping the output from online cmdlet. + +## PARAMETERS + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Suppresses the display of any non-fatal error message that might occur when running the command. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Instance +Allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values. + +```yaml +Type: PSObject +Parameter Sets: Instance +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -TenantId +Office 365 TenantID of your tenant. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Token +Data ingestion token for CloudCallDataConnector telemetry endpoint. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.String +Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection. The \`Set-CsCloudCallDataConnector\` cmdlet accepts pipelined input of CloudCallDataConnection. + + +## OUTPUTS + +### The `Set-CsCloudCallDataConnector` cmdlet does not return a value or object. Instead, the cmdlet configures instances of the Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection object. + +## NOTES + +## RELATED LINKS diff --git a/skype/skype-ps/skype/Set-CsCloudCallDataConnectorConfiguration.md b/skype/skype-ps/skype/Set-CsCloudCallDataConnectorConfiguration.md index 298d72c797..8494207253 100644 --- a/skype/skype-ps/skype/Set-CsCloudCallDataConnectorConfiguration.md +++ b/skype/skype-ps/skype/Set-CsCloudCallDataConnectorConfiguration.md @@ -1,170 +1,170 @@ ---- -external help file: Microsoft.Rtc.Management.dll-Help.xml -applicable: Skype for Business Server 2019 -title: Set-CsCloudCallDataConnectorConfiguration -online version: -schema: 2.0.0 ---- - -# Set-CsCloudCallDataConnectorConfiguration - -## SYNOPSIS -Modifies an existing collection of Cloud Call Data Connector configuration settings. - -## SYNTAX - -### Identity (Default) -``` -Set-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector ] [[-Identity] ] - [-Force] [-WhatIf] [-Confirm] [] -``` - -### Instance -``` -Set-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector ] [-Instance ] [-Force] - [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Call Data Connector greatly simplifies call monitoring in a hybrid environment because you no longer need to use different sets of on-premises and online tools to monitor all of your users' call quality. Whether your users are homed on premises or online, you can choose to view call quality for your entire organization online. - -With Call Data Connector, the Skype for Business Server pushes call data to the cloud service so that you can leverage the Skype for Business Online Call Analytics (CA) and Call Quality Dashboard (CQD) tools. - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> Set-CsCloudCallDataConnectorConfiguration -Identity site:Redmond -EnableCallDataConnector $False -``` - -Example 1 disables the Call Data Connector for site:Redmond. - -### Example 2 -```powershell -Get-CsCloudCallDataConnectorConfiguration | Set-CsCloudCallDataConnectorConfiguration -EnableCallDataConnector $True -``` - -Example 2 is a variation of the command shown in Example 1. -In this case, the EnableCallDataConnector property is modified for each collection of Cloud Call Data Connector configuration settings currently in use in the organization. -To do this, the command first calls the \`Get-CsCloudCallDataConnectorConfiguration\` cmdlet without any parameters in order to return a collection of all the Cloud Call Data Connector settings currently in use. -This collection is then piped to the \`Set-CsCloudCallDataConnectorConfiguration\` cmdlet, which takes each item in the collection and changes the value of the EnableCallDataConnector property to $True. - -### Example 3 -```powershell -Get-CsCloudCallDataConnectorConfiguration -Filter "site:*"| Set-CsCloudCallDataConnectorConfiguration -EnableCallDataConnector $True -``` - -Another variation of the command used in Example 1 is shown in Example 3. -In this example, the PurgeHourOfDay property is changed for all the Cloud Call Data Connector settings that have been configured at the site scope. -To perform this task, the command first calls the \`Get-CsCloudCallDataConnectorConfiguration\` cmdlet along with the Filter parameter; the filter value "site:*" ensures that only Cloud Call Data Connector settings that have an Identity that begins with the string value "site:" will be returned. -The filtered collection is then piped to the \`Set-CsCloudCallDataConnectorConfiguration\` cmdlet, which changes the EnableCallDataConnector property for each item in that collection. - -## PARAMETERS - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: cf -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EnableCallDataConnector -Enables upload of call data. - -```yaml -Type: Boolean -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Force -Suppresses the display of any non-fatal error message that might occur when running the command. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Identity -Represents the unique identifier to be assigned to the new collection of CloudCallDataConnector configuration settings. Because you can only create new collections at the site scope, the Identity will always be the prefix "site:" followed by the site name; for example, "site:Redmond". - -```yaml -Type: XdsIdentity -Parameter Sets: Identity -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: 1 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Instance -Allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values. - -```yaml -Type: PSObject -Parameter Sets: Instance -Aliases: -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi -applicable: Skype for Business Server 2019 -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - - -## OUTPUTS - -### The `Set-CsCloudCallDataConnectorConfiguration` cmdlet does not return a value or object. Instead, the cmdlet configures instances of the Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection object. - -## NOTES - -## RELATED LINKS +--- +external help file: Microsoft.Rtc.Management.dll-Help.xml +applicable: Skype for Business Server 2019 +title: Set-CsCloudCallDataConnectorConfiguration +online version: +schema: 2.0.0 +--- + +# Set-CsCloudCallDataConnectorConfiguration + +## SYNOPSIS +Modifies an existing collection of Cloud Call Data Connector configuration settings. + +## SYNTAX + +### Identity (Default) +``` +Set-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector ] [[-Identity] ] + [-Force] [-WhatIf] [-Confirm] [] +``` + +### Instance +``` +Set-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector ] [-Instance ] [-Force] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Call Data Connector greatly simplifies call monitoring in a hybrid environment because you no longer need to use different sets of on-premises and online tools to monitor all of your users' call quality. Whether your users are homed on premises or online, you can choose to view call quality for your entire organization online. + +With Call Data Connector, the Skype for Business Server pushes call data to the cloud service so that you can leverage the Skype for Business Online Call Analytics (CA) and Call Quality Dashboard (CQD) tools. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Set-CsCloudCallDataConnectorConfiguration -Identity site:Redmond -EnableCallDataConnector $False +``` + +Example 1 disables the Call Data Connector for site:Redmond. + +### Example 2 +```powershell +Get-CsCloudCallDataConnectorConfiguration | Set-CsCloudCallDataConnectorConfiguration -EnableCallDataConnector $True +``` + +Example 2 is a variation of the command shown in Example 1. +In this case, the EnableCallDataConnector property is modified for each collection of Cloud Call Data Connector configuration settings currently in use in the organization. +To do this, the command first calls the \`Get-CsCloudCallDataConnectorConfiguration\` cmdlet without any parameters in order to return a collection of all the Cloud Call Data Connector settings currently in use. +This collection is then piped to the \`Set-CsCloudCallDataConnectorConfiguration\` cmdlet, which takes each item in the collection and changes the value of the EnableCallDataConnector property to $True. + +### Example 3 +```powershell +Get-CsCloudCallDataConnectorConfiguration -Filter "site:*"| Set-CsCloudCallDataConnectorConfiguration -EnableCallDataConnector $True +``` + +Another variation of the command used in Example 1 is shown in Example 3. +In this example, the PurgeHourOfDay property is changed for all the Cloud Call Data Connector settings that have been configured at the site scope. +To perform this task, the command first calls the \`Get-CsCloudCallDataConnectorConfiguration\` cmdlet along with the Filter parameter; the filter value "site:*" ensures that only Cloud Call Data Connector settings that have an Identity that begins with the string value "site:" will be returned. +The filtered collection is then piped to the \`Set-CsCloudCallDataConnectorConfiguration\` cmdlet, which changes the EnableCallDataConnector property for each item in that collection. + +## PARAMETERS + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableCallDataConnector +Enables upload of call data. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Force +Suppresses the display of any non-fatal error message that might occur when running the command. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Identity +Represents the unique identifier to be assigned to the new collection of CloudCallDataConnector configuration settings. Because you can only create new collections at the site scope, the Identity will always be the prefix "site:" followed by the site name; for example, "site:Redmond". + +```yaml +Type: XdsIdentity +Parameter Sets: Identity +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Instance +Allows you to pass a reference to an object to the cmdlet, rather than set individual parameter values. + +```yaml +Type: PSObject +Parameter Sets: Instance +Aliases: +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi +applicable: Skype for Business Server 2019 +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + + +## OUTPUTS + +### The `Set-CsCloudCallDataConnectorConfiguration` cmdlet does not return a value or object. Instead, the cmdlet configures instances of the Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection object. + +## NOTES + +## RELATED LINKS