diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 1f5a0ee5feb6..6e1c3fe8b8c6 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -4,14 +4,10 @@ on: push: branches: - dev - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - dev jobs: build_and_deploy_job: - if: github.event.repository.fork == false && github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + if: github.event.repository.fork == false && github.event_name == 'push' runs-on: ubuntu-latest name: Build and Deploy Job steps: diff --git a/.vscode/extensions.json b/.vscode/extensions.json index d42c5d5a7c44..c21abba6989f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -5,6 +5,7 @@ "eg2.vscode-npm-script", "christian-kohler.npm-intellisense", "esbenp.prettier-vscode", - "stylelint.vscode-stylelint" + "stylelint.vscode-stylelint", + "editorconfig.editorconfig" ] } diff --git a/.vscode/launch.json b/.vscode/launch.json index df82b6059e48..b0363910187c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -27,6 +27,13 @@ "request": "launch", "name": "Launch Chrome Debugger", "url": "http://localhost:4280" + }, + { + "type": "PowerShell", + "name": "Launch in Windows Terminal", + "request": "launch", + "cwd": "${cwd}", + "script": ". '${cwd}\\Tools\\Start-CippDevEmulators.ps1'" } ], "compounds": [ diff --git a/README.md b/README.md index 677617c1ae29..29ef370db018 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,13 @@ ![CyberDrain Light](github_assets/img/CIPP.png#gh-dark-mode-only) ![CyberDrain Dark](github_assets/img/CIPP-Light.png#gh-light-mode-only) -

Sponsored by

-

- -![OIT](github_assets/img/oitpsonsor_light.png)     -![Immybot](github_assets/img/Immybot.png)     -![NinjaOne](github_assets/img/NinjaOne-Light.png#gh-dark-mode-only) -![NinjaOne](github_assets/img/NinjaOne-Dark.png#gh-light-mode-only)     -![Huntress](github_assets/img/Huntress.png) -![HaloPSA](github_assets/img/halopsa-red-grey.svg) - -

- # What is this? -The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners. The current Microsoft partner landscape makes it fairly hard to manage multi tenant situations, with loads of manual work. Microsoft Lighthouse might resolve this in the future but development of this is lagging far behind development of the current market for Microsoft Partners. +The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners. The current Microsoft partner landscape makes it fairly hard to manage multi tenant situations, with loads of manual work. Microsoft Lighthouse might resolve this in the future but development of this is lagging far behind development of the current market for Microsoft Partners. +This project is a way to help you with administration, with user management, and deploying your own preferred standards. It's not a replacement for security tools, or a way to cut costs on specific subscriptions. The tool should assist you in removing the gripes with standard partner management and save you several hours per engineer per month. +For more information, we recommend checking out our website [here](https://cipp.app) +For detailed documentation about features of CIPP, please check out our [documentation.](https://docs.cipp.app) -This project is a way to help you with administration, with user management, and deploying your own preferred standards. It's not a replacement for security tools, or a way to cut costs on specific subscriptions. The tool should assist you in removing the gripes with standard partner management and save you several hours per engineer per month. +# Our sponsors -for more information, we recommend checking out our website [here](https://cipp.app) +You can find our sponsors [here.](https://docs.cipp.app/#our-sponsors) diff --git a/Tools/Start-CippDevEmulators.ps1 b/Tools/Start-CippDevEmulators.ps1 new file mode 100644 index 000000000000..b4f6ca696ffe --- /dev/null +++ b/Tools/Start-CippDevEmulators.ps1 @@ -0,0 +1,4 @@ +Write-Host "Starting CIPP Dev Emulators" +$Path = (Get-Item $PSScriptRoot).Parent.Parent.FullName +wt --title CIPP`; new-tab --title 'Azurite' -d $Path pwsh -c azurite`; new-tab --title 'FunctionApp' -d $Path\CIPP-API pwsh -c func start`; new-tab --title 'CIPP Frontend' -d $Path\CIPP pwsh -c npm run start`; new-tab --title 'SWA' -d $Path\CIPP pwsh -c npm run start-swa + diff --git a/package-lock.json b/package-lock.json index 5ed51cbacbdf..52097c7d8d38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cipp", - "version": "5.4.2", + "version": "6.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cipp", - "version": "5.4.2", + "version": "6.2.2", "license": "AGPL-3.0", "dependencies": { "@coreui/chartjs": "^3.0.0", @@ -32,6 +32,8 @@ "chart.js": "^3.5.1", "classnames": "^2.3.1", "core-js": "^3.18.3", + "dompurify": "^3.1.6", + "eml-parse-js": "^1.1.14", "enzyme": "^3.11.0", "final-form": "^4.20.4", "final-form-arrays": "^3.1.0", @@ -46,15 +48,18 @@ "react": "^18.2.0", "react-app-polyfill": "^2.0.0", "react-bootstrap": "^1.6.5", + "react-circular-progressbar": "^2.1.0", "react-copy-to-clipboard": "^5.1.0", "react-data-table-component": "^7.4.5", "react-datepicker": "^4.10.0", "react-dom": "^18.2.0", + "react-dropzone": "^14.2.3", "react-final-form": "^6.5.9", "react-final-form-arrays": "^3.1.4", "react-final-form-listeners": "^1.0.3", "react-helmet-async": "^1.3.0", "react-hotkeys-hook": "^3.4.4", + "react-html-parser": "^2.0.2", "react-loading-skeleton": "^3.1.0", "react-masonry-component": "^6.3.0", "react-media-hook": "^0.4.9", @@ -69,7 +74,7 @@ "redux-persist": "^6.0.0", "simplebar-react": "^2.3.6", "source-map-loader": "^3.0.0", - "styled-components": "^5.3.3" + "styled-components": "^5.3.11" }, "devDependencies": { "@types/react": "^18.2.39", @@ -1713,6 +1718,11 @@ "win32" ] }, + "node_modules/@sinonjs/text-encoding": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz", + "integrity": "sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==" + }, "node_modules/@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", @@ -2437,6 +2447,14 @@ "node": ">= 4.5.0" } }, + "node_modules/attr-accept": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz", + "integrity": "sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==", + "engines": { + "node": ">=4" + } + }, "node_modules/auto-changelog": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.3.0.tgz", @@ -3330,10 +3348,9 @@ } }, "node_modules/dompurify": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.7.tgz", - "integrity": "sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==", - "optional": true + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", + "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" }, "node_modules/domutils": { "version": "3.1.0", @@ -3361,6 +3378,15 @@ "batch-processor": "1.0.0" } }, + "node_modules/eml-parse-js": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/eml-parse-js/-/eml-parse-js-1.1.14.tgz", + "integrity": "sha512-6wUmZQ4k67CHGaQdNTukUMtCQ77e/676pRRsn/ga6CdaIwitzbQwqA/YTq/Wk+l1gghFJTPhbRyQphrAptK/GA==", + "dependencies": { + "@sinonjs/text-encoding": "^0.7.2", + "js-base64": "^3.7.2" + } + }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -4258,6 +4284,17 @@ "node": "^10.12.0 || >=12.0.0" } }, + "node_modules/file-selector": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/file-selector/-/file-selector-0.6.0.tgz", + "integrity": "sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw==", + "dependencies": { + "tslib": "^2.4.0" + }, + "engines": { + "node": ">= 12" + } + }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -5030,8 +5067,7 @@ "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "node_modules/ini": { "version": "1.3.8", @@ -5536,6 +5572,11 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/js-base64": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.7.tgz", + "integrity": "sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw==" + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -5657,6 +5698,12 @@ "jspdf": "^2.5.1" } }, + "node_modules/jspdf/node_modules/dompurify": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", + "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", + "optional": true + }, "node_modules/jsx-ast-utils": { "version": "3.3.5", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", @@ -6864,6 +6911,14 @@ "react-dom": ">=16.8.0" } }, + "node_modules/react-circular-progressbar": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/react-circular-progressbar/-/react-circular-progressbar-2.1.0.tgz", + "integrity": "sha512-xp4THTrod4aLpGy68FX/k1Q3nzrfHUjUe5v6FsdwXBl3YVMwgeXYQKDrku7n/D6qsJA9CuunarAboC2xCiKs1g==", + "peerDependencies": { + "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/react-copy-to-clipboard": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz", @@ -6922,6 +6977,22 @@ "react": "^18.2.0" } }, + "node_modules/react-dropzone": { + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.3.tgz", + "integrity": "sha512-O3om8I+PkFKbxCukfIR3QAGftYXDZfOE2N1mr/7qebQJHs7U+/RSL/9xomJNpRg9kM5h9soQSdf0Gc7OHF5Fug==", + "dependencies": { + "attr-accept": "^2.2.2", + "file-selector": "^0.6.0", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">= 10.13" + }, + "peerDependencies": { + "react": ">= 16.8 || 18.0.0" + } + }, "node_modules/react-fast-compare": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", @@ -6999,6 +7070,85 @@ "react-dom": ">=16.8.1" } }, + "node_modules/react-html-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/react-html-parser/-/react-html-parser-2.0.2.tgz", + "integrity": "sha512-XeerLwCVjTs3njZcgCOeDUqLgNIt/t+6Jgi5/qPsO/krUWl76kWKXMeVs2LhY2gwM6X378DkhLjur0zUQdpz0g==", + "dependencies": { + "htmlparser2": "^3.9.0" + }, + "peerDependencies": { + "react": "^0.14.0 || ^15.0.0 || ^16.0.0-0" + } + }, + "node_modules/react-html-parser/node_modules/dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dependencies": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "node_modules/react-html-parser/node_modules/dom-serializer/node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/react-html-parser/node_modules/dom-serializer/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/react-html-parser/node_modules/domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + }, + "node_modules/react-html-parser/node_modules/domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "dependencies": { + "domelementtype": "1" + } + }, + "node_modules/react-html-parser/node_modules/domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dependencies": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "node_modules/react-html-parser/node_modules/entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" + }, + "node_modules/react-html-parser/node_modules/htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "dependencies": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + } + }, "node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", @@ -7384,6 +7534,19 @@ "node": ">=8" } }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -7690,8 +7853,7 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "peer": true + ] }, "node_modules/safe-regex-test": { "version": "1.0.3", @@ -8070,6 +8232,14 @@ "resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz", "integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==" }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -8586,6 +8756,11 @@ "json5": "lib/cli.js" } }, + "node_modules/tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", diff --git a/package.json b/package.json index c1ee11ae71fa..41b4ceedb492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cipp", - "version": "5.5.0", + "version": "6.2.2", "description": "The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners.", "homepage": "https://cipp.app/", "bugs": { @@ -50,6 +50,8 @@ "chart.js": "^3.5.1", "classnames": "^2.3.1", "core-js": "^3.18.3", + "dompurify": "^3.1.6", + "eml-parse-js": "^1.1.14", "enzyme": "^3.11.0", "final-form": "^4.20.4", "final-form-arrays": "^3.1.0", @@ -64,15 +66,18 @@ "react": "^18.2.0", "react-app-polyfill": "^2.0.0", "react-bootstrap": "^1.6.5", + "react-circular-progressbar": "^2.1.0", "react-copy-to-clipboard": "^5.1.0", "react-data-table-component": "^7.4.5", "react-datepicker": "^4.10.0", "react-dom": "^18.2.0", + "react-dropzone": "^14.2.3", "react-final-form": "^6.5.9", "react-final-form-arrays": "^3.1.4", "react-final-form-listeners": "^1.0.3", "react-helmet-async": "^1.3.0", "react-hotkeys-hook": "^3.4.4", + "react-html-parser": "^2.0.2", "react-loading-skeleton": "^3.1.0", "react-masonry-component": "^6.3.0", "react-media-hook": "^0.4.9", @@ -87,7 +92,7 @@ "redux-persist": "^6.0.0", "simplebar-react": "^2.3.6", "source-map-loader": "^3.0.0", - "styled-components": "^5.3.3" + "styled-components": "^5.3.11" }, "devDependencies": { "@types/react": "^18.2.39", diff --git a/public/GDAPRoles.json b/public/GDAPRoles.json index adc846cf3028..bf14e31159e5 100644 --- a/public/GDAPRoles.json +++ b/public/GDAPRoles.json @@ -671,6 +671,22 @@ "Name": "Virtual Visits Administrator", "ObjectId": "e300d9e7-4a2b-4295-9eff-f1c78b36cc98" }, + { + "ExtensionData": {}, + "Description": "Manage and configure all aspects of Microsoft Viva Goals.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Viva Goals Administrator", + "ObjectId": "92b086b3-e367-4ef2-b869-1de128fb986e" + }, + { + "ExtensionData": {}, + "Description": "Can manage all settings for Microsoft Viva Pulse app.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Viva Pulse Administrator", + "ObjectId": "87761b17-1ed2-4af3-9acd-92a150038160" + }, { "ExtensionData": {}, "Description": "Can provision and manage all aspects of Cloud PCs.", diff --git a/public/MFAStates.json b/public/MFAStates.json new file mode 100644 index 000000000000..fcaf8dc6ceb3 --- /dev/null +++ b/public/MFAStates.json @@ -0,0 +1,14 @@ +[ + { + "value": "disabled", + "label": "Disabled" + }, + { + "value": "enabled", + "label": "Enabled" + }, + { + "value": "enforced", + "label": "Enforced" + } +] diff --git a/public/version_latest.txt b/public/version_latest.txt index d50359de1859..ca06394388d6 100644 --- a/public/version_latest.txt +++ b/public/version_latest.txt @@ -1 +1 @@ -5.5.0 +6.2.2 diff --git a/src/App.jsx b/src/App.jsx index 5e5678b80784..422ebac60c62 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,8 +1,8 @@ import React, { Suspense } from 'react' -import { BrowserRouter, Route, Routes, Navigate } from 'react-router-dom' +import { BrowserRouter, Route, Routes, Navigate, useLocation } from 'react-router-dom' import { PrivateRoute, FullScreenLoading, ErrorBoundary } from 'src/components/utilities' import 'src/scss/style.scss' -import { Helmet } from 'react-helmet-async' +import { Helmet, HelmetProvider } from 'react-helmet-async' import Skeleton from 'react-loading-skeleton' import TimeAgo from 'javascript-time-ago' import en from 'javascript-time-ago/locale/en.json' @@ -10,7 +10,6 @@ TimeAgo.addDefaultLocale(en) import { library } from '@fortawesome/fontawesome-svg-core' import { fas } from '@fortawesome/free-solid-svg-icons' import routes from 'src/routes' -import { useAuthCheck } from './components/utilities/CippauthCheck' import importsMap from './importsMap' library.add(fas) @@ -32,59 +31,58 @@ const Logout = React.lazy(() => import('./views/pages/login/Logout')) const App = () => { return ( - }> - - CIPP - - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - - - } - > - {routes.map((route, idx) => { - const allowedRoles = route.allowedRoles - const Routecomponent = dynamicImport(route.path) - console.log('route', route) - console.log('Routecomponent', Routecomponent) - return ( - route.component && ( - - }> - - CIPP - {route.name} - - - - - - - } - /> + + }> + + CIPP + + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + + + } + > + {routes.map((route, idx) => { + const allowedRoles = route.allowedRoles + const Routecomponent = dynamicImport(route.path) + //console.log('route', route) + //console.log('Routecomponent', Routecomponent) + return ( + route.component && ( + + }> + + + + + + } + /> + ) ) - ) - })} - } /> - - } /> - - + })} + } /> + + } /> + + + ) } diff --git a/src/_nav.jsx b/src/_nav.jsx index fbf1ff50f013..bc1505aa763e 100644 --- a/src/_nav.jsx +++ b/src/_nav.jsx @@ -19,6 +19,7 @@ import { faUserShield, faEnvelope, faToolbox, + faDownload, } from '@fortawesome/free-solid-svg-icons' const _nav = [ @@ -45,6 +46,11 @@ const _nav = [ name: 'Users', to: '/identity/administration/users', }, + { + component: CNavItem, + name: 'Risky Users', + to: '/identity/administration/risky-users', + }, { component: CNavItem, name: 'Groups', @@ -75,6 +81,11 @@ const _nav = [ name: 'Roles', to: '/identity/administration/roles', }, + { + component: CNavItem, + name: 'JIT Admin', + to: '/identity/administration/jit-admin', + }, { component: CNavItem, name: 'Offboarding Wizard', @@ -109,6 +120,11 @@ const _nav = [ name: 'AAD Connect Report', to: '/identity/reports/azure-ad-connect-report', }, + { + component: CNavItem, + name: 'Risk Detections', + to: '/identity/reports/risk-detections', + }, ], }, { @@ -129,34 +145,68 @@ const _nav = [ }, { component: CNavItem, - name: 'Alerts (Classic)', - to: '/tenant/administration/alertsqueue', + name: 'Alert Configuration', + to: '/tenant/administration/alert-configuration', }, { component: CNavItem, - name: 'Alert Rules', - to: '/tenant/administration/AlertRules', + name: 'Audit Logs', + to: '/tenant/administration/audit-logs', }, { component: CNavItem, name: 'Enterprise Applications', to: '/tenant/administration/enterprise-apps', }, + { + component: CNavItem, + name: 'Secure Score', + to: '/tenant/administration/securescore', + }, { component: CNavItem, name: 'App Consent Requests', to: '/tenant/administration/app-consent-requests', }, + { + component: CNavItem, + name: 'Authentication Methods', + to: '/tenant/administration/authentication-methods', + }, { component: CNavItem, name: 'Tenant Onboarding', - to: '/tenant/administration/tenant-onboarding-wizard', + to: '/tenant/administration/tenant-onboarding', }, { component: CNavItem, name: 'Tenant Offboarding', to: '/tenant/administration/tenant-offboarding-wizard', }, + { + component: CNavItem, + name: 'Partner Relationships', + to: '/tenant/administration/partner-relationships', + }, + ], + }, + { + component: CNavGroup, + name: 'Configuration Backup', + section: 'Tenant Administration', + to: '/cipp/gdap', + icon: , + items: [ + { + component: CNavItem, + name: 'Backup Wizard', + to: '/tenant/backup/backup-wizard', + }, + { + component: CNavItem, + name: 'Restore Wizard', + to: '/tenant/backup/restore-wizard', + }, ], }, { @@ -281,7 +331,12 @@ const _nav = [ { component: CNavItem, name: 'Invite Wizard', - to: '/tenant/administration/gdap-invite', + to: '/tenant/administration/gdap-invite-wizard', + }, + { + component: CNavItem, + name: 'Invite List', + to: '/tenant/administration/gdap-invites', }, { component: CNavItem, @@ -580,7 +635,7 @@ const _nav = [ component: CNavGroup, name: 'Administration', section: 'Email & Exchange', - to: '/email/exchange', + to: '/email/Administration', icon: , items: [ { @@ -588,6 +643,11 @@ const _nav = [ name: 'Mailboxes', to: '/email/administration/mailboxes', }, + { + component: CNavItem, + name: 'Deleted Mailboxes', + to: '/email/administration/deleted-mailboxes', + }, { component: CNavItem, name: 'Mailbox Rules', @@ -603,6 +663,11 @@ const _nav = [ name: 'Quarantine', to: '/email/administration/quarantine', }, + { + component: CNavItem, + name: 'Tenant Allow/Block Lists', + to: '/email/administration/tenant-allow-block-lists', + }, ], }, { @@ -627,13 +692,18 @@ const _nav = [ name: 'Mail Test', to: '/email/tools/mail-test', }, + { + component: CNavItem, + name: 'Message Viewer', + to: '/email/tools/message-viewer', + }, ], }, { component: CNavGroup, name: 'Transport', section: 'Email & Exchange', - to: '/tenant/administration', + to: '/email/Transport', icon: , items: [ { @@ -672,7 +742,7 @@ const _nav = [ component: CNavGroup, name: 'Spamfilter', section: 'Email & Exchange', - to: '/tenant/administration', + to: '/email/spamfilter', icon: , items: [ { @@ -692,6 +762,25 @@ const _nav = [ }, ], }, + { + component: CNavGroup, + name: 'Resource Management', + section: 'Email & Exchange', + to: '/resources/management', + icon: , + items: [ + { + component: CNavItem, + name: 'Rooms', + to: '/resources/management/list-rooms', + }, + { + component: CNavItem, + name: 'Room Lists', + to: '/resources/management/room-lists', + }, + ], + }, { component: CNavGroup, name: 'Reports', @@ -716,8 +805,23 @@ const _nav = [ }, { component: CNavItem, - name: 'Phishing Policies', - to: '/email/reports/phishing-policies', + name: 'Anti-Phishing Filters', + to: '/email/reports/antiphishing-filters', + }, + { + component: CNavItem, + name: 'Malware Filters', + to: '/email/reports/malware-filters', + }, + { + component: CNavItem, + name: 'Safe Links Filters', + to: '/email/reports/safelinks-filters', + }, + { + component: CNavItem, + name: 'Safe Attachments Filters', + to: '/email/reports/safeattachments-filters', }, { component: CNavItem, @@ -742,6 +846,16 @@ const _nav = [ name: 'Application Settings', to: '/cipp/settings', }, + { + component: CNavItem, + name: 'Extensions Settings', + to: '/cipp/extensions', + }, + { + component: CNavItem, + name: 'Extension Sync', + to: '/cipp/extension-sync', + }, { component: CNavItem, name: 'User Settings', diff --git a/src/components/buttons/TableModalButton.jsx b/src/components/buttons/TableModalButton.jsx index 67d2b22193da..f18dee1afe9f 100644 --- a/src/components/buttons/TableModalButton.jsx +++ b/src/components/buttons/TableModalButton.jsx @@ -50,4 +50,5 @@ TableModalButton.propTypes = { title: PropTypes.string, className: PropTypes.string, countOnly: PropTypes.bool, + icon: PropTypes.string, } diff --git a/src/components/contentcards/CippAccordionItem.jsx b/src/components/contentcards/CippAccordionItem.jsx new file mode 100644 index 000000000000..98090b58c0c7 --- /dev/null +++ b/src/components/contentcards/CippAccordionItem.jsx @@ -0,0 +1,49 @@ +import React from 'react' +import { + CAccordionBody, + CAccordionHeader, + CAccordionItem, + CCard, + CCardBody, + CCardFooter, + CCardHeader, + CCardTitle, +} from '@coreui/react' +import Skeleton from 'react-loading-skeleton' +import PropTypes from 'prop-types' + +export default function CippAccordionItem({ + title, + titleType = 'normal', + CardButton, + children, + isFetching, +}) { + return ( + + {title} + + + + + {titleType === 'big' ?

{title}

: title} +
+
+ + {isFetching && } + {children} + + {CardButton} +
+
+
+ ) +} + +CippAccordionItem.propTypes = { + title: PropTypes.string.isRequired, + titleType: PropTypes.string, + CardButton: PropTypes.element.isRequired, + children: PropTypes.element.isRequired, + isFetching: PropTypes.bool.isRequired, +} diff --git a/src/components/contentcards/CippButtonCard.jsx b/src/components/contentcards/CippButtonCard.jsx new file mode 100644 index 000000000000..8e74d5470693 --- /dev/null +++ b/src/components/contentcards/CippButtonCard.jsx @@ -0,0 +1,37 @@ +import React from 'react' +import { CCard, CCardBody, CCardFooter, CCardHeader, CCardTitle } from '@coreui/react' +import Skeleton from 'react-loading-skeleton' +import PropTypes from 'prop-types' + +export default function CippButtonCard({ + title, + titleType = 'normal', + CardButton, + children, + isFetching, + className = 'h-100', +}) { + return ( + + + + {titleType === 'big' ?

{title}

: title} +
+
+ + {isFetching && } + {children} + + {CardButton} +
+ ) +} + +CippButtonCard.propTypes = { + title: PropTypes.string.isRequired, + titleType: PropTypes.string, + CardButton: PropTypes.element.isRequired, + children: PropTypes.element.isRequired, + isFetching: PropTypes.bool.isRequired, + className: PropTypes.string, +} diff --git a/src/components/contentcards/CippChartCard.jsx b/src/components/contentcards/CippChartCard.jsx new file mode 100644 index 000000000000..c708ef8e51ad --- /dev/null +++ b/src/components/contentcards/CippChartCard.jsx @@ -0,0 +1,86 @@ +import React from 'react' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { CButton, CCard, CCardBody, CCardHeader, CCardTitle } from '@coreui/react' +import { CChart } from '@coreui/react-chartjs' +import { getStyle } from '@coreui/utils' +import PropTypes from 'prop-types' + +export default function CippChartCard({ + title, + titleType = 'normal', + ChartData, + ChartLabels, + ChartType = 'pie', + LegendLocation = 'bottom', + isFetching, + refreshFunction, +}) { + return ( + + + + {titleType === 'big' ?

{title}

: title} + {refreshFunction ? ( + + + + ) : ( + + + + )} +
+
+ + {ChartData && ( + + )} + +
+ ) +} +CippChartCard.propTypes = { + title: PropTypes.string.isRequired, + titleType: PropTypes.oneOf(['normal', 'big']), + ChartData: PropTypes.array.isRequired, + ChartLabels: PropTypes.array.isRequired, + ChartType: PropTypes.oneOf(['pie', 'bar', 'line']), + LegendLocation: PropTypes.oneOf(['top', 'bottom', 'left', 'right']), + isFetching: PropTypes.bool, + refreshFunction: PropTypes.func, +} diff --git a/src/components/contentcards/CippPrettyCard.jsx b/src/components/contentcards/CippPrettyCard.jsx new file mode 100644 index 000000000000..b97516e3713c --- /dev/null +++ b/src/components/contentcards/CippPrettyCard.jsx @@ -0,0 +1,46 @@ +import React from 'react' +import { CCard, CCardBody, CCardFooter, CCardHeader, CCardTitle, CCol, CRow } from '@coreui/react' +import Skeleton from 'react-loading-skeleton' +import { CircularProgressbar } from 'react-circular-progressbar' +import 'react-circular-progressbar/dist/styles.css' + +export default function CippPrettyCard({ + title, + titleType = 'normal', + percentage, + topLabel, + smallLabel, + ringcolor = '#f89226', + isFetching, +}) { + return ( + + + + {titleType === 'big' ?

{title}

: title} +
+
+ + {isFetching && } + {!isFetching && ( + + +
+ +
+
+ +

{topLabel}

+ {smallLabel} +
+
+ )} +
+
+ ) +} diff --git a/src/components/contentcards/DatatableContentCard.jsx b/src/components/contentcards/DatatableContentCard.jsx index 0174253dd4a2..8d36e493d4a0 100644 --- a/src/components/contentcards/DatatableContentCard.jsx +++ b/src/components/contentcards/DatatableContentCard.jsx @@ -27,6 +27,7 @@ export default function DatatableContentCard({ path={path} columns={columns} params={params} + sortable {...rest} /> )} diff --git a/src/components/forms/RFFComponents.jsx b/src/components/forms/RFFComponents.jsx index 0d07909c5975..14163a033d62 100644 --- a/src/components/forms/RFFComponents.jsx +++ b/src/components/forms/RFFComponents.jsx @@ -123,7 +123,9 @@ export const RFFCFormSwitch = ({ >
{ return ( - + {({ input, meta }) => { const handleChange = onChange ? (e) => { @@ -193,7 +196,7 @@ export const RFFCFormInput = ({ } RFFCFormInput.propTypes = { ...sharedPropTypes, - type: PropTypes.oneOf(['color', 'file', 'text', 'password']), + type: PropTypes.oneOf(['color', 'file', 'text', 'password', 'number']), placeholder: PropTypes.string, } @@ -250,6 +253,54 @@ RFFCFormInputArray.propTypes = { ...sharedPropTypes, } +export const RFFCFormInputList = ({ name, label, className = 'mb-3' }) => { + return ( + <> + + {({ fields }) => ( +
+
+ {label && ( + + {label} + + )} + fields.push({ Key: '', Value: '' })} + className="circular-button" + title={'+'} + > + + +
+ {fields.map((name, index) => ( +
+
+ + {({ input, meta }) => { + return + }} + +
+ fields.remove(index)} + className={`circular-button`} + title={'-'} + > + + +
+ ))} +
+ )} +
+ + ) +} +RFFCFormInputList.propTypes = { + ...sharedPropTypes, +} + export const RFFCFormRadio = ({ name, label, @@ -264,7 +315,9 @@ export const RFFCFormRadio = ({ {({ meta, input }) => (
{ + return ( + <> +
+ {options?.map((option, key) => { + return ( + + {({ input }) => { + return ( + <> + + + ) + }} + + ) + })} +
+ + ) +} + +RFFCFormRadioList.propTypes = { + ...sharedPropTypes, + inline: PropTypes.bool, +} + export const RFFCFormTextarea = ({ name, label, @@ -376,19 +470,25 @@ RFFCFormSelect.propTypes = { export function Condition({ when, is, children, like, regex }) { return ( <> - {is && ( + {is !== undefined && ( - {({ input: { value } }) => (value === is ? children : null)} + {({ input: { value } }) => { + return value === is ? children : null + }} )} - {like && ( + {like !== undefined && ( - {({ input: { value } }) => (value.includes(like) ? children : null)} + {({ input: { value } }) => { + return value.includes(like) ? children : null + }} )} - {regex && ( + {regex !== undefined && ( - {({ input: { value } }) => (value.match(regex) ? children : null)} + {({ input: { value } }) => { + return value.match(regex) ? children : null + }} )} @@ -417,10 +517,10 @@ export const RFFSelectSearch = ({ isLoading = false, allowCreate = false, refreshFunction, - props, + ...props }) => { const [inputText, setInputText] = useState('') - const selectSearchvalues = values.map((val) => ({ + const selectSearchValues = values.map((val) => ({ value: val.value, label: val.name, ...val.props, @@ -444,6 +544,33 @@ export const RFFSelectSearch = ({ return ( {({ meta, input }) => { + const handleChange = (e) => { + if (onChange) { + onChange(e) + } + input.onChange(e) + } + + const selectProps = { + classNamePrefix: 'react-select', + ...input, + name, + id: name, + disabled, + options: selectSearchValues, + placeholder, + isMulti: multi, + inputValue: inputText, + isLoading, + onChange: handleChange, + onInputChange: setOnInputChange, + ...props, + //merge className from props into the default className + className: props.className + ? `${props.className} react-select-container` + : 'react-select-container', + } + return (
@@ -461,81 +588,16 @@ export const RFFSelectSearch = ({ )} - {!allowCreate && onChange && ( - - )} - {allowCreate && onChange && ( - + {allowCreate ? ( + + ) : ( + + {dropMessage} + +
+ + ) +} + +CippDropzone.propTypes = { + title: PropTypes.string, + onDrop: PropTypes.func.isRequired, + dropMessage: PropTypes.string, + accept: PropTypes.object, + maxFiles: PropTypes.number, +} + +export default CippDropzone diff --git a/src/components/utilities/CippFuzzySearch.jsx b/src/components/utilities/CippFuzzySearch.jsx index e7efe8d0bc1a..ec176e77d340 100644 --- a/src/components/utilities/CippFuzzySearch.jsx +++ b/src/components/utilities/CippFuzzySearch.jsx @@ -4,7 +4,7 @@ import Fuse from 'fuse.js' function CippfuzzySearch(options) { const fuse = new Fuse(options, { keys: ['name', 'groupName', 'items.name'], - threshold: 0.5, + threshold: 0.3, location: 0, ignoreLocation: true, useExtendedSearch: true, @@ -15,8 +15,8 @@ function CippfuzzySearch(options) { if (!value.length) { return options } - - return fuse.search(value).map((_ref) => { + const search = fuse.search(value) + return search.map((_ref) => { let { item } = _ref return item }) diff --git a/src/components/utilities/CippListOffcanvas.jsx b/src/components/utilities/CippListOffcanvas.jsx index 4fbde6931ce3..e3c3229ae394 100644 --- a/src/components/utilities/CippListOffcanvas.jsx +++ b/src/components/utilities/CippListOffcanvas.jsx @@ -38,7 +38,7 @@ CippListOffcanvas.propTypes = { hideFunction: PropTypes.func.isRequired, } -export function OffcanvasListSection({ title, items }) { +export function OffcanvasListSection({ title, items, showCardTitle = true }) { //console.log(items) const mappedItems = items.map((item, key) => ({ value: item.content, label: item.heading })) return ( @@ -48,7 +48,11 @@ export function OffcanvasListSection({ title, items }) { - Extended Information + {showCardTitle && ( + <> + Extended Information + + )} @@ -62,4 +66,5 @@ export function OffcanvasListSection({ title, items }) { OffcanvasListSection.propTypes = { title: PropTypes.string, items: PropTypes.array, + showCardTitle: PropTypes.bool, } diff --git a/src/components/utilities/CippOffcanvas.jsx b/src/components/utilities/CippOffcanvas.jsx index eb20726fbfbe..765459b71fa6 100644 --- a/src/components/utilities/CippOffcanvas.jsx +++ b/src/components/utilities/CippOffcanvas.jsx @@ -1,6 +1,6 @@ import React from 'react' import PropTypes from 'prop-types' -import { CButton, COffcanvas, COffcanvasHeader, COffcanvasBody } from '@coreui/react' +import { CButton, COffcanvas, COffcanvasHeader, COffcanvasBody, CSpinner } from '@coreui/react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faTimes } from '@fortawesome/free-solid-svg-icons' @@ -23,11 +23,10 @@ export default function CippOffcanvas(props) { color="link" size="lg" onClick={() => { - //console.log('refresh') props.refreshFunction() }} > - + {props.isRefreshing ? : } )} @@ -48,6 +47,7 @@ export const CippOffcanvasPropTypes = { id: PropTypes.string, hideFunction: PropTypes.func.isRequired, refreshFunction: PropTypes.func, + isRefreshing: PropTypes.bool, addedClass: PropTypes.string, } diff --git a/src/components/utilities/CippScheduleOffcanvas.jsx b/src/components/utilities/CippScheduleOffcanvas.jsx new file mode 100644 index 000000000000..45d5b5a62e92 --- /dev/null +++ b/src/components/utilities/CippScheduleOffcanvas.jsx @@ -0,0 +1,276 @@ +import React, { useState } from 'react' +import PropTypes from 'prop-types' +import { + CButton, + CCallout, + CCard, + CCardBody, + CCardHeader, + CCol, + CForm, + CRow, + CSpinner, + CTooltip, +} from '@coreui/react' +import { CippOffcanvas, TenantSelector } from '.' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { Field, Form, FormSpy } from 'react-final-form' +import arrayMutators from 'final-form-arrays' +import { + RFFCFormInput, + RFFCFormInputArray, + RFFCFormSwitch, + RFFSelectSearch, +} from 'src/components/forms' +import { useSelector } from 'react-redux' +import { useGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' +import DatePicker from 'react-datepicker' +import 'react-datepicker/dist/react-datepicker.css' + +export default function CippScheduleOffcanvas({ + state: visible, + hideFunction, + title, + placement, + ...props +}) { + const currentDate = new Date() + const [startDate, setStartDate] = useState(currentDate) + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const [refreshState, setRefreshState] = useState(false) + const taskName = `Scheduled Task ${currentDate.toLocaleString()}` + const { data: availableCommands = [], isLoading: isLoadingcmd } = useGenericGetRequestQuery({ + path: 'api/ListFunctionParameters?Module=CIPPCore', + }) + + const recurrenceOptions = [ + { value: '0', name: 'Only once' }, + { value: '1', name: 'Every 1 day' }, + { value: '7', name: 'Every 7 days' }, + { value: '30', name: 'Every 30 days' }, + { value: '365', name: 'Every 365 days' }, + ] + + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const onSubmit = (values) => { + const unixTime = Math.floor(startDate.getTime() / 1000) + const shippedValues = { + TenantFilter: tenantDomain, + Name: values.taskName, + Command: values.command, + Parameters: values.parameters, + ScheduledTime: unixTime, + Recurrence: values.Recurrence, + AdditionalProperties: values.additional, + PostExecution: { + Webhook: values.webhook, + Email: values.email, + PSA: values.psa, + }, + } + genericPostRequest({ path: '/api/AddScheduledItem', values: shippedValues }).then((res) => { + setRefreshState(res.requestId) + if (props.submitFunction) { + props.submitFunction() + } + }) + } + + return ( + + + + +
{ + return ( + + + + + {(props) => } + + + + + + + + + + + setStartDate(date)} + /> + + + + + + + + + + ({ + value: cmd.Function, + name: cmd.Function, + }))} + name="command" + placeholder={ + isLoadingcmd ? ( + + ) : ( + 'Select a command or report to execute.' + ) + } + label="Command to execute" + /> + + + + {/* eslint-disable react/prop-types */} + {(props) => { + const selectedCommand = availableCommands.find( + (cmd) => cmd.Function === props.values.command?.value, + ) + return ( + + {selectedCommand?.Synopsis} + + ) + }} + + + + {/* eslint-disable react/prop-types */} + {(props) => { + const selectedCommand = availableCommands.find( + (cmd) => cmd.Function === props.values.command?.value, + ) + let paramblock = null + if (selectedCommand) { + //if the command parameter type is boolean we use else . + const parameters = selectedCommand.Parameters + if (parameters.length > 0) { + paramblock = parameters.map((param, idx) => ( + + + + {param.Type === 'System.Boolean' || + param.Type === + 'System.Management.Automation.SwitchParameter' ? ( + <> + + + + ) : ( + <> + {param.Type === 'System.Collections.Hashtable' ? ( + + ) : ( + + )} + + )} + + + + )) + } + } + return paramblock + }} + + + + + + + + + + + + + + + + + + + Add Schedule + {postResults.isFetching && ( + + )} + + + + {postResults.isSuccess && ( + +
  • {postResults.data.Results}
  • +
    + )} +
    + ) + }} + /> + + + + ) +} + +CippScheduleOffcanvas.propTypes = { + groups: PropTypes.array, + placement: PropTypes.string.isRequired, + title: PropTypes.string.isRequired, + state: PropTypes.bool, + hideFunction: PropTypes.func.isRequired, +} diff --git a/src/components/utilities/CippTableOffcanvas.jsx b/src/components/utilities/CippTableOffcanvas.jsx index 2cfbe76fcb31..236ccff04b4e 100644 --- a/src/components/utilities/CippTableOffcanvas.jsx +++ b/src/components/utilities/CippTableOffcanvas.jsx @@ -1,7 +1,8 @@ import React from 'react' import { CippOffcanvas } from 'src/components/utilities' import PropTypes from 'prop-types' -import { CippDatatable } from '../tables' +import { CippDatatable, CippTable } from '../tables' +import { cellGenericFormatter } from '../tables/CellGenericFormat' function CippTableOffcanvas({ state: visible, @@ -11,7 +12,37 @@ function CippTableOffcanvas({ params, columns, tableProps, + data = null, }) { + if (Array.isArray(data) && data !== null && data !== undefined && data?.length > 0) { + if (!Array.isArray(data) && typeof data === 'object') { + data = Object.keys(data).map((key) => { + return { + Key: key, + Value: data[key], + } + }) + } else { + if (Array.isArray(data) && typeof data[0] !== 'object') { + data = data.map((row) => { + return { + Value: row, + } + }) + } + } + columns = [] + Object.keys(data[0]).map((key) => { + columns.push({ + name: key, + selector: (row) => row[key], + sortable: true, + exportSelector: key, + cell: cellGenericFormatter(), + }) + }) + } + return ( <> - + <> + {Array.isArray(data) && data !== null && data !== undefined ? ( + + ) : ( + + )} + ) @@ -35,6 +72,7 @@ CippTableOffcanvas.propTypes = { params: PropTypes.object, columns: PropTypes.object, tableProps: PropTypes.object, + data: PropTypes.object, } export default CippTableOffcanvas diff --git a/src/components/utilities/CippTenantOffcanvas.jsx b/src/components/utilities/CippTenantOffcanvas.jsx index 0538ecbf4344..dc9310d7aa81 100644 --- a/src/components/utilities/CippTenantOffcanvas.jsx +++ b/src/components/utilities/CippTenantOffcanvas.jsx @@ -58,6 +58,10 @@ function CippTenantOffcanvas({ tenant, buildingIcon = false }) { label: 'Display Name', value: tenantProperty(tenantDetails, 'displayName'), }, + { + label: 'Tenant ID', + value: tenantProperty(tenantDetails, 'id'), + }, { label: 'Business Phones', value: tenantProperty(tenantDetails, 'businessPhones'), diff --git a/src/components/utilities/ModalRoot.jsx b/src/components/utilities/ModalRoot.jsx index 7b5e65b0b13b..65b95d9a26ba 100644 --- a/src/components/utilities/ModalRoot.jsx +++ b/src/components/utilities/ModalRoot.jsx @@ -1,6 +1,5 @@ import React, { useEffect, useState } from 'react' import { SharedModal } from 'src/components/utilities' - export const ModalService = { on(event, callback) { document.addEventListener(event, (e) => callback(e.detail)) @@ -21,7 +20,7 @@ export const ModalService = { detail: { componentType, componentProps, - body, + body: typeof body === 'function' ? body() : body, data, title, size, @@ -33,9 +32,9 @@ export const ModalService = { ) }, confirm({ body, title, size, onConfirm, confirmLabel, cancelLabel }) { - ModalService.open({ + this.open({ componentType: 'confirm', - body, + body: typeof body === 'function' ? body : body, title, size, onConfirm, @@ -47,19 +46,37 @@ export const ModalService = { export function ModalRoot() { const [modal, setModal] = useState({}) + const [version, setVersion] = useState(0) // used to force re-render useEffect(() => { - ModalService.on('open', (props) => { + const handleOpen = (props) => { setModal({ ...props, close: () => { setModal({}) }, }) - }) + setVersion((v) => v + 1) // Increment version to force update + } + + ModalService.on('open', handleOpen) + return () => { + document.removeEventListener('open', handleOpen) + } }, []) - const ModalComponent = modal.body || modal.data ? SharedModal : null + const ModalComponent = modal.componentType ? SharedModal : null - return <>{ModalComponent && } + return ( + <> + {ModalComponent && ( + + )} + + ) } diff --git a/src/components/utilities/TenantSelector.jsx b/src/components/utilities/TenantSelector.jsx index a7c059c39d4f..36a9bd8764e7 100644 --- a/src/components/utilities/TenantSelector.jsx +++ b/src/components/utilities/TenantSelector.jsx @@ -4,7 +4,7 @@ import { useDispatch, useSelector } from 'react-redux' import PropTypes from 'prop-types' import { useListTenantsQuery } from 'src/store/api/tenants' import { setCurrentTenant } from 'src/store/features/app' -import { CButton, CDropdown, CDropdownMenu, CDropdownToggle } from '@coreui/react' +import { CButton } from '@coreui/react' import { useNavigate, useSearchParams } from 'react-router-dom' import { queryString } from 'src/helpers' import { faBuilding } from '@fortawesome/free-solid-svg-icons' @@ -13,6 +13,7 @@ import CippTenantOffcanvas from './CippTenantOffcanvas' import CippfuzzySearch from './CippFuzzySearch' const TenantSelector = ({ action, showAllTenantSelector = true, NavSelector = false }) => { + const [refreshState, setRefreshState] = React.useState(false) const currentTenant = useSelector((state) => state.app.currentTenant) const { data: tenants = [ @@ -23,9 +24,10 @@ const TenantSelector = ({ action, showAllTenantSelector = true, NavSelector = fa }, ], isLoading, + isFetching, isSuccess, error, - } = useListTenantsQuery({ showAllTenantSelector }) + } = useListTenantsQuery({ showAllTenantSelector, Refresh: refreshState }) const dispatch = useDispatch() const navigate = useNavigate() @@ -90,10 +92,10 @@ const TenantSelector = ({ action, showAllTenantSelector = true, NavSelector = fa )} -
    +
    + + //set a random number to force a refresh + setRefreshState(Math.random()) + } + variant="ghost" + className="ml-2" + > + +
    )} diff --git a/src/components/utilities/TenantSelectorMultiple.jsx b/src/components/utilities/TenantSelectorMultiple.jsx index 4ff2f2cb8935..63f560f7f4a0 100644 --- a/src/components/utilities/TenantSelectorMultiple.jsx +++ b/src/components/utilities/TenantSelectorMultiple.jsx @@ -4,12 +4,15 @@ import Select from 'react-select' import PropTypes from 'prop-types' const TenantSelectorMultiple = React.forwardRef( - ({ values = [], onChange = () => {}, ...rest }, ref) => { + ( + { values = [], onChange = () => {}, AllTenants = false, valueIsDomain = false, ...rest }, + ref, + ) => { const { data: tenants = [], isLoading, error, - } = useListTenantsQuery({ showAllTenantsSelector: false }) + } = useListTenantsQuery({ showAllTenantSelector: AllTenants }) let placeholder = 'Select Tenants' if (isLoading) { @@ -33,6 +36,7 @@ const TenantSelectorMultiple = React.forwardRef( options={tenants.map(({ customerId, defaultDomainName, displayName }) => ({ value: customerId, label: [displayName] + [` (${defaultDomainName})`], + fullValue: { customerId, defaultDomainName, displayName }, }))} multiple printOptions="on-focus" @@ -44,6 +48,8 @@ const TenantSelectorMultiple = React.forwardRef( TenantSelectorMultiple.propTypes = { onChange: PropTypes.func, + AllTenants: PropTypes.bool, + valueIsDomain: PropTypes.bool, values: PropTypes.arrayOf(PropTypes.string).isRequired, } diff --git a/src/components/utilities/Toasts.jsx b/src/components/utilities/Toasts.jsx index cfc6d99c3b4d..e06bc398d5c7 100644 --- a/src/components/utilities/Toasts.jsx +++ b/src/components/utilities/Toasts.jsx @@ -3,8 +3,9 @@ import PropTypes from 'prop-types' import { useDispatch, useSelector } from 'react-redux' import { CToast, CToastBody, CToaster, CToastHeader, CCollapse, CButton } from '@coreui/react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faExpandAlt, faCompressAlt, faTimes } from '@fortawesome/free-solid-svg-icons' +import { faTimes } from '@fortawesome/free-solid-svg-icons' import { closeToast } from 'src/store/features/toasts' +import ReactTimeAgo from 'react-time-ago' const Toasts = () => { const dispatch = useDispatch() @@ -32,15 +33,18 @@ const Toast = ({ message, title, onClose, error }) => { return ( - -
    {title}
    - + +
    {title}
    + Just Now +
    + +
    diff --git a/src/components/utilities/index.js b/src/components/utilities/index.js index 11fc6a9581d5..24fed1e5aecb 100644 --- a/src/components/utilities/index.js +++ b/src/components/utilities/index.js @@ -18,6 +18,7 @@ import PageSizeSwitcher from 'src/components/utilities/PageSizeSwitcher' import Toasts from 'src/components/utilities/Toasts' import UsageLocation from 'src/components/utilities/UsageLocation' import CippTableOffcanvas from './CippTableOffcanvas' +import validateAlphabeticalSort from './validateAlphabeticalSort' export { CippActionsOffcanvas, @@ -43,4 +44,5 @@ export { PageSizeSwitcher, Toasts, UsageLocation, + validateAlphabeticalSort, } diff --git a/src/components/utilities/validateAlphabeticalSort.jsx b/src/components/utilities/validateAlphabeticalSort.jsx new file mode 100644 index 000000000000..ff19bc21023e --- /dev/null +++ b/src/components/utilities/validateAlphabeticalSort.jsx @@ -0,0 +1,23 @@ +export default function validateAlphabeticalSort(data, sortKeys) { + if (!sortKeys || sortKeys.length === 0) return data + try { + if (!data) return data + const newList = data.filter((element) => { + return sortKeys.every((key) => { + return (element) => element[key] != null && element[key] != undefined + }) + }) + return newList.sort((a, b) => { + try { + return sortKeys.reduce((acc, key) => { + if (acc !== 0) return acc + return (a[key] ?? '').toString().localeCompare(b[key] ?? '') + }, 0) + } catch (error) { + return 0 + } + }) + } catch (error) { + return data + } +} diff --git a/src/data/AuditLogSchema.json b/src/data/AuditLogSchema.json new file mode 100644 index 000000000000..35530d0fb583 --- /dev/null +++ b/src/data/AuditLogSchema.json @@ -0,0 +1,974 @@ +{ + "Common": { + "Id": "String", + "RecordType": "List:AuditLogRecordType", + "CreationTime": "String", + "Operation": "List:Operation", + "OrganizationId": "String", + "UserType": "List:UserType", + "UserKey": "String", + "Workload": "String", + "ResultStatus": "String", + "ObjectId": "String", + "UserId": "String", + "ClientIP": "String", + "Username": "String", + "CIPPGeoLocation": "List:countryList", + "CIPPBadRepIP": "String", + "CIPPHostedIP": "String", + "CIPPIPDetected": "String" + }, + "Audit.Exchange": { + "Id": "Combination GUID", + "RecordType": "List:AuditLogRecordType", + "CreationTime": "String", + "Operation": "List:Operation", + "OrganizationId": "Guid", + "UserType": "List:UserType", + "UserKey": "String", + "Workload": "String", + "ResultStatus": "String", + "ObjectId": "String", + "UserId": "String", + "ClientIP": "String", + "Scope": "List:AuditLogScope", + "ModifiedObjectResolvedname": "String", + "Parameters": "Common.namevaluePair", + "ExternalAccess": "Boolean", + "OriginatingServer": "String", + "Organizationname": "String", + "LogonType": "LogonType", + "InternalLogonType": "List:LogonType", + "MailboxGuid": "String", + "MailboxOwnerUPN": "String", + "MailboxOwnerSid": "String", + "MailboxOwnerMasterAccountSid": "String", + "LogonUserSid": "String", + "LogonUserDisplayname": "String", + "ClientInfoString": "String", + "ClientIPAddress": "String", + "ClientMachinename": "String", + "ClientProcessname": "String", + "ClientVersion": "String", + "MoveToFolder": "String", + "ForwardTo": "String", + "RedirectTo": "String" + }, + "Audit.AzureActiveDirectory": { + "AzureActiveDirectoryEventType": "List:AzureActiveDirectoryEventType", + "AccountEnabled": "String", + "Actor": "List:IdentityTypevaluePair", + "ActorContextId": "String", + "ActorIpAddress": "String", + "InterSystemsId": "String", + "IntraSystemsId": "String", + "SupportTicketId": "String", + "Target": "List:IdentityTypevaluePair", + "TargetContextId": "String", + "ApplicationId": "String", + "Client": "String", + "Errorvalue": "String", + "LogonError": "String" + }, + "List:Operation": [ + { "value": "UserLoggedIn", "name": "A user logged in" }, + { "value": "mailitemsaccessed", "name": "accessed mailbox items" }, + { "value": "add delegation entry.", "name": "added delegation entry" }, + { "value": "add domain to company.", "name": "added domain to company" }, + { "value": "add group.", "name": "added group" }, + { "value": "add member to group.", "name": "added member to group" }, + { "value": "add-mailboxpermission", "name": "added delegate mailbox permissions" }, + { "value": "add member to role.", "name": "added member to role" }, + { "value": "add partner to company.", "name": "added a partner to the directory" }, + { "value": "add service principal.", "name": "added service principal" }, + { + "value": "add service principal credentials.", + "name": "added credentials to a service principal" + }, + { "value": "add user.", "name": "added user" }, + { "value": "addfolderpermissions", "name": "added permissions to folder" }, + { "value": "applyrecordlabel", "name": "labeled message as a record" }, + { "value": "change user license.", "name": "changed user license" }, + { "value": "change user password.", "name": "changed user password" }, + { "value": "copy", "name": "copied messages to another folder" }, + { "value": "create", "name": "created mailbox item" }, + { "value": "delete group.", "name": "deleted group" }, + { "value": "delete user.", "name": "deleted user" }, + { "value": "harddelete", "name": "purged messages from the mailbox" }, + { "value": "mailboxlogin", "name": "user signed in to mailbox" }, + { "value": "move", "name": "moved messages to another folder" }, + { "value": "movetodeleteditems", "name": "moved messages to deleted items folder" }, + { "value": "new-inboxrule", "name": "created new inbox rule in outlook web app" }, + { "value": "remove delegation entry.", "name": "removed delegation entry" }, + { "value": "remove domain from company.", "name": "removed domain from company" }, + { "value": "remove member from group.", "name": "removed member from group" }, + { "value": "remove member from a role.", "name": "remove member from a role" }, + { "value": "Disable Strong Authentication.", "name": "Disable Strong Authentication." }, + + { + "value": "remove service principal.", + "name": "removed a service principal from the directory" + }, + { + "value": "remove service principal credentials.", + "name": "removed credentials from a service principal" + }, + { "value": "remove-mailboxpermission", "name": "removed delegate mailbox permissions" }, + { "value": "remove member from role.", "name": "removed a user from a directory role" }, + { "value": "remove partner from company.", "name": "removed a partner from the directory" }, + { "value": "removefolderpermissions", "name": "removed permissions from folder" }, + { "value": "reset user password.", "name": "reset user password" }, + { "value": "send", "name": "sent message" }, + { "value": "sendas", "name": "sent message using send as permissions" }, + { "value": "sendonbehalf", "name": "sent message using send on behalf permissions" }, + { "value": "set company contact information.", "name": "set company contact information" }, + { "value": "set company information.", "name": "set company information" }, + { "value": "set delegation entry.", "name": "set delegation entry" }, + { "value": "set dirsyncenabled flag.", "name": "turned on azure ad sync" }, + { "value": "set domain authentication.", "name": "set domain authentication" }, + { + "value": "set federation settings on domain.", + "name": "updated the federation settings for a domain" + }, + { + "value": "set force change user password.", + "name": "set property that forces user to change password" + }, + { "value": "set-inboxrule", "name": "modified inbox rule from outlook web app" }, + { "value": "set license properties.", "name": "set license properties" }, + { "value": "set password policy.", "name": "set password policy" }, + { "value": "softdelete", "name": "deleted messages from deleted items folder" }, + { "value": "update", "name": "updated message" }, + { "value": "update user.", "name": "updated user" }, + { "value": "update group.", "name": "updated group" }, + { "value": "update domain.", "name": "updated domain" }, + { + "value": "updatecalendardelegation", + "name": "added or removed user with delegate access to calendar folder" + }, + { "value": "updatefolderpermissions", "name": "modified folder permission" }, + { "value": "updateinboxrules", "name": "updated inbox rules from outlook client" }, + { "value": "verify domain.", "name": "verified domain" }, + { "value": "verify email verified domain.", "name": "verified email verified domain" }, + { + "value": "Update StsRefreshTokenValidFrom Timestamp.", + "name": "Update StsRefreshTokenValidFrom Timestamp." + } + ], + "List:LogonType": [ + { "value": 0, "Membername": "Owner", "name": "The mailbox owner." }, + { + "value": 1, + "Membername": "Admin", + "name": "A person with administrative privileges for someone's mailbox." + }, + { + "value": 2, + "Membername": "Delegated", + "name": "A person with delegate privileges for someone's mailbox." + }, + { + "value": 3, + "Membername": "Transport", + "name": "A transport service in the Microsoft datacenter." + }, + { + "value": 4, + "Membername": "SystemService", + "name": "A service account in the Microsoft datacenter" + }, + { "value": 5, "Membername": "BestAccess", "name": "Reserved for internal use." }, + { "value": 6, "Membername": "DelegatedAdmin", "name": "A delegated administrator." } + ], + "List:UserType": [ + { "value": 0, "Membername": "Regular", "name": "A regular user." }, + { "value": 1, "Membername": "Reserved", "name": "A reserved user." }, + { "value": 2, "Membername": "Admin", "name": "An administrator." }, + { "value": 3, "Membername": "DcAdmin", "name": "A Microsoft datacenter operator." }, + { "value": 4, "Membername": "System", "name": "A system account." }, + { "value": 5, "Membername": "Application", "name": "An application." }, + { "value": 6, "Membername": "ServicePrincipal", "name": "A service principal." }, + { "value": 7, "Membername": "CustomPolicy", "name": "A custom policy." }, + { "value": 8, "Membername": "SystemPolicy", "name": "A system policy." } + ], + "List:AuditLogRecordType": [ + { + "value": 1, + "Membername": "ExchangeAdmin", + "name": "Events from the Exchange admin audit log." + }, + { + "value": 2, + "Membername": "ExchangeItem", + "name": "Events from an Exchange mailbox audit log for actions that are performed on a single item, such as creating or receiving an email message." + }, + { + "value": 3, + "Membername": "ExchangeItemGroup", + "name": "Events from an Exchange mailbox audit log for actions that can be performed on multiple items, such as moving or deleted one or more email messages." + }, + { "value": 4, "Membername": "SharePoint", "name": "SharePoint events." }, + { + "value": 6, + "Membername": "SharePointFileOperation", + "name": "SharePoint file operation events." + }, + { "value": 7, "Membername": "OneDrive", "name": "OneDrive for Business events." }, + { + "value": 8, + "Membername": "AzureActiveDirectory", + "name": "Microsoft Entra ID events." + }, + { + "value": 9, + "Membername": "AzureActiveDirectoryAccountLogon", + "name": "Microsoft Entra ID OrgId logon events (deprecated)." + }, + { + "value": 10, + "Membername": "DataCenterSecurityCmdlet", + "name": "Data Center security cmdlet events." + }, + { + "value": 11, + "Membername": "ComplianceDLPSharePoint", + "name": "Data loss protection (DLP) events in SharePoint and OneDrive for Business." + }, + { + "value": 13, + "Membername": "ComplianceDLPExchange", + "name": "Data loss protection (DLP) events in Exchange, when configured via Unified DLP Policy. DLP events based on Exchange Transport Rules are not supported." + }, + { + "value": 14, + "Membername": "SharePointSharingOperation", + "name": "SharePoint sharing events." + }, + { + "value": 15, + "Membername": "AzureActiveDirectoryStsLogon", + "name": "Secure Token Service (STS) logon events in Microsoft Entra ID." + }, + { + "value": 16, + "Membername": "SkypeForBusinessPSTNUsage", + "name": "Public Switched Telephone Network (PSTN) events from Skype for Business." + }, + { + "value": 17, + "Membername": "SkypeForBusinessUsersBlocked", + "name": "Blocked user events from Skype for Business." + }, + { + "value": 18, + "Membername": "SecurityComplianceCenterEOPCmdlet", + "name": "Admin actions from the Security & Compliance Center." + }, + { + "value": 19, + "Membername": "ExchangeAggregatedOperation", + "name": "Aggregated Exchange mailbox auditing events." + }, + { "value": 20, "Membername": "PowerBIAudit", "name": "Power BI events." }, + { "value": 21, "Membername": "CRM", "name": "Dynamics 365 events." }, + { "value": 22, "Membername": "Yammer", "name": "Yammer events." }, + { + "value": 23, + "Membername": "SkypeForBusinessCmdlets", + "name": "Skype for Business events." + }, + { + "value": 24, + "Membername": "Discovery", + "name": "Events for eDiscovery activities performed by running content searches and managing eDiscovery cases in the Security & Compliance Center." + }, + { "value": 25, "Membername": "MicrosoftTeams", "name": "Events from Microsoft Teams." }, + { + "value": 28, + "Membername": "ThreatIntelligence", + "name": "Phishing and malware events from Exchange Online Protection and Microsoft Defender for Office 365." + }, + { + "value": 29, + "Membername": "MailSubmission", + "name": "Submission events from Exchange Online Protection and Microsoft Defender for Office 365." + }, + { + "value": 30, + "Membername": "MicrosoftFlow", + "name": "Microsoft Power Automate (formerly called Microsoft Flow) events." + }, + { "value": 31, "Membername": "AeD", "name": "Advanced eDiscovery events." }, + { "value": 32, "Membername": "MicrosoftStream", "name": "Microsoft Stream events." }, + { + "value": 33, + "Membername": "ComplianceDLPSharePointClassification", + "name": "Events related to DLP classification in SharePoint." + }, + { + "value": 34, + "Membername": "ThreatFinder", + "name": "Campaign-related events from Microsoft Defender for Office 365." + }, + { "value": 35, "Membername": "Project", "name": "Microsoft Project events." }, + { + "value": 36, + "Membername": "SharePointListOperation", + "name": "SharePoint List events." + }, + { + "value": 37, + "Membername": "SharePointCommentOperation", + "name": "SharePoint comment events." + }, + { + "value": 38, + "Membername": "DataGovernance", + "name": "Events related to retention policies and retention labels in the Security & Compliance Center" + }, + { "value": 39, "Membername": "Kaizala", "name": "Kaizala events." }, + { + "value": 40, + "Membername": "SecurityComplianceAlerts", + "name": "Security and compliance alert signals." + }, + { + "value": 41, + "Membername": "ThreatIntelligenceUrl", + "name": "Safe links time-of-block and block override events from Microsoft Defender for Office 365." + }, + { + "value": 42, + "Membername": "SecurityComplianceInsights", + "name": "Events related to insights and reports in the Office 365 security and compliance center." + }, + { + "value": 43, + "Membername": "MIPLabel", + "name": "Events related to the detection in the Transport pipeline of email messages that have been tagged (manually or automatically) with sensitivity labels." + }, + { + "value": 44, + "Membername": "WorkplaceAnalytics", + "name": "Workplace Analytics events." + }, + { "value": 45, "Membername": "PowerAppsApp", "name": "Power Apps events." }, + { + "value": 46, + "Membername": "PowerAppsPlan", + "name": "Subscription plan events for Power Apps." + }, + { + "value": 47, + "Membername": "ThreatIntelligenceAtpContent", + "name": "Phishing and malware events for files in SharePoint, OneDrive for Business, and Microsoft Teams from Microsoft Defender for Office 365." + }, + { + "value": 48, + "Membername": "LabelContentExplorer", + "name": "Events related to data classification content explorer." + }, + { + "value": 49, + "Membername": "TeamsHealthcare", + "name": "Events related to the Patients application in Microsoft Teams for Healthcare." + }, + { + "value": 50, + "Membername": "ExchangeItemAggregated", + "name": "Events related to the MailItemsAccessed mailbox auditing action." + }, + { + "value": 51, + "Membername": "HygieneEvent", + "name": "Events related to outbound spam protection." + }, + { + "value": 52, + "Membername": "DataInsightsRestApiAudit", + "name": "Data Insights REST API events." + }, + { + "value": 53, + "Membername": "InformationBarrierPolicyApplication", + "name": "Events related to the application of information barrier policies." + }, + { + "value": 54, + "Membername": "SharePointListItemOperation", + "name": "SharePoint list item events." + }, + { + "value": 55, + "Membername": "SharePointContentTypeOperation", + "name": "SharePoint list content type events." + }, + { + "value": 56, + "Membername": "SharePointFieldOperation", + "name": "SharePoint list field events." + }, + { "value": 57, "Membername": "MicrosoftTeamsAdmin", "name": "Teams admin events." }, + { + "value": 58, + "Membername": "HRSignal", + "name": "Events related to HR data signals that support the Insider risk management solution." + }, + { "value": 59, "Membername": "MicrosoftTeamsDevice", "name": "Teams device events." }, + { + "value": 60, + "Membername": "MicrosoftTeamsAnalytics", + "name": "Teams analytics events." + }, + { + "value": 61, + "Membername": "InformationWorkerProtection", + "name": "Events related to compromised user alerts." + }, + { + "value": 62, + "Membername": "Campaign", + "name": "Email campaign events from Microsoft Defender for Office 365." + }, + { "value": 63, "Membername": "DLPEndpoint", "name": "Endpoint DLP events." }, + { + "value": 64, + "Membername": "AirInvestigation", + "name": "Automated incident response (AIR) events." + }, + { "value": 65, "Membername": "Quarantine", "name": "Quarantine events." }, + { "value": 66, "Membername": "MicrosoftForms", "name": "Microsoft Forms events." }, + { "value": 67, "Membername": "ApplicationAudit", "name": "Application audit events." }, + { + "value": 68, + "Membername": "ComplianceSupervisionExchange", + "name": "Events tracked by the Communication compliance offensive language model." + }, + { + "value": 69, + "Membername": "CustomerKeyServiceEncryption", + "name": "Events related to the customer key encryption service." + }, + { + "value": 70, + "Membername": "OfficeNative", + "name": "Events related to sensitivity labels applied to Office documents." + }, + { + "value": 71, + "Membername": "MipAutoLabelSharePointItem", + "name": "Auto-labeling events in SharePoint." + }, + { + "value": 72, + "Membername": "MipAutoLabelSharePointPolicyLocation", + "name": "Auto-labeling policy events in SharePoint." + }, + { "value": 73, "Membername": "MicrosoftTeamsShifts", "name": "Teams Shifts events." }, + { + "value": 75, + "Membername": "MipAutoLabelExchangeItem", + "name": "Auto-labeling events in Exchange." + }, + { "value": 76, "Membername": "CortanaBriefing", "name": "Briefing email events." }, + { + "value": 78, + "Membername": "WDATPAlerts", + "name": "Events related to alerts generated by Windows Defender for Endpoint." + }, + { + "value": 82, + "Membername": "SensitivityLabelPolicyMatch", + "name": "Events generated when the file labeled with a sensitivity label is opened or renamed." + }, + { + "value": 83, + "Membername": "SensitivityLabelAction", + "name": "Event generated when sensitivity labels are applied, upStringd, or removed from a file." + }, + { + "value": 84, + "Membername": "SensitivityLabeledFileAction", + "name": "Events generated when a file labeled with a sensitivity label is opened or renamed." + }, + { + "value": 85, + "Membername": "AttackSim", + "name": "Events related to user activities in Attack Simulation & Training in Microsoft Defender for Office 365." + }, + { + "value": 86, + "Membername": "AirManualInvestigation", + "name": "Events related to manual investigations in Automated investigation and response (AIR)." + }, + { + "value": 87, + "Membername": "SecurityComplianceRBAC", + "name": "Security and compliance RBAC events." + }, + { + "value": 88, + "Membername": "UserTraining", + "name": "Events related to user training in Attack Simulation & Training in Microsoft Defender for Office 365." + }, + { + "value": 89, + "Membername": "AirAdminActionInvestigation", + "name": "Events related to admin actions in Automated investigation and response (AIR)." + }, + { + "value": 90, + "Membername": "MSTIC", + "name": "Threat intelligence events in Microsoft Defender for Office 365." + }, + { + "value": 91, + "Membername": "PhysicalBadgingSignal", + "name": "Events related to physical badging signals that support the Insider risk management solution." + }, + { "value": 93, "Membername": "AipDiscover", "name": "AIP scanner events" }, + { + "value": 94, + "Membername": "AipSensitivityLabelAction", + "name": "AIP sensitivity label events" + }, + { "value": 95, "Membername": "AipProtectionAction", "name": "AIP protection events" }, + { "value": 96, "Membername": "AipFileDeleted", "name": "AIP file deletion events" }, + { "value": 97, "Membername": "AipHeartBeat", "name": "AIP heartbeat events" }, + { + "value": 98, + "Membername": "MCASAlerts", + "name": "Events corresponding to alerts triggered by Microsoft Cloud App Security." + }, + { + "value": 99, + "Membername": "OnPremisesFileShareScannerDlp", + "name": "Events related to scanning for sensitive data on file shares." + }, + { + "value": 100, + "Membername": "OnPremisesSharePointScannerDlp", + "name": "Events related to scanning for sensitive data in SharePoint." + }, + { + "value": 101, + "Membername": "ExchangeSearch", + "name": "Events related to using Outlook on the web (OWA) to search for mailbox items." + }, + { + "value": 102, + "Membername": "SharePointSearch", + "name": "Events related to searching an organization's SharePoint home site." + }, + { "value": 103, "Membername": "PrivacyInsights", "name": "Privacy insight events." }, + { "value": 105, "Membername": "MyAnalyticsSettings", "name": "MyAnalytics events." }, + { + "value": 106, + "Membername": "SecurityComplianceUserChange", + "name": "Events related to modifying or deleting a user." + }, + { + "value": 107, + "Membername": "ComplianceDLPExchangeClassification", + "name": "Exchange DLP classification events." + }, + { + "value": 109, + "Membername": "MipExactDataMatch", + "name": "Exact Data Match (EDM) classification events." + }, + { + "value": 113, + "Membername": "MS365DCustomDetection", + "name": "Events related to custom detection actions in Microsoft 365 Defender." + }, + { + "value": 147, + "Membername": "CoreReportingSettings", + "name": "Reports settings events." + }, + { + "value": 148, + "Membername": "ComplianceConnector", + "name": "Events related to importing non-Microsoft data using data connectors in the Microsoft Purview compliance portal." + }, + { + "value": 154, + "Membername": "OMEPortal", + "name": "Encrypted message portal event logs generated by external recipients." + }, + { + "value": 174, + "Membername": "DataShareOperation", + "name": "Events related to sharing of data ingested via SystemSync." + }, + { + "value": 181, + "Membername": "EduDataLakeDownloadOperation", + "name": "Events related to the export of SystemSync ingested data from the lake." + }, + { + "value": 183, + "Membername": "MicrosoftGraphDataConnectOperation", + "name": "Events related to extractions done by Microsoft Graph Data Connect." + }, + { + "value": 186, + "Membername": "PowerPagesSite", + "name": "Activities related to Power Pages site." + }, + { "value": 188, "Membername": "PlannerPlan", "name": "Microsoft Planner plan events." }, + { + "value": 189, + "Membername": "PlannerCopyPlan", + "name": "Microsoft Planner copy plan events." + }, + { "value": 190, "Membername": "PlannerTask", "name": "Microsoft Planner task events." }, + { + "value": 191, + "Membername": "PlannerRoster", + "name": "Microsoft Planner roster and roster membership events." + }, + { + "value": 192, + "Membername": "PlannerPlanList", + "name": "Microsoft Planner plan list events." + }, + { + "value": 193, + "Membername": "PlannerTaskList", + "name": "Microsoft Planner task list events." + }, + { + "value": 194, + "Membername": "PlannerTenantSettings", + "name": "Microsoft Planner tenant settings events." + }, + { + "value": 195, + "Membername": "ProjectForThewebProject", + "name": "Microsoft Project for the web project events." + }, + { + "value": 196, + "Membername": "ProjectForThewebTask", + "name": "Microsoft Project for the web task events." + }, + { + "value": 197, + "Membername": "ProjectForThewebRoadmap", + "name": "Microsoft Project for the web roadmap events." + }, + { + "value": 198, + "Membername": "ProjectForThewebRoadmapItem", + "name": "Microsoft Project for the web roadmap item events." + }, + { + "value": 199, + "Membername": "ProjectForThewebProjectSettings", + "name": "Microsoft Project for the web project tenant settings events." + }, + { + "value": 200, + "Membername": "ProjectForThewebRoadmapSettings", + "name": "Microsoft Project for the web roadmap tenant settings events." + }, + { "value": 216, "Membername": "Viva Goals", "name": "Viva Goals events." }, + { + "value": 217, + "Membername": "MicrosoftGraphDataConnectConsent", + "name": "Events for consent actions performed by tenant admins for Microsoft Graph Data Connect applications." + }, + { + "value": 218, + "Membername": "AttackSimAdmin", + "name": "Events related to admin activities in Attack Simulation & Training in Microsoft Defender for Office 365." + }, + { "value": 230, "Membername": "TeamsUpStrings", "name": "Teams UpStrings App Events." }, + { + "value": 231, + "Membername": "PlannerRosterSensitivityLabel", + "name": "Microsoft Planner roster sensitivity label events." + }, + { + "value": 237, + "Membername": "DefenderExpertsforXDRAdmin", + "name": "Microsoft Defender Experts Administrator action events." + }, + { + "value": 251, + "Membername": "VfamCreatePolicy", + "name": "Viva Access Management policy create events." + }, + { + "value": 252, + "Membername": "VfamUpStringPolicy", + "name": "Viva Access Management policy upString events." + }, + { + "value": 253, + "Membername": "VfamDeletePolicy", + "name": "Viva Access Management policy delete events." + }, + { + "value": 261, + "Membername": "CopilotInteraction", + "name": "Copilot interaction events." + } + ], + "List:countryList": [ + { "value": "AF", "name": "Afghanistan" }, + { "value": "AX", "name": "\u00c5land Islands" }, + { "value": "AL", "name": "Albania" }, + { "value": "DZ", "name": "Algeria" }, + { "value": "AS", "name": "American Samoa" }, + { "value": "AD", "name": "Andorra" }, + { "value": "AO", "name": "Angola" }, + { "value": "AI", "name": "Anguilla" }, + { "value": "AQ", "name": "Antarctica" }, + { "value": "AG", "name": "Antigua and Barbuda" }, + { "value": "AR", "name": "Argentina" }, + { "value": "AM", "name": "Armenia" }, + { "value": "AW", "name": "Aruba" }, + { "value": "AC", "name": "Ascension Island" }, + { "value": "AU", "name": "Australia" }, + { "value": "AT", "name": "Austria" }, + { "value": "AZ", "name": "Azerbaijan" }, + { "value": "BS", "name": "Bahamas" }, + { "value": "BH", "name": "Bahrain" }, + { "value": "BD", "name": "Bangladesh" }, + { "value": "BB", "name": "Barbados" }, + { "value": "BY", "name": "Belarus" }, + { "value": "BE", "name": "Belgium" }, + { "value": "BZ", "name": "Belize" }, + { "value": "BJ", "name": "Benin" }, + { "value": "BM", "name": "Bermuda" }, + { "value": "BT", "name": "Bhutan" }, + { "value": "BO", "name": "Bolivia, Plurinational State of" }, + { "value": "BQ", "name": "Bonaire, Sint Eustatius and Saba" }, + { "value": "BA", "name": "Bosnia and Herzegovina" }, + { "value": "BW", "name": "Botswana" }, + { "value": "BV", "name": "Bouvet Island" }, + { "value": "BR", "name": "Brazil" }, + { "value": "IO", "name": "British Indian Ocean Territory" }, + { "value": "BN", "name": "Brunei Darussalam" }, + { "value": "BG", "name": "Bulgaria" }, + { "value": "BF", "name": "Burkina Faso" }, + { "value": "BI", "name": "Burundi" }, + { "value": "KH", "name": "Cambodia" }, + { "value": "CM", "name": "Cameroon" }, + { "value": "CA", "name": "Canada" }, + { "value": "CV", "name": "Cape Verde" }, + { "value": "KY", "name": "Cayman Islands" }, + { "value": "CF", "name": "Central African Republic" }, + { "value": "TD", "name": "Chad" }, + { "value": "CL", "name": "Chile" }, + { "value": "CN", "name": "China" }, + { "value": "CX", "name": "Christmas Island" }, + { "value": "CC", "name": "Cocos (Keeling) Islands" }, + { "value": "CO", "name": "Colombia" }, + { "value": "KM", "name": "Comoros" }, + { "value": "CG", "name": "Congo" }, + { "value": "CD", "name": "Congo, the Democratic Republic of the" }, + { "value": "CK", "name": "Cook Islands" }, + { "value": "CR", "name": "Costa Rica" }, + { "value": "CI", "name": "C\u00f4te d'Ivoire" }, + { "value": "HR", "name": "Croatia" }, + { "value": "CU", "name": "Cuba" }, + { "value": "CW", "name": "Cura\u00e7ao" }, + { "value": "CY", "name": "Cyprus" }, + { "value": "CZ", "name": "Czech Republic" }, + { "value": "DK", "name": "Denmark" }, + { "value": "DG", "name": "Diego Garcia" }, + { "value": "DJ", "name": "Djibouti" }, + { "value": "DM", "name": "Dominica" }, + { "value": "DO", "name": "Dominican Republic" }, + { "value": "EC", "name": "Ecuador" }, + { "value": "EG", "name": "Egypt" }, + { "value": "SV", "name": "El Salvador" }, + { "value": "GQ", "name": "Equatorial Guinea" }, + { "value": "ER", "name": "Eritrea" }, + { "value": "EE", "name": "Estonia" }, + { "value": "ET", "name": "Ethiopia" }, + { "value": "FK", "name": "Falkland Islands (Malvinas)" }, + { "value": "FO", "name": "Faroe Islands" }, + { "value": "FJ", "name": "Fiji" }, + { "value": "FI", "name": "Finland" }, + { "value": "FR", "name": "France" }, + { "value": "GF", "name": "French Guiana" }, + { "value": "PF", "name": "French Polynesia" }, + { "value": "TF", "name": "French Southern Territories" }, + { "value": "GA", "name": "Gabon" }, + { "value": "GM", "name": "Gambia" }, + { "value": "GE", "name": "Georgia" }, + { "value": "DE", "name": "Germany" }, + { "value": "GH", "name": "Ghana" }, + { "value": "GI", "name": "Gibraltar" }, + { "value": "GR", "name": "Greece" }, + { "value": "GL", "name": "Greenland" }, + { "value": "GD", "name": "Grenada" }, + { "value": "GP", "name": "Guadeloupe" }, + { "value": "GU", "name": "Guam" }, + { "value": "GT", "name": "Guatemala" }, + { "value": "GG", "name": "Guernsey" }, + { "value": "GN", "name": "Guinea" }, + { "value": "GW", "name": "Guinea-Bissau" }, + { "value": "GY", "name": "Guyana" }, + { "value": "HT", "name": "Haiti" }, + { "value": "HM", "name": "Heard Island and McDonald Islands" }, + { "value": "VA", "name": "Holy See (Vatican City State)" }, + { "value": "HN", "name": "Honduras" }, + { "value": "HK", "name": "Hong Kong" }, + { "value": "HU", "name": "Hungary" }, + { "value": "IS", "name": "Iceland" }, + { "value": "IN", "name": "India" }, + { "value": "ID", "name": "Indonesia" }, + { "value": "IR", "name": "Iran, Islamic Republic of" }, + { "value": "IQ", "name": "Iraq" }, + { "value": "IE", "name": "Ireland" }, + { "value": "IM", "name": "Isle of Man" }, + { "value": "IL", "name": "Israel" }, + { "value": "IT", "name": "Italy" }, + { "value": "JM", "name": "Jamaica" }, + { "value": "JP", "name": "Japan" }, + { "value": "JE", "name": "Jersey" }, + { "value": "JO", "name": "Jordan" }, + { "value": "KZ", "name": "Kazakhstan" }, + { "value": "KE", "name": "Kenya" }, + { "value": "KI", "name": "Kiribati" }, + { "value": "KP", "name": "Korea, Democratic People's Republic of" }, + { "value": "KR", "name": "Korea, Republic of" }, + { "value": "XK", "name": "Kosovo" }, + { "value": "KW", "name": "Kuwait" }, + { "value": "KG", "name": "Kyrgyzstan" }, + { "value": "LA", "name": "Lao People's Democratic Republic" }, + { "value": "LV", "name": "Latvia" }, + { "value": "LB", "name": "Lebanon" }, + { "value": "LS", "name": "Lesotho" }, + { "value": "LR", "name": "Liberia" }, + { "value": "LY", "name": "Libya" }, + { "value": "LI", "name": "Liechtenstein" }, + { "value": "LT", "name": "Lithuania" }, + { "value": "LU", "name": "Luxembourg" }, + { "value": "MO", "name": "Macao" }, + { "value": "MK", "name": "Macedonia, the Former Yugoslav Republic of" }, + { "value": "MG", "name": "Madagascar" }, + { "value": "MW", "name": "Malawi" }, + { "value": "MY", "name": "Malaysia" }, + { "value": "MV", "name": "Maldives" }, + { "value": "ML", "name": "Mali" }, + { "value": "MT", "name": "Malta" }, + { "value": "MH", "name": "Marshall Islands" }, + { "value": "MQ", "name": "Martinique" }, + { "value": "MR", "name": "Mauritania" }, + { "value": "MU", "name": "Mauritius" }, + { "value": "YT", "name": "Mayotte" }, + { "value": "MX", "name": "Mexico" }, + { "value": "FM", "name": "Micronesia, Federated States of" }, + { "value": "MD", "name": "Moldova, Republic of" }, + { "value": "MC", "name": "Monaco" }, + { "value": "MN", "name": "Mongolia" }, + { "value": "ME", "name": "Montenegro" }, + { "value": "MS", "name": "Montserrat" }, + { "value": "MA", "name": "Morocco" }, + { "value": "MZ", "name": "Mozambique" }, + { "value": "MM", "name": "Myanmar" }, + { "value": "NA", "name": "Namibia" }, + { "value": "NR", "name": "Nauru" }, + { "value": "NP", "name": "Nepal" }, + { "value": "NL", "name": "Netherlands" }, + { "value": "NC", "name": "New Caledonia" }, + { "value": "NZ", "name": "New Zealand" }, + { "value": "NI", "name": "Nicaragua" }, + { "value": "NE", "name": "Niger" }, + { "value": "NG", "name": "Nigeria" }, + { "value": "NU", "name": "Niue" }, + { "value": "NF", "name": "Norfolk Island" }, + { "value": "MP", "name": "Northern Mariana Islands" }, + { "value": "NO", "name": "Norway" }, + { "value": "OM", "name": "Oman" }, + { "value": "PK", "name": "Pakistan" }, + { "value": "PW", "name": "Palau" }, + { "value": "PS", "name": "Palestine, State of" }, + { "value": "PA", "name": "Panama" }, + { "value": "PG", "name": "Papua New Guinea" }, + { "value": "PY", "name": "Paraguay" }, + { "value": "PE", "name": "Peru" }, + { "value": "PH", "name": "Philippines" }, + { "value": "PN", "name": "Pitcairn" }, + { "value": "PL", "name": "Poland" }, + { "value": "PT", "name": "Portugal" }, + { "value": "PR", "name": "Puerto Rico" }, + { "value": "QA", "name": "Qatar" }, + { "value": "RE", "name": "R\u00e9union" }, + { "value": "RO", "name": "Romania" }, + { "value": "RU", "name": "Russian Federation" }, + { "value": "RW", "name": "Rwanda" }, + { "value": "BL", "name": "Saint Barth\u00e9lemy" }, + { "value": "SH", "name": "Saint Helena, Ascension and Tristan da Cunha" }, + { "value": "KN", "name": "Saint Kitts and Nevis" }, + { "value": "LC", "name": "Saint Lucia" }, + { "value": "MF", "name": "Saint Martin (French part)" }, + { "value": "PM", "name": "Saint Pierre and Miquelon" }, + { "value": "VC", "name": "Saint Vincent and the Grenadines" }, + { "value": "WS", "name": "Samoa" }, + { "value": "SM", "name": "San Marino" }, + { "value": "ST", "name": "Sao Tome and Principe" }, + { "value": "SA", "name": "Saudi Arabia" }, + { "value": "SN", "name": "Senegal" }, + { "value": "RS", "name": "Serbia" }, + { "value": "SC", "name": "Seychelles" }, + { "value": "SL", "name": "Sierra Leone" }, + { "value": "SG", "name": "Singapore" }, + { "value": "SX", "name": "Sint Maarten (Dutch part)" }, + { "value": "SK", "name": "Slovakia" }, + { "value": "SI", "name": "Slovenia" }, + { "value": "SB", "name": "Solomon Islands" }, + { "value": "SO", "name": "Somalia" }, + { "value": "ZA", "name": "South Africa" }, + { "value": "GS", "name": "South Georgia and the South Sandwich Islands" }, + { "value": "SS", "name": "South Sudan" }, + { "value": "ES", "name": "Spain" }, + { "value": "LK", "name": "Sri Lanka" }, + { "value": "SD", "name": "Sudan" }, + { "value": "SR", "name": "Suriname" }, + { "value": "SJ", "name": "Svalbard and Jan Mayen" }, + { "value": "SZ", "name": "Swaziland" }, + { "value": "SE", "name": "Sweden" }, + { "value": "CH", "name": "Switzerland" }, + { "value": "SY", "name": "Syrian Arab Republic" }, + { "value": "TW", "name": "Taiwan, Province of China" }, + { "value": "TJ", "name": "Tajikistan" }, + { "value": "TZ", "name": "Tanzania, United Republic of" }, + { "value": "TH", "name": "Thailand" }, + { "value": "TL", "name": "Timor-Leste" }, + { "value": "TG", "name": "Togo" }, + { "value": "TK", "name": "Tokelau" }, + { "value": "TO", "name": "Tonga" }, + { "value": "TT", "name": "Trinidad and Tobago" }, + { "value": "TN", "name": "Tunisia" }, + { "value": "TR", "name": "Turkey" }, + { "value": "TM", "name": "Turkmenistan" }, + { "value": "TC", "name": "Turks and Caicos Islands" }, + { "value": "TV", "name": "Tuvalu" }, + { "value": "UG", "name": "Uganda" }, + { "value": "UA", "name": "Ukraine" }, + { "value": "AE", "name": "United Arab Emirates" }, + { "value": "GB", "name": "United Kingdom" }, + { "value": "US", "name": "United States" }, + { "value": "UM", "name": "United States Minor Outlying Islands" }, + { "value": "UY", "name": "Uruguay" }, + { "value": "UZ", "name": "Uzbekistan" }, + { "value": "VU", "name": "Vanuatu" }, + { "value": "VE", "name": "Venezuela, Bolivarian Republic of" }, + { "value": "VN", "name": "Viet Nam" }, + { "value": "VG", "name": "Virgin Islands, British" }, + { "value": "VI", "name": "Virgin Islands, U.S." }, + { "value": "WF", "name": "Wallis and Futuna" }, + { "value": "EH", "name": "Western Sahara" }, + { "value": "YE", "name": "Yemen" }, + { "value": "ZM", "name": "Zambia" }, + { "value": "ZW", "name": "Zimbabwe" } + ] +} diff --git a/src/data/AuditLogTemplates.json b/src/data/AuditLogTemplates.json new file mode 100644 index 000000000000..051f0dc16283 --- /dev/null +++ b/src/data/AuditLogTemplates.json @@ -0,0 +1,424 @@ +[ + { + "value": "New-InboxRule", + "name": "A new Inbox rule is created", + "template": { + "preset": { "value": "New-InboxRule", "label": "A new Inbox rule is created" }, + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "New-InboxRule", + "label": "created new inbox rule in outlook web app" + } + } + ] + } + }, + { + "value": "New-InboxRuleRSS", + "name": "A new Inbox rule is created that forwards e-mails to the RSS feeds folder", + "template": { + "preset": { + "value": "New-InboxRuleRSS", + "label": "A new Inbox rule is created that forwards e-mails to the RSS feeds folder" + }, + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "New-InboxRule", + "label": "created new inbox rule in outlook web app" + } + }, + { + "Property": { "value": "String", "label": "MoveToFolder" }, + "Operator": { "value": "like", "label": "Like" }, + "Input": { "value": "*RSS*" } + } + ] + } + }, + { + "value": "New-InboxRuleForward", + "name": "A new Inbox rule is created that forwards e-mails to a different email address", + "template": { + "preset": { + "value": "New-InboxRuleForward", + "label": "A new Inbox rule is created that forwards e-mails to a different email address" + }, + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "New-InboxRule", + "label": "created new inbox rule in outlook web app" + } + }, + { + "Property": { "value": "String", "label": "ForwardTo" }, + "Operator": { "value": "like", "label": "Like" }, + "Input": { "value": "*@*" } + } + ] + } + }, + { + "value": "New-InboxRuleRedirect", + "name": "A new Inbox rule is created that redirects e-mails to a different email address", + "template": { + "preset": { + "value": "New-InboxRuleRedirect", + "label": "A new Inbox rule is created that redirects e-mails to a different email address" + }, + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "New-InboxRule", + "label": "created new inbox rule in outlook web app" + } + }, + { + "Property": { "value": "String", "label": "RedirectTo" }, + "Operator": { "value": "like", "label": "Like" }, + "Input": { "value": "*@*" } + } + ] + } + }, + { + "value": "Set-InboxRule", + "name": "A existing Inbox rule is edited", + "template": { + "preset": { "value": "Set-InboxRule", "label": "A existing Inbox rule is edited" }, + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Set-InboxRule", + "label": "Updated inbox rule in outlook web app" + } + } + ] + } + }, + { + "value": "Set-InboxRuleRSS", + "name": "A existing Inbox rule is edited that forwards e-mails to the RSS feeds folder", + "template": { + "preset": { + "value": "Set-InboxRuleRSS", + "label": "A existing Inbox rule is edited that forwards e-mails to the RSS feeds folder" + }, + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Set-InboxRule", + "label": "Updated inbox rule in outlook web app" + } + }, + { + "Property": { "value": "String", "label": "MoveToFolder" }, + "Operator": { "value": "like", "label": "Like" }, + "Input": { "value": "*RSS*" } + } + ] + } + }, + { + "value": "Set-InboxRuleForward", + "name": "A existing Inbox rule is edited that forwards e-mails to a different email address", + "template": { + "preset": { + "value": "Set-InboxRuleForward", + "label": "A existing Inbox rule is edited that forwards e-mails to a different email address" + }, + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Set-InboxRule", + "label": "Updated inbox rule in outlook web app" + } + }, + { + "Property": { "value": "String", "label": "ForwardTo" }, + "Operator": { "value": "like", "label": "Like" }, + "Input": { "value": "*@*" } + } + ] + } + }, + { + "value": "Set-InboxRuleRedirect", + "name": "A existing Inbox rule is edited that redirects e-mails to a different email address", + "template": { + "preset": { + "value": "Set-InboxRuleRedirect", + "label": "A existing Inbox rule is edited that redirects e-mails to a different email address" + }, + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Set-InboxRule", + "label": "Updated inbox rule in outlook web app" + } + }, + { + "Property": { "value": "String", "label": "RedirectTo" }, + "Operator": { "value": "like", "label": "Like" }, + "Input": { "value": "*@*" } + } + ] + } + }, + { + "value": "Add member to role.", + "name": "A user has been added to an admin role", + "template": { + "preset": { + "value": "Add member to role.", + "label": "A user has been added to an admin role" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Add member to role.", + "label": "Add member to role." + } + } + ] + } + }, + { + "value": "Update StsRefreshTokenValidFrom Timestamp.", + "name": "A user sessions have been revoked", + "template": { + "preset": { + "value": "Update StsRefreshTokenValidFrom Timestamp.", + "label": "A user sessions have been revoked" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Update StsRefreshTokenValidFrom Timestamp.", + "label": "Update StsRefreshTokenValidFrom Timestamp." + } + } + ] + } + }, + { + "value": "Disable Strong Authentication.", + "name": "A users MFA has been disabled", + "template": { + "preset": { + "value": "Disable Strong Authentication.", + "label": "A users MFA has been disabled" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Disable Strong Authentication.", + "label": "Disable Strong Authentication." + } + } + ] + } + }, + { + "value": "Remove Member from a role.", + "name": "A user has been removed from a role", + "template": { + "preset": { + "value": "Remove Member from a role.", + "label": "A user has been removed from a role" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Remove Member from a role.", + "label": "Remove Member from a role." + } + } + ] + } + }, + { + "value": "Reset user password.", + "name": "A user password has been reset", + "template": { + "preset": { + "value": "A user password has been reset", + "label": "Reset user password." + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Reset user password.", + "label": "Reset user password." + } + } + ] + } + }, + { + "value": "UserLoggedInFromUnknownLocation", + "name": "A user has logged in from a location not in the input list", + "template": { + "preset": { + "value": "UserLoggedInFromUnknownLocation", + "label": "A user has logged in from a location not in the input list" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "UserLoggedIn", + "label": "A user logged in" + } + }, + { + "Property": { "value": "List:countryList", "label": "CIPPGeoLocation", "multi": true }, + "Operator": { "value": "NotIn", "label": "Not In" } + } + ] + } + }, + { + "value": "Add service principal.", + "name": "A service principal has been created", + "template": { + "preset": { + "value": "Add service principal.", + "label": "A service principal has been created" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Add service principal.", + "label": "Add service principal." + } + } + ] + } + }, + { + "value": "Remove service principal.", + "name": "A service principal has been removed", + "template": { + "preset": { + "value": "Remove service principal.", + "label": "A service principal has been removed" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "Remove service principal.", + "label": "Remove service principal." + } + } + ] + } + }, + { + "value": "badRepIP", + "name": "A user has logged in a using a known VPN, Proxy, Or anonymizer", + "template": { + "preset": { + "value": "badRepIP", + "label": "A user has logged in a using a known VPN, Proxy, Or anonymizer" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "UserLoggedIn", + "label": "A user logged in" + } + }, + { + "Property": { "value": "String", "label": "CIPPBadRepIP" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "true", + "label": "true" + } + } + ] + } + }, + { + "value": "HostedIP", + "name": "A user has logged in a using a known hosting provider IP", + "template": { + "preset": { + "value": "HostedIP", + "label": "A user has logged in a using a known hosting provider IP" + }, + "logbook": { "value": "Audit.AzureActiveDirectory", "label": "Azure AD" }, + "conditions": [ + { + "Property": { "value": "List:Operation", "label": "Operation" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "UserLoggedIn", + "label": "A user logged in" + } + }, + { + "Property": { "value": "String", "label": "CIPPHostedIP" }, + "Operator": { "value": "EQ", "label": "Equals to" }, + "Input": { + "value": "true", + "label": "true" + } + } + ] + } + } +] diff --git a/src/data/Extensions.json b/src/data/Extensions.json index 4d31c1df3dbc..6524c9236657 100644 --- a/src/data/Extensions.json +++ b/src/data/Extensions.json @@ -1,9 +1,10 @@ [ { - "name": "CIPP-API Integration", + "name": "CIPP-API", "type": "CIPP-API", "cat": "API", "forceSyncButton": false, + "disableWhenhosted": true, "helpText": "This integration allows you to enable CIPP-API access outside of CIPP. Requires Global Administrator permissions inside your tenant for activation of the API. The API credentials will only be shown once.", "SettingOptions": [ { @@ -16,10 +17,11 @@ "name": "cippapi.Enabled", "label": "Enable Integration" } - ] + ], + "mappingRequired": false }, { - "name": "Gradient Integration", + "name": "Gradient", "type": "Gradient", "cat": "Billing & Invoicing", "forceSyncButton": true, @@ -49,10 +51,11 @@ "name": "Gradient.Enabled", "label": "Enable Integration" } - ] + ], + "mappingRequired": false }, { - "name": "Halo PSA Ticketing Integration", + "name": "Halo PSA Ticketing", "type": "HaloPSA", "cat": "Ticketing", "forceSyncButton": false, @@ -105,20 +108,21 @@ "name": "HaloPSA.Enabled", "label": "Enable Integration" } - ] + ], + "mappingRequired": true }, { - "name": "NinjaOne Integration", + "name": "NinjaOne", "type": "NinjaOne", "cat": "Documentation & Monitoring", "forceSyncButton": true, - "helpText": "NOTE: This integration requires version 5.6 of NinjaOne, which rolls out regionally between the end of November and mid-December. This integration allows you to populate custom fields with Tenant information, monitor device compliance state, document other items and generate relationships inside NinjaOne.", + "helpText": "This integration allows you to populate custom fields with Tenant information, monitor device compliance state, document other items and generate relationships inside NinjaOne.", "SettingOptions": [ { "type": "input", "fieldtype": "input", "name": "NinjaOne.Instance", - "label": "Please enter your NinjaOne Instance", + "label": "Please enter your NinjaOne Instance hostname", "placeholder": "app.ninjarmm.com, eu.ninjarmm.com, oc.ninjarmm.com, ca.ninjarmm.com, us2.ninjarmm.com" }, { @@ -137,24 +141,144 @@ }, { "type": "checkbox", - "name": "NinjaOne.UserDocumentsEnabled", - "label": "Synchronize Detailed User Information (Requires NinjaOne Documentation)" + "name": "NinjaOne.LicenseDocumentsEnabled", + "label": "Sync Licenses (Requires NinjaOne Documentation)" }, { "type": "checkbox", - "name": "NinjaOne.LicenseDocumentsEnabled", - "label": "Synchronize Detailed License Information (Requires NinjaOne Documentation)" + "name": "NinjaOne.UserDocumentsEnabled", + "label": "Sync Users (Requires NinjaOne Documentation)" }, { "type": "checkbox", "name": "NinjaOne.LicensedOnly", - "label": "Only Synchronize Licensed Users" + "label": "Only Sync Licensed Users (Requires NinjaOne Documentation)" }, { "type": "checkbox", "name": "NinjaOne.Enabled", "label": "Enable Integration" } - ] + ], + "mappingRequired": true, + "fieldMapping": true, + "autoMapSyncApi": true, + "showSyncButton": true + }, + { + "name": "Hudu", + "type": "Hudu", + "cat": "Documentation", + "forceSyncButton": true, + "helpText": "This integration allows you to populate custom asset layouts with Tenant information, monitor device compliance state, document other items and generate relationships inside Hudu.", + "SettingOptions": [ + { + "type": "input", + "fieldtype": "input", + "name": "Hudu.BaseUrl", + "label": "Please enter your Hudu URL", + "placeholder": "https://yourcompany.huducloud.com" + }, + { + "type": "input", + "fieldtype": "password", + "name": "Hudu.APIKey", + "label": "Hudu API Key", + "placeholder": "Enter your Hudu API Key" + }, + { + "type": "checkbox", + "name": "Hudu.Enabled", + "label": "Enable Integration" + }, + { + "type": "checkbox", + "name": "Hudu.CreateMissingUsers", + "label": "Create missing users in Hudu" + }, + { + "type": "checkbox", + "name": "Hudu.CreateMissingDevices", + "label": "Create missing devices in Hudu" + }, + { + "type": "text", + "name": "Hudu.ExcludeSerials", + "label": "Exclude device serials (comma separated)" + }, + { + "type": "checkbox", + "name": "Hudu.ImportDomains", + "label": "Import domains from M365" + }, + { + "type": "checkbox", + "name": "Hudu.MonitorDomains", + "label": "Monitor domains in Hudu" + } + ], + "mappingRequired": true, + "fieldMapping": true, + "showSyncButton": true + }, + { + "name": "PasswordPusher", + "type": "PWPush", + "cat": "Passwords", + "forceSyncButton": false, + "helpText": "This integration allows you to generate password links instead of plain text passwords. Visit https://pwpush.com/ or https://github.com/pglombardo/PasswordPusher for more information.", + "SettingOptions": [ + { + "type": "checkbox", + "name": "PWPush.Enabled", + "label": "Replace generated passwords with PWPush links" + }, + { + "type": "input", + "fieldtype": "text", + "name": "PWPush.BaseUrl", + "label": "PWPush URL", + "placeholder": "Enter your PWPush URL. (default: https://pwpush.com)" + }, + { + "type": "input", + "fieldtype": "text", + "name": "PWPush.EmailAddress", + "label": "PWPush email address", + "placeholder": "Enter your email address for PWPush. (optional)" + }, + { + "type": "input", + "fieldtype": "password", + "name": "PWPush.APIKey", + "label": "PWPush API Key", + "placeholder": "Enter your PWPush API Key. (optional)" + }, + { + "type": "checkbox", + "name": "PWPush.RetrievalStep", + "label": "Click to retrieve password (recommended)" + }, + { + "type": "input", + "fieldtype": "number", + "name": "PWPush.ExpireAfterDays", + "label": "Expiration in Days", + "placeholder": "Expiration time in days. (optional)" + }, + { + "type": "input", + "fieldtype": "number", + "name": "PWPush.ExpireAfterViews", + "label": "Expiration after views", + "placeholder": "Expiration after views. (optional)" + }, + { + "type": "checkbox", + "name": "PWPush.DeletableByViewer", + "label": "Allow deletion of passwords" + } + ], + "mappingRequired": false } ] diff --git a/src/data/GDAPRoles.json b/src/data/GDAPRoles.json index adc846cf3028..bf14e31159e5 100644 --- a/src/data/GDAPRoles.json +++ b/src/data/GDAPRoles.json @@ -671,6 +671,22 @@ "Name": "Virtual Visits Administrator", "ObjectId": "e300d9e7-4a2b-4295-9eff-f1c78b36cc98" }, + { + "ExtensionData": {}, + "Description": "Manage and configure all aspects of Microsoft Viva Goals.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Viva Goals Administrator", + "ObjectId": "92b086b3-e367-4ef2-b869-1de128fb986e" + }, + { + "ExtensionData": {}, + "Description": "Can manage all settings for Microsoft Viva Pulse app.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Viva Pulse Administrator", + "ObjectId": "87761b17-1ed2-4af3-9acd-92a150038160" + }, { "ExtensionData": {}, "Description": "Can provision and manage all aspects of Cloud PCs.", diff --git a/src/data/M365Licenses.json b/src/data/M365Licenses.json index 3f8b5e97c369..1ba8fcbec6cd 100644 --- a/src/data/M365Licenses.json +++ b/src/data/M365Licenses.json @@ -1,39738 +1,40850 @@ -[ - { - "Product_Display_Name": "Advanced Communications", - "String_Id": "ADV_COMMS", - "GUID": "e4654015-5daf-4a48-9b37-4f309dddd88b", - "Service_Plan_Name": "TEAMS_ADVCOMMS", - "Service_Plan_Id": "604ec28a-ae18-4bc6-91b0-11da94504ba9", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Communications" - }, - { - "Product_Display_Name": "AI Builder Capacity add-on", - "String_Id": "CDSAICAPACITY", - "GUID": "d2dea78b-507c-4e56-b400-39447f4738f8", - "Service_Plan_Name": "CDSAICAPACITY", - "Service_Plan_Id": "a7c70a41-5e02-4271-93e6-d9b4184d83f5", - "Service_Plans_Included_Friendly_Names": "AI Builder capacity add-on" - }, - { - "Product_Display_Name": "AI Builder Capacity add-on", - "String_Id": "CDSAICAPACITY", - "GUID": "d2dea78b-507c-4e56-b400-39447f4738f8", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "App Connect IW", - "String_Id": "SPZA_IW", - "GUID": "8f0c5670-4e56-4892-b06d-91c085d7004f", - "Service_Plan_Name": "SPZA", - "Service_Plan_Id": "0bfc98ed-1dbc-4a97-b246-701754e48b17", - "Service_Plans_Included_Friendly_Names": "APP CONNECT" - }, - { - "Product_Display_Name": "App Connect IW", - "String_Id": "SPZA_IW", - "GUID": "8f0c5670-4e56-4892-b06d-91c085d7004f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "App governance add-on to Microsoft Defender for Cloud Apps", - "String_Id": "Microsoft_Cloud_App_Security_App_Governance_Add_On", - "GUID": "9706eed9-966f-4f1b-94f6-bb2b4af99a5b", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "App governance add-on to Microsoft Defender for Cloud Apps", - "String_Id": "Microsoft_Cloud_App_Security_App_Governance_Add_On", - "GUID": "9706eed9-966f-4f1b-94f6-bb2b4af99a5b", - "Service_Plan_Name": "MICROSOFT_APPLICATION_PROTECTION_AND_GOVERNANCE_A", - "Service_Plan_Id": "5f3b1ded-75c0-4b31-8e6e-9b077eaadfd5", - "Service_Plans_Included_Friendly_Names": "Microsoft Application Protection and Governance (A)" - }, - { - "Product_Display_Name": "App governance add-on to Microsoft Defender for Cloud Apps", - "String_Id": "Microsoft_Cloud_App_Security_App_Governance_Add_On", - "GUID": "9706eed9-966f-4f1b-94f6-bb2b4af99a5b", - "Service_Plan_Name": "MICROSOFT_APPLICATION_PROTECTION_AND_GOVERNANCE_D", - "Service_Plan_Id": "2e6ffd72-52d1-4541-8f6c-938f9a8d4cdc", - "Service_Plans_Included_Friendly_Names": "Microsoft Application Protection and Governance (D)" - }, - { - "Product_Display_Name": "Career Coach for faculty", - "String_Id": "CAREERCOACH_FACULTY", - "GUID": "95de1760-7682-406d-98c9-52ef14e51e2b", - "Service_Plan_Name": "CAREERCOACH_EDU", - "Service_Plan_Id": "80f0ae31-0dfb-425c-b3fc-36f40170eb35", - "Service_Plans_Included_Friendly_Names": "Career Coach" - }, - { - "Product_Display_Name": "Career Coach for students", - "String_Id": "CAREERCOACH_STUDENTS", - "GUID": "01c8007a-57d2-41e0-a3c3-0b46ead16cc4", - "Service_Plan_Name": "CAREERCOACH_EDU", - "Service_Plan_Id": "80f0ae31-0dfb-425c-b3fc-36f40170eb35", - "Service_Plans_Included_Friendly_Names": "Career Coach" - }, - { - "Product_Display_Name": "Clipchamp Premium", - "String_Id": "Clipchamp_Premium", - "GUID": "0fe440c5-f2bf-442b-a4f4-9a7af77a200b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Clipchamp Premium", - "String_Id": "Clipchamp_Premium", - "GUID": "0fe440c5-f2bf-442b-a4f4-9a7af77a200b", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Clipchamp Premium", - "String_Id": "Clipchamp_Premium", - "GUID": "0fe440c5-f2bf-442b-a4f4-9a7af77a200b", - "Service_Plan_Name": "CLIPCHAMP_PREMIUM", - "Service_Plan_Id": "430b908f-78e1-4812-b045-cf83320e7d5d", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp Premium" - }, - { - "Product_Display_Name": "Clipchamp Premium", - "String_Id": "Clipchamp_Premium", - "GUID": "0fe440c5-f2bf-442b-a4f4-9a7af77a200b", - "Service_Plan_Name": "ONEDRIVECLIPCHAMP", - "Service_Plan_Id": "f7e5b77d-f293-410a-bae8-f941f19fe680", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Clipchamp)" - }, - { - "Product_Display_Name": "Clipchamp Standard", - "String_Id": "Clipchamp_Standard", - "GUID": "481f3bc2-5756-4b28-9375-5c8c86b99e6b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Clipchamp Standard", - "String_Id": "Clipchamp_Standard", - "GUID": "481f3bc2-5756-4b28-9375-5c8c86b99e6b", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Clipchamp Standard", - "String_Id": "Clipchamp_Standard", - "GUID": "481f3bc2-5756-4b28-9375-5c8c86b99e6b", - "Service_Plan_Name": "ONEDRIVECLIPCHAMP", - "Service_Plan_Id": "f7e5b77d-f293-410a-bae8-f941f19fe680", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Clipchamp)" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing", - "String_Id": "MCOMEETADV", - "GUID": "0c266dff-15dd-4b49-8397-2bb16070ed52", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft Entra ID Basic", - "String_Id": "AAD_BASIC", - "GUID": "2b9c8e7c-319c-43a2-a2a0-48c5c6161de7", - "Service_Plan_Name": "AAD_BASIC", - "Service_Plan_Id": "c4da7f8a-5ee2-4c99-a7e1-87d2df57f6fe", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra BASIC" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1", - "String_Id": "AAD_PREMIUM", - "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1", - "String_Id": "AAD_PREMIUM", - "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1", - "String_Id": "AAD_PREMIUM", - "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1", - "String_Id": "AAD_PREMIUM", - "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1 for Faculty", - "String_Id": "AAD_PREMIUM_FACULTY", - "GUID": "30fc3c36-5a95-4956-ba57-c09c2a600bb9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1 for Faculty", - "String_Id": "AAD_PREMIUM_FACULTY", - "GUID": "30fc3c36-5a95-4956-ba57-c09c2a600bb9", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1 for Faculty", - "String_Id": "AAD_PREMIUM_FACULTY", - "GUID": "30fc3c36-5a95-4956-ba57-c09c2a600bb9", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1 for Faculty", - "String_Id": "AAD_PREMIUM_FACULTY", - "GUID": "30fc3c36-5a95-4956-ba57-c09c2a600bb9", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1_USGOV_GCCHIGH", - "String_Id": "AAD_PREMIUM_USGOV_GCCHIGH ", - "GUID": "de597797-22fb-4d65-a9fe-b7dbe8893914", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1_USGOV_GCCHIGH", - "String_Id": "AAD_PREMIUM_USGOV_GCCHIGH ", - "GUID": "de597797-22fb-4d65-a9fe-b7dbe8893914", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1_USGOV_GCCHIGH", - "String_Id": "AAD_PREMIUM_USGOV_GCCHIGH ", - "GUID": "de597797-22fb-4d65-a9fe-b7dbe8893914", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft Entra ID P1_USGOV_GCCHIGH", - "String_Id": "AAD_PREMIUM_USGOV_GCCHIGH ", - "GUID": "de597797-22fb-4d65-a9fe-b7dbe8893914", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Entra ID P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Entra ID P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft Entra ID P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" - }, - { - "Product_Display_Name": "Microsoft Entra ID P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Entra ID P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "Azure Information Protection Plan 1", - "String_Id": "RIGHTSMANAGEMENT", - "GUID": "c52ea49f-fe5d-4e95-93ba-1de91d380f89", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" - }, - { - "Product_Display_Name": "Azure Information Protection Plan 1", - "String_Id": "RIGHTSMANAGEMENT", - "GUID": "c52ea49f-fe5d-4e95-93ba-1de91d380f89", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra RIGHTS" - }, - { - "Product_Display_Name": "Azure Information Protection Plan 1", - "String_Id": "RIGHTSMANAGEMENT_CE", - "GUID": "a0e6a48f-b056-4037-af70-b9ac53504551", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Azure Information Protection Plan 1", - "String_Id": "RIGHTSMANAGEMENT_CE", - "GUID": "a0e6a48f-b056-4037-af70-b9ac53504551", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Azure Information Protection Plan 1", - "String_Id": "RIGHTSMANAGEMENT_CE", - "GUID": "a0e6a48f-b056-4037-af70-b9ac53504551", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Azure Information Protection Premium P1_USGOV_GCCHIGH", - "String_Id": "RIGHTSMANAGEMENT_CE_USGOV_GCCHIGH", - "GUID": "c57afa2a-d468-46c4-9a90-f86cb1b3c54a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Azure Information Protection Premium P1_USGOV_GCCHIGH", - "String_Id": "RIGHTSMANAGEMENT_CE_USGOV_GCCHIGH", - "GUID": "c57afa2a-d468-46c4-9a90-f86cb1b3c54a", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Azure Information Protection Premium P1_USGOV_GCCHIGH", - "String_Id": "RIGHTSMANAGEMENT_CE_USGOV_GCCHIGH", - "GUID": "c57afa2a-d468-46c4-9a90-f86cb1b3c54a", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Business Apps (free)", - "String_Id": "SMB_APPS", - "GUID": "90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96", - "Service_Plan_Name": "DYN365BC_MS_INVOICING", - "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", - "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" - }, - { - "Product_Display_Name": "Business Apps (free)", - "String_Id": "SMB_APPS", - "GUID": "90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Common Data Service for Apps File Capacity", - "String_Id": "CDS_FILE_CAPACITY", - "GUID": "631d5fb1-a668-4c2a-9427-8830665a742e", - "Service_Plan_Name": "CDS_FILE_CAPACITY", - "Service_Plan_Id": "dd12a3a8-caec-44f8-b4fb-2f1a864b51e3", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps File Capacity" - }, - { - "Product_Display_Name": "Common Data Service for Apps File Capacity", - "String_Id": "CDS_FILE_CAPACITY", - "GUID": "631d5fb1-a668-4c2a-9427-8830665a742e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Common Data Service Database Capacity", - "String_Id": "CDS_DB_CAPACITY", - "GUID": "e612d426-6bc3-4181-9658-91aa906b0ac0", - "Service_Plan_Name": "CDS_DB_CAPACITY", - "Service_Plan_Id": "360bcc37-0c11-4264-8eed-9fa7a3297c9b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps Database Capacity" - }, - { - "Product_Display_Name": "Common Data Service Database Capacity", - "String_Id": "CDS_DB_CAPACITY", - "GUID": "e612d426-6bc3-4181-9658-91aa906b0ac0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Common Data Service Database Capacity for Government", - "String_Id": "CDS_DB_CAPACITY_GOV", - "GUID": "eddf428b-da0e-4115-accf-b29eb0b83965", - "Service_Plan_Name": "CDS_DB_CAPACITY_GOV", - "Service_Plan_Id": "1ddffef6-4f69-455e-89c7-d5d72105f915", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps Database Capacity for Government" - }, - { - "Product_Display_Name": "Common Data Service Database Capacity for Government", - "String_Id": "CDS_DB_CAPACITY_GOV", - "GUID": "eddf428b-da0e-4115-accf-b29eb0b83965", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Common Data Service Log Capacity", - "String_Id": "CDS_LOG_CAPACITY", - "GUID": "448b063f-9cc6-42fc-a0e6-40e08724a395", - "Service_Plan_Name": "CDS_LOG_CAPACITY", - "Service_Plan_Id": "dc48f5c5-e87d-43d6-b884-7ac4a59e7ee9", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps Log Capacity" - }, - { - "Product_Display_Name": "Common Data Service Log Capacity", - "String_Id": "CDS_LOG_CAPACITY", - "GUID": "448b063f-9cc6-42fc-a0e6-40e08724a395", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Communications Credits", - "String_Id": "MCOPSTNC", - "GUID": "47794cd0-f0e5-45c5-9033-2eb6b5fc84e0", - "Service_Plan_Name": "MCOPSTNC", - "Service_Plan_Id": "505e180f-f7e0-4b65-91d4-00d670bbd18c", - "Service_Plans_Included_Friendly_Names": "COMMUNICATIONS CREDITS" - }, - { - "Product_Display_Name": "Compliance Manager Premium Assessment Add-On", - "String_Id": "CMPA_addon", - "GUID": "8a5fbbed-8b8c-41e5-907e-c50c471340fd", - "Service_Plan_Name": "COMPLIANCE_MANAGER_PREMIUM_ASSESSMENT_ADDON", - "Service_Plan_Id": "3a117d30-cfac-4f00-84ac-54f8b6a18d78", - "Service_Plans_Included_Friendly_Names": "Compliance Manager Premium Assessment Add-On" - }, - { - "Product_Display_Name": "Compliance Manager Premium Assessment Add-On for GCC", - "String_Id": "CMPA_addon_GCC", - "GUID": "a9d7ef53-9bea-4a2a-9650-fa7df58fe094", - "Service_Plan_Name": "COMPLIANCE_MANAGER_PREMIUM_ASSESSMENT_ADDON", - "Service_Plan_Id": "3a117d30-cfac-4f00-84ac-54f8b6a18d78", - "Service_Plans_Included_Friendly_Names": "Compliance Manager Premium Assessment Add-On" - }, - { - "Product_Display_Name": "Defender Threat Intelligence", - "String_Id": "Defender_Threat_Intelligence", - "GUID": "a9c51c15-ffad-4c66-88c0-8771455c832d", - "Service_Plan_Name": "THREAT_INTELLIGENCE_APP", - "Service_Plan_Id": "fbdb91e6-7bfd-4a1f-8f7a-d27f4ef39702", - "Service_Plans_Included_Friendly_Names": "Defender Threat Intelligence" - }, - { - "Product_Display_Name": "Digital Messaging for GCC Test SKU", - "String_Id": "MESSAGING_GCC_TEST", - "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", - "Service_Plan_Name": "DYN365_CS_CHAT_FPA_GOV", - "Service_Plan_Id": "b9f7ce72-67ff-4695-a9d9-5ff620232024", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Chat Application Integration for Government" - }, - { - "Product_Display_Name": "Digital Messaging for GCC Test SKU", - "String_Id": "MESSAGING_GCC_TEST", - "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", - "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS_GOV", - "Service_Plan_Id": "9d37aa61-3cc3-457c-8b54-e6f3853aa6b6", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on for Government" - }, - { - "Product_Display_Name": "Digital Messaging for GCC Test SKU", - "String_Id": "MESSAGING_GCC_TEST", - "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", - "Service_Plan_Name": "DYN365_CS_MESSAGING_GOV", - "Service_Plan_Id": "e304c3c3-f86c-4200-b174-1ade48805b22", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging application integration for Government" - }, - { - "Product_Display_Name": "Digital Messaging for GCC Test SKU", - "String_Id": "MESSAGING_GCC_TEST", - "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", - "Service_Plan_Name": "DYN365_CS_CHAT_GOV", - "Service_Plan_Id": "ffb878a5-3184-472b-800b-65eadc63d764", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Chat for Government" - }, - { - "Product_Display_Name": "Digital Messaging for GCC Test SKU", - "String_Id": "MESSAGING_GCC_TEST", - "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_CHAT_GOV", - "Service_Plan_Id": "9023fe69-f9e0-4c1e-bfde-654954469162", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Chat for Gov" - }, - { - "Product_Display_Name": "Digital Messaging for GCC Test SKU", - "String_Id": "MESSAGING_GCC_TEST", - "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING_GOV", - "Service_Plan_Id": "e501d49b-1176-4816-aece-2563c0d995db", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging for Gov" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Database Storage (Qualified Offer)", - "String_Id": "CRMSTORAGE", - "GUID": "328dc228-00bc-48c6-8b09-1fbc8bc3435d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Database Storage (Qualified Offer)", - "String_Id": "CRMSTORAGE", - "GUID": "328dc228-00bc-48c6-8b09-1fbc8bc3435d", - "Service_Plan_Name": "CRMSTORAGE", - "Service_Plan_Id": "77866113-0f3e-4e6e-9666-b1e25c6f99b0", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Storage Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Production Instance (Qualified Offer)", - "String_Id": "CRMINSTANCE", - "GUID": "9d776713-14cb-4697-a21d-9a52455c738a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Production Instance (Qualified Offer)", - "String_Id": "CRMINSTANCE", - "GUID": "9d776713-14cb-4697-a21d-9a52455c738a", - "Service_Plan_Name": "CRMINSTANCE", - "Service_Plan_Id": "eeea837a-c885-4167-b3d5-ddde30cbd85f", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Instance" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance (Qualified Offer)", - "String_Id": "CRMTESTINSTANCE", - "GUID": "e06abcc2-7ec5-4a79-b08b-d9c282376f72", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance (Qualified Offer)", - "String_Id": "CRMTESTINSTANCE", - "GUID": "e06abcc2-7ec5-4a79-b08b-d9c282376f72", - "Service_Plan_Name": "CRMTESTINSTANCE", - "Service_Plan_Id": "a98b7619-66c7-4885-bdfc-1d9c8c3d279f", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Additional Test Instance" - }, - { - "Product_Display_Name": "Dynamics 365 AI for Market Insights (Preview)", - "String_Id": "SOCIAL_ENGAGEMENT_APP_USER", - "GUID": "c6df1e30-1c9f-427f-907c-3d913474a1c7", - "Service_Plan_Name": "SOCIAL_ENGAGEMENT_APP_USER", - "Service_Plan_Id": "339f4def-5ad8-4430-8d12-da5fd4c769a7", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Market Insights - Free" - }, - { - "Product_Display_Name": "Dynamics 365 AI for Market Insights (Preview)", - "String_Id": "SOCIAL_ENGAGEMENT_APP_USER", - "GUID": "c6df1e30-1c9f-427f-907c-3d913474a1c7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Asset Management Addl Assets", - "String_Id": "DYN365_ASSETMANAGEMENT", - "GUID": "673afb9d-d85b-40c2-914e-7bf46cd5cd75", - "Service_Plan_Name": "D365_AssetforSCM", - "Service_Plan_Id": "90467813-5b40-40d4-835c-abd48009b1d9", - "Service_Plans_Included_Friendly_Names": "Asset Maintenance Add-in" - }, - { - "Product_Display_Name": "Dynamics 365 Asset Management Addl Assets", - "String_Id": "DYN365_ASSETMANAGEMENT", - "GUID": "673afb9d-d85b-40c2-914e-7bf46cd5cd75", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Additional Environment Addon", - "String_Id": "DYN365_BUSCENTRAL_ADD_ENV_ADDON", - "GUID": "a58f5506-b382-44d4-bfab-225b2fbf8390", - "Service_Plan_Name": "DYN365_BUSCENTRAL_ENVIRONMENT", - "Service_Plan_Id": "d397d6c6-9664-4502-b71c-66f39c400ca4", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Additional Environment Addon" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Database Capacity", - "String_Id": "DYN365_BUSCENTRAL_DB_CAPACITY", - "GUID": "7d0d4f9a-2686-4cb8-814c-eff3fdab6d74", - "Service_Plan_Name": "DYN365_BUSCENTRAL_DB_CAPACITY", - "Service_Plan_Id": "ae6b27b3-fe31-4e77-ae06-ec5fabbc103a", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Database Capacity" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Database Capacity", - "String_Id": "DYN365_BUSCENTRAL_DB_CAPACITY", - "GUID": "7d0d4f9a-2686-4cb8-814c-eff3fdab6d74", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Essentials", - "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", - "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", - "Service_Plan_Name": "DYN365_FINANCIALS_BUSINESS", - "Service_Plan_Id": "920656a2-7dd8-4c83-97b6-a356414dbd36", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Business Central Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Essentials", - "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", - "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Essentials", - "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", - "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Essentials", - "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", - "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central External Accountant", - "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", - "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", - "Service_Plan_Name": "DYN365_FINANCIALS_ACCOUNTANT", - "Service_Plan_Id": "170991d7-b98e-41c5-83d4-db2052e1795f", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central External Accountant" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central External Accountant", - "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", - "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central External Accountant", - "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", - "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central External Accountant", - "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", - "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central for IWs", - "String_Id": "PROJECT_MADEIRA_PREVIEW_IW_SKU", - "GUID": "6a4a1628-9b9a-424d-bed5-4118f0ede3fd", - "Service_Plan_Name": "PROJECT_MADEIRA_PREVIEW_IW", - "Service_Plan_Id": "3f2afeed-6fb5-4bf9-998f-f2912133aead", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central for IWs" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central for IWs", - "String_Id": "PROJECT_MADEIRA_PREVIEW_IW_SKU", - "GUID": "6a4a1628-9b9a-424d-bed5-4118f0ede3fd", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Premium", - "String_Id": "DYN365_BUSCENTRAL_PREMIUM", - "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", - "Service_Plan_Name": "DYN365_BUSCENTRAL_PREMIUM", - "Service_Plan_Id": "8e9002c0-a1d8-4465-b952-817d2948e6e2", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Premium" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Premium", - "String_Id": "DYN365_BUSCENTRAL_PREMIUM", - "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Premium", - "String_Id": "DYN365_BUSCENTRAL_PREMIUM", - "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Premium", - "String_Id": "DYN365_BUSCENTRAL_PREMIUM", - "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Team Members", - "String_Id": "DYN365_BUSCENTRAL_TEAM_MEMBER", - "GUID": "2e3c4023-80f6-4711-aa5d-29e0ecb46835", - "Service_Plan_Name": "DYN365_FINANCIALS_TEAM_MEMBERS", - "Service_Plan_Id": "d9a6391b-8970-4976-bd94-5f205007c8d8", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Team Members" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Team Members", - "String_Id": "DYN365_BUSCENTRAL_TEAM_MEMBER", - "GUID": "2e3c4023-80f6-4711-aa5d-29e0ecb46835", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Team Members", - "String_Id": "DYN365_BUSCENTRAL_TEAM_MEMBER", - "GUID": "2e3c4023-80f6-4711-aa5d-29e0ecb46835", - "Service_Plan_Name": "POWERAPPS_DYN_TEAM", - "Service_Plan_Id": "52e619e2-2730-439a-b0d3-d09ab7e8b705", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Team Members", - "String_Id": "DYN365_BUSCENTRAL_TEAM_MEMBER", - "GUID": "2e3c4023-80f6-4711-aa5d-29e0ecb46835", - "Service_Plan_Name": "FLOW_DYN_TEAM", - "Service_Plan_Id": "1ec58c70-f69c-486a-8109-4b87ce86e449", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Commerce Trial", - "String_Id": "DYN365_RETAIL_TRIAL", - "GUID": "1508ad2d-5802-44e6-bfe8-6fb65de63d28", - "Service_Plan_Name": "DYN365_RETAIL_TRIAL", - "Service_Plan_Id": "874d6da5-2a67-45c1-8635-96e8b3e300ea", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Trial" - }, - { - "Product_Display_Name": "Dynamics 365 Commerce Trial", - "String_Id": "DYN365_RETAIL_TRIAL", - "GUID": "1508ad2d-5802-44e6-bfe8-6fb65de63d28", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "DYN365_ENTERPRISE_P1", - "Service_Plan_Id": "d56f3deb-50d8-465a-bedb-f079817ccac1", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Engagement Plan" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "D365_CSI_EMBED_CE", - "Service_Plan_Id": "1412cdc1-d593-4ad1-9050-40c30ad0b023", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights for CE Plan" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", - "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "D365_ProjectOperationsCDS", - "Service_Plan_Id": "18fa3aba-b085-4105-87d7-55617b8585e6", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations CDS" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "Forms_Pro_CE", - "Service_Plan_Id": "97f29a83-1a20-44ff-bf48-5e4ad11f3e51", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Engagement Plan" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Social Engagement" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "D365_ProjectOperations", - "Service_Plan_Id": "69f07c66-bee4-4222-b051-195095efee5b", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "DYN365_CDS_GUIDES", - "Service_Plan_Id": "1315ade1-0410-450d-b8e3-8050e6da320f", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "GUIDES", - "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", - "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "POWERAPPS_GUIDES", - "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", - "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "PROJECT_FOR_PROJECT_OPERATIONS", - "Service_Plan_Id": "0a05d977-a21a-45b2-91ce-61c240dbafa2", - "Service_Plans_Included_Friendly_Names": "Project for Project Operations" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "Project Online Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "POWERAPPS_DYN_P2", - "Service_Plan_Id": "0b03f40b-c404-40c3-8651-2aceb74365fa", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "FLOW_DYN_P2", - "Service_Plan_Id": "b650d915-9886-424b-a08d-633cede56f57", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Attach", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", - "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", - "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_BASE", - "Service_Plan_Id": "d04ca659-b119-4a92-b8fc-3ede584a9d65", - "Service_Plans_Included_Friendly_Names": "Dataverse for Customer Insights�BASE" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Attach", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", - "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", - "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS", - "Service_Plan_Id": "ca00cff5-2568-4d03-bb6c-a653a8f360ca", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Customer Insights" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Attach", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", - "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", - "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_BASE", - "Service_Plan_Id": "ee85d528-c4b4-4a99-9b07-fb9a1365dc93", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Attach", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", - "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", - "Service_Plan_Name": "Customer_Voice_Customer_Insights", - "Service_Plan_Id": "46c5ea0a-2343-49d9-ae4f-1c268b232d53", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Insights App" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Attach", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", - "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Digital Messaging add-on for Government", - "String_Id": "DYN365_CS_MESSAGING_GOV", - "GUID": "336dfe1f-3b33-4ab4-b395-cba8f614976d", - "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS_GOV", - "Service_Plan_Id": "9d37aa61-3cc3-457c-8b54-e6f3853aa6b6", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Digital Messaging add-on for Government", - "String_Id": "DYN365_CS_MESSAGING_GOV", - "GUID": "336dfe1f-3b33-4ab4-b395-cba8f614976d", - "Service_Plan_Name": "DYN365_CS_MESSAGING_GOV", - "Service_Plan_Id": "e304c3c3-f86c-4200-b174-1ade48805b22", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging application integration for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Digital Messaging add-on for Government", - "String_Id": "DYN365_CS_MESSAGING_GOV", - "GUID": "336dfe1f-3b33-4ab4-b395-cba8f614976d", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING_GOV", - "Service_Plan_Id": "e501d49b-1176-4816-aece-2563c0d995db", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging for Gov" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Digital Messaging add-on for Government", - "String_Id": "DYN365_CS_MESSAGING_GOV", - "GUID": "336dfe1f-3b33-4ab4-b395-cba8f614976d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", - "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", - "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS_GOV", - "Service_Plan_Id": "9d37aa61-3cc3-457c-8b54-e6f3853aa6b6", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", - "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", - "Service_Plan_Name": "DYN365_CS_VOICE_GOV", - "Service_Plan_Id": "411b0c93-8f89-455e-a663-c0a3effd12c3", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", - "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE_GOV", - "Service_Plan_Id": "cad9c719-36e0-43c7-9506-6886f272d4f0", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", - "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING_GOV", - "Service_Plan_Id": "e501d49b-1176-4816-aece-2563c0d995db", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging for Gov" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", - "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", - "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", - "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS_GOV", - "Service_Plan_Id": "9d37aa61-3cc3-457c-8b54-e6f3853aa6b6", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", - "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", - "Service_Plan_Name": "DYN365_CS_VOICE_GOV", - "Service_Plan_Id": "411b0c93-8f89-455e-a663-c0a3effd12c3", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", - "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE_GOV", - "Service_Plan_Id": "cad9c719-36e0-43c7-9506-6886f272d4f0", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", - "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING_GOV", - "Service_Plan_Id": "e501d49b-1176-4816-aece-2563c0d995db", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging for Gov" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", - "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", - "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Chat for Government", - "String_Id": "DYN365_CS_CHAT_GOV", - "GUID": "1b399f66-be2a-479c-a79d-84a43a46f79e", - "Service_Plan_Name": "DYN365_CS_CHAT_FPA_GOV", - "Service_Plan_Id": "b9f7ce72-67ff-4695-a9d9-5ff620232024", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Chat Application Integration for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Chat for Government", - "String_Id": "DYN365_CS_CHAT_GOV", - "GUID": "1b399f66-be2a-479c-a79d-84a43a46f79e", - "Service_Plan_Name": "DYN365_CS_CHAT_GOV", - "Service_Plan_Id": "ffb878a5-3184-472b-800b-65eadc63d764", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Chat for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Chat for Government", - "String_Id": "DYN365_CS_CHAT_GOV", - "GUID": "1b399f66-be2a-479c-a79d-84a43a46f79e", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_CHAT_GOV", - "Service_Plan_Id": "9023fe69-f9e0-4c1e-bfde-654954469162", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Chat for Gov" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Chat for Government", - "String_Id": "DYN365_CS_CHAT_GOV", - "GUID": "1b399f66-be2a-479c-a79d-84a43a46f79e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", - "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS", - "Service_Plan_Id": "47c2b191-a5fb-4129-b690-00c474d2f623", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "D365_CSI_EMBED_CSEnterprise", - "Service_Plan_Id": "5b1e5982-0e88-47bb-a95e-ae6085eda612", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights for CS Enterprise" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "Service_Plan_Id": "99340b49-fb81-4b1e-976b-8f2ae8e9394f", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "DYN365_CS_VOICE", - "Service_Plan_Id": "f6ec6dfa-2402-468d-a455-89be11116d43", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE", - "Service_Plan_Id": "a3dce1be-e9ca-453a-9483-e69a5b46ce98", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING", - "Service_Plan_Id": "2d2f174c-c3cc-4abe-9ce8-4dd86f469ab1", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", - "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", - "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", - "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_BASE", - "Service_Plan_Id": "d04ca659-b119-4a92-b8fc-3ede584a9d65", - "Service_Plans_Included_Friendly_Names": "Dataverse for Cust Insights�BASE" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", - "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", - "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS", - "Service_Plan_Id": "ca00cff5-2568-4d03-bb6c-a653a8f360ca", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Customer Insights" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", - "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", - "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_BASE", - "Service_Plan_Id": "ee85d528-c4b4-4a99-9b07-fb9a1365dc93", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", - "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", - "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_ENGAGEMENT_INSIGHTS_BASE", - "Service_Plan_Id": "b3c26516-3b8d-492f-a5a3-64d70ad3f8d0", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights Engagement Insights" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", - "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", - "Service_Plan_Name": "Customer_Voice_Customer_Insights", - "Service_Plan_Id": "46c5ea0a-2343-49d9-ae4f-1c268b232d53", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Insights App" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", - "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights vTrial", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_VIRAL", - "GUID": "036c2481-aa8a-47cd-ab43-324f0c157c2d", - "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_TRIAL", - "Service_Plan_Id": "94e5cbf6-d843-4ee8-a2ec-8b15eb52019e", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Customer Insights Trial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights vTrial", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_VIRAL", - "GUID": "036c2481-aa8a-47cd-ab43-324f0c157c2d", - "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_ENGAGEMENT_INSIGHTS_BASE_TRIAL", - "Service_Plan_Id": "e2bdea63-235e-44c6-9f5e-5b0e783f07dd", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights Engagement Insights Viral" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights vTrial", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_VIRAL", - "GUID": "036c2481-aa8a-47cd-ab43-324f0c157c2d", - "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_VIRAL", - "Service_Plan_Id": "ed8e8769-94c5-4132-a3e7-7543b713d51f", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights Viral Plan" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Insights vTrial", - "String_Id": "DYN365_CUSTOMER_INSIGHTS_VIRAL", - "GUID": "036c2481-aa8a-47cd-ab43-324f0c157c2d", - "Service_Plan_Name": "Forms_Pro_Customer_Insights", - "Service_Plan_Id": "fe581650-cf61-4a09-8814-4bd77eca9cb5", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Insights" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Attach to Qualifying Dynamics 365 Base Offer A", - "String_Id": "D365_CUSTOMER_SERVICE_ENT_ATTACH", - "GUID": "eb18b715-ea9d-4290-9994-2ebf4b5042d2", - "Service_Plan_Name": "D365_CUSTOMER_SERVICE_ENT_ATTACH", - "Service_Plan_Id": "61a2665f-1873-488c-9199-c3d0bc213fdf", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Enterprise Attach" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Attach to Qualifying Dynamics 365 Base Offer A", - "String_Id": "D365_CUSTOMER_SERVICE_ENT_ATTACH", - "GUID": "eb18b715-ea9d-4290-9994-2ebf4b5042d2", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Attach to Qualifying Dynamics 365 Base Offer A", - "String_Id": "D365_CUSTOMER_SERVICE_ENT_ATTACH", - "GUID": "eb18b715-ea9d-4290-9994-2ebf4b5042d2", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "Service_Plan_Id": "dc6643d9-1e72-4dce-9f64-1d6eac1f1c5a", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "Forms_Pro_Service_GCC", - "Service_Plan_Id": "bb681a9b-58f5-42ee-9926-674325be8aaa", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Service Enterprise for GCC" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", - "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", - "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "CCIBOTS_PRIVPREV_VIRAL", - "Service_Plan_Id": "ce312d15-8fdf-44c0-9974-a25a177125ee", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Customer Service Virtual Agents Viral" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "DYN365_CS_MESSAGING_VIRAL_TRIAL", - "Service_Plan_Id": "3bf52bdf-5226-4a97-829e-5cca9b3f3392", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "DYN365_CS_ENTERPRISE_VIRAL_TRIAL", - "Service_Plan_Id": "94fb67d3-465f-4d1f-a50a-952da079a564", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Enterprise vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "DYNB365_CSI_VIRAL_TRIAL", - "Service_Plan_Id": "33f1466e-63a6-464c-bf6a-d1787928a56a", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "DYN365_CS_VOICE_VIRAL_TRIAL", - "Service_Plan_Id": "3de81e39-4ce1-47f7-a77f-8473d4eb6d7c", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Voice vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "54b37829-818e-4e3c-a08a-3ea66ab9b45d", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", - "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", - "GUID": "1e615a51-59db-4807-9957-aa83c3657351", - "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "81d4ecb8-0481-42fb-8868-51536c5aceeb", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Insights Trial", - "String_Id": "DYN365_AI_SERVICE_INSIGHTS", - "GUID": "61e6bd70-fbdb-4deb-82ea-912842f39431", - "Service_Plan_Name": "DYN365_AI_SERVICE_INSIGHTS", - "Service_Plan_Id": "4ade5aa6-5959-4d2c-bf0a-f4c9e2cc00f2", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Customer Service Trial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "DYN365_CDS_FORMS_PRO", - "Service_Plan_Id": "363430d1-e3f7-43bc-b07b-767b6bb95e4b", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "FORMS_PRO", - "Service_Plan_Id": "17efdd9f-c22c-4ad8-b48e-3b1f3ee1dc9a", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Voice" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "FLOW_FORMS_PRO", - "Service_Plan_Id": "57a0746c-87b8-4405-9397-df365a9db793", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Customer Voice" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "DYN365_CUSTOMER_SERVICE_PRO", - "Service_Plan_Id": "6929f657-b31b-4947-b4ce-5066c3214f54", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Pro" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "POWERAPPS_CUSTOMER_SERVICE_PRO", - "Service_Plan_Id": "c507b04c-a905-4940-ada6-918891e6d3ad", - "Service_Plans_Included_Friendly_Names": "Power Apps for Customer Service Pro" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "FLOW_CUSTOMER_SERVICE_PRO", - "Service_Plan_Id": "0368fc9c-3721-437f-8b7d-3d0f888cdefc", - "Service_Plans_Included_Friendly_Names": "Power Automate for Customer Service Pro" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice", - "String_Id": "DYN365_CUSTOMER_VOICE_BASE", - "GUID": "359ea3e6-8130-4a57-9f8f-ad897a0342f1", - "Service_Plan_Name": "Customer_Voice_Base", - "Service_Plan_Id": "296820fe-dce5-40f4-a4f2-e14b8feef383", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Voice Base Plan" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice", - "String_Id": "DYN365_CUSTOMER_VOICE_BASE", - "GUID": "359ea3e6-8130-4a57-9f8f-ad897a0342f1", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", - "String_Id": "Forms_Pro_AddOn", - "GUID": "446a86f8-a0cb-4095-83b3-d100eb050e3d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", - "String_Id": "Forms_Pro_AddOn", - "GUID": "446a86f8-a0cb-4095-83b3-d100eb050e3d", - "Service_Plan_Name": "Forms_Pro_AddOn", - "Service_Plan_Id": "90a816f6-de5f-49fd-963c-df490d73b7b5", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice Add-on" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", - "String_Id": "DYN365_CUSTOMER_VOICE_ADDON", - "GUID": "65f71586-ade3-4ce1-afc0-1b452eaf3782", - "Service_Plan_Name": "CUSTOMER_VOICE_ADDON", - "Service_Plan_Id": "e6e35e2d-2e7f-4e71-bc6f-2f40ed062f5d", - "Service_Plans_Included_Friendly_Names": "Dynamics Customer Voice Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", - "String_Id": "DYN365_CUSTOMER_VOICE_ADDON", - "GUID": "65f71586-ade3-4ce1-afc0-1b452eaf3782", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice USL", - "String_Id": "Forms_Pro_USL", - "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", - "Service_Plan_Name": "CDS_FORM_PRO_USL", - "Service_Plan_Id": "e9830cfd-e65d-49dc-84fb-7d56b9aa2c89", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice USL", - "String_Id": "Forms_Pro_USL", - "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", - "Service_Plan_Name": "Forms_Pro_USL", - "Service_Plan_Id": "3ca0766a-643e-4304-af20-37f02726339b", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice USL" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice USL", - "String_Id": "Forms_Pro_USL", - "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", - "Service_Plan_Name": "FLOW_FORMS_PRO", - "Service_Plan_Id": "57a0746c-87b8-4405-9397-df365a9db793", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Customer Voice" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Database Storage for Government", - "String_Id": "CRMSTORAGE_GCC", - "GUID": "4aed5dd6-eb9c-4143-8f14-368d70287121", - "Service_Plan_Name": "CRMSTORAGE_GCC", - "Service_Plan_Id": "62edd427-6067-4274-93c4-29afdeb30707", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Storage Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Database Storage for Government", - "String_Id": "CRMSTORAGE_GCC", - "GUID": "4aed5dd6-eb9c-4143-8f14-368d70287121", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal for Government", - "String_Id": "CRM_ONLINE_PORTAL_GCC", - "GUID": "cb9bc974-a47b-4123-998d-a383390168cc", - "Service_Plan_Name": "CRM_ONLINE_PORTAL_GCC", - "Service_Plan_Id": "eac6b45b-aa89-429f-a37b-c8ce00e8367e", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online - Portal Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal for Government", - "String_Id": "CRM_ONLINE_PORTAL_GCC", - "GUID": "cb9bc974-a47b-4123-998d-a383390168cc", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal for Government", - "String_Id": "CRM_ONLINE_PORTAL_NOPREREQ", - "GUID": "67f58b51-af53-4344-9663-9a2beb1d8a8e", - "Service_Plan_Name": "CRM_ONLINE_PORTAL_GCC", - "Service_Plan_Id": "eac6b45b-aa89-429f-a37b-c8ce00e8367e", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online - Portal Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal for Government", - "String_Id": "CRM_ONLINE_PORTAL_NOPREREQ", - "GUID": "67f58b51-af53-4344-9663-9a2beb1d8a8e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal (Qualified Offer)", - "String_Id": "CRM_ONLINE_PORTAL", - "GUID": "a4bfb28e-becc-41b0-a454-ac680dc258d3", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal (Qualified Offer)", - "String_Id": "CRM_ONLINE_PORTAL", - "GUID": "a4bfb28e-becc-41b0-a454-ac680dc258d3", - "Service_Plan_Name": "CRM_ONLINE_PORTAL", - "Service_Plan_Id": "1d4e9cb1-708d-449c-9f71-943aa8ed1d6a", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online - Portal Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Non-Production Instance for Government", - "String_Id": "CRMTESTINSTANCE_GCC", - "GUID": "1d2756cb-2147-4b05-b4d5-f013c022dcb9", - "Service_Plan_Name": "CRMTESTINSTANCE_GCC", - "Service_Plan_Id": "6d99eb83-7b5f-4947-8e99-cc12f1adb399", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Additional Non-production Instance" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Non-Production Instance for Government", - "String_Id": "CRMTESTINSTANCE_GCC", - "GUID": "1d2756cb-2147-4b05-b4d5-f013c022dcb9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance for Government", - "String_Id": "CRMTESTINSTANCE_NOPREREQ", - "GUID": "2cf302fe-62db-4e20-b573-e0998b1208b5", - "Service_Plan_Name": "CRMTESTINSTANCE_GCC", - "Service_Plan_Id": "6d99eb83-7b5f-4947-8e99-cc12f1adb399", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Additional Non-production Instance" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance for Government", - "String_Id": "CRMTESTINSTANCE_NOPREREQ", - "GUID": "2cf302fe-62db-4e20-b573-e0998b1208b5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Production Instance for Government", - "String_Id": "CRMINSTANCE_GCC", - "GUID": "2bd3cb20-1bb6-446b-b4d0-089af3a05c52", - "Service_Plan_Name": "CRMINSTANCE_GCC", - "Service_Plan_Id": "483cc331-f4df-4a3b-b8ca-fe1a247569f6", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Instance" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Production Instance for Government", - "String_Id": "CRMINSTANCE_GCC", - "GUID": "2bd3cb20-1bb6-446b-b4d0-089af3a05c52", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service, Enterprise Edition - Resource Scheduling Optimization", - "String_Id": "CRM_AUTO_ROUTING_ADDON", - "GUID": "977464c4-bfaf-4b67-b761-a9bb735a2196", - "Service_Plan_Name": "CRM_AUTO_ROUTING_ENGINE_ADDON", - "Service_Plan_Id": "24435e4b-87d0-4d7d-8beb-63a9b1573022", - "Service_Plans_Included_Friendly_Names": "Field Service � Automated Routing Engine Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service, Enterprise Edition - Resource Scheduling Optimization", - "String_Id": "CRM_AUTO_ROUTING_ADDON", - "GUID": "977464c4-bfaf-4b67-b761-a9bb735a2196", - "Service_Plan_Name": "CRM_AUTO_ROUTING_ADDON", - "Service_Plan_Id": "2ba394e0-6f18-4b77-b45f-a5663bbab540", - "Service_Plans_Included_Friendly_Names": "RETIRED - Field Service � Automated Routing Engine Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service, Enterprise Edition - Resource Scheduling Optimization", - "String_Id": "CRM_AUTO_ROUTING_ADDON", - "GUID": "977464c4-bfaf-4b67-b761-a9bb735a2196", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service Contractor for Government", - "String_Id": "D365_FIELD_SERVICE_CONTRACTOR_GOV", - "GUID": "e7965e3a-1f49-4d67-a3de-ad1ce460bbcc", - "Service_Plan_Name": "CDS_FIELD_SERVICE_CONTRACTOR_GCC", - "Service_Plan_Id": "2457fe40-65be-48a1-935f-924ad6e62dba", - "Service_Plans_Included_Friendly_Names": "Common Data Service Field service Part Time Contractors for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service Contractor for Government", - "String_Id": "D365_FIELD_SERVICE_CONTRACTOR_GOV", - "GUID": "e7965e3a-1f49-4d67-a3de-ad1ce460bbcc", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service Contractor for Government", - "String_Id": "D365_FIELD_SERVICE_CONTRACTOR_GOV", - "GUID": "e7965e3a-1f49-4d67-a3de-ad1ce460bbcc", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", - "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", - "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", - "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", - "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", - "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", - "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", - "Service_Plan_Name": "DYN365_FS_ENTERPRISE_VIRAL_TRIAL", - "Service_Plan_Id": "20d1455b-72b2-4725-8354-a177845ab77d", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Field Service Enterprise vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", - "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", - "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", - "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", - "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", - "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "54b37829-818e-4e3c-a08a-3ea66ab9b45d", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", - "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", - "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", - "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "81d4ecb8-0481-42fb-8868-51536c5aceeb", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "DYN365_CDS_FINANCE", - "Service_Plan_Id": "e95d7060-d4d9-400a-a2bd-a244bf0b609e", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Finance" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", - "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations Enterprise edition - Regulatory Service" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "D365_Finance", - "Service_Plan_Id": "9f0e1b4e-9b33-4300-b451-b2c662cd4ff7", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 for Finance" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", - "Service_Plan_Name": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "Service_Plan_Id": "2822a3a1-9b8f-4432-8989-e11669a60dc8", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Case Management" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Social Engagement" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", - "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", - "Service_Plan_Name": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "Service_Plan_Id": "79bb0a8d-e686-4e16-ac59-2b3fd0014a61", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Case Management for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", - "Service_Plan_Name": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "Service_Plan_Id": "79bb0a8d-e686-4e16-ac59-2b3fd0014a61", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Case Management for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", - "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Chat", - "String_Id": "DYN365_CS_CHAT", - "GUID": "7d7af6c2-0be6-46df-84d1-c181b0272909", - "Service_Plan_Name": "DYN365_CS_CHAT_FPA", - "Service_Plan_Id": "426ec19c-d5b1-4548-b894-6fe75028c30d", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Chat Application Integration" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Chat", - "String_Id": "DYN365_CS_CHAT", - "GUID": "7d7af6c2-0be6-46df-84d1-c181b0272909", - "Service_Plan_Name": "DYN365_CS_CHAT", - "Service_Plan_Id": "f69129db-6dc1-4107-855e-0aaebbcd9dd4", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Chat" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Chat", - "String_Id": "DYN365_CS_CHAT", - "GUID": "7d7af6c2-0be6-46df-84d1-c181b0272909", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_CHAT", - "Service_Plan_Id": "19e4c3a8-3ebe-455f-a294-4f3479873ae3", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Chat" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Chat", - "String_Id": "DYN365_CS_CHAT", - "GUID": "7d7af6c2-0be6-46df-84d1-c181b0272909", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "D365_CSI_EMBED_CSEnterprise", - "Service_Plan_Id": "5b1e5982-0e88-47bb-a95e-ae6085eda612", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights for CS Enterprise" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "Service_Plan_Id": "99340b49-fb81-4b1e-976b-8f2ae8e9394f", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "Forms_Pro_Service", - "Service_Plan_Id": "67bf4812-f90b-4db9-97e7-c0bbbf7b2d09", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Service Enterprise" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR CUSTOMER SERVICE" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", - "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "Service_Plan_Id": "dc6643d9-1e72-4dce-9f64-1d6eac1f1c5a", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", - "Service_Plan_Name": "Forms_Pro_Service_GCC", - "Service_Plan_Id": "bb681a9b-58f5-42ee-9926-674325be8aaa", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Service Enterprise for GCC" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", - "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Attach to Qualifying Dynamics 365 Base Offer", - "String_Id": "D365_FIELD_SERVICE_ATTACH", - "GUID": "a36cdaa2-a806-4b6e-9ae0-28dbd993c20e", - "Service_Plan_Name": "D365_FIELD_SERVICE_ATTACH", - "Service_Plan_Id": "55c9148b-d5f0-4101-b5a0-b2727cfc0916", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service Attach" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Attach to Qualifying Dynamics 365 Base Offer", - "String_Id": "D365_FIELD_SERVICE_ATTACH", - "GUID": "a36cdaa2-a806-4b6e-9ae0-28dbd993c20e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", - "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "Forms_Pro_FS", - "Service_Plan_Id": "9c439259-63b0-46cc-a258-72be4313a42d", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Field Service" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Social Engagement" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", - "GUID": "c7d15985-e746-4f01-b113-20b575898250", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", - "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "Service_Plan_Id": "a9a5be2d-17dd-4d43-ba78-9391e11d20a7", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", - "Service_Plan_Name": "Forms_Pro_FS_GCC", - "Service_Plan_Id": "638862ef-afb3-46e4-b292-ed0aad759476", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Field Service for GCC" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", - "Service_Plan_Id": "a9a5be2d-17dd-4d43-ba78-9391e11d20a7", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "Forms_Pro_FS_GCC", - "Service_Plan_Id": "638862ef-afb3-46e4-b292-ed0aad759476", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Field Service for GCC" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Field Service for Government", - "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", - "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Financials Business Edition", - "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", - "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", - "Service_Plan_Name": "DYN365_FINANCIALS_BUSINESS", - "Service_Plan_Id": "920656a2-7dd8-4c83-97b6-a356414dbd36", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Financials Business Edition", - "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", - "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Financials Business Edition", - "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", - "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR FINANCIALS" - }, - { - "Product_Display_Name": "Dynamics 365 Hybrid Connector", - "String_Id": "CRM_HYBRIDCONNECTOR", - "GUID": "de176c31-616d-4eae-829a-718918d7ec23", - "Service_Plan_Name": "CRM_HYBRIDCONNECTOR", - "Service_Plan_Id": "0210d5c8-49d2-4dd1-a01b-a91c7c14e0bf", - "Service_Plans_Included_Friendly_Names": "CRM Hybrid Connector" - }, - { - "Product_Display_Name": "Dynamics 365 Hybrid Connector", - "String_Id": "CRM_HYBRIDCONNECTOR", - "GUID": "de176c31-616d-4eae-829a-718918d7ec23", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Additional Application", - "String_Id": "DYN365_MARKETING_APPLICATION_ADDON", - "GUID": "99c5688b-6c75-4496-876f-07f0fbd69add", - "Service_Plan_Name": "DYN365_MARKETING_APPLICATION_ADDON", - "Service_Plan_Id": "51cf0638-4861-40c0-8b20-1161ab2f80be", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing Additional Application" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Additional Application", - "String_Id": "DYN365_MARKETING_APPLICATION_ADDON", - "GUID": "99c5688b-6c75-4496-876f-07f0fbd69add", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 3", - "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T3", - "GUID": "23053933-0fda-431f-9a5b-a00fd78444c1", - "Service_Plan_Name": "DYN365_MARKETING_50K_CONTACT_ADDON", - "Service_Plan_Id": "e626a4ec-1ba2-409e-bf75-9bc0bc30cca7", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing 50K Addnl Contacts" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 3", - "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T3", - "GUID": "23053933-0fda-431f-9a5b-a00fd78444c1", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 5", - "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T5", - "GUID": "d8eec316-778c-4f14-a7d1-a0aca433b4e7", - "Service_Plan_Name": "DYN365_MARKETING_50K_CONTACT_ADDON", - "Service_Plan_Id": "e626a4ec-1ba2-409e-bf75-9bc0bc30cca7", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing 50K Addnl Contacts" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 5", - "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T5", - "GUID": "d8eec316-778c-4f14-a7d1-a0aca433b4e7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Additional Non-Prod Application", - "String_Id": "DYN365_MARKETING_SANDBOX_APPLICATION_ADDON", - "GUID": "c393e9bd-2335-4b46-8b88-9e2a86a85ec1", - "Service_Plan_Name": "DYN365_MARKETING_SANDBOX_APPLICATION_ADDON", - "Service_Plan_Id": "1599de10-5250-4c95-acf2-491f74edce48", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Marketing Sandbox Application AddOn" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Attach", - "String_Id": "DYN365_MARKETING_APP_ATTACH", - "GUID": "85430fb9-02e8-48be-9d7e-328beb41fa29", - "Service_Plan_Name": "DYN365_MARKETING_APP", - "Service_Plan_Id": "a3a4fa10-5092-401a-af30-0462a95a7ac8", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Attach", - "String_Id": "DYN365_MARKETING_APP_ATTACH", - "GUID": "85430fb9-02e8-48be-9d7e-328beb41fa29", - "Service_Plan_Name": "Forms_Pro_Marketing_App", - "Service_Plan_Id": "22b657cf-0a9e-467b-8a91-5e31f21bc570", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Marketing Application" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Attach", - "String_Id": "DYN365_MARKETING_APP_ATTACH", - "GUID": "85430fb9-02e8-48be-9d7e-328beb41fa29", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing USL", - "String_Id": "D365_MARKETING_USER", - "GUID": "4b32a493-9a67-4649-8eb9-9fc5a5f75c12", - "Service_Plan_Name": "DYN365_MARKETING_MSE_USER", - "Service_Plan_Id": "2824c69a-1ac5-4397-8592-eae51cb8b581", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing MSE User" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing USL", - "String_Id": "D365_MARKETING_USER", - "GUID": "4b32a493-9a67-4649-8eb9-9fc5a5f75c12", - "Service_Plan_Name": "DYN365_MARKETING_USER", - "Service_Plan_Id": "5d7a6abc-eebd-46ab-96e1-e4a2f54a2248", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing USL" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing USL", - "String_Id": "D365_MARKETING_USER", - "GUID": "4b32a493-9a67-4649-8eb9-9fc5a5f75c12", - "Service_Plan_Name": "Forms_Pro_Marketing", - "Service_Plan_Id": "76366ba0-d230-47aa-8087-b6d55dae454f", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Marketing" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing USL", - "String_Id": "D365_MARKETING_USER", - "GUID": "4b32a493-9a67-4649-8eb9-9fc5a5f75c12", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "Service_Plan_Id": "1d8c8e0e-4308-4db5-8a41-b129dbdaea20", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Project Service Automation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "Forms_Pro_PS_GCC", - "Service_Plan_Id": "e98256c5-17d0-4987-becc-e991c52d55c6", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Project Service Automation for GCC" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", - "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", - "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "DYN365_ENTERPRISE_P1", - "Service_Plan_Id": "d56f3deb-50d8-465a-bedb-f079817ccac1", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 CUSTOMER ENGAGEMENT PLAN" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "DYN365_ENTERPRISE_SALES", - "Service_Plan_Id": "2da8e897-7791-486b-b08f-cc63c8129df7", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR SALES" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_SALES_GOV", - "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", - "Service_Plan_Name": "DYN365_ENTERPRISE_SALES_GOV", - "Service_Plan_Id": "213be507-d547-4f79-bc2c-6196bc54c4a3", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_SALES_GOV", - "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_SALES_GOV", - "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_SALES_GOV", - "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_SALES_GOV", - "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_SALES_GOV", - "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_SALES_GOV", - "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "DYN365_ENTERPRISE_SALES_GOV", - "Service_Plan_Id": "213be507-d547-4f79-bc2c-6196bc54c4a3", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "Forms_Pro_SalesEnt_GCC", - "Service_Plan_Id": "33850b82-0a37-4ebb-a0b2-ee163facd716", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Sales Enterprise for GCC" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", - "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "Microsoft_Viva_Sales_PowerAutomate", - "Service_Plan_Id": "a933a62f-c3fb-48e5-a0b7-ac92b94b4420", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium with Power Automate" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", - "String_Id": "D365_ENTERPRISE_SALES_GOV", - "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", - "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", - "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", - "Service_Plan_Name": "DYN365_ENTERPRISE_P1", - "Service_Plan_Id": "d56f3deb-50d8-465a-bedb-f079817ccac1", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Engagement Plan" - }, - { - "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", - "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", - "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", - "Service_Plan_Name": "Forms_Pro_Service", - "Service_Plan_Id": "67bf4812-f90b-4db9-97e7-c0bbbf7b2d09", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Service Enterprise" - }, - { - "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", - "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", - "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", - "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", - "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", - "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", - "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", - "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", - "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "DYN365_SALES_INSIGHTS", - "Service_Plan_Id": "fedc185f-0711-4cc0-80ed-0a92da1a8384", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Sales (Embedded)" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "Microsoft_Viva_Sales_PowerAutomate", - "Service_Plan_Id": "a933a62f-c3fb-48e5-a0b7-ac92b94b4420", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium with Power Automate" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", - "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "Forms_Pro_SalesEnt", - "Service_Plan_Id": "8839ef0e-91f1-4085-b485-62e06e7c7987", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Sales Enterprise" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium", - "String_Id": "DYN365_SALES_PREMIUM", - "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", - "Service_Plan_Name": "DYN365_ENTERPRISE_SALES", - "Service_Plan_Id": "2da8e897-7791-486b-b08f-cc63c8129df7", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Business Edition", - "String_Id": "DYN365_BUSINESS_MARKETING", - "GUID": "238e2f8d-e429-4035-94db-6926be4ffe7b", - "Service_Plan_Name": "DYN365_BUSINESS_Marketing", - "Service_Plan_Id": "393a0c96-9ba1-4af0-8975-fa2f853a25ac", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Marketing" - }, - { - "Product_Display_Name": "Dynamics 365 for Marketing Business Edition", - "String_Id": "DYN365_BUSINESS_MARKETING", - "GUID": "238e2f8d-e429-4035-94db-6926be4ffe7b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Regulatory Service - Enterprise Edition Trial", - "String_Id": "DYN365_REGULATORY_SERVICE", - "GUID": "7ed4877c-0863-4f69-9187-245487128d4f", - "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", - "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations Enterprise edition - Regulatory Service" - }, - { - "Product_Display_Name": "Dynamics 365 Regulatory Service - Enterprise Edition Trial", - "String_Id": "DYN365_REGULATORY_SERVICE", - "GUID": "7ed4877c-0863-4f69-9187-245487128d4f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", - "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", - "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", - "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", - "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", - "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", - "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", - "Service_Plan_Name": "DYN365_SALES_ENTERPRISE_VIRAL_TRIAL", - "Service_Plan_Id": "7f636c80-0961-41b2-94da-9642ccf02de0", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Sales Enterprise vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", - "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", - "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", - "Service_Plan_Name": "DYN365_SALES_INSIGHTS_VIRAL_TRIAL", - "Service_Plan_Id": "456747c0-cf1e-4b0d-940f-703a01b964cc", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Sales Insights vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", - "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", - "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", - "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", - "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", - "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "54b37829-818e-4e3c-a08a-3ea66ab9b45d", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", - "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", - "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", - "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "81d4ecb8-0481-42fb-8868-51536c5aceeb", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Dynamics 365 For Sales Professional", - "String_Id": "D365_SALES_PRO", - "GUID": "be9f9771-1c64-4618-9907-244325141096", - "Service_Plan_Name": "DYN365_SALES_PRO", - "Service_Plan_Id": "88d83950-ff78-4e85-aa66-abfc787f8090", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Professional" - }, - { - "Product_Display_Name": "Dynamics 365 For Sales Professional", - "String_Id": "D365_SALES_PRO", - "GUID": "be9f9771-1c64-4618-9907-244325141096", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 For Sales Professional", - "String_Id": "D365_SALES_PRO", - "GUID": "be9f9771-1c64-4618-9907-244325141096", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Dynamics 365 For Sales Professional", - "String_Id": "D365_SALES_PRO", - "GUID": "be9f9771-1c64-4618-9907-244325141096", - "Service_Plan_Name": "POWERAPPS_SALES_PRO", - "Service_Plan_Id": "6f9f70ce-138d-49f8-bb8b-2e701b7dde75", - "Service_Plans_Included_Friendly_Names": "Power Apps for Sales Pro" - }, - { - "Product_Display_Name": "Dynamics 365 For Sales Professional", - "String_Id": "D365_SALES_PRO", - "GUID": "be9f9771-1c64-4618-9907-244325141096", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "f944d685-f762-4371-806d-a1f48e5bea13", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 For Sales Professional", - "String_Id": "D365_SALES_PRO", - "GUID": "be9f9771-1c64-4618-9907-244325141096", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)Dynamics 365 for Sales Pro Attach" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", - "String_Id": "D365_SALES_PRO_GOV", - "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", - "Service_Plan_Name": "DYN365_SALES_PRO_GOV", - "Service_Plan_Id": "dd89efa0-5a55-4892-ba30-82e3f8008339", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Professional for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", - "String_Id": "D365_SALES_PRO_GOV", - "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", - "Service_Plan_Name": "POWERAPPS_SALES_PRO_GOV", - "Service_Plan_Id": "12cf31f8-754f-4efe-87a8-167c19e30831", - "Service_Plans_Included_Friendly_Names": "Power Apps for Sales Pro for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", - "String_Id": "D365_SALES_PRO_GOV", - "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", - "Service_Plan_Name": "FLOW_SALES_PRO_GOV", - "Service_Plan_Id": "e62ffe5b-7612-441f-a72d-c11cf456d33a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Sales Pro for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", - "String_Id": "D365_SALES_PRO_GOV", - "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", - "String_Id": "D365_SALES_PRO_GOV", - "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", - "String_Id": "D365_SALES_PRO_GOV", - "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", - "String_Id": "D365_SALES_PRO_GOV", - "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 For Sales Professional Trial", - "String_Id": "D365_SALES_PRO_IW", - "GUID": "9c7bff7a-3715-4da7-88d3-07f57f8d0fb6", - "Service_Plan_Name": "D365_SALES_PRO_IW", - "Service_Plan_Id": "73f205fc-6b15-47a5-967e-9e64fdf72d0a", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Professional Trial" - }, - { - "Product_Display_Name": "Dynamics 365 For Sales Professional Trial", - "String_Id": "D365_SALES_PRO_IW", - "GUID": "9c7bff7a-3715-4da7-88d3-07f57f8d0fb6", - "Service_Plan_Name": "D365_SALES_PRO_IW_Trial", - "Service_Plan_Id": "db39a47e-1f4f-462b-bf5b-2ec471fb7b88", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Professional Trial" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Professional Attach to Qualifying Dynamics 365 Base Offer", - "String_Id": "D365_SALES_PRO_ATTACH", - "GUID": "245e6bf9-411e-481e-8611-5c08595e2988", - "Service_Plan_Name": "D365_SALES_PRO_ATTACH", - "Service_Plan_Id": "065f3c64-0649-4ec7-9f47-ef5cf134c751", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Pro Attach" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Professional Attach to Qualifying Dynamics 365 Base Offer", - "String_Id": "D365_SALES_PRO_ATTACH", - "GUID": "245e6bf9-411e-481e-8611-5c08595e2988", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Supply Chain Management", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "DYN365_CDS_SUPPLYCHAINMANAGEMENT", - "Service_Plan_Id": "b6a8b974-2956-4e14-ae81-f0384c363528", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR DYNAMICS 365 SUPPLY CHAIN MANAGEMENT" - }, - { - "Product_Display_Name": "Dynamics 365 for Supply Chain Management", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", - "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR FINANCE AND OPERATIONS ENTERPRISE EDITION - REGULATORY SERVICE" - }, - { - "Product_Display_Name": "Dynamics 365 for Supply Chain Management", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "D365_SCM", - "Service_Plan_Id": "1224eae4-0d91-474a-8a52-27ec96a63fe7", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT" - }, - { - "Product_Display_Name": "Dynamics 365 for Supply Chain Management", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Dynamics 365 for Supply Chain Management", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Supply Chain Management", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "DYN365_CDS_DYN_APPS", - "Service_Plan_Id": "2d925ad8-2479-4bd8-bb76-5b80f1d48935", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "Dynamics_365_Hiring_Free_PLAN", - "Service_Plan_Id": "f815ac79-c5dd-4bcc-9b78-d97f7b817d0d", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent: Attract" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", - "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent: Onboard" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "Dynamics_365_for_HCM_Trial", - "Service_Plan_Id": "5ed38b64-c3b7-4d9f-b1cd-0de18c9c4331", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for HCM Trial" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Talent: Attract", - "String_Id": "Dynamics_365_Hiring_SKU", - "GUID": "e561871f-74fa-4f02-abee-5b0ef54dd36d", - "Service_Plan_Name": "DYN365_CDS_DYN_APPS", - "Service_Plan_Id": "2d925ad8-2479-4bd8-bb76-5b80f1d48935", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 Talent: Attract", - "String_Id": "Dynamics_365_Hiring_SKU", - "GUID": "e561871f-74fa-4f02-abee-5b0ef54dd36d", - "Service_Plan_Name": "Dynamics_365_Hiring_Free_PLAN", - "Service_Plan_Id": "f815ac79-c5dd-4bcc-9b78-d97f7b817d0d", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent: Attract" - }, - { - "Product_Display_Name": "Dynamics 365 Talent: Attract", - "String_Id": "Dynamics_365_Hiring_SKU", - "GUID": "e561871f-74fa-4f02-abee-5b0ef54dd36d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", - "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "Dynamics_365_for_Retail_Team_members", - "Service_Plan_Id": "c0454a3d-32b5-4740-b090-78c32f48f0ad", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Team members" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "DYN365_Enterprise_Talent_Attract_TeamMember", - "Service_Plan_Id": "643d201a-9884-45be-962a-06ba97062e5e", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Attract Experience Team Member" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "DYN365_Enterprise_Talent_Onboard_TeamMember", - "Service_Plan_Id": "f2f49eef-4b3f-4853-809a-a055c6103fe0", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Onboard Experience" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "Dynamics_365_for_Talent_Team_members", - "Service_Plan_Id": "d5156635-0704-4f66-8803-93258f8b2678", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent Team members" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "Service_Plan_Id": "6a54b05e-4fab-40e7-9828-428db3b336fa", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Team Members" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "Dynamics_365_for_Operations_Team_members", - "Service_Plan_Id": "f5aa7b45-8a36-4cd1-bc37-5d06dea98645", - "Service_Plans_Included_Friendly_Names": "Dynamics_365_for_Operations_Team_members" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "GUIDES", - "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", - "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "POWERAPPS_GUIDES", - "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", - "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "POWERAPPS_DYN_TEAM", - "Service_Plan_Id": "52e619e2-2730-439a-b0d3-d09ab7e8b705", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "FLOW_DYN_TEAM", - "Service_Plan_Id": "1ec58c70-f69c-486a-8109-4b87ce86e449", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", - "Service_Plan_Name": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "Service_Plan_Id": "5a94d0aa-ee95-455a-bb38-326e5f134478", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Team Members for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", - "Service_Plan_Name": "FLOW_DYN_TEAM_GOV", - "Service_Plan_Id": "47bdde6a-959f-4c7f-8d59-3243e34f1cb3", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Team Members for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", - "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", - "Service_Plan_Name": "POWERAPPS_DYN_TEAM_GOV", - "Service_Plan_Id": "63efc247-5f28-43e3-a2f8-00c183e3f1db", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 Team Members for Government" - }, - { - "Product_Display_Name": "Dynamics 365 Guides", - "String_Id": "GUIDES_USER", - "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", - "Service_Plan_Name": "DYN365_CDS_GUIDES", - "Service_Plan_Id": "1315ade1-0410-450d-b8e3-8050e6da320f", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 Guides", - "String_Id": "GUIDES_USER", - "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", - "Service_Plan_Name": "GUIDES", - "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" - }, - { - "Product_Display_Name": "Dynamics 365 Guides", - "String_Id": "GUIDES_USER", - "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", - "Service_Plan_Name": "POWERAPPS_GUIDES", - "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", - "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Device", - "String_Id": "Dynamics_365_for_Operations_Devices", - "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", - "Service_Plan_Name": "DYN365_RETAIL_DEVICE", - "Service_Plan_Id": "ceb28005-d758-4df7-bb97-87a617b93d6c", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Device" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Device", - "String_Id": "Dynamics_365_for_Operations_Devices", - "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", - "Service_Plan_Name": "Dynamics_365_for_OperationsDevices", - "Service_Plan_Id": "2c9fb43e-915a-4d61-b6ca-058ece89fd66", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations Devices" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Device", - "String_Id": "Dynamics_365_for_Operations_Devices", - "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 2:Standard Acceptance Testing", - "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier2_SKU", - "GUID": "e485d696-4c87-4aac-bf4a-91b2fb6f0fa7", - "Service_Plan_Name": "Dynamics_365_for_Operations_Sandbox_Tier2", - "Service_Plan_Id": "d8ba6fb2-c6b1-4f07-b7c8-5f2745e36b54", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations non-production multi-box instance for standard acceptance testing (Tier 2)" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 2:Standard Acceptance Testing", - "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier2_SKU", - "GUID": "e485d696-4c87-4aac-bf4a-91b2fb6f0fa7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 4:Standard Performance Testing", - "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier4_SKU", - "GUID": "f7ad4bca-7221-452c-bdb6-3e6089f25e06", - "Service_Plan_Name": "Dynamics_365_for_Operations_Sandbox_Tier4", - "Service_Plan_Id": "f6b5efb1-1813-426f-96d0-9b4f7438714f", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations Enterprise Edition - Sandbox Tier 4:Standard Performance Testing" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 4:Standard Performance Testing", - "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier4_SKU", - "GUID": "f7ad4bca-7221-452c-bdb6-3e6089f25e06", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 P1 Tria for Information Workers", - "String_Id": "DYN365_ENTERPRISE_P1_IW", - "GUID": "338148b6-1b11-4102-afb9-f92b6cdc0f8d", - "Service_Plan_Name": "DYN365_ENTERPRISE_P1_IW", - "Service_Plan_Id": "056a5f80-b4e0-4983-a8be-7ad254a113c9", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 P1 TRIAL FOR INFORMATION WORKERS" - }, - { - "Product_Display_Name": "Dynamics 365 P1 Tria for Information Workers", - "String_Id": "DYN365_ENTERPRISE_P1_IW", - "GUID": "338148b6-1b11-4102-afb9-f92b6cdc0f8d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "D365CDSforProjectOperations", - "Service_Plan_Id": "7df1d500-ca5c-4229-8cea-815bc88798c9", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Project Operations" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "D365_ProjectOperationsCDS", - "Service_Plan_Id": "18fa3aba-b085-4105-87d7-55617b8585e6", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations CDS" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", - "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations, Enterprise edition - Regulatory Service" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "D365_ProjectOperations", - "Service_Plan_Id": "69f07c66-bee4-4222-b051-195095efee5b", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "PROJECT_FOR_PROJECT_OPERATIONS", - "Service_Plan_Id": "0a05d977-a21a-45b2-91ce-61c240dbafa2", - "Service_Plans_Included_Friendly_Names": "Project for Project Operations" - }, - { - "Product_Display_Name": "Dynamics 365 Project Operations", - "String_Id": "DYN365_PROJECT_OPERATIONS", - "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist", - "String_Id": "MICROSOFT_REMOTE_ASSIST", - "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", - "Service_Plan_Name": "CDS_REMOTE_ASSIST", - "Service_Plan_Id": "0850ebb5-64ee-4d3a-a3e1-5a97213653b5", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist", - "String_Id": "MICROSOFT_REMOTE_ASSIST", - "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", - "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", - "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", - "Service_Plans_Included_Friendly_Names": "Microsoft Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist", - "String_Id": "MICROSOFT_REMOTE_ASSIST", - "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", - "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", - "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", - "Service_Plan_Name": "CDS_REMOTE_ASSIST", - "Service_Plan_Id": "0850ebb5-64ee-4d3a-a3e1-5a97213653b5", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", - "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", - "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", - "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", - "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", - "Service_Plans_Included_Friendly_Names": "Microsoft Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", - "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", - "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Enterprise Attach to Qualifying Dynamics 365 Base Offer", - "String_Id": "D365_SALES_ENT_ATTACH", - "GUID": "5b22585d-1b71-4c6b-b6ec-160b1a9c2323", - "Service_Plan_Name": "D365_SALES_ENT_ATTACH", - "Service_Plan_Id": "3ae52229-572e-414f-937c-ff35a87d4f29", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Enterprise Attach" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Enterprise Attach to Qualifying Dynamics 365 Base Offer", - "String_Id": "D365_SALES_ENT_ATTACH", - "GUID": "5b22585d-1b71-4c6b-b6ec-160b1a9c2323", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Talent: Onboard", - "String_Id": "DYNAMICS_365_ONBOARDING_SKU", - "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", - "Service_Plan_Name": "DYN365_CDS_DYN_APPS", - "Service_Plan_Id": "2d925ad8-2479-4bd8-bb76-5b80f1d48935", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE" - }, - { - "Product_Display_Name": "Dynamics 365 Talent: Onboard", - "String_Id": "DYNAMICS_365_ONBOARDING_SKU", - "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", - "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", - "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" - }, - { - "Product_Display_Name": "Dynamics 365 Talent: Onboard", - "String_Id": "DYNAMICS_365_ONBOARDING_SKU", - "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", - "Service_Plan_Name": "Dynamics_365_Talent_Onboard", - "Service_Plan_Id": "048a552e-c849-4027-b54c-4c7ead26150a", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" - }, - { - "Product_Display_Name": "Dynamics 365 Talent: Onboard", - "String_Id": "DYNAMICS_365_ONBOARDING_SKU", - "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", - "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "Dynamics_365_for_Retail_Team_members", - "Service_Plan_Id": "c0454a3d-32b5-4740-b090-78c32f48f0ad", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Team members" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYN365_Enterprise_Talent_Attract_TeamMember", - "Service_Plan_Id": "643d201a-9884-45be-962a-06ba97062e5e", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Attract Experience Team Member" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYN365_Enterprise_Talent_Onboard_TeamMember", - "Service_Plan_Id": "f2f49eef-4b3f-4853-809a-a055c6103fe0", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Onboard Experience" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "Dynamics_365_for_Talent_Team_members", - "Service_Plan_Id": "d5156635-0704-4f66-8803-93258f8b2678", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent Team members" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYN365_TEAM_MEMBERS", - "Service_Plan_Id": "4092fdb5-8d81-41d3-be76-aaba4074530b", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Team Members" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "Power_Pages_Internal_User", - "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", - "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "Dynamics_365_for_Operations_Team_members", - "Service_Plan_Id": "f5aa7b45-8a36-4cd1-bc37-5d06dea98645", - "Service_Plans_Included_Friendly_Names": "Dynamics_365_for_Operations_Team_members" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "GUIDES", - "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", - "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "POWERAPPS_GUIDES", - "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", - "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "POWERAPPS_DYN_TEAM", - "Service_Plan_Id": "52e619e2-2730-439a-b0d3-d09ab7e8b705", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Team Members", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "FLOW_DYN_TEAM", - "Service_Plan_Id": "1ec58c70-f69c-486a-8109-4b87ce86e449", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "DDYN365_CDS_DYN_P2", - "Service_Plan_Id": "d1142cfd-872e-4e77-b6ff-d98ec5a51f66", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE" - }, - { - "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "DYN365_TALENT_ENTERPRISE", - "Service_Plan_Id": "65a1ebf4-6732-4f00-9dcb-3d115ffdeecd", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT" - }, - { - "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "Dynamics_365_for_Operations", - "Service_Plan_Id": "95d2cd7b-1007-484b-8595-5e97e63fe189", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR_OPERATIONS" - }, - { - "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "Dynamics_365_for_Retail", - "Service_Plan_Id": "a9e39199-8369-444b-89c1-5fe65ec45665", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR RETAIL" - }, - { - "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "DYNAMICS_365_HIRING_FREE_PLAN", - "Service_Plan_Id": "f815ac79-c5dd-4bcc-9b78-d97f7b817d0d", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 HIRING FREE PLAN" - }, - { - "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", - "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" - }, - { - "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "FLOW_DYN_P2", - "Service_Plan_Id": "b650d915-9886-424b-a08d-633cede56f57", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 36" - }, - { - "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "POWERAPPS_DYN_P2", - "Service_Plan_Id": "0b03f40b-c404-40c3-8651-2aceb74365fa", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "AAD_EDU", - "Service_Plan_Id": "3a3976ce-de18-4a87-a78e-5e9245e252df", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID for Education" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", - "String_Id": "EMS_EDU_FACULTY", - "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", - "Service_Plan_Name": "WINDOWS_STORE", - "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", - "Service_Plans_Included_Friendly_Names": "Windows Store Service" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra RIGHTS" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P2" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra RIGHTS" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "MICROSOFT CLOUD APP SECURITY" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR IDENTITY" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", - "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", - "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "RMS_S_ENTERPRISE)", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Exchange Enterprise CAL Services (EOP DLP)", - "String_Id": "EOP_ENTERPRISE_PREMIUM", - "GUID": "e8ecdf70-47a8-4d39-9d15-093624b7f640", - "Service_Plan_Name": "EOP_ENTERPRISE_PREMIUM", - "Service_Plan_Id": "75badc48-628e-4446-8460-41344d73abd6", - "Service_Plans_Included_Friendly_Names": "Exchange Enterprise CAL Services (EOP DLP)" - }, - { - "Product_Display_Name": "Exchange Enterprise CAL Services (EOP DLP)", - "String_Id": "EOP_ENTERPRISE_PREMIUM", - "GUID": "e8ecdf70-47a8-4d39-9d15-093624b7f640", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1)", - "String_Id": "EXCHANGESTANDARD", - "GUID": "4b9405b0-7788-4568-add1-99614e613b69", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1)", - "String_Id": "EXCHANGESTANDARD", - "GUID": "4b9405b0-7788-4568-add1-99614e613b69", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1)", - "String_Id": "EXCHANGESTANDARD", - "GUID": "4b9405b0-7788-4568-add1-99614e613b69", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for Alumni with Yammer", - "String_Id": "EXCHANGESTANDARD_ALUMNI", - "GUID": "aa0f9eb7-eff2-4943-8424-226fb137fcad", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for Alumni with Yammer", - "String_Id": "EXCHANGESTANDARD_ALUMNI", - "GUID": "aa0f9eb7-eff2-4943-8424-226fb137fcad", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for Alumni with Yammer", - "String_Id": "EXCHANGESTANDARD_ALUMNI", - "GUID": "aa0f9eb7-eff2-4943-8424-226fb137fcad", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for Students", - "String_Id": "EXCHANGESTANDARD_STUDENT", - "GUID": "ad2fe44a-915d-4e2b-ade1-6766d50a9d9c", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for Students", - "String_Id": "EXCHANGESTANDARD_STUDENT", - "GUID": "ad2fe44a-915d-4e2b-ade1-6766d50a9d9c", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for Students", - "String_Id": "EXCHANGESTANDARD_STUDENT", - "GUID": "ad2fe44a-915d-4e2b-ade1-6766d50a9d9c", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for Students", - "String_Id": "EXCHANGESTANDARD_STUDENT", - "GUID": "ad2fe44a-915d-4e2b-ade1-6766d50a9d9c", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for GCC", - "String_Id": "EXCHANGESTANDARD_GOV", - "GUID": "f37d5ebf-4bf1-4aa2-8fa3-50c51059e983", - "Service_Plan_Name": "EXCHANGE_S_STANDARD_GOV", - "Service_Plan_Id": "e9b4930a-925f-45e2-ac2a-3f7788ca6fdd", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1) for Government" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1) for GCC", - "String_Id": "EXCHANGESTANDARD_GOV", - "GUID": "f37d5ebf-4bf1-4aa2-8fa3-50c51059e983", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Exchange Online (Plan 2)", - "String_Id": "EXCHANGEENTERPRISE", - "GUID": "19ec0d23-8335-4cbd-94ac-6050e30712fa", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 2) for Faculty", - "String_Id": "EXCHANGEENTERPRISE_FACULTY", - "GUID": "0b7b15a8-7fd2-4964-bb96-5a566d4e3c15", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 2) for Faculty", - "String_Id": "EXCHANGEENTERPRISE_FACULTY", - "GUID": "0b7b15a8-7fd2-4964-bb96-5a566d4e3c15", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Exchange Online (Plan 2) for Faculty", - "String_Id": "EXCHANGEENTERPRISE_FACULTY", - "GUID": "0b7b15a8-7fd2-4964-bb96-5a566d4e3c15", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 2) for Faculty", - "String_Id": "EXCHANGEENTERPRISE_FACULTY", - "GUID": "0b7b15a8-7fd2-4964-bb96-5a566d4e3c15", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Exchange Online Archiving for Exchange Online", - "String_Id": "EXCHANGEARCHIVE_ADDON", - "GUID": "ee02fd1b-340e-4a4b-b355-4a514e4c8943", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE ONLINE" - }, - { - "Product_Display_Name": "Exchange Online Archiving for Exchange Server", - "String_Id": "EXCHANGEARCHIVE", - "GUID": "90b5e015-709a-4b8b-b08e-3200f994494c", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE", - "Service_Plan_Id": "da040e0a-b393-4bea-bb76-928b3fa1cf5a", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE SERVER" - }, - { - "Product_Display_Name": "Exchange Online Essentials (ExO P1 Based)", - "String_Id": "EXCHANGEESSENTIALS", - "GUID": "7fc0182e-d107-4556-8329-7caaa511197b", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "Exchange Online Essentials", - "String_Id": "EXCHANGE_S_ESSENTIALS", - "GUID": "e8f81a67-bd96-4074-b108-cf193eb9433b", - "Service_Plan_Name": "EXCHANGE_S_ESSENTIALS", - "Service_Plan_Id": "1126bef5-da20-4f07-b45e-ad25d2581aa8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ESSENTIALS" - }, - { - "Product_Display_Name": "Exchange Online Essentials", - "String_Id": "EXCHANGE_S_ESSENTIALS", - "GUID": "e8f81a67-bd96-4074-b108-cf193eb9433b", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" - }, - { - "Product_Display_Name": "Exchange Online Kiosk", - "String_Id": "EXCHANGEDESKLESS", - "GUID": "80b2d799-d2ba-4d2a-8842-fb0d0f3a4b82", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE KIOSK" - }, - { - "Product_Display_Name": "Exchange Online POP", - "String_Id": "EXCHANGETELCO", - "GUID": "cb0a98a8-11bc-494c-83d9-c1b1ac65327e", - "Service_Plan_Name": "EXCHANGE_B_STANDARD", - "Service_Plan_Id": "90927877-dcff-4af6-b346-2332c0b15bb7", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE POP" - }, - { - "Product_Display_Name": "Exchange Online Protection", - "String_Id": "EOP_ENTERPRISE", - "GUID": "45a2423b-e884-448d-a831-d9e139c52d2f", - "Service_Plan_Name": "EOP_ENTERPRISE", - "Service_Plan_Id": "326e2b78-9d27-42c9-8509-46c827743a17", - "Service_Plans_Included_Friendly_Names": "Exchange Online Protection" - }, - { - "Product_Display_Name": "Intune", - "String_Id": "INTUNE_A", - "GUID": "061f9ace-7d42-4136-88ac-31dc755f143f", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "Intune for Education", - "String_Id": "INTUNE_EDU", - "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Intune for Education", - "String_Id": "INTUNE_EDU", - "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", - "Service_Plan_Name": "AAD_EDU", - "Service_Plan_Id": "3a3976ce-de18-4a87-a78e-5e9245e252df", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID for Education" - }, - { - "Product_Display_Name": "Intune for Education", - "String_Id": "INTUNE_EDU", - "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Intune for Education", - "String_Id": "INTUNE_EDU", - "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Intune for Education", - "String_Id": "INTUNE_EDU", - "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", - "Service_Plan_Name": "WINDOWS_STORE", - "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", - "Service_Plans_Included_Friendly_Names": "Windows Store Service" - }, - { - "Product_Display_Name": "Microsoft Dynamics AX7 User Trial", - "String_Id": "AX7_USER_TRIAL", - "GUID": "fcecd1f9-a91e-488d-a918-a96cdb6ce2b0", - "Service_Plan_Name": "ERP_TRIAL_INSTANCE", - "Service_Plan_Id": "e2f705fd-2468-4090-8c58-fad6e6b1e724", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Operations Trial Environment" - }, - { - "Product_Display_Name": "Microsoft Dynamics AX7 User Trial", - "String_Id": "AX7_USER_TRIAL", - "GUID": "fcecd1f9-a91e-488d-a918-a96cdb6ce2b0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online Basic for Government", - "String_Id": "CRMPLAN2_GCC", - "GUID": "3856cd1b-8033-458e-8d0f-9909ec6e6e6d", - "Service_Plan_Name": "CRMPLAN2_GCC", - "Service_Plan_Id": "3d53f6d9-d6e0-45c1-9575-6acd77692584", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Government Basic" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online Basic for Government", - "String_Id": "CRMPLAN2_GCC", - "GUID": "3856cd1b-8033-458e-8d0f-9909ec6e6e6d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online Basic for Government", - "String_Id": "CRMPLAN2_GCC", - "GUID": "3856cd1b-8033-458e-8d0f-9909ec6e6e6d", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online Basic for Government", - "String_Id": "CRMPLAN2_GCC", - "GUID": "3856cd1b-8033-458e-8d0f-9909ec6e6e6d", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online for Government", - "String_Id": "CRMSTANDARD_GCC", - "GUID": "ba051a1a-4c3d-4ccd-9890-6fa6a4e696e7", - "Service_Plan_Name": "CRMSTANDARD_GCC", - "Service_Plan_Id": "2b8c7c8c-9db5-44a5-a1dd-f4aa5b97b372", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Professional for Government" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online for Government", - "String_Id": "CRMSTANDARD_GCC", - "GUID": "ba051a1a-4c3d-4ccd-9890-6fa6a4e696e7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online for Government", - "String_Id": "CRMSTANDARD_GCC", - "GUID": "ba051a1a-4c3d-4ccd-9890-6fa6a4e696e7", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online for Government", - "String_Id": "CRMSTANDARD_GCC", - "GUID": "ba051a1a-4c3d-4ccd-9890-6fa6a4e696e7", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Microsoft Azure Multi-Factor Authentication", - "String_Id": "MFA_STANDALONE", - "GUID": "cb2020b1-d8f6-41c0-9acd-8ff3d6d7831b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Azure Multi-Factor Authentication", - "String_Id": "MFA_STANDALONE", - "GUID": "cb2020b1-d8f6-41c0-9acd-8ff3d6d7831b", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", - "String_Id": "THREAT_INTELLIGENCE", - "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", - "String_Id": "THREAT_INTELLIGENCE", - "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", - "String_Id": "THREAT_INTELLIGENCE", - "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A1", - "String_Id": "M365EDU_A1", - "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", - "Service_Plan_Name": "AAD_EDU", - "Service_Plan_Id": "3a3976ce-de18-4a87-a78e-5e9245e252df", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A1", - "String_Id": "M365EDU_A1", - "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A1", - "String_Id": "M365EDU_A1", - "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A1", - "String_Id": "M365EDU_A1", - "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", - "Service_Plan_Name": "WINDOWS_STORE", - "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", - "Service_Plans_Included_Friendly_Names": "Windows Store Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Students", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", - "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", - "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 Suite features for faculty", - "String_Id": "Microsoft 365 A3 Suite features for faculty", - "GUID": "32a0e471-8a27-4167-b24f-941559912425", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 Suite features for faculty", - "String_Id": "Microsoft 365 A3 Suite features for faculty", - "GUID": "32a0e471-8a27-4167-b24f-941559912425", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1 for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 Suite features for faculty", - "String_Id": "Microsoft 365 A3 Suite features for faculty", - "GUID": "32a0e471-8a27-4167-b24f-941559912425", - "Service_Plan_Name": "REMOTE_HELP", - "Service_Plan_Id": "a4c6cf29-1168-4076-ba5c-e8fe0e62b17e", - "Service_Plans_Included_Friendly_Names": "Remote help" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended", - "Service_Plan_Id": "8d77e2d9-9e28-4450-8431-0def64078fc5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Unattended)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", - "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", - "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", - "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", - "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", - "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", - "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", - "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", - "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", - "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", - "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", - "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", - "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", - "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", - "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", - "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", - "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", - "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", - "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1 for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P3" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", - "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", - "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Business", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Enterprise", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for enterprise (device)", - "String_Id": "OFFICE_PROPLUS_DEVICE1", - "GUID": "ea4c5ec8-50e3-4193-89b9-50da5bd4cdc7", - "Service_Plan_Name": "OFFICE_PROPLUS_DEVICE", - "Service_Plan_Id": "3c994f28-87d5-4273-b07a-eb6190852599", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Device)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Students", - "String_Id": "OFFICESUBSCRIPTION_STUDENT", - "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Apps for Faculty", - "String_Id": "OFFICESUBSCRIPTION_FACULTY", - "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing for faculty", - "String_Id": "MCOMEETADV_FACULTY", - "GUID": "c2cda955-3359-44e5-989f-852ca0cfa02f", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing for GCC", - "String_Id": "MCOMEETADV_GOV", - "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", - "Service_Plan_Name": "EXCHANGE_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing for GCC", - "String_Id": "MCOMEETADV_GOV", - "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 AUDIO CONFERENCING FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing_USGOV_GCCHIGH", - "String_Id": "MCOMEETADV_USGOV_GCCHIGH", - "GUID": "4dee1f32-0808-4fd2-a2ed-fdd575e3a45f", - "Service_Plan_Name": "MCOMEETADV_AR_GCCHigh", - "Service_Plan_Id": "f1e3613f-3818-4254-9b5e-f02d803384e0", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for GCCHigh" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing - GCCHigh Tenant (AR)_USGOV_GCCHIGH", - "String_Id": "MCOACBYOT_AR_GCCHIGH_USGOV_GCCHIGH", - "GUID": "170ba00c-38b2-468c-a756-24c05037160a", - "Service_Plan_Name": "MCOACBYOT_GCCHigh", - "Service_Plan_Id": "c85e4b03-254a-453b-af72-167a53f38530", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing - GCCHigh Tenant" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing Pay-Per-Minute - EA", - "String_Id": "MCOMEETACPEA", - "GUID": "df9561a4-4969-4e6a-8e73-c601b68ec077", - "Service_Plan_Name": "MCOMEETACPEA", - "Service_Plan_Id": "bb038288-76ab-49d6-afc1-eaa6c222c65a", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing Pay-Per-Minute" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "OFFICEMOBILE_SUBSCRIPTION" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "OFFICEMOBILE_SUBSCRIPTION" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "YAMMER_MIDSIZE", - "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", - "Service_Plans_Included_Friendly_Names": "YAMMER MIDSIZE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "CDS_O365_P1", - "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "STREAM_O365_SMB", - "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", - "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", - "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "DYN365BC_MS_INVOICING", - "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", - "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "STREAM_O365_SMB", - "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "DYN365BC_MS_INVOICING", - "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", - "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Bing Chat Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "STREAM_O365_SMB", - "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", - "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "DYN365BC_MS_INVOICING", - "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", - "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "STREAM_O365_SMB", - "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", - "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", - "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "OUTLOOK CUSTOMER MANAGER" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "YAMMER_MIDSIZE", - "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", - "Service_Plans_Included_Friendly_Names": "YAMMER_MIDSIZE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "DYN365BC_MS_INVOICING", - "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", - "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "BPOS_S_DlpAddOn", - "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", - "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MDE_SMB", - "Service_Plan_Id": "bfc1bbd9-981b-4f71-9b82-17c35fd0e2a4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "OFFICE_SHARED_COMPUTER_ACTIVATION", - "Service_Plan_Id": "276d6e8a-f056-4f70-b7e8-4fc27f79f809", - "Service_Plans_Included_Friendly_Names": "Office Shared Computer Activation" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "WINBIZ", - "Service_Plan_Id": "8e229017-d77b-43d5-9305-903395523b99", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "AAD_SMB", - "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "INTUNE_SMBIZ", - "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "DYN365BC_MS_INVOICING", - "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", - "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Bing Chat Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "BPOS_S_DlpAddOn", - "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", - "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "MDE_SMB", - "Service_Plan_Id": "bfc1bbd9-981b-4f71-9b82-17c35fd0e2a4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "OFFICE_SHARED_COMPUTER_ACTIVATION", - "Service_Plan_Id": "276d6e8a-f056-4f70-b7e8-4fc27f79f809", - "Service_Plans_Included_Friendly_Names": "Office Shared Computer Activation" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "WINBIZ", - "Service_Plan_Id": "8e229017-d77b-43d5-9305-903395523b99", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Business" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "AAD_SMB", - "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "INTUNE_SMBIZ", - "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", - "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 Domestic Calling Plan (120 Minutes)", - "String_Id": "MCOPSTN_5", - "GUID": "11dee6af-eca8-419f-8061-6864517c1875", - "Service_Plan_Name": "MCOPSTN5", - "Service_Plan_Id": "54a152dc-90de-4996-93d2-bc47e670fc06", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 DOMESTIC CALLING PLAN (120 min)" - }, - { - "Product_Display_Name": "Microsoft 365 Domestic Calling Plan for GCC", - "String_Id": "MCOPSTN_1_GOV", - "GUID": "923f58ab-fca1-46a1-92f9-89fda21238a8", - "Service_Plan_Name": "MCOPSTN1_GOV", - "Service_Plan_Id": "3c8a8792-7866-409b-bb61-1b20ace0368b", - "Service_Plans_Included_Friendly_Names": "Domestic Calling for Government" - }, - { - "Product_Display_Name": "Microsoft 365 Domestic Calling Plan for GCC", - "String_Id": "MCOPSTN_1_GOV", - "GUID": "923f58ab-fca1-46a1-92f9-89fda21238a8", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Azure Rights Management", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "RMS_S_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Common Data Service for Teams", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "CDS_O365_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Copilot", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Bing_Chat_Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Exchange Online (Plan 2)", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Information Protection and Governance Analytics � Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "ContentExplorer_Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Information Protection for Office 365 - Standard", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "MIP_S_CLP1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Insights by MyAnalytics", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "MYANALYTICS_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft 365 Apps for enterprise", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft 365 Lighthouse (Plan 1)", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "M365_LIGHTHOUSE_CUSTOMER_PLAN1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft 365 Lighthouse (Plan 2)", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "M365_LIGHTHOUSE_PARTNER_PLAN1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Bookings", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Clipchamp", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "CLIPCHAMP" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Defender for Endpoint Plan 1", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "MDE_LITE" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Forms (Plan E3)", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "FORMS_PLAN_E3" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Kaizala Pro", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "KAIZALA_O365_P3" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Planner", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "PROJECTWORKMANAGEMENT" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Search", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "MICROSOFT_SEARCH" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft StaffHub", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Deskless" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Stream for Office 365 E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "STREAM_O365_E3" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Mobile Device Management for Office 365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "INTUNE_O365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Office for the Web", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTWAC" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Project for Office (Plan E3)", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "PROJECT_O365_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "SharePoint (Plan 2)", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Skype for Business Online (Plan 2)", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "MCOSTANDARD" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Sway", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "To-Do (Plan 2)", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Viva Engage Core", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "VIVAENGAGE_CORE" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Viva Learning Seeded", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "VIVA_LEARNING_SEEDED" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Whiteboard (Plan 2)", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "WHITEBOARD_PLAN2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Yammer Enterprise", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Universal Print", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "UNIVERSAL_PRINT_01" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Windows 10/11 Enterprise (Original)", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "WIN10_PRO_ENT_SUB" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Windows Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows_Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Windows Update for Business Deployment Service", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Azure Information Protection Premium P1", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "RMS_S_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Common Data Service", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "DYN365_CDS_O365_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Azure Multi-Factor Authentication", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MFA_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Defender for Cloud Apps Discovery", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "ADALLOM_S_DISCOVERY" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Entra ID P1", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AAD_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Microsoft Intune Plan 1", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "INTUNE_A" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Power Apps for Office 365", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "POWERAPPS_O365_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Power Automate for Office 365", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "FLOW_O365_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o�Teams�Bundle_M3", - "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", - "Service_Plan_Name": "Power Virtual Agents for Office 365", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "POWER_VIRTUAL_AGENTS_O365_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 Extra Features", - "String_Id": "Microsoft_365_E3_Extra_Features", - "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 Extra Features", - "String_Id": "Microsoft_365_E3_Extra_Features", - "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 Extra Features", - "String_Id": "Microsoft_365_E3_Extra_Features", - "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E3 Extra Features", - "String_Id": "Microsoft_365_E3_Extra_Features", - "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E3 Extra Features", - "String_Id": "Microsoft_365_E3_Extra_Features", - "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E3 Extra Features", - "String_Id": "Microsoft_365_E3_Extra_Features", - "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Bing Chat Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended", - "Service_Plan_Id": "8d77e2d9-9e28-4450-8431-0def64078fc5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Unattended)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", - "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", - "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended", - "Service_Plan_Id": "8d77e2d9-9e28-4450-8431-0def64078fc5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Unattended)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E3", - "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", - "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "TEAMS_AR_DOD", - "Service_Plan_Id": "fd500458-c24c-478e-856c-a6067a8376cd", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for DOD (AR)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "TEAMS_AR_GCCHIGH", - "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh (AR)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "Defender_for_Iot_Enterprise", - "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", - "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MCOPSTN8", - "Service_Plan_Id": "16935b20-87c0-4908-934a-22aa267d0d26", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan (120 min) at User Level" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_MIDMARKET", - "Service_Plan_Id": "6b5b6a67-fc72-4a1f-a2b5-beecf05de761", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", - "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Bing Chat Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "Defender_for_Iot_Enterprise", - "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", - "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5", - "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", - "String_Id": "DEVELOPERPACK_E5", - "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "SharePoint Online (Plan 2)", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Bing Chat Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Bing_Chat_Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Common Data Service for Teams", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "CDS_O365_P3" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Customer Lockbox", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "LOCKBOX_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Customer Lockbox (A)", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "CustomerLockboxA_Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Data Classification in Microsoft 365", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "MIP_S_Exchange" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Exchange Online (Plan 2)", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Graph Connectors Search with Index", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "GRAPH_CONNECTORS_SEARCH_INDEX" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Information Barriers", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "INFORMATION_BARRIERS" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Information Protection and Governance Analytics - Premium", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Content_Explorer" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Information Protection and Governance Analytics � Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "ContentExplorer_Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Information Protection for Office 365 - Premium", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "MIP_S_CLP2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Information Protection for Office 365 - Standard", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "MIP_S_CLP1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Insights by MyAnalytics", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "MYANALYTICS_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft 365 Advanced Auditing", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "M365_ADVANCED_AUDITING" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft 365 Apps for enterprise", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft 365 Audio Conferencing", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "MCOMEETADV" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft 365 Audit Platform", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "M365_AUDIT_PLATFORM" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft 365 Communication Compliance", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "MICROSOFT_COMMUNICATION_COMPLIANCE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft 365 Defender", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "MTP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft 365 Lighthouse (Plan 1)", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "M365_LIGHTHOUSE_CUSTOMER_PLAN1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft 365 Phone System", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MCOEV" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Bookings", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Clipchamp", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "CLIPCHAMP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Communications DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "COMMUNICATIONS_DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Customer Key", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "CUSTOMER_KEY" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Data Investigations", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "DATA_INVESTIGATIONS" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Defender for Office 365 (Plan 1)", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "ATP_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Defender for Office 365 (Plan 2)", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "THREAT_INTELLIGENCE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Excel Advanced Analytics", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "EXCEL_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Forms (Plan E5)", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "FORMS_PLAN_E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Information Governance", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "INFO_GOVERNANCE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Insider Risk Management", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "INSIDER_RISK" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Kaizala Pro", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "KAIZALA_STANDALONE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft ML-Based Classification", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "ML_CLASSIFICATION" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft MyAnalytics (Full)", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_ANALYTICS" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Planner", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "PROJECTWORKMANAGEMENT" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Records Management", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "RECORDS_MANAGEMENT" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Search", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "MICROSOFT_SEARCH" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft StaffHub", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Deskless" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Stream for Office 365 E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "STREAM_O365_E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Mobile Device Management for Office 365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "INTUNE_O365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Office 365 Advanced eDiscovery", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "EQUIVIO_ANALYTICS" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Office 365 Cloud App Security", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "ADALLOM_S_O365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Office 365 Privileged Access Management", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "PAM_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Office 365 SafeDocs", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "SAFEDOCS" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Office for the Web", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTWAC" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Power Apps for Office 365 (Plan 3)", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "POWERAPPS_O365_P3" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Premium Encryption in Office 365", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "PREMIUM_ENCRYPTION" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Project for Office (Plan E5)", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "PROJECT_O365_P3" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "RETIRED - Microsoft Communications Compliance", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "COMMUNICATIONS_COMPLIANCE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "RETIRED - Microsoft Insider Risk Management", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "INSIDER_RISK_MANAGEMENT" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Skype for Business Online (Plan 2)", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "MCOSTANDARD" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Sway", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "To-Do (Plan 3)", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_3" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Viva Engage Core", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "VIVAENGAGE_CORE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Viva Learning Seeded", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "VIVA_LEARNING_SEEDED" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Whiteboard (Plan 3)", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "WHITEBOARD_PLAN3" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Yammer Enterprise", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Defender for Endpoint", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "WINDEFATP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Endpoint DLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "MICROSOFTENDPOINTDLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Universal Print", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "UNIVERSAL_PRINT_01" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Windows 10/11 Enterprise (Original)", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "WIN10_PRO_ENT_SUB" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Windows Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows_Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Windows Update for Business Deployment Service", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Azure Information Protection Premium P1", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "RMS_S_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Azure Information Protection Premium P2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "RMS_S_PREMIUM2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Azure Rights Management", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "RMS_S_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Common Data Service", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "DYN365_CDS_O365_P3" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Azure Multi-Factor Authentication", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MFA_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Defender for Cloud Apps", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "ADALLOM_S_STANDALONE" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Defender for Identity", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "ATA" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Entra ID P1", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AAD_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Entra ID P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "AAD_PREMIUM_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Microsoft Intune Plan 1", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "INTUNE_A" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Power Automate for Office 365", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "FLOW_O365_P3" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Power BI Pro", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "BI_AZURE_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_M5", - "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", - "Service_Plan_Name": "Power Virtual Agents for Office 365", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "POWER_VIRTUAL_AGENTS_O365_P3" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MCOPSTN8", - "Service_Plan_Id": "16935b20-87c0-4908-934a-22aa267d0d26", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan (120 min) at User Level" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "Defender_for_Iot_Enterprise", - "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", - "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", - "String_Id": "SPE_E5_CALLINGMINUTES", - "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "Defender_for_Iot_Enterprise", - "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", - "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", - "String_Id": "SPE_E5_NOPSTNCONF", - "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "Defender_for_Iot_Enterprise", - "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", - "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", - "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", - "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", - "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "M365_AUDIT_PLATFORM", - "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", - "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", - "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MCOMEETADV_AR_GCCHigh", - "Service_Plan_Id": "f1e3613f-3818-4254-9b5e-f02d803384e0", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for GCCHigh" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "FORMS_PLAN_E5_AR_GCCHIGH", - "Service_Plan_Id": "cf1b2895-e3fd-4b33-9594-2ab924104547", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5) for GCCHigh" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MICROSOFT_SEARCH_GCCH", - "Service_Plan_Id": "fc9f7921-4ca5-42c6-8533-1b84c4ee496b", - "Service_Plans_Included_Friendly_Names": "Microsoft Search for Arlington" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "TEAMS_AR_GCCHIGH", - "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "POWERAPPS_O365_P3_GCCHIGH", - "Service_Plan_Id": "b50a9096-5b07-4ded-a5e4-a492fb94b6ee", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for GCCHigh" - }, - { - "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", - "String_Id": "SPE_E5_USGOV_GCCHIGH", - "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", - "Service_Plan_Name": "FLOW_O365_P3_GCCHIGH", - "Service_Plan_Id": "ee939cf0-7cd1-4262-9f72-9eaa45dbba69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for GCCHigh" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 K SKU" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Online Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", - "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", - "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "CDS_O365_F1", - "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "FORMS_PLAN_K", - "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "KAIZALA_O365_P1", - "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "PROJECT_O365_F3", - "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", - "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", - "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "WIN10_ENT_LOC_F1", - "Service_Plan_Id": "e041597c-9c7f-4ed9-99b0-2663301576f7", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise E3 (Local Only)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "POWERAPPS_O365_S1", - "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "FLOW_O365_S1", - "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", - "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "CDS_O365_F1", - "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "FORMS_PLAN_K", - "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "KAIZALA_O365_P1", - "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "TEAMS_DESKLESS", - "Service_Plan_Id": "a42de799-58ae-4e6a-aa1d-948e7abec726", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "PROJECT_O365_F3", - "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", - "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", - "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "WIN10_ENT_LOC_F1", - "Service_Plan_Id": "e041597c-9c7f-4ed9-99b0-2663301576f7", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise E3 (Local Only)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "POWERAPPS_O365_S1", - "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "FLOW_O365_S1", - "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" - }, - { - "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", - "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", - "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", - "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "RMS_S_PREMIUM_GOV", - "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "DYN365_CDS_O365_F1_GCC", - "Service_Plan_Id": "29007dd3-36c0-4cc2-935d-f5bca2c2c473", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 F1" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "CDS_O365_F1_GCC", - "Service_Plan_Id": "5e05331a-0aec-437e-87db-9ef5934b5771", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_F1 GCC" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS_GOV", - "Service_Plan_Id": "88f4d7ef-a73b-4246-8047-516022144c9f", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Kiosk) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "FORMS_GOV_F1", - "Service_Plan_Id": "bfd4133a-bbf3-4212-972b-60412137c428", - "Service_Plans_Included_Friendly_Names": "Forms for Government (Plan F1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "STREAM_O365_K_GOV", - "Service_Plan_Id": "d65648f1-9504-46e4-8611-2658763f28b8", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 for Government (F1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION_GOV", - "Service_Plan_Id": "4ccb60ee-9523-48fd-8f63-4b090f1ad77a", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365 for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "POWERAPPS_O365_S1_GOV", - "Service_Plan_Id": "49f06c3d-da7d-4fa0-bcce-1458fdd18a59", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "FLOW_O365_S1_GOV", - "Service_Plan_Id": "5d32692e-5b24-4a59-a77e-b2a8650e25c1", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "SHAREPOINTDESKLESS_GOV", - "Service_Plan_Id": "b1aeb897-3a19-46e2-8c27-a609413cf193", - "Service_Plans_Included_Friendly_Names": "SharePoint KioskG" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "MCOIMP_GOV", - "Service_Plan_Id": "8a9f17f1-5872-44e8-9b11-3caade9dc90f", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", - "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", - "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" - }, - { - "Product_Display_Name": "Microsoft 365 F3 GCC", - "String_Id": "M365_F1_GOV", - "GUID": "2a914830-d700-444a-b73c-e3f31980d833", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "BPOS_S_DlpAddOn", - "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", - "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", - "String_Id": "SPE_F5_COMP", - "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", - "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", - "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", - "Service_Plan_Name": "ADALLOM_S_STANDALONE_DOD", - "Service_Plan_Id": "6ebdddb7-8e55-4af2-952b-69e77262f96c", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps for DOD" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "BPOS_S_DlpAddOn", - "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", - "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", - "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", - "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", - "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "BPOS_S_DlpAddOn", - "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", - "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", - "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", - "String_Id": "SPE_F5_COMP_GCC", - "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security Add-on", - "String_Id": "SPE_F5_SEC", - "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security Add-on", - "String_Id": "SPE_F5_SEC", - "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security Add-on", - "String_Id": "SPE_F5_SEC", - "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security Add-on", - "String_Id": "SPE_F5_SEC", - "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security Add-on", - "String_Id": "SPE_F5_SEC", - "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security Add-on", - "String_Id": "SPE_F5_SEC", - "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security Add-on", - "String_Id": "SPE_F5_SEC", - "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "BPOS_S_DlpAddOn", - "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", - "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", - "String_Id": "SPE_F5_SECCOMP", - "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "CDS_O365_P3_GCC", - "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", - "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX_TOPICEXP", - "Service_Plan_Id": "b74d57b2-58e9-484a-9731-aeccbba954f0", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index (Microsoft Viva Topics)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", - "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "FORMS_GOV_E5", - "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", - "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", - "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "BI_AZURE_P_2_GOV", - "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", - "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "PROJECT_O365_P3_GOV", - "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "STREAM_O365_E5_GOV", - "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "RMS_S_PREMIUM_GOV", - "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "RMS_S_PREMIUM2_GOV", - "Service_Plan_Id": "5400a66d-eaa5-427d-80f2-0f26d59d8fce", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2 for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", - "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", - "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5", - "String_Id": "M365_G5_GCC", - "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", - "Service_Plan_Name": "FLOW_O365_P3_GOV", - "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "CDS_O365_P3_GCC", - "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", - "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", - "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "FORMS_GOV_E5", - "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", - "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", - "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "BI_AZURE_P_2_GOV", - "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", - "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "PROJECT_O365_P3_GOV", - "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "STREAM_O365_E5_GOV", - "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "RMS_S_PREMIUM_GOV", - "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "RMS_S_PREMIUM2_GOV", - "Service_Plan_Id": "5400a66d-eaa5-427d-80f2-0f26d59d8fce", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2 for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", - "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", - "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", - "String_Id": "M365_G5_GOV", - "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", - "Service_Plan_Name": "FLOW_O365_P3_GOV", - "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing for GCC", - "String_Id": "MCOMEETADV_GOV", - "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing for GCC", - "String_Id": "MCOMEETADV_GOV", - "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 AUDIO CONFERENCING FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", - "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", - "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", - "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "Bing_Chat_Enterprise", - "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", - "Service_Plans_Included_Friendly_Names": "Copilot" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "CLIPCHAMP", - "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", - "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "MICROSOFT_LOOP", - "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", - "Service_Plans_Included_Friendly_Names": "Microsoft Loop" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "PURVIEW_DISCOVERY", - "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", - "Service_Plans_Included_Friendly_Names": "Purview Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "Defender_for_Iot_Enterprise", - "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", - "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AAD_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "RMS_S_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "ADALLOM_S_DISCOVERY" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "DYN365_CDS_O365_F1" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_DESKLESS" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "RMS_S_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MFA_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "INTUNE_A" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "PROJECTWORKMANAGEMENT" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "MICROSOFT_SEARCH" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "STREAM_O365_K" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "INTUNE_O365" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTDESKLESS" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "MCOIMP" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "CDS_O365_P2_GCC", - "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MYANALYTICS_P2_GOV", - "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "FORMS_GOV_E3", - "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "PROJECT_O365_P2_GOV", - "Service_Plan_Id": "e7d09ae4-099a-4c34-a2a2-3e166e95c44a", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "STREAM_O365_E3_GOV", - "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E3)" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "RMS_S_PREMIUM_GOV", - "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", - "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", - "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "FLOW_O365_P2_GOV", - "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "CDS_O365_P2_GCC", - "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "MYANALYTICS_P2_GOV", - "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended_GOV", - "Service_Plan_Id": "18dfd9bd-5214-4184-8123-c9822d81a9bc", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise (unattended) for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "FORMS_GOV_E3", - "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "PROJECT_O365_P2_GOV", - "Service_Plan_Id": "e7d09ae4-099a-4c34-a2a2-3e166e95c44a", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "STREAM_O365_E3_GOV", - "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E3)" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "RMS_S_PREMIUM_GOV", - "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", - "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", - "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", - "String_Id": "M365_G3_RPA1_GOV", - "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", - "Service_Plan_Name": "FLOW_O365_P2_GOV", - "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Microsoft 365 Lighthouse", - "String_Id": "Microsoft365_Lighthouse", - "GUID": "9c0587f3-8665-4252-a8ad-b7a5ade57312", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Lighthouse", - "String_Id": "Microsoft365_Lighthouse", - "GUID": "9c0587f3-8665-4252-a8ad-b7a5ade57312", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "BPOS_S_DlpAddOn", - "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", - "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving for Exchange Online" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "M365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-based classification" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft Business Center", - "String_Id": "MICROSOFT_BUSINESS_CENTER", - "GUID": "726a0894-2c77-4d65-99da-9775ef05aad1", - "Service_Plan_Name": "MICROSOFT_BUSINESS_CENTER", - "Service_Plan_Id": "cca845f9-fd51-4df6-b563-976a37c56ce0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT BUSINESS CENTER" - }, - { - "Product_Display_Name": "Microsoft Copilot for Microsoft 365", - "String_Id": "Microsoft_365_Copilot", - "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", - "Service_Plan_Name": "GRAPH_CONNECTORS_COPILOT", - "Service_Plan_Id": "82d30987-df9b-4486-b146-198b21d164c7", - "Service_Plans_Included_Friendly_Names": "Graph Connectors in Microsoft 365 Copilot" - }, - { - "Product_Display_Name": "Microsoft Copilot for Microsoft 365", - "String_Id": "Microsoft_365_Copilot", - "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", - "Service_Plan_Name": "M365_COPILOT_INTELLIGENT_SEARCH", - "Service_Plan_Id": "931e4a88-a67f-48b5-814f-16a5f1e6028d", - "Service_Plans_Included_Friendly_Names": "Intelligent Search" - }, - { - "Product_Display_Name": "Microsoft Copilot for Microsoft 365", - "String_Id": "Microsoft_365_Copilot", - "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", - "Service_Plan_Name": "M365_COPILOT_BUSINESS_CHAT", - "Service_Plan_Id": "3f30311c-6b1e-48a4-ab79-725b469da960", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Chat" - }, - { - "Product_Display_Name": "Microsoft Copilot for Microsoft 365", - "String_Id": "Microsoft_365_Copilot", - "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", - "Service_Plan_Name": "M365_COPILOT_TEAMS", - "Service_Plan_Id": "b95945de-b3bd-46db-8437-f2beb6ea2347", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Copilot for Microsoft 365", - "String_Id": "Microsoft_365_Copilot", - "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", - "Service_Plan_Name": "M365_COPILOT_APPS", - "Service_Plan_Id": "a62f8878-de10-42f3-b68f-6149a25ceb97", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Productivity Apps" - }, - { - "Product_Display_Name": "Microsoft Copilot for Microsoft 365", - "String_Id": "Microsoft_365_Copilot", - "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", - "Service_Plan_Name": "M365_COPILOT_CONNECTORS", - "Service_Plan_Id": "89f1c4c8-0878-40f7-804d-869c9128ab5d", - "Service_Plans_Included_Friendly_Names": "Power Platform Connectors in Microsoft 365 Copilot" - }, - { - "Product_Display_Name": "Microsoft Cloud App Security", - "String_Id": "ADALLOM_STANDALONE", - "GUID": "df845ce7-05f9-4894-b5f2-11bbfbcfd2b6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Cloud App Security", - "String_Id": "ADALLOM_STANDALONE", - "GUID": "df845ce7-05f9-4894-b5f2-11bbfbcfd2b6", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", - "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", - "GUID": "556640c0-53ea-4773-907d-29c55332983f", - "Service_Plan_Name": "MCS_BizApps_Cloud_for_Sustainability_vTrial", - "Service_Plan_Id": "c1c902e3-a956-4273-abdb-c92afcd027ef", - "Service_Plans_Included_Friendly_Names": "MCS - BizApps_Cloud for Sustainability_vTrial" - }, - { - "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", - "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", - "GUID": "556640c0-53ea-4773-907d-29c55332983f", - "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "54b37829-818e-4e3c-a08a-3ea66ab9b45d", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", - "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", - "GUID": "556640c0-53ea-4773-907d-29c55332983f", - "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL", - "Service_Plan_Id": "81d4ecb8-0481-42fb-8868-51536c5aceeb", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 vTrial" - }, - { - "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", - "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", - "GUID": "556640c0-53ea-4773-907d-29c55332983f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", - "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", - "GUID": "556640c0-53ea-4773-907d-29c55332983f", - "Service_Plan_Name": "DYN365_CDS_VIRAL", - "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint", - "String_Id": "WIN_DEF_ATP", - "GUID": "111046dd-295b-4d6d-9724-d52ac90bd1f2", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint", - "String_Id": "WIN_DEF_ATP", - "GUID": "111046dd-295b-4d6d-9724-d52ac90bd1f2", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR ENDPOINT" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint P1", - "String_Id": "DEFENDER_ENDPOINT_P1", - "GUID": "16a55f2f-ff35-4cd5-9146-fb784e3761a5", - "Service_Plan_Name": "Intune_Defender", - "Service_Plan_Id": "1689aade-3d6a-4bfc-b017-46d2672df5ad", - "Service_Plans_Included_Friendly_Names": "MDE_SecurityManagement" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint P1", - "String_Id": "DEFENDER_ENDPOINT_P1", - "GUID": "16a55f2f-ff35-4cd5-9146-fb784e3761a5", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint P1 for EDU", - "String_Id": "DEFENDER_ENDPOINT_P1_EDU", - "GUID": "bba890d4-7881-4584-8102-0c3fdfb739a7", - "Service_Plan_Name": "MDE_LITE", - "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint P2_XPLAT", - "String_Id": "MDATP_XPLAT", - "GUID": "b126b073-72db-4a9d-87a4-b17afe41d4ab", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint P2_XPLAT", - "String_Id": "MDATP_XPLAT", - "GUID": "b126b073-72db-4a9d-87a4-b17afe41d4ab", - "Service_Plan_Name": "Intune_Defender", - "Service_Plan_Id": "1689aade-3d6a-4bfc-b017-46d2672df5ad", - "Service_Plans_Included_Friendly_Names": "MDE_SecurityManagement" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint P2_XPLAT", - "String_Id": "MDATP_XPLAT", - "GUID": "b126b073-72db-4a9d-87a4-b17afe41d4ab", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint Server", - "String_Id": "MDATP_Server", - "GUID": "509e8ab6-0274-4cda-bcbd-bd164fd562c4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint Server", - "String_Id": "MDATP_Server", - "GUID": "509e8ab6-0274-4cda-bcbd-bd164fd562c4", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online Basic", - "String_Id": "CRMPLAN2", - "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online Basic", - "String_Id": "CRMPLAN2", - "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online Basic", - "String_Id": "CRMPLAN2", - "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", - "Service_Plan_Name": "CRMPLAN2", - "Service_Plan_Id": "bf36ca64-95c6-4918-9275-eb9f4ce2c04f", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS CRM ONLINE BASIC" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online Basic", - "String_Id": "CRMPLAN2", - "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Microsoft Defender for Identity", - "String_Id": "ATA", - "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Defender for Identity", - "String_Id": "ATA", - "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft Defender for Identity", - "String_Id": "ATA", - "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", - "Service_Plan_Name": "ADALLOM_FOR_AATP", - "Service_Plan_Id": "61d18b02-6889-479f-8f36-56e6e0fe5792", - "Service_Plans_Included_Friendly_Names": "SecOps Investigation for MDI" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1) Faculty", - "String_Id": "ATP_ENTERPRISE_FACULTY", - "GUID": "26ad4b5c-b686-462e-84b9-d7c22b46837f", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1) GCC", - "String_Id": "ATP_ENTERPRISE_GOV", - "GUID": "d0d1ca43-b81a-4f51-81e5-a5b1ad7bb005", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1)_USGOV_GCCHIGH", - "String_Id": "ATP_ENTERPRISE_USGOV_GCCHIGH ", - "GUID": "550f19ba-f323-4a7d-a8d2-8971b0d9ea85", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", - "String_Id": "THREAT_INTELLIGENCE_GOV", - "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", - "String_Id": "THREAT_INTELLIGENCE_GOV", - "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", - "String_Id": "THREAT_INTELLIGENCE_GOV", - "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", - "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", - "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft Defender Vulnerability Management", - "String_Id": "TVM_Premium_Standalone", - "GUID": "1925967e-8013-495f-9644-c99f8b463748", - "Service_Plan_Name": "TVM_PREMIUM_1", - "Service_Plan_Id": "36810a13-b903-490a-aa45-afbeb7540832", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender Vulnerability Management" - }, - { - "Product_Display_Name": "Microsoft Defender Vulnerability Management Add-on", - "String_Id": "TVM_Premium_Add_on", - "GUID": "ad7a56e0-6903-4d13-94f3-5ad491e78960", - "Service_Plan_Name": "TVM_PREMIUM_1", - "Service_Plan_Id": "36810a13-b903-490a-aa45-afbeb7540832", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender Vulnerability Management" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "CRMSTANDARD", - "Service_Plan_Id": "f9646fb2-e3b2-4309-95de-dc4833737456", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS CRM ONLINE PROFESSIONA" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "MDM_SALES_COLLABORATION", - "Service_Plan_Id": "3413916e-ee66-4071-be30-6f94d4adfeda", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS MARKETING SALES COLLABORATION - ELIGIBILITY CRITERIA APPLY" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "NBPROFESSIONALFORCRM", - "Service_Plan_Id": "3e58e97c-9abe-ebab-cd5f-d543d1529634", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT PROFESSIONAL - ELIGIBILITY CRITERIA APPLY" - }, - { - "Product_Display_Name": "Microsoft Dynamics CRM Online", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Microsoft Fabric (Free)", - "String_Id": "POWER_BI_STANDARD", - "GUID": "a403ebcc-fae0-4ca2-8c8c-7a907fd6c235", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Fabric (Free)", - "String_Id": "POWER_BI_STANDARD", - "GUID": "a403ebcc-fae0-4ca2-8c8c-7a907fd6c235", - "Service_Plan_Name": "BI_AZURE_P0", - "Service_Plan_Id": "2049e525-b859-401b-b2a0-e0a31c4b1fe4", - "Service_Plans_Included_Friendly_Names": "Power BI (free)" - }, - { - "Product_Display_Name": "Microsoft Fabric (Free) for faculty", - "String_Id": "POWER_BI_STANDARD_FACULTY", - "GUID": "ade29b5f-397e-4eb9-a287-0344bd46c68d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Fabric (Free) for faculty", - "String_Id": "POWER_BI_STANDARD_FACULTY", - "GUID": "ade29b5f-397e-4eb9-a287-0344bd46c68d", - "Service_Plan_Name": "BI_AZURE_P0", - "Service_Plan_Id": "2049e525-b859-401b-b2a0-e0a31c4b1fe4", - "Service_Plans_Included_Friendly_Names": "BI_AZURE_P0" - }, - { - "Product_Display_Name": "Microsoft Fabric (Free) for student", - "String_Id": "POWER_BI_STANDARD_STUDENT", - "GUID": "bdcaf6aa-04c1-4b8f-b64e-6e3bd505ac64", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Fabric (Free) for student", - "String_Id": "POWER_BI_STANDARD_STUDENT", - "GUID": "bdcaf6aa-04c1-4b8f-b64e-6e3bd505ac64", - "Service_Plan_Name": "BI_AZURE_P0", - "Service_Plan_Id": "2049e525-b859-401b-b2a0-e0a31c4b1fe4", - "Service_Plans_Included_Friendly_Names": "BI_AZURE_P0" - }, - { - "Product_Display_Name": "Microsoft Imagine Academy", - "String_Id": "IT_ACADEMY_AD", - "GUID": "ba9a34de-4489-469d-879c-0f0f145321cd", - "Service_Plan_Name": "IT_ACADEMY_AD", - "Service_Plan_Id": "d736def0-1fde-43f0-a5be-e3f8b2de6e41", - "Service_Plans_Included_Friendly_Names": "MS IMAGINE ACADEMY" - }, - { - "Product_Display_Name": "Microsoft Intune Device", - "String_Id": "INTUNE_A_D", - "GUID": "2b317a4a-77a6-4188-9437-b68a77b4e2c6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Intune Device", - "String_Id": "INTUNE_A_D", - "GUID": "2b317a4a-77a6-4188-9437-b68a77b4e2c6", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Intune Device for Government", - "String_Id": "INTUNE_A_D_GOV", - "GUID": "2c21e77a-e0d6-4570-b38a-7ff2dc17d2ca", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Microsoft Intune Device for Government", - "String_Id": "INTUNE_A_D_GOV", - "GUID": "2c21e77a-e0d6-4570-b38a-7ff2dc17d2ca", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Intune Government", - "String_Id": "INTUNE_A_GOV", - "GUID": "2b26f637-35a0-4dbc-b69e-ff674782be9d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Microsoft Intune Government", - "String_Id": "INTUNE_A_GOV", - "GUID": "2b26f637-35a0-4dbc-b69e-ff674782be9d", - "Service_Plan_Name": "INTUNE_A_GOV", - "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" - }, - { - "Product_Display_Name": "Microsoft Intune Plan 1 A VL_USGOV_GCCHIGH", - "String_Id": "INTUNE_A_VL_USGOV_GCCHIGH", - "GUID": "b4288abe-01be-47d9-ad20-311d6e83fc24", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Intune Plan 1 A VL_USGOV_GCCHIGH", - "String_Id": "INTUNE_A_VL_USGOV_GCCHIGH", - "GUID": "b4288abe-01be-47d9-ad20-311d6e83fc24", - "Service_Plan_Name": "INTUNE_A_VL", - "Service_Plan_Id": "3e170737-c728-4eae-bbb9-3f3360f7184c", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft Power Apps for Developer", - "String_Id": "POWERAPPS_DEV", - "GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80", - "Service_Plan_Name": "DYN365_CDS_DEV_VIRAL", - "Service_Plan_Id": "d8c638e2-9508-40e3-9877-feb87603837b", - "Service_Plans_Included_Friendly_Names": "Common Data Service - DEV VIRAL" - }, - { - "Product_Display_Name": "Microsoft Power Apps for Developer", - "String_Id": "POWERAPPS_DEV", - "GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Power Apps for Developer", - "String_Id": "POWERAPPS_DEV", - "GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80", - "Service_Plan_Name": "FLOW_DEV_VIRAL", - "Service_Plan_Id": "c7ce3f26-564d-4d3a-878d-d8ab868c85fe", - "Service_Plans_Included_Friendly_Names": "Flow for Developer" - }, - { - "Product_Display_Name": "Microsoft Power Apps for Developer", - "String_Id": "POWERAPPS_DEV", - "GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80", - "Service_Plan_Name": "POWERAPPS_DEV_VIRAL", - "Service_Plan_Id": "a2729df7-25f8-4e63-984b-8a8484121554", - "Service_Plans_Included_Friendly_Names": "PowerApps for Developer" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "DYN365_CDS_VIRAL", - "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", - "Service_Plans_Included_Friendly_Names": "Common Data Service - VIRAL" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "FLOW_P2_VIRAL", - "Service_Plan_Id": "50e68c76-46c6-4674-81f9-75456511b170", - "Service_Plans_Included_Friendly_Names": "Flow Free" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "FLOW_P2_VIRAL_REAL", - "Service_Plan_Id": "d20bfa21-e9ae-43fc-93c2-20783f0840c3", - "Service_Plans_Included_Friendly_Names": "Flow P2 Viral" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "POWERAPPS_P2_VIRAL", - "Service_Plan_Id": "d5368ca3-357e-4acb-9c21-8495fb025d1f", - "Service_Plans_Included_Friendly_Names": "PowerApps Trial" - }, - { - "Product_Display_Name": "Microsoft Power Automate Free", - "String_Id": "FLOW_FREE", - "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", - "Service_Plan_Name": "DYN365_CDS_VIRAL", - "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE" - }, - { - "Product_Display_Name": "Microsoft Power Automate Free", - "String_Id": "FLOW_FREE", - "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Power Automate Free", - "String_Id": "FLOW_FREE", - "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", - "Service_Plan_Name": "FLOW_P2_VIRAL", - "Service_Plan_Id": "50e68c76-46c6-4674-81f9-75456511b170", - "Service_Plans_Included_Friendly_Names": "FLOW FREE" - }, - { - "Product_Display_Name": "Microsoft Power Automate Plan 2", - "String_Id": "FLOW_P2", - "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Microsoft Power Automate Plan 2", - "String_Id": "FLOW_P2", - "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Power Automate Plan 2", - "String_Id": "FLOW_P2", - "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", - "Service_Plan_Name": "FLOW_P2", - "Service_Plan_Id": "56be9436-e4b2-446c-bb7f-cc15d16cca4d", - "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Intune SMB", - "String_Id": "INTUNE_SMB", - "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", - "Service_Plan_Name": "AAD_SMB", - "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID" - }, - { - "Product_Display_Name": "Microsoft Intune SMB", - "String_Id": "INTUNE_SMB", - "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Intune SMB", - "String_Id": "INTUNE_SMB", - "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", - "Service_Plan_Name": "INTUNE_SMBIZ", - "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "Microsoft Intune SMB", - "String_Id": "INTUNE_SMB", - "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "Microsoft Intune Suite", - "String_Id": "Microsoft_Intune_Suite", - "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", - "Service_Plan_Name": "Intune_AdvancedEA", - "Service_Plan_Id": "2a4baa0e-5e99-4c38-b1f2-6864960f1bd1", - "Service_Plans_Included_Friendly_Names": "Intune Advanced endpoint analytics" - }, - { - "Product_Display_Name": "Microsoft Intune Suite", - "String_Id": "Microsoft_Intune_Suite", - "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", - "Service_Plan_Name": "Intune-EPM", - "Service_Plan_Id": "bb73f429-78ef-4ff2-83c8-722b04c3e7d1", - "Service_Plans_Included_Friendly_Names": "Intune Endpoint Privilege Management" - }, - { - "Product_Display_Name": "Microsoft Intune Suite", - "String_Id": "Microsoft_Intune_Suite", - "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", - "Service_Plan_Name": "INTUNE_P2", - "Service_Plan_Id": "d9923fe3-a2de-4d29-a5be-e3e83bb786be", - "Service_Plans_Included_Friendly_Names": "Intune Plan 2" - }, - { - "Product_Display_Name": "Microsoft Intune Suite", - "String_Id": "Microsoft_Intune_Suite", - "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", - "Service_Plan_Name": "Intune-MAMTunnel", - "Service_Plan_Id": "a6e407da-7411-4397-8a2e-d9b52780849e", - "Service_Plans_Included_Friendly_Names": "Microsoft Tunnel for Mobile Application Management" - }, - { - "Product_Display_Name": "Microsoft Intune Suite", - "String_Id": "Microsoft_Intune_Suite", - "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", - "Service_Plan_Name": "REMOTE_HELP", - "Service_Plan_Id": "a4c6cf29-1168-4076-ba5c-e8fe0e62b17e", - "Service_Plans_Included_Friendly_Names": "Remote help" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", - "String_Id": "POWERFLOW_P2", - "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", - "String_Id": "POWERFLOW_P2", - "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", - "String_Id": "POWERFLOW_P2", - "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", - "Service_Plan_Name": "POWERAPPS_P2", - "Service_Plan_Id": "00527d7f-d5bc-4c2a-8d1e-6c0de2410c81", - "Service_Plans_Included_Friendly_Names": "Power Apps (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", - "String_Id": "POWERFLOW_P2", - "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", - "Service_Plan_Name": "FLOW_P2", - "Service_Plan_Id": "56be9436-e4b2-446c-bb7f-cc15d16cca4d", - "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "Forms_Pro_Relationship_Sales", - "Service_Plan_Id": "507172c0-6001-4f4f-80e7-f350507af3e5", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Relationship Sales" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "Service_Plan_Id": "56e3d4ca-2e31-4c3f-8d57-89c1d363503b", - "Service_Plans_Included_Friendly_Names": "Microsoft Relationship Sales solution" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Social Engagement" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", - "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "Microsoft_Viva_Sales_PowerAutomate", - "Service_Plan_Id": "a933a62f-c3fb-48e5-a0b7-ac92b94b4420", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium with Power Automate" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Microsoft Relationship Sales solution", - "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", - "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "Microsoft Stream", - "String_Id": "STREAM", - "GUID": "1f2f344a-700d-42c9-9427-5cea1d5d7ba6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Stream", - "String_Id": "STREAM", - "GUID": "1f2f344a-700d-42c9-9427-5cea1d5d7ba6", - "Service_Plan_Name": "MICROSOFTSTREAM", - "Service_Plan_Id": "acffdce6-c30f-4dc2-81c0-372e33c515ec", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM" - }, - { - "Product_Display_Name": "Microsoft Stream Plan 2", - "String_Id": "STREAM_P2", - "GUID": "ec156933-b85b-4c50-84ec-c9e5603709ef", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Stream Plan 2", - "String_Id": "STREAM_P2", - "GUID": "ec156933-b85b-4c50-84ec-c9e5603709ef", - "Service_Plan_Name": "STREAM_P2", - "Service_Plan_Id": "d3a458d0-f10d-48c2-9e44-86f3f684029e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream Plan 2" - }, - { - "Product_Display_Name": "Microsoft Stream Storage Add-On (500 GB)", - "String_Id": "STREAM_STORAGE", - "GUID": "9bd7c846-9556-4453-a542-191d527209e8", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Stream Storage Add-On (500 GB)", - "String_Id": "STREAM_STORAGE", - "GUID": "9bd7c846-9556-4453-a542-191d527209e8", - "Service_Plan_Name": "STREAM_STORAGE", - "Service_Plan_Id": "83bced11-77ce-4071-95bd-240133796768", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream Storage Add-On" - }, - { - "Product_Display_Name": "Microsoft Teams Audio Conferencing with dial-out to USA/CAN", - "String_Id": "Microsoft_Teams_Audio_Conferencing_select_dial_out", - "GUID": "1c27243e-fb4d-42b1-ae8c-fe25c9616588", - "Service_Plan_Name": "MCOMEETBASIC", - "Service_Plan_Id": "9974d6cf-cd24-4ba2-921c-e2aa687da846", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Audio Conferencing with dial-out to select geographies" - }, - { - "Product_Display_Name": "Microsoft Teams (Free)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft Teams (Free)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "MCOFREE", - "Service_Plan_Id": "617d9209-3b90-4879-96e6-838c42b2701d", - "Service_Plans_Included_Friendly_Names": "MCO FREE FOR MICROSOFT TEAMS (FREE)" - }, - { - "Product_Display_Name": "Microsoft Teams (Free)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "TEAMS_FREE", - "Service_Plan_Id": "4fa4026d-ce74-4962-a151-8e96d57ea8e4", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS (FREE)" - }, - { - "Product_Display_Name": "Microsoft Teams (Free)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT KIOSK" - }, - { - "Product_Display_Name": "Microsoft Teams (Free)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "TEAMS_FREE_SERVICE", - "Service_Plan_Id": "bd6f2ac2-991a-49f9-b23c-18c96a02c228", - "Service_Plans_Included_Friendly_Names": "TEAMS FREE SERVICE" - }, - { - "Product_Display_Name": "Microsoft Teams (Free)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "WHITEBOARD (FIRSTLINE)" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials", - "String_Id": "Teams_Ess", - "GUID": "fde42873-30b6-436b-b361-21af5a6b84ae", - "Service_Plan_Name": "TeamsEss", - "Service_Plan_Id": "f4f2f6de-6830-442b-a433-e92249faebe2", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Essentials" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", - "String_Id": "TEAMS_ESSENTIALS_AAD", - "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", - "String_Id": "TEAMS_ESSENTIALS_AAD", - "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", - "String_Id": "TEAMS_ESSENTIALS_AAD", - "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", - "String_Id": "TEAMS_ESSENTIALS_AAD", - "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", - "String_Id": "TEAMS_ESSENTIALS_AAD", - "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", - "String_Id": "TEAMS_ESSENTIALS_AAD", - "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", - "String_Id": "TEAMS_ESSENTIALS_AAD", - "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", - "Service_Plan_Name": "ONEDRIVE_BASIC_P2", - "Service_Plan_Id": "4495894f-534f-41ca-9d3b-0ebf1220a423", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", - "String_Id": "TEAMS_ESSENTIALS_AAD", - "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "CDS_O365_P1", - "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR TEAMS_P1" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "INSIGHTS BY MYANALYTICS" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNER" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SEARCH" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "DESKLESS", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E1 SKU" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "MCO_TEAMS_IW", - "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "MOBILE DEVICE MANAGEMENT FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE FOR THE WEB" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "OFFICE MOBILE APPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWER APPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR OFFICE 365" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", - "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", - "Service_Plans_Included_Friendly_Names": "POWER VIRTUAL AGENTS FOR OFFICE 365 P1" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT STANDARD" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "WHITEBOARD (PLAN 1)" - }, - { - "Product_Display_Name": "Microsoft Teams Exploratory", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER ENTERPRIS" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard", - "String_Id": "MCOEV", - "GUID": "e43b5b99-8dfb-405f-9987-dc307f34bcbd", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard for DOD", - "String_Id": "MCOEV_DOD", - "GUID": "d01d9287-694b-44f3-bcc5-ada78c8d953e", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard for Faculty", - "String_Id": "MCOEV_FACULTY", - "GUID": "d979703c-028d-4de5-acbf-7955566b69b9", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTE" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard for GCC", - "String_Id": "MCOEV_GOV", - "GUID": "a460366a-ade7-4791-b581-9fbff1bdaa85", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard for GCC", - "String_Id": "MCOEV_GOV", - "GUID": "a460366a-ade7-4791-b581-9fbff1bdaa85", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard for GCCHIGH", - "String_Id": "MCOEV_GCCHIGH", - "GUID": "7035277a-5e49-4abc-a24f-0ec49c501bb5", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard for Small and Medium Business", - "String_Id": "MCOEVSMB_1", - "GUID": "aa6791d3-bb09-4bc2-afed-c30c3fe26032", - "Service_Plan_Name": "MCOEVSMB", - "Service_Plan_Id": "ed777b71-af04-42ca-9798-84344c66f7c6", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS CLOUD PBX FOR SMALL AND MEDIUM BUSINESS" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard for Students", - "String_Id": "MCOEV_STUDENT", - "GUID": "1f338bbc-767e-4a1e-a2d4-b73207cc5b93", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard for TELSTRA", - "String_Id": "MCOEV_TELSTRA", - "GUID": "ffaf2d68-1c95-4eb3-9ddd-59b81fba0f61", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard_USGOV_DOD", - "String_Id": "MCOEV_USGOV_DOD", - "GUID": "b0e7de67-e503-4934-b729-53d595ba5cd1", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Standard_USGOV_GCCHIGH", - "String_Id": "MCOEV_USGOV_GCCHIGH", - "GUID": "985fcb26-7b94-475b-b512-89356697be71", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Resource Account", - "String_Id": "PHONESYSTEM_VIRTUALUSER", - "GUID": "440eaaa8-b3e0-484b-a8be-62870b9ba70a", - "Service_Plan_Name": "MCOEV_VIRTUALUSER", - "Service_Plan_Id": "f47330e9-c134-43b3-9993-e7f004506889", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone Standard Resource Account" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Resource Account for GCC", - "String_Id": "PHONESYSTEM_VIRTUALUSER_GOV", - "GUID": "2cf22bcb-0c9e-4bc6-8daf-7e7654c0f285", - "Service_Plan_Name": "MCOEV_VIRTUALUSER_GOV", - "Service_Plan_Id": "0628a73f-3b4a-4989-bd7b-0f8823144313", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone Standard Resource Account for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Phone Resource Account_USGOV_GCCHIGH", - "String_Id": "PHONESYSTEM_VIRTUALUSER_USGOV_GCCHIGH ", - "GUID": "e3f0522e-ebb7-4561-9f90-b44516d65b77", - "Service_Plan_Name": "MCOEV_VIRTUALUSER", - "Service_Plan_Id": "f47330e9-c134-43b3-9993-e7f004506889", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone Standard Resource Account" - }, - { - "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", - "String_Id": "Microsoft_Teams_Premium", - "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", - "Service_Plan_Name": "MICROSOFT_ECDN", - "Service_Plan_Id": "85704d55-2e73-47ee-93b4-4b8ea14db92b", - "Service_Plans_Included_Friendly_Names": "Microsoft eCDN" - }, - { - "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", - "String_Id": "Microsoft_Teams_Premium", - "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", - "Service_Plan_Name": "TEAMSPRO_MGMT", - "Service_Plan_Id": "0504111f-feb8-4a3c-992a-70280f9a2869", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Intelligent" - }, - { - "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", - "String_Id": "Microsoft_Teams_Premium", - "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", - "Service_Plan_Name": "TEAMSPRO_CUST", - "Service_Plan_Id": "cc8c0802-a325-43df-8cba-995d0c6cb373", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Personalized" - }, - { - "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", - "String_Id": "Microsoft_Teams_Premium", - "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", - "Service_Plan_Name": "TEAMSPRO_PROTECTION", - "Service_Plan_Id": "f8b44f54-18bb-46a3-9658-44ab58712968", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Secure" - }, - { - "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", - "String_Id": "Microsoft_Teams_Premium", - "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", - "Service_Plan_Name": "TEAMSPRO_VIRTUALAPPT", - "Service_Plan_Id": "9104f592-f2a7-4f77-904c-ca5a5715883f", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Virtual Appointment" - }, - { - "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", - "String_Id": "Microsoft_Teams_Premium", - "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", - "Service_Plan_Name": "MCO_VIRTUAL_APPT", - "Service_Plan_Id": "711413d0-b36e-4cd4-93db-0a50a4ab7ea3", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Virtual Appointments" - }, - { - "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", - "String_Id": "Microsoft_Teams_Premium", - "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", - "Service_Plan_Name": "TEAMSPRO_WEBINAR", - "Service_Plan_Id": "78b58230-ec7e-4309-913c-93a45cc4735b", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Webinar" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic", - "String_Id": "Microsoft_Teams_Rooms_Basic", - "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic", - "String_Id": "Microsoft_Teams_Rooms_Basic", - "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic", - "String_Id": "Microsoft_Teams_Rooms_Basic", - "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", - "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", - "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", - "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", - "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", - "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", - "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", - "Service_Plan_Name": "Teams_Room_Basic", - "Service_Plan_Id": "8081ca9c-188c-4b49-a8e5-c23b5e9463a8", - "Service_Plans_Included_Friendly_Names": "Teams Room Basic" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", - "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", - "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", - "Service_Plan_Name": "Teams_Room_Pro", - "Service_Plan_Id": "ec17f317-f4bc-451e-b2da-0167e5c260f9", - "Service_Plans_Included_Friendly_Names": "Teams Room Pro" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", - "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", - "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic without Audio Conferencing", - "String_Id": "Microsoft_Teams_Rooms_Basic_without_Audio_Conferencing", - "GUID": "50509a35-f0bd-4c5e-89ac-22f0e16a00f8", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Basic without Audio Conferencing", - "String_Id": "Microsoft_Teams_Rooms_Basic_without_Audio_Conferencing", - "GUID": "50509a35-f0bd-4c5e-89ac-22f0e16a00f8", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro", - "String_Id": "Microsoft_Teams_Rooms_Pro", - "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro", - "String_Id": "Microsoft_Teams_Rooms_Pro", - "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro", - "String_Id": "Microsoft_Teams_Rooms_Pro", - "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro", - "String_Id": "Microsoft_Teams_Rooms_Pro", - "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro", - "String_Id": "Microsoft_Teams_Rooms_Pro", - "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro", - "String_Id": "Microsoft_Teams_Rooms_Pro", - "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro", - "String_Id": "Microsoft_Teams_Rooms_Pro", - "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "MTRProManagement", - "Service_Plan_Id": "ecc74eae-eeb7-4ad5-9c88-e8b2bfca75b8", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Rooms Pro Management" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "Teams_Room_Basic", - "Service_Plan_Id": "8081ca9c-188c-4b49-a8e5-c23b5e9463a8", - "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "Teams_Room_Pro", - "Service_Plan_Id": "ec17f317-f4bc-451e-b2da-0167e5c260f9", - "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 2" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", - "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", - "GUID": "c25e2b36-e161-4946-bef2-69239729f690", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "Teams_Room_Basic", - "Service_Plan_Id": "8081ca9c-188c-4b49-a8e5-c23b5e9463a8", - "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "Teams_Room_Pro", - "Service_Plan_Id": "ec17f317-f4bc-451e-b2da-0167e5c260f9", - "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 2" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", - "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", - "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", - "Service_Plan_Name": "INTUNE_A_GOV", - "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", - "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", - "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", - "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", - "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", - "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", - "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", - "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", - "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", - "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", - "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", - "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", - "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Plan 1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "Teams_Room_Standard", - "Service_Plan_Id": "92c6b761-01de-457a-9dd9-793a975238f7", - "Service_Plans_Included_Friendly_Names": "Teams Room Standard" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", - "String_Id": "MEETING_ROOM_NOAUDIOCONF", - "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", - "String_Id": "MEETING_ROOM_NOAUDIOCONF", - "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", - "String_Id": "MEETING_ROOM_NOAUDIOCONF", - "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", - "String_Id": "MEETING_ROOM_NOAUDIOCONF", - "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", - "String_Id": "MEETING_ROOM_NOAUDIOCONF", - "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", - "String_Id": "MEETING_ROOM_GOV", - "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium Plan 1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", - "String_Id": "MEETING_ROOM_GOV", - "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", - "String_Id": "MEETING_ROOM_GOV", - "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", - "String_Id": "MEETING_ROOM_GOV", - "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", - "String_Id": "MEETING_ROOM_GOV", - "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", - "String_Id": "MEETING_ROOM_GOV", - "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", - "Service_Plan_Name": "Teams_Room_Standard", - "Service_Plan_Id": "92c6b761-01de-457a-9dd9-793a975238f7", - "Service_Plans_Included_Friendly_Names": "Teams Room Standard" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", - "String_Id": "MEETING_ROOM_GOV", - "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", - "String_Id": "MEETING_ROOM_GOV", - "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", - "Service_Plan_Name": "INTUNE_A_GOV", - "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", - "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", - "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium Plan 1" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", - "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", - "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", - "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", - "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", - "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", - "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", - "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", - "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", - "Service_Plan_Name": "Teams_Room_Standard", - "Service_Plan_Id": "92c6b761-01de-457a-9dd9-793a975238f7", - "Service_Plans_Included_Friendly_Names": "Teams Room Standard" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", - "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", - "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", - "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", - "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", - "Service_Plan_Name": "INTUNE_A_GOV", - "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "MCO_TEAMS_IW", - "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft Threat Experts - Experts on Demand", - "String_Id": "EXPERTS_ON_DEMAND", - "GUID": "9fa2f157-c8e4-4351-a3f2-ffa506da1406", - "Service_Plan_Name": "EXPERTS_ON_DEMAND", - "Service_Plan_Id": "b83a66d4-f05f-414d-ac0f-ea1c5239c42b", - "Service_Plans_Included_Friendly_Names": "Microsoft Threat Experts - Experts on Demand" - }, - { - "Product_Display_Name": "Microsoft Viva Goals", - "String_Id": "Microsoft_Viva_Goals", - "GUID": "ba929637-f158-4dee-927c-eb7cdefcd955", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Viva Goals", - "String_Id": "Microsoft_Viva_Goals", - "GUID": "ba929637-f158-4dee-927c-eb7cdefcd955", - "Service_Plan_Name": "Viva_Goals_Premium", - "Service_Plan_Id": "b44c6eaf-5c9f-478c-8f16-8cea26353bfb", - "Service_Plans_Included_Friendly_Names": "Viva Goals" - }, - { - "Product_Display_Name": "Microsoft Viva Glint", - "String_Id": "Viva_Glint_Standalone", - "GUID": "3dc7332d-f0fa-40a3-81d3-dd6b84469b78", - "Service_Plan_Name": "Viva_Glint", - "Service_Plan_Id": "6b270342-093e-4015-8c5c-224561532fbf", - "Service_Plans_Included_Friendly_Names": "Viva Glint" - }, - { - "Product_Display_Name": "Microsoft Viva Suite", - "String_Id": "VIVA", - "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX_TOPICEXP", - "Service_Plan_Id": "b74d57b2-58e9-484a-9731-aeccbba954f0", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index (Microsoft Viva Topics)" - }, - { - "Product_Display_Name": "Microsoft Viva Suite", - "String_Id": "VIVA", - "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", - "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_USER", - "Service_Plan_Id": "b622badb-1b45-48d5-920f-4b27a2c0996c", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Insights" - }, - { - "Product_Display_Name": "Microsoft Viva Suite", - "String_Id": "VIVA", - "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", - "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_BACKEND", - "Service_Plan_Id": "ff7b261f-d98b-415b-827c-42a3fdf015af", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Insights Backend" - }, - { - "Product_Display_Name": "Microsoft Viva Suite", - "String_Id": "VIVA", - "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", - "Service_Plan_Name": "CORTEX", - "Service_Plan_Id": "c815c93d-0759-4bb8-b857-bc921a71be83", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Topics" - }, - { - "Product_Display_Name": "Microsoft Viva Suite", - "String_Id": "VIVA", - "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", - "Service_Plan_Name": "VIVAENGAGE_COMMUNITIES_AND_COMMUNICATIONS", - "Service_Plan_Id": "43304c6a-1d4e-4e0b-9b06-5b2a2ff58a90", - "Service_Plans_Included_Friendly_Names": "Viva Engage Communities and Communications" - }, - { - "Product_Display_Name": "Microsoft Viva Suite", - "String_Id": "VIVA", - "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", - "Service_Plan_Name": "VIVAENGAGE_KNOWLEDGE", - "Service_Plan_Id": "c244cc9e-622f-4576-92ea-82e233e44e36", - "Service_Plans_Included_Friendly_Names": "Viva Engage Knowledge" - }, - { - "Product_Display_Name": "Microsoft Viva Suite", - "String_Id": "VIVA", - "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", - "Service_Plan_Name": "Viva_Goals_Premium", - "Service_Plan_Id": "b44c6eaf-5c9f-478c-8f16-8cea26353bfb", - "Service_Plans_Included_Friendly_Names": "Viva Goals" - }, - { - "Product_Display_Name": "Microsoft Viva Suite", - "String_Id": "VIVA", - "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", - "Service_Plan_Name": "VIVA_LEARNING_PREMIUM", - "Service_Plan_Id": "7162bd38-edae-4022-83a7-c5837f951759", - "Service_Plans_Included_Friendly_Names": "Viva Learning" - }, - { - "Product_Display_Name": "Minecraft Education Student", - "String_Id": "MEE_STUDENT", - "GUID": "533b8f26-f74b-4e9c-9c59-50fc4b393b63", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education" - }, - { - "Product_Display_Name": "Minecraft Education Student", - "String_Id": "MEE_STUDENT", - "GUID": "533b8f26-f74b-4e9c-9c59-50fc4b393b63", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Minecraft Education Faculty", - "String_Id": "MEE_FACULTY", - "GUID": "984df360-9a74-4647-8cf8-696749f6247a", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education" - }, - { - "Product_Display_Name": "Minecraft Education Faculty", - "String_Id": "MEE_FACULTY", - "GUID": "984df360-9a74-4647-8cf8-696749f6247a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", - "String_Id": "OFFICE365_MULTIGEO", - "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", - "Service_Plan_Name": "EXCHANGEONLINE_MULTIGEO", - "Service_Plan_Id": "897d51f1-2cfa-4848-9b30-469149f5e68e", - "Service_Plans_Included_Friendly_Names": "Exchange Online Multi-Geo" - }, - { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", - "String_Id": "OFFICE365_MULTIGEO", - "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", - "Service_Plan_Name": "SHAREPOINTONLINE_MULTIGEO", - "Service_Plan_Id": "735c1d98-dd3f-4818-b4ed-c8052e18e62d", - "Service_Plans_Included_Friendly_Names": "SharePoint Multi-Geo" - }, - { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", - "String_Id": "OFFICE365_MULTIGEO", - "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", - "Service_Plan_Name": "TEAMSMULTIGEO", - "Service_Plan_Id": "41eda15d-6b52-453b-906f-bc4a5b25a26b", - "Service_Plans_Included_Friendly_Names": "Teams Multi-Geo" - }, - { - "Product_Display_Name": "Nonprofit Portal", - "String_Id": "NONPROFIT_PORTAL", - "GUID": "aa2695c9-8d59-4800-9dc8-12e01f1735af", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Nonprofit Portal", - "String_Id": "NONPROFIT_PORTAL", - "GUID": "aa2695c9-8d59-4800-9dc8-12e01f1735af", - "Service_Plan_Name": "NONPROFIT_PORTAL", - "Service_Plan_Id": "7dbc2d88-20e2-4eb6-b065-4510b38d6eb2", - "Service_Plans_Included_Friendly_Names": "Nonprofit Portal" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P1", - "Service_Plan_Id": "c33802dd-1b50-4b9a-8bb9-f13d2cdeadac", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "SHAREPOINTSTANDARD_EDU", - "Service_Plan_Id": "0a4983bb-d3e5-4a09-95d8-b2d0127b3df5", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1) for Education" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P1", - "Service_Plan_Id": "c33802dd-1b50-4b9a-8bb9-f13d2cdeadac", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "SHAREPOINTSTANDARD_EDU", - "Service_Plan_Id": "0a4983bb-d3e5-4a09-95d8-b2d0127b3df5", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1) for Education" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for faculty", - "String_Id": "STANDARDWOFFPACK_IW_FACULTY", - "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P1", - "Service_Plan_Id": "c33802dd-1b50-4b9a-8bb9-f13d2cdeadac", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "SHAREPOINTSTANDARD_EDU", - "Service_Plan_Id": "0a4983bb-d3e5-4a09-95d8-b2d0127b3df5", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1) for Education" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P1", - "Service_Plan_Id": "c33802dd-1b50-4b9a-8bb9-f13d2cdeadac", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "SHAREPOINTSTANDARD_EDU", - "Service_Plan_Id": "0a4983bb-d3e5-4a09-95d8-b2d0127b3df5", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1) for Education" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A1 Plus for students", - "String_Id": "STANDARDWOFFPACK_IW_STUDENT", - "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for EDU" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", - "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", - "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", - "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics -Premium" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Standard" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", - "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance for GCC", - "String_Id": "EQUIVIO_ANALYTICS_GOV", - "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1)", - "String_Id": "ATP_ENTERPRISE", - "GUID": "4ef96642-f096-40de-a3e9-d83fb2f90211", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 Extra File Storage for GCC", - "String_Id": "SHAREPOINTSTORAGE_GOV", - "GUID": "e5788282-6381-469f-84f0-3d7d4021d34d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_FOUNDATION_GOV" - }, - { - "Product_Display_Name": "Office 365 Extra File Storage for GCC", - "String_Id": "SHAREPOINTSTORAGE_GOV", - "GUID": "e5788282-6381-469f-84f0-3d7d4021d34d", - "Service_Plan_Name": "SHAREPOINTSTORAGE_GOV", - "Service_Plan_Id": "e5bb877f-6ac9-4461-9e43-ca581543ab16", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTORAGE_GOV" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "CDS_O365_P1", - "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P1" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E1 SKU" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "MCO_TEAMS_IW", - "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", - "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P1" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 Cloud App Security", - "String_Id": "ADALLOM_O365", - "GUID": "84d5f90f-cd0d-4864-b90b-1c7ba63b4808", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Office 365 Cloud App Security", - "String_Id": "ADALLOM_O365", - "GUID": "84d5f90f-cd0d-4864-b90b-1c7ba63b4808", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 Extra File Storage", - "String_Id": "SHAREPOINTSTORAGE", - "GUID": "99049c9c-6011-4908-bf17-15f496e6519d", - "Service_Plan_Name": "SHAREPOINTSTORAGE", - "Service_Plan_Id": "be5a7ed5-c598-4fcd-a061-5e6724c68a58", - "Service_Plans_Included_Friendly_Names": "Office 365 Extra File Storage" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "CDS_O365_P1", - "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", - "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "CDS_O365_P1", - "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "KAIZALA_O365_P2", - "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E1 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E1", - "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", - "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_1" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E1 SKU" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Office 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Standard" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3 EEA (no Teams)", - "String_Id": "O365_w/o_Teams_Bundle_E3", - "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_3" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E5)" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 36" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "SHAREPOINT_S_DEVELOPER", - "Service_Plan_Id": "a361d6e2-509e-4e25-a8ad-950060064ef4", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT FOR DEVELOPER" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "SHAREPOINTWAC_DEVELOPER", - "Service_Plan_Id": "527f7cdd-0e86-4c47-b879-f5fd357a3ac6", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE FOR DEVELOPER" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E5 SKU" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Office 365 E3 Developer", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "TEAMS_AR_DOD", - "Service_Plan_Id": "fd500458-c24c-478e-856c-a6067a8376cd", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for DOD (AR)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "TEAMS_AR_GCCHIGH", - "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh (AR)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_2" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E3)" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "MCOVOICECONF", - "Service_Plan_Id": "27216c54-caf8-4d0d-97e2-517afb5c08f6", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 3)" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 36" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "MICROSOFT Microsoft Entra RIGHTS" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Office 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P3" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P3" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Standard" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "M365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E5 SKU" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P3" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "PowerApps for Office 365 Plan 3" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams)", - "String_Id": "Office_365_w/o_Teams_Bundle_E5", - "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "CustomerLockboxA_Enterprise", - "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", - "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", - "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 F1" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "CDS_O365_F1", - "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_F1" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "FORMS_PLAN_K", - "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "KAIZALA_O365_P1", - "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 1" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "POWERAPPS_O365_S1", - "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "FLOW_O365_S1", - "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", - "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 F1" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "PROJECT_O365_F3", - "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", - "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", - "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" - }, - { - "Product_Display_Name": "Office 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "CDS_O365_F1", - "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "FORMS_PLAN_K", - "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "KAIZALA_O365_P1", - "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "PROJECT_O365_F3", - "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", - "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", - "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "VIVAENGAGE_CORE", - "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", - "Service_Plans_Included_Friendly_Names": "Viva Engage Core" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "VIVA_LEARNING_SEEDED", - "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", - "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "POWERAPPS_O365_S1", - "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "FLOW_O365_S1", - "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" - }, - { - "Product_Display_Name": "Office 365 F3 EEA (no Teams)", - "String_Id": "Office_365_F3_EEA_(no_Teams)", - "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", - "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "CDS_O365_F1", - "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "FORMS_PLAN_K_AR_GCCHIGH", - "Service_Plan_Id": "59fb5884-fdec-40bf-aa7f-89e2bae79a7a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1) for GCCHigh" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "MICROSOFT_SEARCH_GCCH", - "Service_Plan_Id": "fc9f7921-4ca5-42c6-8533-1b84c4ee496b", - "Service_Plans_Included_Friendly_Names": "Microsoft Search for Arlington" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "TEAMS_AR_GCCHIGH", - "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "POWERAPPS_O365_S1_GCCHIGH", - "Service_Plan_Id": "b9f1a92f-d4c7-477b-b64c-e23d7b4e8cf9", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3 for GCCHigh" - }, - { - "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", - "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", - "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", - "Service_Plan_Name": "FLOW_O365_S1_GCCHIGH", - "Service_Plan_Id": "1db85bca-cd60-4bf5-ae54-641e0778a532", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3 for GCCHigh" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "DYN365_CDS_O365_P1_GCC", - "Service_Plan_Id": "8eb5e9bc-783f-4425-921a-c65f45dd72c6", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1 GCC" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "CDS_O365_P1_GCC", - "Service_Plan_Id": "959e5dec-6522-4d44-8349-132c27c3795a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P1 GCC" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "EXCHANGE_S_STANDARD_GOV", - "Service_Plan_Id": "e9b4930a-925f-45e2-ac2a-3f7788ca6fdd", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1) for Government" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "FORMS_GOV_E1", - "Service_Plan_Id": "f4cba850-4f34-4fd2-a341-0fddfdce1e8f", - "Service_Plans_Included_Friendly_Names": "Forms for Government (Plan E1)" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "MYANALYTICS_P2_GOV", - "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "STREAM_O365_E1_GOV", - "Service_Plan_Id": "15267263-5986-449d-ac5c-124f3b49b2d6", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 for Government (E1)" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION_GOV", - "Service_Plan_Id": "4ccb60ee-9523-48fd-8f63-4b090f1ad77a", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365 for GCC" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "POWERAPPS_O365_P1_GOV", - "Service_Plan_Id": "c42aa49a-f357-45d5-9972-bc29df885fee", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "FLOW_O365_P1_GOV", - "Service_Plan_Id": "ad6c8870-6356-474c-901c-64d7da8cea48", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "SharePoint Plan 1G", - "Service_Plan_Id": "f9c43823-deb4-46a8-aa65-8b551f0c4f8a", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 1G" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 G1 GCC", - "String_Id": "STANDARDPACK_GOV", - "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "CDS_O365_P2_GCC", - "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MYANALYTICS_P2_GOV", - "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "FORMS_GOV_E3", - "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "PROJECT_O365_P2_GOV", - "Service_Plan_Id": "e7d09ae4-099a-4c34-a2a2-3e166e95c44a", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "STREAM_O365_E3_GOV", - "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E3)" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", - "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", - "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "FLOW_O365_P2_GOV", - "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "CDS_O365_P2_GCC", - "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "MYANALYTICS_P2_GOV", - "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "FORMS_GOV_E3", - "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "Nucleus", - "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", - "Service_Plans_Included_Friendly_Names": "Nucleus" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION_GOV", - "Service_Plan_Id": "4ccb60ee-9523-48fd-8f63-4b090f1ad77a", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365 for GCC" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "PROJECT_O365_P2_GOV", - "Service_Plan_Id": "e7d09ae4-099a-4c34-a2a2-3e166e95c44a", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "STREAM_O365_E3_GOV", - "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E3)" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", - "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", - "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", - "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", - "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", - "Service_Plan_Name": "FLOW_O365_P2_GOV", - "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "CDS_O365_P3_GCC", - "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", - "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", - "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "FORMS_GOV_E5", - "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", - "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", - "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "BI_AZURE_P_2_GOV", - "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", - "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "PROJECT_O365_P3_GOV", - "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "STREAM_O365_E5_GOV", - "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", - "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", - "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "FLOW_O365_P3_GOV", - "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "CDS_O365_P3_GCC", - "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", - "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", - "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "FORMS_GOV_E5", - "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", - "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", - "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "BI_AZURE_P_2_GOV", - "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", - "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "PROJECT_O365_P3_GOV", - "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "STREAM_O365_E5_GOV", - "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", - "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", - "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", - "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", - "Service_Plan_Name": "FLOW_O365_P3_GOV", - "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "CDS_O365_P3_GCC", - "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", - "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics � Standard" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", - "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "FORMS_GOV_E5", - "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", - "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", - "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "PROJECT_O365_P3_GOV", - "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", - "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "STREAM_O365_E5_GOV", - "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", - "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", - "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", - "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", - "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", - "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", - "Service_Plan_Name": "FLOW_O365_P3_GOV", - "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "Office 365 Midsize Business", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "EXCHANGE_S_STANDARD_MIDMARKET", - "Service_Plan_Id": "fc52cc4b-ed7d-472d-bbe7-b081c23ecc56", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE PLAN" - }, - { - "Product_Display_Name": "Office 365 Midsize Business", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "MCOSTANDARD_MIDMARKET", - "Service_Plan_Id": "b2669e95-76ef-4e7e-a367-002f60a39f3e", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2) FOR MIDSIZ" - }, - { - "Product_Display_Name": "Office 365 Midsize Business", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "Office 365 Midsize Business", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_MIDMARKET", - "Service_Plan_Id": "6b5b6a67-fc72-4a1f-a2b5-beecf05de761", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT PLAN 1" - }, - { - "Product_Display_Name": "Office 365 Midsize Business", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Office 365 Midsize Business", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Office 365 Midsize Business", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "YAMMER_MIDSIZE", - "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", - "Service_Plans_Included_Friendly_Names": "YAMMER_MIDSIZE" - }, - { - "Product_Display_Name": "Office 365 Small Business", - "String_Id": "LITEPACK", - "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", - "Service_Plan_Name": "EXCHANGE_L_STANDARD", - "Service_Plan_Id": "d42bdbd6-c335-4231-ab3d-c8f348d5aff5", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (P1)" - }, - { - "Product_Display_Name": "Office 365 Small Business", - "String_Id": "LITEPACK", - "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", - "Service_Plan_Name": "MCOLITE", - "Service_Plan_Id": "70710b6b-3ab4-4a38-9f6d-9f169461650a", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN P1)" - }, - { - "Product_Display_Name": "Office 365 Small Business", - "String_Id": "LITEPACK", - "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", - "Service_Plan_Name": "SHAREPOINTLITE", - "Service_Plan_Id": "a1f3d0a8-84c0-4ae0-bae4-685917b8ab48", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTLITE" - }, - { - "Product_Display_Name": "Office 365 Small Business", - "String_Id": "LITEPACK", - "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Office 365 Small Business Premium", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "EXCHANGE_L_STANDARD", - "Service_Plan_Id": "d42bdbd6-c335-4231-ab3d-c8f348d5aff5", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (P1)" - }, - { - "Product_Display_Name": "Office 365 Small Business Premium", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "MCOLITE", - "Service_Plan_Id": "70710b6b-3ab4-4a38-9f6d-9f169461650a", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN P1)" - }, - { - "Product_Display_Name": "Office 365 Small Business Premium", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "OFFICE_PRO_PLUS_SUBSCRIPTION_SMBIZ", - "Service_Plan_Id": "8ca59559-e2ca-470b-b7dd-afd8c0dee963", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 SMALL BUSINESS SUBSCRIPTION" - }, - { - "Product_Display_Name": "Office 365 Small Business Premium", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "SHAREPOINTLITE", - "Service_Plan_Id": "a1f3d0a8-84c0-4ae0-bae4-685917b8ab48", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTLITE" - }, - { - "Product_Display_Name": "Office 365 Small Business Premium", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", - "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", - "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", - "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", - "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" - }, - { - "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", - "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", - "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", - "Service_Plan_Name": "FLOW_FOR_PROJECT_GCC", - "Service_Plan_Id": "7251de8f-ecfb-481e-bcff-4af4f1a4573c", - "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" - }, - { - "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", - "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", - "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", - "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", - "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION_GOV", - "Service_Plan_Id": "4ccb60ee-9523-48fd-8f63-4b090f1ad77a", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365 for GCC" - }, - { - "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", - "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", - "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", - "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", - "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", - "Service_Plan_Name": "PROJECT_PROFESSIONAL_FOR_GOV", - "Service_Plan_Id": "49c7bc16-7004-4df6-8cd5-4ec48b7e9ea0", - "Service_Plans_Included_Friendly_Names": "Project P3 for GOV" - }, - { - "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", - "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", - "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", - "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", - "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", - "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", - "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", - "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" - }, - { - "Product_Display_Name": "OneDrive for Business (Plan 1)", - "String_Id": "WACONEDRIVESTANDARD", - "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "OneDrive for Business (Plan 1)", - "String_Id": "WACONEDRIVESTANDARD", - "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" - }, - { - "Product_Display_Name": "OneDrive for Business (Plan 1)", - "String_Id": "WACONEDRIVESTANDARD", - "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "OneDrive for Business (Plan 1)", - "String_Id": "WACONEDRIVESTANDARD", - "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "OneDrive for Business (Plan 2)", - "String_Id": "WACONEDRIVEENTERPRISE", - "GUID": "ed01faf2-1d88-4947-ae91-45ca18703a96", - "Service_Plan_Name": "ONEDRIVEENTERPRISE", - "Service_Plan_Id": "afcafa6a-d966-4462-918c-ec0b4e0fe642", - "Service_Plans_Included_Friendly_Names": "ONEDRIVEENTERPRISE" - }, - { - "Product_Display_Name": "OneDrive for Business (Plan 2)", - "String_Id": "WACONEDRIVEENTERPRISE", - "GUID": "ed01faf2-1d88-4947-ae91-45ca18703a96", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", - "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "CDSAICAPACITY_PERAPP", - "Service_Plan_Id": "5d7a2e9a-4ee5-4f1c-bc9f-abc481bf39d8", - "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per App add-on" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "DYN365_CDS_P1_GOV", - "Service_Plan_Id": "ce361df2-f2a5-4713-953f-4050ba09aad8", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "DYN365_CDS_P2_GOV", - "Service_Plan_Id": "37396c73-2203-48e6-8be1-d882dae53275", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_GCC_P5", - "Service_Plan_Id": "684a2229-5c57-43ab-b69f-f86fe8997358", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project P5 for GCC" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", - "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", - "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "CDSAICAPACITY_PERUSER", - "Service_Plan_Id": "91f50f7b-2204-4803-acac-5cf5668b8b39", - "Service_Plans_Included_Friendly_Names": "DO NOT USE - AI Builder capacity Per User add-on" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "POWERAPPS_O365_S1_GOV", - "Service_Plan_Id": "49f06c3d-da7d-4fa0-bcce-1458fdd18a59", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "POWERAPPS_O365_P1_GOV", - "Service_Plan_Id": "c42aa49a-f357-45d5-9972-bc29df885fee", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", - "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", - "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "FLOW_DYN_APPS_GOV", - "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "FLOW_DYN_TEAM_GOV", - "Service_Plan_Id": "47bdde6a-959f-4c7f-8d59-3243e34f1cb3", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Team Members for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "FLOW_O365_S1_GOV", - "Service_Plan_Id": "5d32692e-5b24-4a59-a77e-b2a8650e25c1", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "FLOW_O365_P1_GOV", - "Service_Plan_Id": "ad6c8870-6356-474c-901c-64d7da8cea48", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "FLOW_O365_P2_GOV", - "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "FLOW_O365_P3_GOV", - "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "FLOW_DYN_P2_GOV", - "Service_Plan_Id": "06879193-37cc-4976-8991-f8165c994ce7", - "Service_Plans_Included_Friendly_Names": "Power Automate P2 for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", - "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "POWERAPPS_DYN_TEAM_GOV", - "Service_Plan_Id": "63efc247-5f28-43e3-a2f8-00c183e3f1db", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 Team Members for Government" - }, - { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", - "String_Id": "POWERFLOWGCC_TEST", - "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", - "Service_Plan_Name": "POWERAPPS_DYN_P2_GOV", - "Service_Plan_Id": "51729bb5-7564-4927-8df8-9f5b12279cf3", - "Service_Plans_Included_Friendly_Names": "PowerApps Plan 2 for Dynamics 365 for Government" - }, - { - "Product_Display_Name": "Power Apps and Logic Flows", - "String_Id": "POWERAPPS_INDIVIDUAL_USER", - "GUID": "87bbbc60-4754-4998-8c88-227dca264858", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Power Apps and Logic Flows", - "String_Id": "POWERAPPS_INDIVIDUAL_USER", - "GUID": "87bbbc60-4754-4998-8c88-227dca264858", - "Service_Plan_Name": "POWERFLOWSFREE", - "Service_Plan_Id": "0b4346bb-8dc3-4079-9dfc-513696f56039", - "Service_Plans_Included_Friendly_Names": "LOGIC FLOWS" - }, - { - "Product_Display_Name": "Power Apps and Logic Flows", - "String_Id": "POWERAPPS_INDIVIDUAL_USER", - "GUID": "87bbbc60-4754-4998-8c88-227dca264858", - "Service_Plan_Name": "POWERVIDEOSFREE", - "Service_Plan_Id": "2c4ec2dc-c62d-4167-a966-52a3e6374015", - "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER VIDEOS BASIC" - }, - { - "Product_Display_Name": "Power Apps and Logic Flows", - "String_Id": "POWERAPPS_INDIVIDUAL_USER", - "GUID": "87bbbc60-4754-4998-8c88-227dca264858", - "Service_Plan_Name": "POWERAPPSFREE", - "Service_Plan_Id": "e61a2945-1d4e-4523-b6e7-30ba39d20f32", - "Service_Plans_Included_Friendly_Names": "MICROSOFT POWERAPPS" - }, - { - "Product_Display_Name": "PowerApps per app baseline access", - "String_Id": "POWERAPPS_PER_APP_IW", - "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", - "Service_Plan_Name": "CDS_PER_APP_IWTRIAL", - "Service_Plan_Id": "94a669d1-84d5-4e54-8462-53b0ae2c8be5", - "Service_Plans_Included_Friendly_Names": "CDS Per app baseline access" - }, - { - "Product_Display_Name": "PowerApps per app baseline access", - "String_Id": "POWERAPPS_PER_APP_IW", - "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", - "Service_Plan_Name": "Flow_Per_APP_IWTRIAL", - "Service_Plan_Id": "dd14867e-8d31-4779-a595-304405f5ad39", - "Service_Plans_Included_Friendly_Names": "Flow per app baseline access" - }, - { - "Product_Display_Name": "PowerApps per app baseline access", - "String_Id": "POWERAPPS_PER_APP_IW", - "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", - "Service_Plan_Name": "POWERAPPS_PER_APP_IWTRIAL", - "Service_Plan_Id": "35122886-cef5-44a3-ab36-97134eabd9ba", - "Service_Plans_Included_Friendly_Names": "PowerApps per app baseline access" - }, - { - "Product_Display_Name": "Power Apps Per App BD Only for GCC", - "String_Id": "POWERAPPS_PER_APP_BD_ONLY_GCC", - "GUID": "cdc8d0fc-fd16-4954-aae6-ed89a99f5620", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Apps Per App BD Only for GCC", - "String_Id": "POWERAPPS_PER_APP_BD_ONLY_GCC", - "GUID": "cdc8d0fc-fd16-4954-aae6-ed89a99f5620", - "Service_Plan_Name": "CDS_ POWERAPPS_PER_APP_CUSTOM_GCC", - "Service_Plan_Id": "ee493f70-a3b3-4204-9511-e3f6083b8df3", - "Service_Plans_Included_Friendly_Names": "CDS Power Apps Per App Custom GCC" - }, - { - "Product_Display_Name": "Power Apps Per App BD Only for GCC", - "String_Id": "POWERAPPS_PER_APP_BD_ONLY_GCC", - "GUID": "cdc8d0fc-fd16-4954-aae6-ed89a99f5620", - "Service_Plan_Name": "POWERAPPS_PER_APP_GCC", - "Service_Plan_Id": "be6e5cba-3661-424c-b79a-6d95fa1d849a", - "Service_Plans_Included_Friendly_Names": "Power Apps per App Plan for Government" - }, - { - "Product_Display_Name": "Power Apps Per App BD Only for GCC", - "String_Id": "POWERAPPS_PER_APP_BD_ONLY_GCC", - "GUID": "cdc8d0fc-fd16-4954-aae6-ed89a99f5620", - "Service_Plan_Name": "Flow_Per_APP_GCC", - "Service_Plan_Id": "8e2c2c3d-07f6-4da7-86a9-e78cc8c2c8b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan for Government" - }, - { - "Product_Display_Name": "Power Apps per app plan", - "String_Id": "POWERAPPS_PER_APP", - "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", - "Service_Plan_Name": "CDS_PER_APP", - "Service_Plan_Id": "9f2f00ad-21ae-4ceb-994b-d8bc7be90999", - "Service_Plans_Included_Friendly_Names": "CDS PowerApps per app plan" - }, - { - "Product_Display_Name": "Power Apps per app plan", - "String_Id": "POWERAPPS_PER_APP", - "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps per app plan", - "String_Id": "POWERAPPS_PER_APP", - "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", - "Service_Plan_Name": "POWERAPPS_PER_APP", - "Service_Plan_Id": "b4f657ff-d83e-4053-909d-baa2b595ec97", - "Service_Plans_Included_Friendly_Names": "Power Apps per App Plan" - }, - { - "Product_Display_Name": "Power Apps per app plan", - "String_Id": "POWERAPPS_PER_APP", - "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", - "Service_Plan_Name": "Flow_Per_APP", - "Service_Plan_Id": "c539fa36-a64e-479a-82e1-e40ff2aa83ee", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or portal)", - "String_Id": "POWERAPPS_PER_APP_NEW", - "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or portal)", - "String_Id": "POWERAPPS_PER_APP_NEW", - "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", - "Service_Plan_Name": "CDSAICAPACITY_PERAPP", - "Service_Plan_Id": "5d7a2e9a-4ee5-4f1c-bc9f-abc481bf39d8", - "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per App add-on" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or portal)", - "String_Id": "POWERAPPS_PER_APP_NEW", - "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", - "Service_Plan_Name": "DATAVERSE_POWERAPPS_PER_APP_NEW", - "Service_Plan_Id": "6f0e9100-ff66-41ce-96fc-3d8b7ad26887", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Apps per app" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or portal)", - "String_Id": "POWERAPPS_PER_APP_NEW", - "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", - "Service_Plan_Name": "POWERAPPS_PER_APP_NEW", - "Service_Plan_Id": "14f8dac2-0784-4daa-9cb2-6d670b088d64", - "Service_Plans_Included_Friendly_Names": "Power Apps per app" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or portal)", - "String_Id": "POWERAPPS_PER_APP_NEW", - "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", - "Service_Plan_Name": "Flow_Per_APP", - "Service_Plan_Id": "c539fa36-a64e-479a-82e1-e40ff2aa83ee", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) BD Only - GCC", - "String_Id": "Power_Apps_per_app_plan_(1_app_or_portal)_BD_Only_GCC", - "GUID": "816ee058-f70c-42ad-b433-d6171984ea20", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) BD Only - GCC", - "String_Id": "Power_Apps_per_app_plan_(1_app_or_portal)_BD_Only_GCC", - "GUID": "816ee058-f70c-42ad-b433-d6171984ea20", - "Service_Plan_Name": "CDS_ POWERAPPS_PER_APP_CUSTOM_NEW", - "Service_Plan_Id": "c2da6658-f89d-49f2-9508-40431dee115b", - "Service_Plans_Included_Friendly_Names": "CDS Power Apps Per App Custom New" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) BD Only - GCC", - "String_Id": "Power_Apps_per_app_plan_(1_app_or_portal)_BD_Only_GCC", - "GUID": "816ee058-f70c-42ad-b433-d6171984ea20", - "Service_Plan_Name": "POWERAPPS_PER_APP_GCC_NEW", - "Service_Plan_Id": "70091fc8-1836-470f-a386-f4e6639cb04e", - "Service_Plans_Included_Friendly_Names": "Power Apps per app for GCC" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) BD Only - GCC", - "String_Id": "Power_Apps_per_app_plan_(1_app_or_portal)_BD_Only_GCC", - "GUID": "816ee058-f70c-42ad-b433-d6171984ea20", - "Service_Plan_Name": "Flow_Per_APP_GCC", - "Service_Plan_Id": "8e2c2c3d-07f6-4da7-86a9-e78cc8c2c8b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan for Government" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", - "String_Id": "POWERAPPS_PER_APP_GCC_NEW", - "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", - "String_Id": "POWERAPPS_PER_APP_GCC_NEW", - "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", - "Service_Plan_Name": "CDSAICAPACITY_PERAPP", - "Service_Plan_Id": "5d7a2e9a-4ee5-4f1c-bc9f-abc481bf39d8", - "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per App add-on" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", - "String_Id": "POWERAPPS_PER_APP_GCC_NEW", - "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", - "Service_Plan_Name": "DATAVERSE_POWERAPPS_PER_APP_NEW", - "Service_Plan_Id": "6f0e9100-ff66-41ce-96fc-3d8b7ad26887", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Apps per app" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", - "String_Id": "POWERAPPS_PER_APP_GCC_NEW", - "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", - "Service_Plan_Name": "POWERAPPS_PER_APP_GCC_NEW", - "Service_Plan_Id": "70091fc8-1836-470f-a386-f4e6639cb04e", - "Service_Plans_Included_Friendly_Names": "Power Apps per app for GCC" - }, - { - "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", - "String_Id": "POWERAPPS_PER_APP_GCC_NEW", - "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", - "Service_Plan_Name": "Flow_Per_APP_GCC", - "Service_Plan_Id": "8e2c2c3d-07f6-4da7-86a9-e78cc8c2c8b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan for Government" - }, - { - "Product_Display_Name": "Power Apps per app plan for Government", - "String_Id": "POWERAPPS_PER_APP_GCC", - "GUID": "8623b2d7-5e24-4281-b6b7-086a5f3b0b1c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Apps per app plan for Government", - "String_Id": "POWERAPPS_PER_APP_GCC", - "GUID": "8623b2d7-5e24-4281-b6b7-086a5f3b0b1c", - "Service_Plan_Name": "CDS_PER_APP_GCC", - "Service_Plan_Id": "d7f9c9bc-0a28-4da4-b5f1-731acb27a3e4", - "Service_Plans_Included_Friendly_Names": "CDS PowerApps per app plan for GCC" - }, - { - "Product_Display_Name": "Power Apps per app plan for Government", - "String_Id": "POWERAPPS_PER_APP_GCC", - "GUID": "8623b2d7-5e24-4281-b6b7-086a5f3b0b1c", - "Service_Plan_Name": "POWERAPPS_PER_APP_GCC", - "Service_Plan_Id": "be6e5cba-3661-424c-b79a-6d95fa1d849a", - "Service_Plans_Included_Friendly_Names": "Power Apps per App Plan for Government" - }, - { - "Product_Display_Name": "Power Apps per app plan for Government", - "String_Id": "POWERAPPS_PER_APP_GCC", - "GUID": "8623b2d7-5e24-4281-b6b7-086a5f3b0b1c", - "Service_Plan_Name": "Flow_Per_APP_GCC", - "Service_Plan_Id": "8e2c2c3d-07f6-4da7-86a9-e78cc8c2c8b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan for Government" - }, - { - "Product_Display_Name": "Power Apps per user plan", - "String_Id": "POWERAPPS_PER_USER", - "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Power Apps per user plan", - "String_Id": "POWERAPPS_PER_USER", - "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps per user plan", - "String_Id": "POWERAPPS_PER_USER", - "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "POWERAPPS_PER_USER", - "Service_Plan_Id": "ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86", - "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan" - }, - { - "Product_Display_Name": "Power Apps per user plan", - "String_Id": "POWERAPPS_PER_USER", - "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "Flow_PowerApps_PerUser", - "Service_Plan_Id": "dc789ed8-0170-4b65-a415-eb77d5bb350a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan" - }, - { - "Product_Display_Name": "Power Apps per user plan for Government", - "String_Id": "POWERAPPS_PER_USER_GCC", - "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", - "Service_Plan_Name": "CDSAICAPACITY_PERUSER", - "Service_Plan_Id": "91f50f7b-2204-4803-acac-5cf5668b8b39", - "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per User add-on" - }, - { - "Product_Display_Name": "Power Apps per user plan for Government", - "String_Id": "POWERAPPS_PER_USER_GCC", - "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", - "Service_Plan_Name": "CDSAICAPACITY_PERUSER_NEW", - "Service_Plan_Id": "74d93933-6f22-436e-9441-66d205435abb", - "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per User add-on" - }, - { - "Product_Display_Name": "Power Apps per user plan for Government", - "String_Id": "POWERAPPS_PER_USER_GCC", - "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", - "Service_Plan_Name": "DYN365_CDS_P2_GOV", - "Service_Plan_Id": "37396c73-2203-48e6-8be1-d882dae53275", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" - }, - { - "Product_Display_Name": "Power Apps per user plan for Government", - "String_Id": "POWERAPPS_PER_USER_GCC", - "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Apps per user plan for Government", - "String_Id": "POWERAPPS_PER_USER_GCC", - "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", - "Service_Plan_Name": "POWERAPPS_PER_USER_GCC", - "Service_Plan_Id": "8f55b472-f8bf-40a9-be30-e29919d4ddfe", - "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan for Government" - }, - { - "Product_Display_Name": "Power Apps per user plan for Government", - "String_Id": "POWERAPPS_PER_USER_GCC", - "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", - "Service_Plan_Name": "Flow_PowerApps_PerUser_GCC", - "Service_Plan_Id": "8e3eb3bd-bc99-4221-81b8-8b8bc882e128", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan for GCC" - }, - { - "Product_Display_Name": "PowerApps Plan 1 for Government", - "String_Id": "POWERAPPS_P1_GOV", - "GUID": "eca22b68-b31f-4e9c-a20c-4d40287bc5dd", - "Service_Plan_Name": "DYN365_CDS_P1_GOV", - "Service_Plan_Id": "ce361df2-f2a5-4713-953f-4050ba09aad8", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" - }, - { - "Product_Display_Name": "PowerApps Plan 1 for Government", - "String_Id": "POWERAPPS_P1_GOV", - "GUID": "eca22b68-b31f-4e9c-a20c-4d40287bc5dd", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "PowerApps Plan 1 for Government", - "String_Id": "POWERAPPS_P1_GOV", - "GUID": "eca22b68-b31f-4e9c-a20c-4d40287bc5dd", - "Service_Plan_Name": "FLOW_P1_GOV", - "Service_Plan_Id": "774da41c-a8b3-47c1-8322-b9c1ab68be9f", - "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 1) for Government" - }, - { - "Product_Display_Name": "PowerApps Plan 1 for Government", - "String_Id": "POWERAPPS_P1_GOV", - "GUID": "eca22b68-b31f-4e9c-a20c-4d40287bc5dd", - "Service_Plan_Name": "POWERAPPS_P1_GOV", - "Service_Plan_Id": "5ce719f1-169f-4021-8a64-7d24dcaec15f", - "Service_Plans_Included_Friendly_Names": "PowerApps Plan 1 for Government" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min)", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T2", - "GUID": "57f3babd-73ce-40de-bcb2-dadbfbfff9f7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min)", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T2", - "GUID": "57f3babd-73ce-40de-bcb2-dadbfbfff9f7", - "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_LOGIN", - "Service_Plan_Id": "32ad3a4e-2272-43b4-88d0-80d284258208", - "Service_Plans_Included_Friendly_Names": "Common Data Service Power Apps Portals Login Capacity" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min)", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T2", - "GUID": "57f3babd-73ce-40de-bcb2-dadbfbfff9f7", - "Service_Plan_Name": "POWERAPPS_PORTALS_LOGIN", - "Service_Plan_Id": "084747ad-b095-4a57-b41f-061d84d69f6f", - "Service_Plans_Included_Friendly_Names": "Power Apps Portals Login Capacity Add-On" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min) for Government", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T2_GCC", - "GUID": "26c903d5-d385-4cb1-b650-8d81a643b3c4", - "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_LOGIN_GCC", - "Service_Plan_Id": "0f7b9a29-7990-44ff-9d05-a76be778f410", - "Service_Plans_Included_Friendly_Names": "Common Data Service Power Apps Portals Login Capacity for GCC" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min) for Government", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T2_GCC", - "GUID": "26c903d5-d385-4cb1-b650-8d81a643b3c4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min) for Government", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T2_GCC", - "GUID": "26c903d5-d385-4cb1-b650-8d81a643b3c4", - "Service_Plan_Name": "POWERAPPS_PORTALS_LOGIN_GCC", - "Service_Plan_Id": "bea6aef1-f52d-4cce-ae09-bed96c4b1811", - "Service_Plans_Included_Friendly_Names": "Power Apps Portals Login Capacity Add-On for Government" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 3 (50 unit min)", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T3", - "GUID": "927d8402-8d3b-40e8-b779-34e859f7b497", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 3 (50 unit min)", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T3", - "GUID": "927d8402-8d3b-40e8-b779-34e859f7b497", - "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_LOGIN", - "Service_Plan_Id": "32ad3a4e-2272-43b4-88d0-80d284258208", - "Service_Plans_Included_Friendly_Names": "Common Data Service Power Apps Portals Login Capacity" - }, - { - "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 3 (50 unit min)", - "String_Id": "POWERAPPS_PORTALS_LOGIN_T3", - "GUID": "927d8402-8d3b-40e8-b779-34e859f7b497", - "Service_Plan_Name": "POWERAPPS_PORTALS_LOGIN", - "Service_Plan_Id": "084747ad-b095-4a57-b41f-061d84d69f6f", - "Service_Plans_Included_Friendly_Names": "Power Apps Portals Login Capacity Add-On" - }, - { - "Product_Display_Name": "Power Apps Portals page view capacity add-on", - "String_Id": "POWERAPPS_PORTALS_PAGEVIEW", - "GUID": "a0de5e3a-2500-4a19-b8f4-ec1c64692d22", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps Portals page view capacity add-on", - "String_Id": "POWERAPPS_PORTALS_PAGEVIEW", - "GUID": "a0de5e3a-2500-4a19-b8f4-ec1c64692d22", - "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_PAGEVIEW", - "Service_Plan_Id": "72c30473-7845-460a-9feb-b58f216e8694", - "Service_Plans_Included_Friendly_Names": "CDS PowerApps Portals page view capacity add-on" - }, - { - "Product_Display_Name": "Power Apps Portals page view capacity add-on", - "String_Id": "POWERAPPS_PORTALS_PAGEVIEW", - "GUID": "a0de5e3a-2500-4a19-b8f4-ec1c64692d22", - "Service_Plan_Name": "POWERAPPS_PORTALS_PAGEVIEW", - "Service_Plan_Id": "1c5a559a-ec06-4f76-be5b-6a315418495f", - "Service_Plans_Included_Friendly_Names": "Power Apps Portals Page View Capacity Add-On" - }, - { - "Product_Display_Name": "Power Apps Portals page view capacity add-on for Government", - "String_Id": "POWERAPPS_PORTALS_PAGEVIEW_GCC", - "GUID": "15a64d3e-5b99-4c4b-ae8f-aa6da264bfe7", - "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_PAGEVIEW_GCC", - "Service_Plan_Id": "352257a9-db78-4217-a29d-8b8d4705b014", - "Service_Plans_Included_Friendly_Names": "CDS PowerApps Portals page view capacity add-on for GCC" - }, - { - "Product_Display_Name": "Power Apps Portals page view capacity add-on for Government", - "String_Id": "POWERAPPS_PORTALS_PAGEVIEW_GCC", - "GUID": "15a64d3e-5b99-4c4b-ae8f-aa6da264bfe7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Apps Portals page view capacity add-on for Government", - "String_Id": "POWERAPPS_PORTALS_PAGEVIEW_GCC", - "GUID": "15a64d3e-5b99-4c4b-ae8f-aa6da264bfe7", - "Service_Plan_Name": "POWERAPPS_PORTALS_PAGEVIEW_GCC", - "Service_Plan_Id": "483d5646-7724-46ac-ad71-c78b7f099d8d", - "Service_Plans_Included_Friendly_Names": "Power Apps Portals Page View Capacity Add-On for Government" - }, - { - "Product_Display_Name": "Power Automate per flow plan", - "String_Id": "FLOW_BUSINESS_PROCESS", - "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", - "Service_Plan_Name": "CDS_Flow_Business_Process", - "Service_Plan_Id": "c84e52ae-1906-4947-ac4d-6fb3e5bf7c2e", - "Service_Plans_Included_Friendly_Names": "Common data service for Flow per business process plan" - }, - { - "Product_Display_Name": "Power Automate per flow plan", - "String_Id": "FLOW_BUSINESS_PROCESS", - "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate per flow plan", - "String_Id": "FLOW_BUSINESS_PROCESS", - "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", - "Service_Plan_Name": "FLOW_BUSINESS_PROCESS", - "Service_Plan_Id": "7e017b61-a6e0-4bdc-861a-932846591f6e", - "Service_Plans_Included_Friendly_Names": "Flow per business process plan" - }, - { - "Product_Display_Name": "Power Automate per flow plan for Government", - "String_Id": "FLOW_BUSINESS_PROCESS_GCC", - "GUID": "d9de51e5-d8cd-45bb-8da3-1d55e28c52e6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Automate per flow plan for Government", - "String_Id": "FLOW_BUSINESS_PROCESS_GCC", - "GUID": "d9de51e5-d8cd-45bb-8da3-1d55e28c52e6", - "Service_Plan_Name": "CDS_Flow_Business_Process_GCC", - "Service_Plan_Id": "54b61386-c818-4634-8400-61c9e8f6acd3", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Power Automate per Business Process Plan for GCC" - }, - { - "Product_Display_Name": "Power Automate per flow plan for Government", - "String_Id": "FLOW_BUSINESS_PROCESS_GCC", - "GUID": "d9de51e5-d8cd-45bb-8da3-1d55e28c52e6", - "Service_Plan_Name": "FLOW_BUSINESS_PROCESS_GCC", - "Service_Plan_Id": "cb83e771-a077-4a73-9201-d955585b29fa", - "Service_Plans_Included_Friendly_Names": "Power Automate per Business Process Plan for Government" - }, - { - "Product_Display_Name": "Power Automate per user plan", - "String_Id": "FLOW_PER_USER", - "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Power Automate per user plan", - "String_Id": "FLOW_PER_USER", - "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate per user plan", - "String_Id": "FLOW_PER_USER", - "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", - "Service_Plan_Name": "FLOW_PER_USER", - "Service_Plan_Id": "c5002c70-f725-4367-b409-f0eff4fee6c0", - "Service_Plans_Included_Friendly_Names": "Flow per user plan" - }, - { - "Product_Display_Name": "Power Automate per user plan dept", - "String_Id": "FLOW_PER_USER_DEPT", - "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Power Automate per user plan dept", - "String_Id": "FLOW_PER_USER_DEPT", - "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate per user plan dept", - "String_Id": "FLOW_PER_USER_DEPT", - "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", - "Service_Plan_Name": "FLOW_PER_USER", - "Service_Plan_Id": "c5002c70-f725-4367-b409-f0eff4fee6c0", - "Service_Plans_Included_Friendly_Names": "Flow per user plan" - }, - { - "Product_Display_Name": "Power Automate per user plan for Government", - "String_Id": "FLOW_PER_USER_GCC", - "GUID": "c8803586-c136-479a-8ff3-f5f32d23a68e", - "Service_Plan_Name": "DYN365_CDS_P2_GOV", - "Service_Plan_Id": "37396c73-2203-48e6-8be1-d882dae53275", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" - }, - { - "Product_Display_Name": "Power Automate per user plan for Government", - "String_Id": "FLOW_PER_USER_GCC", - "GUID": "c8803586-c136-479a-8ff3-f5f32d23a68e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Automate per user plan for Government", - "String_Id": "FLOW_PER_USER_GCC", - "GUID": "c8803586-c136-479a-8ff3-f5f32d23a68e", - "Service_Plan_Name": "FLOW_PER_USER_GCC", - "Service_Plan_Id": "769b8bee-2779-4c5a-9456-6f4f8629fd41", - "Service_Plans_Included_Friendly_Names": "Power Automate per User Plan for Government" - }, - { - "Product_Display_Name": "Power Automate per user with attended RPA plan", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA", - "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", - "Service_Plan_Name": "CDS_ATTENDED_RPA", - "Service_Plan_Id": "3da2fd4c-1bee-4b61-a17f-94c31e5cab93", - "Service_Plans_Included_Friendly_Names": "Common Data Service Attended RPA" - }, - { - "Product_Display_Name": "Power Automate per user with attended RPA plan", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA", - "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate per user with attended RPA plan", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA", - "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", - "Service_Plan_Name": "POWER_AUTOMATE_ATTENDED_RPA", - "Service_Plan_Id": "375cd0ad-c407-49fd-866a-0bff4f8a9a4d", - "Service_Plans_Included_Friendly_Names": "Power Automate RPA Attended" - }, - { - "Product_Display_Name": "Power Automate Premium for Government", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA_GCC", - "GUID": "d3987516-4b53-4dc0-8335-411260bf5626", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Automate Premium for Government", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA_GCC", - "GUID": "d3987516-4b53-4dc0-8335-411260bf5626", - "Service_Plan_Name": "CDS_ATTENDED_RPA_GCC", - "Service_Plan_Id": "4802707d-47e1-45dc-82c5-b6981f0fb38c", - "Service_Plans_Included_Friendly_Names": "Common Data Service Attended RPA for Government" - }, - { - "Product_Display_Name": "Power Automate Premium for Government", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA_GCC", - "GUID": "d3987516-4b53-4dc0-8335-411260bf5626", - "Service_Plan_Name": "POWER_AUTOMATE_ATTENDED_RPA_GCC", - "Service_Plan_Id": "fb613c67-1a58-4645-a8df-21e95a37d433", - "Service_Plans_Included_Friendly_Names": "Power Automate Attended RPA for Government" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", - "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", - "Service_Plan_Name": "CDS_UNATTENDED_RPA", - "Service_Plan_Id": "b475952f-128a-4a44-b82a-0b98a45ca7fb", - "Service_Plans_Included_Friendly_Names": "Common Data Service Unattended RPA" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", - "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", - "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", - "Service_Plan_Name": "POWER_AUTOMATE_UNATTENDED_RPA", - "Service_Plan_Id": "0d373a98-a27a-426f-8993-f9a425ae99c5", - "Service_Plans_Included_Friendly_Names": "Power Automate Unattended RPA add-on" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on for Government", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA_GCC", - "GUID": "086e9b70-4720-4442-ab6d-3ef32bfb4721", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on for Government", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA_GCC", - "GUID": "086e9b70-4720-4442-ab6d-3ef32bfb4721", - "Service_Plan_Name": "CDS_UNATTENDED_RPA_GCC", - "Service_Plan_Id": "5141c408-df3d-456a-9878-a65119b0a750", - "Service_Plans_Included_Friendly_Names": "Common Data Service Unattended RPA for Government" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on for Government", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA_GCC", - "GUID": "086e9b70-4720-4442-ab6d-3ef32bfb4721", - "Service_Plan_Name": "POWER_AUTOMATE_UNATTENDED_RPA_GCC", - "Service_Plan_Id": "45e63e9f-6dd9-41fd-bd41-93bfa008c537", - "Service_Plans_Included_Friendly_Names": "Power Automate Unattended RPA for Government" - }, - { - "Product_Display_Name": "Power BI", - "String_Id": "POWER_BI_INDIVIDUAL_USER", - "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI", - "String_Id": "POWER_BI_INDIVIDUAL_USER", - "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", - "Service_Plan_Name": "SQL_IS_SSIM", - "Service_Plan_Id": "fc0a60aa-feee-4746-a0e3-aecfe81a38dd", - "Service_Plans_Included_Friendly_Names": "Microsoft Power BI Information Services Plan 1" - }, - { - "Product_Display_Name": "Power BI", - "String_Id": "POWER_BI_INDIVIDUAL_USER", - "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", - "Service_Plan_Name": "BI_AZURE_P1", - "Service_Plan_Id": "2125cfd7-2110-4567-83c4-c1cd5275163d", - "Service_Plans_Included_Friendly_Names": "Microsoft Power BI Reporting and Analytics Plan 1" - }, - { - "Product_Display_Name": "Power BI for Office 365 Add-On", - "String_Id": "POWER_BI_ADDON", - "GUID": "45bc2c81-6072-436a-9b0b-3b12eefbc402", - "Service_Plan_Name": "BI_AZURE_P1", - "Service_Plan_Id": "2125cfd7-2110-4567-83c4-c1cd5275163d", - "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER BI REPORTING AND ANALYTICS PLAN 1" - }, - { - "Product_Display_Name": "Power BI for Office 365 Add-On", - "String_Id": "POWER_BI_ADDON", - "GUID": "45bc2c81-6072-436a-9b0b-3b12eefbc402", - "Service_Plan_Name": "SQL_IS_SSIM", - "Service_Plan_Id": "fc0a60aa-feee-4746-a0e3-aecfe81a38dd", - "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER BI INFORMATION SERVICES PLAN" - }, - { - "Product_Display_Name": "Power BI Premium P1", - "String_Id": "PBI_PREMIUM_P1_ADDON", - "GUID": "7b26f5ab-a763-4c00-a1ac-f6c4b5506945", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Premium P1", - "String_Id": "PBI_PREMIUM_P1_ADDON", - "GUID": "7b26f5ab-a763-4c00-a1ac-f6c4b5506945", - "Service_Plan_Name": "PBI_PREMIUM_P1_ADDON", - "Service_Plan_Id": "9da49a6d-707a-48a1-b44a-53dcde5267f8", - "Service_Plans_Included_Friendly_Names": "Power BI Premium P" - }, - { - "Product_Display_Name": "Power BI Premium P1 GCC", - "String_Id": "PBI_PREMIUM_P1_ADDON_GCC", - "GUID": "f59b22a0-9819-48bf-b01d-715ef2b31027", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power BI Premium P1 GCC", - "String_Id": "PBI_PREMIUM_P1_ADDON_GCC", - "GUID": "f59b22a0-9819-48bf-b01d-715ef2b31027", - "Service_Plan_Name": "PBI_PREMIUM_P1_ADDON_GCC", - "Service_Plan_Id": "30df3dbd-5bf6-4d74-9417-cccc096595e4", - "Service_Plans_Included_Friendly_Names": "Power BI Premium P1 for GCC" - }, - { - "Product_Display_Name": "Power BI Premium Per User", - "String_Id": "PBI_PREMIUM_PER_USER", - "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Premium Per User", - "String_Id": "PBI_PREMIUM_PER_USER", - "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", - "Service_Plan_Name": "BI_AZURE_P3", - "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" - }, - { - "Product_Display_Name": "Power BI Premium Per User", - "String_Id": "PBI_PREMIUM_PER_USER", - "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Premium Per User Add-On", - "String_Id": "PBI_PREMIUM_PER_USER_ADDON", - "GUID": "de376a03-6e5b-42ec-855f-093fb50b8ca5", - "Service_Plan_Name": "BI_AZURE_P3", - "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" - }, - { - "Product_Display_Name": "Power BI Premium Per User Add-On for GCC", - "String_Id": "PBI_PREMIUM_PER_USER_ADDON_CE_GCC", - "GUID": "66024bbf-4cd4-4329-95c8-c932e2ae01a8", - "Service_Plan_Name": "BI_AZURE_P3_GOV", - "Service_Plan_Id": "32d15238-9a8c-46da-af3f-21fc5351d365", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User for Government" - }, - { - "Product_Display_Name": "Power BI Premium Per User Add-On for GCC", - "String_Id": "PBI_PREMIUM_PER_USER_ADDON_GCC", - "GUID": "1b572d5e-1bf8-4b19-9259-f9eda31a6972", - "Service_Plan_Name": "BI_AZURE_P3_GOV", - "Service_Plan_Id": "32d15238-9a8c-46da-af3f-21fc5351d365", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User for Government" - }, - { - "Product_Display_Name": "Power BI Premium Per User Dept", - "String_Id": "PBI_PREMIUM_PER_USER_DEPT", - "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Premium Per User Dept", - "String_Id": "PBI_PREMIUM_PER_USER_DEPT", - "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", - "Service_Plan_Name": "BI_AZURE_P3", - "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" - }, - { - "Product_Display_Name": "Power BI Premium Per User Dept", - "String_Id": "PBI_PREMIUM_PER_USER_DEPT", - "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Premium Per User for Faculty", - "String_Id": "PBI_PREMIUM_PER_USER_FACULTY", - "GUID": "060d8061-f606-4e69-a4e7-e8fff75ea1f5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Premium Per User for Faculty", - "String_Id": "PBI_PREMIUM_PER_USER_FACULTY", - "GUID": "060d8061-f606-4e69-a4e7-e8fff75ea1f5", - "Service_Plan_Name": "BI_AZURE_P3", - "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" - }, - { - "Product_Display_Name": "Power BI Premium Per User for Faculty", - "String_Id": "PBI_PREMIUM_PER_USER_FACULTY", - "GUID": "060d8061-f606-4e69-a4e7-e8fff75ea1f5", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Premium Per User for Government", - "String_Id": "PBI_PREMIUM_PER_USER_GCC", - "GUID": "e53d92fc-778b-4a8b-83de-791240ebf88d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power BI Premium Per User for Government", - "String_Id": "PBI_PREMIUM_PER_USER_GCC", - "GUID": "e53d92fc-778b-4a8b-83de-791240ebf88d", - "Service_Plan_Name": "BI_AZURE_P3_GOV", - "Service_Plan_Id": "32d15238-9a8c-46da-af3f-21fc5351d365", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User for Government" - }, - { - "Product_Display_Name": "Power BI Premium Per User for Government", - "String_Id": "PBI_PREMIUM_PER_USER_GCC", - "GUID": "e53d92fc-778b-4a8b-83de-791240ebf88d", - "Service_Plan_Name": "BI_AZURE_P_2_GOV", - "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", - "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" - }, - { - "Product_Display_Name": "Power BI Pro", - "String_Id": "POWER_BI_PRO", - "GUID": "f8a1db68-be16-40ed-86d5-cb42ce701560", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Pro", - "String_Id": "POWER_BI_PRO", - "GUID": "f8a1db68-be16-40ed-86d5-cb42ce701560", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Pro CE", - "String_Id": "POWER_BI_PRO_CE", - "GUID": "420af87e-8177-4146-a780-3786adaffbca", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Pro CE", - "String_Id": "POWER_BI_PRO_CE", - "GUID": "420af87e-8177-4146-a780-3786adaffbca", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Pro Dept", - "String_Id": "POWER_BI_PRO_DEPT", - "GUID": "3a6a908c-09c5-406a-8170-8ebb63c42882", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Pro Dept", - "String_Id": "POWER_BI_PRO_DEPT", - "GUID": "3a6a908c-09c5-406a-8170-8ebb63c42882", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Pro for Faculty", - "String_Id": "POWER_BI_PRO_FACULTY", - "GUID": "de5f128b-46d7-4cfc-b915-a89ba060ea56", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Pro for Faculty", - "String_Id": "POWER_BI_PRO_FACULTY", - "GUID": "de5f128b-46d7-4cfc-b915-a89ba060ea56", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Pro for GCC", - "String_Id": "POWERBI_PRO_GOV", - "GUID": "f0612879-44ea-47fb-baf0-3d76d9235576", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Power BI Pro for GCC", - "String_Id": "POWERBI_PRO_GOV", - "GUID": "f0612879-44ea-47fb-baf0-3d76d9235576", - "Service_Plan_Name": "BI_AZURE_P_2_GOV", - "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", - "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack CN_CN", - "String_Id": "Power Pages authenticated users T1_CN_CN", - "GUID": "9a3c2a19-06c0-41b1-b2ea-13528d7b2e17", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack CN_CN", - "String_Id": "Power Pages authenticated users T1_CN_CN", - "GUID": "9a3c2a19-06c0-41b1-b2ea-13528d7b2e17", - "Service_Plan_Name": "PowerPages_Authenticated_User_CN", - "Service_Plan_Id": "967d9574-a076-4bb7-ab89-f41f64bc142e", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity China" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack", - "GUID": "debc9e58-f2d7-412c-a0b6-575608564228", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack", - "GUID": "debc9e58-f2d7-412c-a0b6-575608564228", - "Service_Plan_Name": "PowerPages_Authenticated_User", - "Service_Plan_Id": "0d3366f3-266e-4117-b422-7cabbc165e7c", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack", - "GUID": "debc9e58-f2d7-412c-a0b6-575608564228", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", - "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_GCC", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_GCC", - "GUID": "27cb5f12-2e3f-4997-a649-45298673e6a1", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_GCC", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_GCC", - "GUID": "27cb5f12-2e3f-4997-a649-45298673e6a1", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCC", - "Service_Plan_Id": "cdf787bd-1546-48d2-9e93-b21f9ea7067a", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCC" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_DOD", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_DOD", - "GUID": "b54f012e-69e1-43b1-87d0-666def064940", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_DOD", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_DOD", - "GUID": "b54f012e-69e1-43b1-87d0-666def064940", - "Service_Plan_Name": "PowerPages_Authenticated_User_DoD", - "Service_Plan_Id": "03300fea-7a88-45a6-b5bd-29653803c591", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity DoD" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "978ec396-f930-4ee1-85f3-e1d82e8f73a4", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "978ec396-f930-4ee1-85f3-e1d82e8f73a4", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", - "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" - }, - { - "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "978ec396-f930-4ee1-85f3-e1d82e8f73a4", - "Service_Plan_Name": "PowerPages_Authenticated_Users_GCCH", - "Service_Plan_Id": "5410f688-68f2-47a5-9b8f-7466194a806a", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site mthly capacity GCCH New" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack", - "GUID": "6fe1e61a-91e5-40d7-a547-0d2dcc81bce8", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack", - "GUID": "6fe1e61a-91e5-40d7-a547-0d2dcc81bce8", - "Service_Plan_Name": "PowerPages_Authenticated_User", - "Service_Plan_Id": "0d3366f3-266e-4117-b422-7cabbc165e7c", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack", - "GUID": "6fe1e61a-91e5-40d7-a547-0d2dcc81bce8", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", - "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_GCC", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_GCC", - "GUID": "5f43d48c-dd3d-4dd8-a059-70c2f040f979", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_GCC", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_GCC", - "GUID": "5f43d48c-dd3d-4dd8-a059-70c2f040f979", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCC", - "Service_Plan_Id": "cdf787bd-1546-48d2-9e93-b21f9ea7067a", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCC" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_DOD", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_DOD", - "GUID": "f3d55e2d-4367-44fa-952e-83d0b5dd53fc", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_DOD", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_DOD", - "GUID": "f3d55e2d-4367-44fa-952e-83d0b5dd53fc", - "Service_Plan_Name": "PowerPages_Authenticated_User_DoD", - "Service_Plan_Id": "03300fea-7a88-45a6-b5bd-29653803c591", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity DoD" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "7cae5432-61bb-48c3-b75c-831394ec13a0", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "7cae5432-61bb-48c3-b75c-831394ec13a0", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", - "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "7cae5432-61bb-48c3-b75c-831394ec13a0", - "Service_Plan_Name": "PowerPages_Authenticated_Users_GCCH", - "Service_Plan_Id": "5410f688-68f2-47a5-9b8f-7466194a806a", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site mthly capacity GCCH New" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack CN_CN", - "String_Id": "Power Pages authenticated users T2_CN_CN", - "GUID": "7d2bb54a-a870-41c2-98d1-1f3b5b523275", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack CN_CN", - "String_Id": "Power Pages authenticated users T2_CN_CN", - "GUID": "7d2bb54a-a870-41c2-98d1-1f3b5b523275", - "Service_Plan_Name": "PowerPages_Authenticated_User_CN", - "Service_Plan_Id": "967d9574-a076-4bb7-ab89-f41f64bc142e", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity China" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack CN_CN", - "String_Id": "Power Pages authenticated users T3_CN_CN", - "GUID": "2cfd692f-a352-4fa8-b960-e3ad0c9b1178", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack CN_CN", - "String_Id": "Power Pages authenticated users T3_CN_CN", - "GUID": "2cfd692f-a352-4fa8-b960-e3ad0c9b1178", - "Service_Plan_Name": "PowerPages_Authenticated_User_CN", - "Service_Plan_Id": "967d9574-a076-4bb7-ab89-f41f64bc142e", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity China" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack", - "GUID": "878b8bbd-3cd0-4b44-9a56-3406741e65e0", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack", - "GUID": "878b8bbd-3cd0-4b44-9a56-3406741e65e0", - "Service_Plan_Name": "PowerPages_Authenticated_User", - "Service_Plan_Id": "0d3366f3-266e-4117-b422-7cabbc165e7c", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack", - "GUID": "878b8bbd-3cd0-4b44-9a56-3406741e65e0", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", - "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_GCC", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_GCC", - "GUID": "53265c61-c78c-4223-ab30-422da0c97fbb", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_GCC", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_GCC", - "GUID": "53265c61-c78c-4223-ab30-422da0c97fbb", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCC", - "Service_Plan_Id": "cdf787bd-1546-48d2-9e93-b21f9ea7067a", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCC" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_DOD", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_DOD", - "GUID": "398d37b5-8deb-48db-8f7f-703eb2fb7c72", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_DOD", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_DOD", - "GUID": "398d37b5-8deb-48db-8f7f-703eb2fb7c72", - "Service_Plan_Name": "PowerPages_Authenticated_User_DoD", - "Service_Plan_Id": "03300fea-7a88-45a6-b5bd-29653803c591", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity DoD" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "01d46c34-3525-47d5-bd1a-5f19979938a0", - "Service_Plan_Name": "DV_PowerPages_Authenticated_User", - "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", - "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "01d46c34-3525-47d5-bd1a-5f19979938a0", - "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", - "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" - }, - { - "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", - "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", - "GUID": "01d46c34-3525-47d5-bd1a-5f19979938a0", - "Service_Plan_Name": "PowerPages_Authenticated_Users_GCCH", - "Service_Plan_Id": "5410f688-68f2-47a5-9b8f-7466194a806a", - "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site mthly capacity GCCH New" - }, - { - "Product_Display_Name": "Power Pages vTrial for Makers", - "String_Id": "Power_Pages_vTrial_for_Makers", - "GUID": "3f9f06f5-3c31-472c-985f-62d9c10ec167", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Pages vTrial for Makers", - "String_Id": "Power_Pages_vTrial_for_Makers", - "GUID": "3f9f06f5-3c31-472c-985f-62d9c10ec167", - "Service_Plan_Name": "DYN365_CDS_VIRAL", - "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Power Pages vTrial for Makers", - "String_Id": "Power_Pages_vTrial_for_Makers", - "GUID": "3f9f06f5-3c31-472c-985f-62d9c10ec167", - "Service_Plan_Name": "POWER_PAGES_VTRIAL", - "Service_Plan_Id": "6817d093-2d30-4249-8bd6-774f01efa78c", - "Service_Plans_Included_Friendly_Names": "Power Pages vTrial for Makers" - }, - { - "Product_Display_Name": "Power Virtual Agent", - "String_Id": "VIRTUAL_AGENT_BASE", - "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", - "Service_Plan_Name": "CDS_VIRTUAL_AGENT_BASE", - "Service_Plan_Id": "0a0a23fa-fea1-4195-bb89-b4789cb12f7f", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Virtual Agent Base" - }, - { - "Product_Display_Name": "Power Virtual Agent", - "String_Id": "VIRTUAL_AGENT_BASE", - "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", - "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_BASE", - "Service_Plan_Id": "4b81a949-69a1-4409-ad34-9791a6ec88aa", - "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent" - }, - { - "Product_Display_Name": "Power Virtual Agent", - "String_Id": "VIRTUAL_AGENT_BASE", - "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", - "Service_Plan_Name": "VIRTUAL_AGENT_BASE", - "Service_Plan_Id": "f6934f16-83d3-4f3b-ad27-c6e9c187b260", - "Service_Plans_Included_Friendly_Names": "Virtual Agent Base" - }, - { - "Product_Display_Name": "Power Virtual Agent for GCC", - "String_Id": "VIRTUAL_AGENT_BASE_GCC", - "GUID": "9900a3e2-6660-4c52-9074-60c949991389", - "Service_Plan_Name": "CDS_Virtual_Agent_Base_Gov", - "Service_Plan_Id": "e4d0b25d-e440-4ee9-aac4-1d5a5db9f3ef", - "Service_Plans_Included_Friendly_Names": "Dataverse for Virtual Agent Base for GCC" - }, - { - "Product_Display_Name": "Power Virtual Agent for GCC", - "String_Id": "VIRTUAL_AGENT_BASE_GCC", - "GUID": "9900a3e2-6660-4c52-9074-60c949991389", - "Service_Plan_Name": "FLOW_Virtual_Agent_Base_Gov", - "Service_Plan_Id": "f9f6db16-ace6-4838-b11c-892ee75e810a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent for GCC" - }, - { - "Product_Display_Name": "Power Virtual Agent for GCC", - "String_Id": "VIRTUAL_AGENT_BASE_GCC", - "GUID": "9900a3e2-6660-4c52-9074-60c949991389", - "Service_Plan_Name": "Virtual_Agent_Base_GCC", - "Service_Plan_Id": "e425b9f6-1543-45a0-8efb-f8fdaf18cba1", - "Service_Plans_Included_Friendly_Names": "Virtual Agent Base for GCC" - }, - { - "Product_Display_Name": "Power Virtual Agent User License", - "String_Id": "VIRTUAL_AGENT_USL", - "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", - "Service_Plan_Name": "CDS_VIRTUAL_AGENT_USL", - "Service_Plan_Id": "cb867b3c-7f38-4d0d-99ce-e29cd69812c8", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Power Virtual Agent User License", - "String_Id": "VIRTUAL_AGENT_USL", - "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", - "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_USL", - "Service_Plan_Id": "82f141c9-2e87-4f43-8cb2-12d2701dc6b3", - "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent" - }, - { - "Product_Display_Name": "Power Virtual Agent User License", - "String_Id": "VIRTUAL_AGENT_USL", - "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", - "Service_Plan_Name": "VIRTUAL_AGENT_USL", - "Service_Plan_Id": "1263586c-59a4-4ad0-85e1-d50bc7149501", - "Service_Plans_Included_Friendly_Names": "Virtual Agent" - }, - { - "Product_Display_Name": "Power Virtual Agent User License for GCC", - "String_Id": "VIRTUAL_AGENT_USL_GCC", - "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", - "Service_Plan_Name": "CDS_Virtual_Agent_Usl_GCC", - "Service_Plan_Id": "95df1203-fee7-4726-b7e1-8037a8e899eb", - "Service_Plans_Included_Friendly_Names": "Dataverse for Virtual Agent USL for GCC" - }, - { - "Product_Display_Name": "Power Virtual Agent User License for GCC", - "String_Id": "VIRTUAL_AGENT_USL_GCC", - "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", - "Service_Plan_Name": "Flow_Virtual_Agent_Usl_Gov", - "Service_Plan_Id": "0b939472-1861-45f1-ab6d-208f359c05cd", - "Service_Plans_Included_Friendly_Names": "Flow for Virtual Agent for GCC" - }, - { - "Product_Display_Name": "Power Virtual Agent User License for GCC", - "String_Id": "VIRTUAL_AGENT_USL_GCC", - "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", - "Service_Plan_Name": "FLOW_Virtual_Agent_Base_Gov", - "Service_Plan_Id": "f9f6db16-ace6-4838-b11c-892ee75e810a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent for GCC" - }, - { - "Product_Display_Name": "Power Virtual Agent User License for GCC", - "String_Id": "VIRTUAL_AGENT_USL_GCC", - "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", - "Service_Plan_Name": "Power_Virtual_Agent_Usl_GCC", - "Service_Plan_Id": "0bdd5466-65c3-470a-9fa6-f679b48286b0", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agent USL for GCC" - }, - { - "Product_Display_Name": "Power Virtual Agents Viral Trial", - "String_Id": "CCIBOTS_PRIVPREV_VIRAL", - "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", - "Service_Plan_Name": "DYN365_CDS_CCI_BOTS", - "Service_Plan_Id": "cf7034ed-348f-42eb-8bbd-dddeea43ee81", - "Service_Plans_Included_Friendly_Names": "Common Data Service for CCI Bots" - }, - { - "Product_Display_Name": "Power Virtual Agents Viral Trial", - "String_Id": "CCIBOTS_PRIVPREV_VIRAL", - "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", - "Service_Plan_Name": "CCIBOTS_PRIVPREV_VIRAL", - "Service_Plan_Id": "ce312d15-8fdf-44c0-9974-a25a177125ee", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Customer Service Virtual Agents Viral" - }, - { - "Product_Display_Name": "Power Virtual Agents Viral Trial", - "String_Id": "CCIBOTS_PRIVPREV_VIRAL", - "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", - "Service_Plan_Name": "FLOW_CCI_BOTS", - "Service_Plan_Id": "5d798708-6473-48ad-9776-3acc301c40af", - "Service_Plans_Included_Friendly_Names": "Flow for CCI Bots" - }, - { - "Product_Display_Name": "Privacy Management � risk", - "String_Id": "PRIVACY_MANAGEMENT_RISK", - "GUID": "e42bc969-759a-4820-9283-6b73085b68e6", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Privacy Management � risk", - "String_Id": "PRIVACY_MANAGEMENT_RISK", - "GUID": "e42bc969-759a-4820-9283-6b73085b68e6", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", - "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", - "Service_Plans_Included_Friendly_Names": "Priva - Risk" - }, - { - "Product_Display_Name": "Privacy Management � risk", - "String_Id": "PRIVACY_MANAGEMENT_RISK", - "GUID": "e42bc969-759a-4820-9283-6b73085b68e6", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", - "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", - "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - risk for EDU", - "String_Id": "PRIVACY_MANAGEMENT_RISK_EDU", - "GUID": "dcdbaae7-d8c9-40cb-8bb1-62737b9e5a86", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Privacy Management - risk for EDU", - "String_Id": "PRIVACY_MANAGEMENT_RISK_EDU", - "GUID": "dcdbaae7-d8c9-40cb-8bb1-62737b9e5a86", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", - "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", - "Service_Plans_Included_Friendly_Names": "Priva - Risk" - }, - { - "Product_Display_Name": "Privacy Management - risk for EDU", - "String_Id": "PRIVACY_MANAGEMENT_RISK_EDU", - "GUID": "dcdbaae7-d8c9-40cb-8bb1-62737b9e5a86", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", - "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", - "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - risk GCC", - "String_Id": "PRIVACY_MANAGEMENT_RISK_GCC", - "GUID": "046f7d3b-9595-4685-a2e8-a2832d2b26aa", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Privacy Management - risk GCC", - "String_Id": "PRIVACY_MANAGEMENT_RISK_GCC", - "GUID": "046f7d3b-9595-4685-a2e8-a2832d2b26aa", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", - "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", - "Service_Plans_Included_Friendly_Names": "Priva - Risk" - }, - { - "Product_Display_Name": "Privacy Management - risk GCC", - "String_Id": "PRIVACY_MANAGEMENT_RISK_GCC", - "GUID": "046f7d3b-9595-4685-a2e8-a2832d2b26aa", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", - "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", - "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - risk_USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_DOD", - "GUID": "83b30692-0d09-435c-a455-2ab220d504b9", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Privacy Management - risk_USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_DOD", - "GUID": "83b30692-0d09-435c-a455-2ab220d504b9", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", - "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", - "Service_Plans_Included_Friendly_Names": "Priva - Risk" - }, - { - "Product_Display_Name": "Privacy Management - risk_USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_DOD", - "GUID": "83b30692-0d09-435c-a455-2ab220d504b9", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", - "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", - "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - risk_USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_GCCHIGH", - "GUID": "787d7e75-29ca-4b90-a3a9-0b780b35367c", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Privacy Management - risk_USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_GCCHIGH", - "GUID": "787d7e75-29ca-4b90-a3a9-0b780b35367c", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", - "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", - "Service_Plans_Included_Friendly_Names": "Priva - Risk" - }, - { - "Product_Display_Name": "Privacy Management - risk_USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_GCCHIGH", - "GUID": "787d7e75-29ca-4b90-a3a9-0b780b35367c", - "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", - "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", - "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2", - "GUID": "d9020d1c-94ef-495a-b6de-818cbbcaa3b8", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2", - "GUID": "d9020d1c-94ef-495a-b6de-818cbbcaa3b8", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", - "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2", - "GUID": "d9020d1c-94ef-495a-b6de-818cbbcaa3b8", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", - "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_EDU_V2", - "GUID": "475e3e81-3c75-4e07-95b6-2fed374536c8", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_EDU_V2", - "GUID": "475e3e81-3c75-4e07-95b6-2fed374536c8", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", - "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_EDU_V2", - "GUID": "475e3e81-3c75-4e07-95b6-2fed374536c8", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", - "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_GCC", - "GUID": "017fb6f8-00dd-4025-be2b-4eff067cae72", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_GCC", - "GUID": "017fb6f8-00dd-4025-be2b-4eff067cae72", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", - "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_GCC", - "GUID": "017fb6f8-00dd-4025-be2b-4eff067cae72", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", - "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_DOD", - "GUID": "d3c841f3-ea93-4da2-8040-6f2348d20954", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_DOD", - "GUID": "d3c841f3-ea93-4da2-8040-6f2348d20954", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", - "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_DOD", - "GUID": "d3c841f3-ea93-4da2-8040-6f2348d20954", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", - "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_GCCHIGH", - "GUID": "706d2425-6170-4818-ba08-2ad8f1d2d078", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_GCCHIGH", - "GUID": "706d2425-6170-4818-ba08-2ad8f1d2d078", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", - "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_GCCHIGH", - "GUID": "706d2425-6170-4818-ba08-2ad8f1d2d078", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", - "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2", - "GUID": "78ea43ac-9e5d-474f-8537-4abb82dafe27", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2", - "GUID": "78ea43ac-9e5d-474f-8537-4abb82dafe27", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", - "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2", - "GUID": "78ea43ac-9e5d-474f-8537-4abb82dafe27", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", - "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_EDU_V2", - "GUID": "e001d9f1-5047-4ebf-8927-148530491f83", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_EDU_V2", - "GUID": "e001d9f1-5047-4ebf-8927-148530491f83", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", - "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_EDU_V2", - "GUID": "e001d9f1-5047-4ebf-8927-148530491f83", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", - "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_GCC", - "GUID": "a056b037-1fa0-4133-a583-d05cff47d551", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_GCC", - "GUID": "a056b037-1fa0-4133-a583-d05cff47d551", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", - "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_GCC", - "GUID": "a056b037-1fa0-4133-a583-d05cff47d551", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", - "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_DOD", - "GUID": "ab28dfa1-853a-4f54-9315-f5146975ac9a", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_DOD", - "GUID": "ab28dfa1-853a-4f54-9315-f5146975ac9a", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", - "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_DOD", - "GUID": "ab28dfa1-853a-4f54-9315-f5146975ac9a", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", - "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_GCCHIGH", - "GUID": "f6aa3b3d-62f4-4c1d-a44f-0550f40f729c", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_GCCHIGH", - "GUID": "f6aa3b3d-62f4-4c1d-a44f-0550f40f729c", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", - "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_GCCHIGH", - "GUID": "f6aa3b3d-62f4-4c1d-a44f-0550f40f729c", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", - "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50", - "GUID": "c416b349-a83c-48cb-9529-c420841dedd6", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50", - "GUID": "c416b349-a83c-48cb-9529-c420841dedd6", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR", - "Service_Plan_Id": "8bbd1fea-6dc6-4aef-8abc-79af22d746e4", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50", - "GUID": "c416b349-a83c-48cb-9529-c420841dedd6", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE", - "Service_Plan_Id": "7ca7f875-98db-4458-ab1b-47503826dd73", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_V2", - "GUID": "f6c82f13-9554-4da1-bed3-c024cc906e02", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_V2", - "GUID": "f6c82f13-9554-4da1-bed3-c024cc906e02", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR", - "Service_Plan_Id": "8bbd1fea-6dc6-4aef-8abc-79af22d746e4", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_V2", - "GUID": "f6c82f13-9554-4da1-bed3-c024cc906e02", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE", - "Service_Plan_Id": "7ca7f875-98db-4458-ab1b-47503826dd73", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_EDU_V2", - "GUID": "ed45d397-7d61-4110-acc0-95674917bb14", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_EDU_V2", - "GUID": "ed45d397-7d61-4110-acc0-95674917bb14", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR", - "Service_Plan_Id": "8bbd1fea-6dc6-4aef-8abc-79af22d746e4", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (50) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_EDU_V2", - "GUID": "ed45d397-7d61-4110-acc0-95674917bb14", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE", - "Service_Plan_Id": "7ca7f875-98db-4458-ab1b-47503826dd73", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2", - "GUID": "cf4c6c3b-f863-4940-97e8-1d25e912f4c4", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2", - "GUID": "cf4c6c3b-f863-4940-97e8-1d25e912f4c4", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", - "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100)", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2", - "GUID": "cf4c6c3b-f863-4940-97e8-1d25e912f4c4", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", - "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_EDU_V2", - "GUID": "9b85b4f0-92d9-4c3d-b230-041520cb1046", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_EDU_V2", - "GUID": "9b85b4f0-92d9-4c3d-b230-041520cb1046", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", - "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) for EDU", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_EDU_V2", - "GUID": "9b85b4f0-92d9-4c3d-b230-041520cb1046", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", - "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_GCC", - "GUID": "91bbc479-4c2c-4210-9c88-e5b468c35b83", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_GCC", - "GUID": "91bbc479-4c2c-4210-9c88-e5b468c35b83", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", - "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) GCC", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_GCC", - "GUID": "91bbc479-4c2c-4210-9c88-e5b468c35b83", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", - "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_DOD", - "GUID": "ba6e69d5-ba2e-47a7-b081-66c1b8e7e7d4", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_DOD", - "GUID": "ba6e69d5-ba2e-47a7-b081-66c1b8e7e7d4", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", - "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_DOD", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_DOD", - "GUID": "ba6e69d5-ba2e-47a7-b081-66c1b8e7e7d4", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", - "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_GCCHIGH", - "GUID": "cee36ce4-cc31-481f-8cab-02765d3e441f", - "Service_Plan_Name": "MIP_S_EXCHANGE_CO", - "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_GCCHIGH", - "GUID": "cee36ce4-cc31-481f-8cab-02765d3e441f", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", - "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" - }, - { - "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_GCCHIGH", - "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_GCCHIGH", - "GUID": "cee36ce4-cc31-481f-8cab-02765d3e441f", - "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", - "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", - "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" - }, - { - "Product_Display_Name": "Project for Office 365", - "String_Id": "PROJECTCLIENT", - "GUID": "a10d5e58-74da-4312-95c8-76be4e5b75a0", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Project Online Essentials for Faculty", - "String_Id": "PROJECTESSENTIALS_FACULTY", - "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Online Essentials for Faculty", - "String_Id": "PROJECTESSENTIALS_FACULTY", - "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Project Online Essentials for Faculty", - "String_Id": "PROJECTESSENTIALS_FACULTY", - "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Project Online Essentials for Faculty", - "String_Id": "PROJECTESSENTIALS_FACULTY", - "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Project Online Essentials for Faculty", - "String_Id": "PROJECTESSENTIALS_FACULTY", - "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Project Online Essentials for Faculty", - "String_Id": "PROJECTESSENTIALS_FACULTY", - "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Project Online Essentials for GCC", - "String_Id": "PROJECTESSENTIALS_GOV", - "GUID": "ca1a159a-f09e-42b8-bb82-cb6420f54c8e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Project Online Essentials for GCC", - "String_Id": "PROJECTESSENTIALS_GOV", - "GUID": "ca1a159a-f09e-42b8-bb82-cb6420f54c8e", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Project Online Essentials for GCC", - "String_Id": "PROJECTESSENTIALS_GOV", - "GUID": "ca1a159a-f09e-42b8-bb82-cb6420f54c8e", - "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", - "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" - }, - { - "Product_Display_Name": "Project Online Essentials for GCC", - "String_Id": "PROJECTESSENTIALS_GOV", - "GUID": "ca1a159a-f09e-42b8-bb82-cb6420f54c8e", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Project Online Premium", - "String_Id": "PROJECTPREMIUM", - "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" - }, - { - "Product_Display_Name": "Project Online Premium", - "String_Id": "PROJECTPREMIUM", - "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" - }, - { - "Product_Display_Name": "Project Online Premium", - "String_Id": "PROJECTPREMIUM", - "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Project Online Premium", - "String_Id": "PROJECTPREMIUM", - "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Project Online Premium Without Project Client", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Project Online Premium Without Project Client", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" - }, - { - "Product_Display_Name": "Project Online Premium Without Project Client", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Project Online Premium Without Project Client", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Project Online Premium Without Project Client", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Project Online With Project for Office 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "Project Online With Project for Office 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" - }, - { - "Product_Display_Name": "Project Online With Project for Office 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" - }, - { - "Product_Display_Name": "Project Online With Project for Office 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Project Online With Project for Office 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Project Online With Project for Office 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "Project Plan 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_P1", - "Service_Plan_Id": "a6f677b3-62a6-4644-93e7-2a85d240845e", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR PROJECT P1" - }, - { - "Product_Display_Name": "Project Plan 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Project Plan 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "Power_Automate_For_Project_P1", - "Service_Plan_Id": "00283e6b-2bd8-440f-a2d5-87358e4c89a1", - "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR PROJECT P1" - }, - { - "Product_Display_Name": "Project Plan 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "Project Plan 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "PROJECT_P1", - "Service_Plan_Id": "4a12c688-56c6-461a-87b1-30d6f32136f9", - "Service_Plans_Included_Friendly_Names": "PROJECT P1" - }, - { - "Product_Display_Name": "Project Plan 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_P1", - "Service_Plan_Id": "a6f677b3-62a6-4644-93e7-2a85d240845e", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project P1" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "Power_Automate_For_Project_P1", - "Service_Plan_Id": "00283e6b-2bd8-440f-a2d5-87358e4c89a1", - "Service_Plans_Included_Friendly_Names": "Power Automate for Project P1" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "PROJECT_P1", - "Service_Plan_Id": "4a12c688-56c6-461a-87b1-30d6f32136f9", - "Service_Plans_Included_Friendly_Names": "Project P1" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT STANDARD" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "DYN365_CDS_PROJECT", - "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "FLOW_FOR_PROJECT", - "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", - "Service_Plans_Included_Friendly_Names": "Flow for Project" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "Project Online Service" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "PROJECT_PROFESSIONAL", - "Service_Plan_Id": "818523f5-016b-4355-9be8-ed6944946ea7", - "Service_Plans_Included_Friendly_Names": "Project P3" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "DYN365_CDS_PROJECT", - "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "FLOW_FOR_PROJECT", - "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", - "Service_Plans_Included_Friendly_Names": "Flow for Project" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "Project Online Service" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "PROJECT_PROFESSIONAL", - "Service_Plan_Id": "818523f5-016b-4355-9be8-ed6944946ea7", - "Service_Plans_Included_Friendly_Names": "Project P3" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Project Plan 3 for Faculty", - "String_Id": "PROJECTPROFESSIONAL_FACULTY", - "GUID": "46974aed-363e-423c-9e6a-951037cec495", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 3 for Faculty", - "String_Id": "PROJECTPROFESSIONAL_FACULTY", - "GUID": "46974aed-363e-423c-9e6a-951037cec495", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Project Plan 3 for Faculty", - "String_Id": "PROJECTPROFESSIONAL_FACULTY", - "GUID": "46974aed-363e-423c-9e6a-951037cec495", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 3 for Faculty", - "String_Id": "PROJECTPROFESSIONAL_FACULTY", - "GUID": "46974aed-363e-423c-9e6a-951037cec495", - "Service_Plan_Name": "SHAREPOINT_PROJECT_EDU", - "Service_Plan_Id": "664a2fed-6c7a-468e-af35-d61740f0ec90", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Education" - }, - { - "Product_Display_Name": "Project Plan 3 for Faculty", - "String_Id": "PROJECTPROFESSIONAL_FACULTY", - "GUID": "46974aed-363e-423c-9e6a-951037cec495", - "Service_Plan_Name": "PROJECT_PROFESSIONAL_FACULTY", - "Service_Plan_Id": "22572403-045f-432b-a660-af949c0a77b5", - "Service_Plans_Included_Friendly_Names": "Project P3 for Faculty" - }, - { - "Product_Display_Name": "Project Plan 3 for Faculty", - "String_Id": "PROJECTPROFESSIONAL_FACULTY", - "GUID": "46974aed-363e-423c-9e6a-951037cec495", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Project Plan 3 for Faculty", - "String_Id": "PROJECTPROFESSIONAL_FACULTY", - "GUID": "46974aed-363e-423c-9e6a-951037cec495", - "Service_Plan_Name": "DYN365_CDS_PROJECT", - "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" - }, - { - "Product_Display_Name": "Project Plan 3 for Faculty", - "String_Id": "PROJECTPROFESSIONAL_FACULTY", - "GUID": "46974aed-363e-423c-9e6a-951037cec495", - "Service_Plan_Name": "FLOW_FOR_PROJECT", - "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", - "Service_Plans_Included_Friendly_Names": "Power Automate for Project" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", - "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", - "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "PROJECT_PROFESSIONAL_FOR_GOV", - "Service_Plan_Id": "49c7bc16-7004-4df6-8cd5-4ec48b7e9ea0", - "Service_Plans_Included_Friendly_Names": "Project P3 for GOV" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", - "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", - "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", - "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "MCOMEETBASIC_GOV", - "Service_Plan_Id": "986d454b-9027-4d9f-880b-f1b68f920cc4", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams Audio Conferencing with dial-out to select geographies for GCC" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", - "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "PROJECT_PROFESSIONAL_FOR_GOV", - "Service_Plan_Id": "49c7bc16-7004-4df6-8cd5-4ec48b7e9ea0", - "Service_Plans_Included_Friendly_Names": "Project P3 for GOV" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC TEST", - "String_Id": "Project_Professional_TEST_GCC", - "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", - "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", - "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", - "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" - }, - { - "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", - "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", - "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", - "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", - "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", - "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", - "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", - "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", - "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "Project Online Service" - }, - { - "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", - "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", - "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", - "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", - "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", - "Service_Plan_Name": "DYN365_CDS_PROJECT", - "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "SHAREPOINT_PROJECT_EDU", - "Service_Plan_Id": "664a2fed-6c7a-468e-af35-d61740f0ec90", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Education" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "PROJECT_PROFESSIONAL_FACULTY", - "Service_Plan_Id": "22572403-045f-432b-a660-af949c0a77b5", - "Service_Plans_Included_Friendly_Names": "Project P3 for Faculty" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office Online for Education" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Client" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "Project Online for Education", - "Service_Plan_Id": "664a2fed-6c7a-468e-af35-d61740f0ec90", - "Service_Plans_Included_Friendly_Names": "Project Online for Education" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "DYN365_CDS_PROJECT", - "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" - }, - { - "Product_Display_Name": "Project Plan 5 for faculty", - "String_Id": "PROJECTPREMIUM_FACULTY", - "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", - "Service_Plan_Name": "FLOW_FOR_PROJECT", - "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", - "Service_Plans_Included_Friendly_Names": "Power Automate for Project" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", - "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", - "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "PROJECT_PROFESSIONAL_FOR_GOV", - "Service_Plan_Id": "49c7bc16-7004-4df6-8cd5-4ec48b7e9ea0", - "Service_Plans_Included_Friendly_Names": "Project P3 for GOV" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", - "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", - "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" - }, - { - "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", - "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", - "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", - "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", - "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", - "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", - "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", - "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", - "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", - "Service_Plan_Name": "SHAREPOINT_PROJECT_EDU", - "Service_Plan_Id": "664a2fed-6c7a-468e-af35-d61740f0ec90", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Education" - }, - { - "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", - "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", - "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", - "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", - "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Rights Management Adhoc", - "String_Id": "RIGHTSMANAGEMENT_ADHOC", - "GUID": "8c4ce438-32a7-4ac5-91a6-e22ae08d9c8b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Rights Management Adhoc", - "String_Id": "RIGHTSMANAGEMENT_ADHOC", - "GUID": "8c4ce438-32a7-4ac5-91a6-e22ae08d9c8b", - "Service_Plan_Name": "RMS_S_ADHOC", - "Service_Plan_Id": "7a39d7dd-e456-4e09-842a-0204ee08187b", - "Service_Plans_Included_Friendly_Names": "Rights Management Adhoc" - }, - { - "Product_Display_Name": "Rights Management Service Basic Content Protection", - "String_Id": "RMSBASIC", - "GUID": "093e8d14-a334-43d9-93e3-30589a8b47d0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Rights Management Service Basic Content Protection", - "String_Id": "RMSBASIC", - "GUID": "093e8d14-a334-43d9-93e3-30589a8b47d0", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Sensor Data Intelligence Additional Machines Add-in for Dynamics 365 Supply Chain Management", - "String_Id": "DYN365_IOT_INTELLIGENCE_ADDL_MACHINES", - "GUID": "08e18479-4483-4f70-8f17-6f92156d8ea9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Sensor Data Intelligence Additional Machines Add-in for Dynamics 365 Supply Chain Management", - "String_Id": "DYN365_IOT_INTELLIGENCE_ADDL_MACHINES", - "GUID": "08e18479-4483-4f70-8f17-6f92156d8ea9", - "Service_Plan_Name": "D365_IOTFORSCM_ADDITIONAL", - "Service_Plan_Id": "a5f38206-2f48-4d83-9957-525f4e75e9c0", - "Service_Plans_Included_Friendly_Names": "IoT Intelligence Add-in Additional Machines" - }, - { - "Product_Display_Name": "Sensor Data Intelligence Scenario Add-in for Dynamics 365 Supply Chain Management", - "String_Id": "DYN365_IOT_INTELLIGENCE_SCENARIO", - "GUID": "9ea4bdef-a20b-4668-b4a7-73e1f7696e0a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Sensor Data Intelligence Scenario Add-in for Dynamics 365 Supply Chain Management", - "String_Id": "DYN365_IOT_INTELLIGENCE_SCENARIO", - "GUID": "9ea4bdef-a20b-4668-b4a7-73e1f7696e0a", - "Service_Plan_Name": "D365_IOTFORSCM", - "Service_Plan_Id": "83dd9619-c7d5-44da-9250-dc4ee79fff7e", - "Service_Plans_Included_Friendly_Names": "Iot Intelligence Add-in for D365 Supply Chain Management" - }, - { - "Product_Display_Name": "SharePoint Online (Plan 1)", - "String_Id": "SHAREPOINTSTANDARD", - "GUID": "1fc08a02-8b3d-43b9-831e-f76859e04e1a", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "SharePoint Online (Plan 2)", - "String_Id": "SHAREPOINTENTERPRISE", - "GUID": "a9732ec9-17d9-494c-a51c-d6b45b384dcb", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "SharePoint Syntex", - "String_Id": "Intelligent_Content_Services", - "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", - "Service_Plan_Name": "CDS_O365_E5_KM", - "Service_Plan_Id": "3069d530-e41b-421c-ad59-fb1001a23e11", - "Service_Plans_Included_Friendly_Names": "Common Data Service for SharePoint Syntex" - }, - { - "Product_Display_Name": "SharePoint Syntex", - "String_Id": "Intelligent_Content_Services", - "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", - "Service_Plan_Name": "Intelligent_Content_Services", - "Service_Plan_Id": "f00bd55e-1633-416e-97c0-03684e42bc42", - "Service_Plans_Included_Friendly_Names": "SharePoint Syntex" - }, - { - "Product_Display_Name": "SharePoint Syntex", - "String_Id": "Intelligent_Content_Services", - "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", - "Service_Plan_Name": "Intelligent_Content_Services_SPO_type", - "Service_Plan_Id": "fd2e7f90-1010-487e-a11b-d2b1ae9651fc", - "Service_Plans_Included_Friendly_Names": "SharePoint Syntex - SPO type" - }, - { - "Product_Display_Name": "Skype for Business Online (Plan 1)", - "String_Id": "MCOIMP", - "GUID": "b8b749f8-a4ef-4887-9539-c95b1eaa5db7", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "Skype for Business Online (Plan 2)", - "String_Id": "MCOSTANDARD", - "GUID": "d42c793f-6c78-4f43-92ca-e8f6a02b035f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Skype for Business PSTN Domestic and International Calling", - "String_Id": "MCOPSTN2", - "GUID": "d3b4fe1f-9992-4930-8acb-ca6ec609365e", - "Service_Plan_Name": "MCOPSTN2", - "Service_Plan_Id": "5a10155d-f5c1-411a-a8ec-e99aae125390", - "Service_Plans_Included_Friendly_Names": "DOMESTIC AND INTERNATIONAL CALLING PLAN" - }, - { - "Product_Display_Name": "Skype for Business PSTN Domestic Calling", - "String_Id": "MCOPSTN1", - "GUID": "0dab259f-bf13-4952-b7f8-7db8f131b28d", - "Service_Plan_Name": "MCOPSTN1", - "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", - "Service_Plans_Included_Friendly_Names": "DOMESTIC CALLING PLAN" - }, - { - "Product_Display_Name": "Skype for Business PSTN Domestic Calling (120 Minutes)", - "String_Id": "MCOPSTN5", - "GUID": "54a152dc-90de-4996-93d2-bc47e670fc06", - "Service_Plan_Name": "MCOPSTN5", - "Service_Plan_Id": "54a152dc-90de-4996-93d2-bc47e670fc06", - "Service_Plans_Included_Friendly_Names": "DOMESTIC CALLING PLAN" - }, - { - "Product_Display_Name": "Skype for Business PSTN Usage Calling Plan", - "String_Id": "MCOPSTNPP", - "GUID": "06b48c5f-01d9-4b18-9015-03b52040f51a", - "Service_Plan_Name": "MCOPSTN3", - "Service_Plan_Id": "6b340437-d6f9-4dc5-8cc2-99163f7f83d6", - "Service_Plans_Included_Friendly_Names": "MCOPSTN3" - }, - { - "Product_Display_Name": "Teams Phone with Calling Plan", - "String_Id": "MCOTEAMS_ESSENTIALS", - "GUID": "ae2343d1-0999-43f6-ae18-d816516f6e78", - "Service_Plan_Name": "MCOPSTN1", - "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan" - }, - { - "Product_Display_Name": "Teams Phone with Calling Plan", - "String_Id": "MCOTEAMS_ESSENTIALS", - "GUID": "ae2343d1-0999-43f6-ae18-d816516f6e78", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "MMR_P1", - "Service_Plan_Id": "bdaa59a3-74fd-4137-981a-31d4f84eb8a0", - "Service_Plans_Included_Friendly_Names": "Meeting Room Managed Services" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "TELSTRA Calling for O365", - "String_Id": "MCOPSTNEAU2", - "GUID": "de3312e1-c7b0-46e6-a7c3-a515ff90bc86", - "Service_Plan_Name": "MCOPSTNEAU", - "Service_Plan_Id": "7861360b-dc3b-4eba-a3fc-0d323a035746", - "Service_Plans_Included_Friendly_Names": "AUSTRALIA CALLING PLAN" - }, - { - "Product_Display_Name": "Universal Print", - "String_Id": "UNIVERSAL_PRINT", - "GUID": "9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Universal Print", - "String_Id": "UNIVERSAL_PRINT", - "GUID": "9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Visio Plan 1", - "String_Id": "VISIO_PLAN1_DEPT", - "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Visio Plan 1", - "String_Id": "VISIO_PLAN1_DEPT", - "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "OneDrive for business Basic" - }, - { - "Product_Display_Name": "Visio Plan 1", - "String_Id": "VISIO_PLAN1_DEPT", - "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "Visio web app" - }, - { - "Product_Display_Name": "Visio Plan 2", - "String_Id": "VISIO_PLAN2_DEPT", - "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Visio Plan 2", - "String_Id": "VISIO_PLAN2_DEPT", - "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic)" - }, - { - "Product_Display_Name": "Visio Plan 2", - "String_Id": "VISIO_PLAN2_DEPT", - "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", - "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", - "Service_Plans_Included_Friendly_Names": "Visio Desktop App" - }, - { - "Product_Display_Name": "Visio Plan 2", - "String_Id": "VISIO_PLAN2_DEPT", - "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "Visio Web App" - }, - { - "Product_Display_Name": "Visio Plan 2_USGOV_GCCHIGH", - "String_Id": "VISIOCLIENT_USGOV_GCCHIGH", - "GUID": "80e52531-ad7f-44ea-abc3-28e389462f1b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Visio Plan 2_USGOV_GCCHIGH", - "String_Id": "VISIOCLIENT_USGOV_GCCHIGH", - "GUID": "80e52531-ad7f-44ea-abc3-28e389462f1b", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic)" - }, - { - "Product_Display_Name": "Visio Plan 2_USGOV_GCCHIGH", - "String_Id": "VISIOCLIENT_USGOV_GCCHIGH", - "GUID": "80e52531-ad7f-44ea-abc3-28e389462f1b", - "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", - "Service_Plans_Included_Friendly_Names": "Visio Desktop App" - }, - { - "Product_Display_Name": "Visio Plan 2_USGOV_GCCHIGH", - "String_Id": "VISIOCLIENT_USGOV_GCCHIGH", - "GUID": "80e52531-ad7f-44ea-abc3-28e389462f1b", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "Visio Web App" - }, - { - "Product_Display_Name": "Visio Online Plan 1", - "String_Id": "VISIOONLINE_PLAN1", - "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Visio Online Plan 1", - "String_Id": "VISIOONLINE_PLAN1", - "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC" - }, - { - "Product_Display_Name": "Visio Online Plan 1", - "String_Id": "VISIOONLINE_PLAN1", - "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "VISIO WEB APP" - }, - { - "Product_Display_Name": "Visio Online Plan 2", - "String_Id": "VISIOCLIENT", - "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Visio Online Plan 2", - "String_Id": "VISIOCLIENT", - "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC" - }, - { - "Product_Display_Name": "Visio Online Plan 2", - "String_Id": "VISIOCLIENT", - "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", - "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", - "Service_Plans_Included_Friendly_Names": "VISIO DESKTOP APP" - }, - { - "Product_Display_Name": "Visio Online Plan 2", - "String_Id": "VISIOCLIENT", - "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "VISIO WEB APP" - }, - { - "Product_Display_Name": "Visio Plan 2 for GCC", - "String_Id": "VISIOCLIENT_GOV", - "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Visio Plan 2 for GCC", - "String_Id": "VISIOCLIENT_GOV", - "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", - "Service_Plan_Name": "ONEDRIVE_BASIC_GOV", - "Service_Plan_Id": "98709c2e-96b5-4244-95f5-a0ebe139fb8a", - "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Visio Plan 2 for GCC", - "String_Id": "VISIOCLIENT_GOV", - "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", - "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "f85945f4-7a55-4009-bc39-6a5f14a8eac1", - "Service_Plans_Included_Friendly_Names": "VISIO DESKTOP APP FOR Government" - }, - { - "Product_Display_Name": "Visio Plan 2 for GCC", - "String_Id": "VISIOCLIENT_GOV", - "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", - "Service_Plan_Name": "VISIOONLINE_GOV", - "Service_Plan_Id": "8a9ecb07-cfc0-48ab-866c-f83c4d911576", - "Service_Plans_Included_Friendly_Names": "VISIO WEB APP FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Visio Plan 2 for Faculty", - "String_Id": "VISIOCLIENT_FACULTY", - "GUID": "bf95fd32-576a-4742-8d7a-6dc4940b9532", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Visio Plan 2 for Faculty", - "String_Id": "VISIOCLIENT_FACULTY", - "GUID": "bf95fd32-576a-4742-8d7a-6dc4940b9532", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic)" - }, - { - "Product_Display_Name": "Visio Plan 2 for Faculty", - "String_Id": "VISIOCLIENT_FACULTY", - "GUID": "bf95fd32-576a-4742-8d7a-6dc4940b9532", - "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", - "Service_Plans_Included_Friendly_Names": "Visio Desktop App" - }, - { - "Product_Display_Name": "Visio Plan 2 for Faculty", - "String_Id": "VISIOCLIENT_FACULTY", - "GUID": "bf95fd32-576a-4742-8d7a-6dc4940b9532", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "Visio Web App" - }, - { - "Product_Display_Name": "Viva Topics", - "String_Id": "TOPIC_EXPERIENCES", - "GUID": "4016f256-b063-4864-816e-d818aad600c9", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX_TOPICEXP", - "Service_Plan_Id": "b74d57b2-58e9-484a-9731-aeccbba954f0", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index (Viva Topics)" - }, - { - "Product_Display_Name": "Viva Topics", - "String_Id": "TOPIC_EXPERIENCES", - "GUID": "4016f256-b063-4864-816e-d818aad600c9", - "Service_Plan_Name": "CORTEX", - "Service_Plan_Id": "c815c93d-0759-4bb8-b857-bc921a71be83", - "Service_Plans_Included_Friendly_Names": "Viva Topics" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", - "String_Id": "WIN_ENT_E5", - "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", - "Service_Plan_Name": "DATAVERSE_FOR_POWERAUTOMATE_DESKTOP", - "Service_Plan_Id": "59231cdf-b40d-4534-a93e-14d0cd31d27e", - "Service_Plans_Included_Friendly_Names": "Dataverse for PAD" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", - "String_Id": "WIN_ENT_E5", - "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", - "String_Id": "WIN_ENT_E5", - "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", - "String_Id": "WIN_ENT_E5", - "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", - "Service_Plan_Name": "POWERAUTOMATE_DESKTOP_FOR_WIN", - "Service_Plan_Id": "2d589a15-b171-4e61-9b5f-31d15eeb2872", - "Service_Plans_Included_Friendly_Names": "PAD for Windows" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", - "String_Id": "WIN_ENT_E5", - "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", - "String_Id": "WIN_ENT_E5", - "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", - "String_Id": "WIN_ENT_E5", - "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A3 for faculty", - "String_Id": "WIN10_ENT_A3_FAC", - "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A3 for faculty", - "String_Id": "WIN10_ENT_A3_FAC", - "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A3 for faculty", - "String_Id": "WIN10_ENT_A3_FAC", - "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A3 for faculty", - "String_Id": "WIN10_ENT_A3_FAC", - "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A3 for students", - "String_Id": "WIN10_ENT_A3_STU", - "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A3 for students", - "String_Id": "WIN10_ENT_A3_STU", - "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A3 for students", - "String_Id": "WIN10_ENT_A3_STU", - "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A3 for students", - "String_Id": "WIN10_ENT_A3_STU", - "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", - "String_Id": "WIN10_ENT_A5_FAC", - "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", - "String_Id": "WIN10_ENT_A5_FAC", - "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", - "String_Id": "WIN10_ENT_A5_FAC", - "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", - "String_Id": "WIN10_ENT_A5_FAC", - "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", - "Service_Plan_Name": "Virtualization Rights for Windows 10", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", - "String_Id": "WIN10_ENT_A5_FAC", - "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3", - "String_Id": "WIN10_PRO_ENT_SUB", - "GUID": "cb10e6cd-9da4-4992-867b-67546b1db821", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "WINDOWS 10 ENTERPRISE" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "UNIVERSAL PRINT" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "WINDOWS 10 ENTERPRISE (NEW)" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "WINDOWS UPDATE FOR BUSINESS DEPLOYMENT SERVICE" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 Commercial (GCC Compatible)", - "String_Id": "WINE5_GCC_COMPAT", - "GUID": "938fd547-d794-42a4-996c-1cc206619580", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 Commercial (GCC Compatible)", - "String_Id": "WINE5_GCC_COMPAT", - "GUID": "938fd547-d794-42a4-996c-1cc206619580", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E5 Commercial (GCC Compatible)", - "String_Id": "WINE5_GCC_COMPAT", - "GUID": "938fd547-d794-42a4-996c-1cc206619580", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", - "String_Id": "E3_VDA_only", - "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", - "String_Id": "E3_VDA_only", - "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", - "String_Id": "E3_VDA_only", - "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", - "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", - "String_Id": "E3_VDA_only", - "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", - "Service_Plan_Name": "Windows_Autopatch", - "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", - "Service_Plans_Included_Friendly_Names": "Windows Autopatch" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", - "String_Id": "E3_VDA_only", - "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", - "String_Id": "E3_VDA_only", - "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", - "Service_Plan_Name": "DATAVERSE_FOR_POWERAUTOMATE_DESKTOP", - "Service_Plan_Id": "59231cdf-b40d-4534-a93e-14d0cd31d27e", - "Service_Plans_Included_Friendly_Names": "Dataverse for PAD" - }, - { - "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", - "String_Id": "E3_VDA_only", - "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", - "Service_Plan_Name": "POWERAUTOMATE_DESKTOP_FOR_WIN", - "Service_Plan_Id": "2d589a15-b171-4e61-9b5f-31d15eeb2872", - "Service_Plans_Included_Friendly_Names": "PAD for Windows" - }, - { - "Product_Display_Name": "Windows 365 Business 1 vCPU 2 GB 64 GB", - "String_Id": "CPC_B_1C_2RAM_64GB", - "GUID": "816eacd3-e1e3-46b3-83c8-1ffd37e053d9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 1 vCPU 2 GB 64 GB", - "String_Id": "CPC_B_1C_2RAM_64GB", - "GUID": "816eacd3-e1e3-46b3-83c8-1ffd37e053d9", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 1 vCPU 2 GB 64 GB", - "String_Id": "CPC_B_1C_2RAM_64GB", - "GUID": "816eacd3-e1e3-46b3-83c8-1ffd37e053d9", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 1 vCPU 2 GB 64 GB", - "String_Id": "CPC_B_1C_2RAM_64GB", - "GUID": "816eacd3-e1e3-46b3-83c8-1ffd37e053d9", - "Service_Plan_Name": "CPC_B_1C_2RAM_64GB", - "Service_Plan_Id": "3b98b912-1720-4a1e-9630-c9a41dbb61d8", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 1 vCPU 2 GB 64 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 128 GB", - "String_Id": "CPC_B_2C_4RAM_128GB", - "GUID": "135bee78-485b-4181-ad6e-40286e311850", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 128 GB", - "String_Id": "CPC_B_2C_4RAM_128GB", - "GUID": "135bee78-485b-4181-ad6e-40286e311850", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 128 GB", - "String_Id": "CPC_B_2C_4RAM_128GB", - "GUID": "135bee78-485b-4181-ad6e-40286e311850", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 128 GB", - "String_Id": "CPC_B_2C_4RAM_128GB", - "GUID": "135bee78-485b-4181-ad6e-40286e311850", - "Service_Plan_Name": "CPC_B_2C_4RAM_128GB", - "Service_Plan_Id": "1a13832e-cd79-497d-be76-24186f55c8b0", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 4 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 256 GB", - "String_Id": "CPC_B_2C_4RAM_256GB", - "GUID": "805d57c3-a97d-4c12-a1d0-858ffe5015d0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 256 GB", - "String_Id": "CPC_B_2C_4RAM_256GB", - "GUID": "805d57c3-a97d-4c12-a1d0-858ffe5015d0", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 256 GB", - "String_Id": "CPC_B_2C_4RAM_256GB", - "GUID": "805d57c3-a97d-4c12-a1d0-858ffe5015d0", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 256 GB", - "String_Id": "CPC_B_2C_4RAM_256GB", - "GUID": "805d57c3-a97d-4c12-a1d0-858ffe5015d0", - "Service_Plan_Name": "CPC_B_2C_4RAM_256GB", - "Service_Plan_Id": "a0b1c075-51c9-4a42-b34c-308f3993bb7e", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 4 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_B_2C_4RAM_64GB", - "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_B_2C_4RAM_64GB", - "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_B_2C_4RAM_64GB", - "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_B_2C_4RAM_64GB", - "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", - "Service_Plan_Name": "CPC_B_2C_4RAM_64GB", - "Service_Plan_Id": "a790cd6e-a153-4461-83c7-e127037830b6", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 4 GB 64 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 128 GB", - "String_Id": "CPC_B_2C_8RAM_128GB", - "GUID": "71f21848-f89b-4aaa-a2dc-780c8e8aac5b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 128 GB", - "String_Id": "CPC_B_2C_8RAM_128GB", - "GUID": "71f21848-f89b-4aaa-a2dc-780c8e8aac5b", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 128 GB", - "String_Id": "CPC_B_2C_8RAM_128GB", - "GUID": "71f21848-f89b-4aaa-a2dc-780c8e8aac5b", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 128 GB", - "String_Id": "CPC_B_2C_8RAM_128GB", - "GUID": "71f21848-f89b-4aaa-a2dc-780c8e8aac5b", - "Service_Plan_Name": "CPC_SS_2", - "Service_Plan_Id": "9d2eed2c-b0c0-4a89-940c-bc303444a41b", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU, 8 GB, 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 256 GB", - "String_Id": "CPC_B_2C_8RAM_256GB", - "GUID": "750d9542-a2f8-41c7-8c81-311352173432", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 256 GB", - "String_Id": "CPC_B_2C_8RAM_256GB", - "GUID": "750d9542-a2f8-41c7-8c81-311352173432", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 256 GB", - "String_Id": "CPC_B_2C_8RAM_256GB", - "GUID": "750d9542-a2f8-41c7-8c81-311352173432", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 256 GB", - "String_Id": "CPC_B_2C_8RAM_256GB", - "GUID": "750d9542-a2f8-41c7-8c81-311352173432", - "Service_Plan_Name": "CPC_B_2C_8RAM_256GB", - "Service_Plan_Id": "1a3ef005-2ef6-434b-8be1-faa56c892854", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 8 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB", - "String_Id": "CPC_B_4C_16RAM_128GB", - "GUID": "ad83ac17-4a5a-4ebb-adb2-079fb277e8b9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB", - "String_Id": "CPC_B_4C_16RAM_128GB", - "GUID": "ad83ac17-4a5a-4ebb-adb2-079fb277e8b9", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB", - "String_Id": "CPC_B_4C_16RAM_128GB", - "GUID": "ad83ac17-4a5a-4ebb-adb2-079fb277e8b9", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB", - "String_Id": "CPC_B_4C_16RAM_128GB", - "GUID": "ad83ac17-4a5a-4ebb-adb2-079fb277e8b9", - "Service_Plan_Name": "CPC_B_4C_16RAM_128GB", - "Service_Plan_Id": "1d4f75d3-a19b-49aa-88cb-f1ea1690b550", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB (with Windows Hybrid Benefit)", - "String_Id": "CPC_B_4C_16RAM_128GB_WHB", - "GUID": "439ac253-bfbc-49c7-acc0-6b951407b5ef", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB (with Windows Hybrid Benefit)", - "String_Id": "CPC_B_4C_16RAM_128GB_WHB", - "GUID": "439ac253-bfbc-49c7-acc0-6b951407b5ef", - "Service_Plan_Name": "CPC_B_4C_16RAM_128GB", - "Service_Plan_Id": "1d4f75d3-a19b-49aa-88cb-f1ea1690b550", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 256 GB", - "String_Id": "CPC_B_4C_16RAM_256GB", - "GUID": "b3891a9f-c7d9-463c-a2ec-0b2321bda6f9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 256 GB", - "String_Id": "CPC_B_4C_16RAM_256GB", - "GUID": "b3891a9f-c7d9-463c-a2ec-0b2321bda6f9", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 256 GB", - "String_Id": "CPC_B_4C_16RAM_256GB", - "GUID": "b3891a9f-c7d9-463c-a2ec-0b2321bda6f9", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 256 GB", - "String_Id": "CPC_B_4C_16RAM_256GB", - "GUID": "b3891a9f-c7d9-463c-a2ec-0b2321bda6f9", - "Service_Plan_Name": "CPC_B_4C_16RAM_256GB", - "Service_Plan_Id": "30f6e561-8805-41d0-80ce-f82698b72d7d", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 512 GB", - "String_Id": "CPC_B_4C_16RAM_512GB", - "GUID": "1b3043ad-dfc6-427e-a2c0-5ca7a6c94a2b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 512 GB", - "String_Id": "CPC_B_4C_16RAM_512GB", - "GUID": "1b3043ad-dfc6-427e-a2c0-5ca7a6c94a2b", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 512 GB", - "String_Id": "CPC_B_4C_16RAM_512GB", - "GUID": "1b3043ad-dfc6-427e-a2c0-5ca7a6c94a2b", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 512 GB", - "String_Id": "CPC_B_4C_16RAM_512GB", - "GUID": "1b3043ad-dfc6-427e-a2c0-5ca7a6c94a2b", - "Service_Plan_Name": "CPC_B_4C_16RAM_512GB", - "Service_Plan_Id": "15499661-b229-4a1f-b0f9-bd5832ef7b3e", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 512 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 128 GB", - "String_Id": "CPC_B_8C_32RAM_128GB", - "GUID": "3cb45fab-ae53-4ff6-af40-24c1915ca07b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 128 GB", - "String_Id": "CPC_B_8C_32RAM_128GB", - "GUID": "3cb45fab-ae53-4ff6-af40-24c1915ca07b", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 128 GB", - "String_Id": "CPC_B_8C_32RAM_128GB", - "GUID": "3cb45fab-ae53-4ff6-af40-24c1915ca07b", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 128 GB", - "String_Id": "CPC_B_8C_32RAM_128GB", - "GUID": "3cb45fab-ae53-4ff6-af40-24c1915ca07b", - "Service_Plan_Name": "CPC_B_8C_32RAM_128GB", - "Service_Plan_Id": "648005fc-b330-4bd9-8af6-771f28958ac0", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 8 vCPU 32 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 256 GB", - "String_Id": "CPC_B_8C_32RAM_256GB", - "GUID": "fbc79df2-da01-4c17-8d88-17f8c9493d8f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 256 GB", - "String_Id": "CPC_B_8C_32RAM_256GB", - "GUID": "fbc79df2-da01-4c17-8d88-17f8c9493d8f", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 256 GB", - "String_Id": "CPC_B_8C_32RAM_256GB", - "GUID": "fbc79df2-da01-4c17-8d88-17f8c9493d8f", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 256 GB", - "String_Id": "CPC_B_8C_32RAM_256GB", - "GUID": "fbc79df2-da01-4c17-8d88-17f8c9493d8f", - "Service_Plan_Name": "CPC_B_8C_32RAM_256GB", - "Service_Plan_Id": "d7a5113a-0276-4dc2-94f8-ca9f2c5ae078", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 8 vCPU 32 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 512 GB", - "String_Id": "CPC_B_8C_32RAM_512GB", - "GUID": "8ee402cd-e6a8-4b67-a411-54d1f37a2049", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 512 GB", - "String_Id": "CPC_B_8C_32RAM_512GB", - "GUID": "8ee402cd-e6a8-4b67-a411-54d1f37a2049", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 512 GB", - "String_Id": "CPC_B_8C_32RAM_512GB", - "GUID": "8ee402cd-e6a8-4b67-a411-54d1f37a2049", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 512 GB", - "String_Id": "CPC_B_8C_32RAM_512GB", - "GUID": "8ee402cd-e6a8-4b67-a411-54d1f37a2049", - "Service_Plan_Name": "CPC_B_8C_32RAM_512GB", - "Service_Plan_Id": "4229a0b4-7f34-4835-b068-6dc8d10be57c", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 8 vCPU 32 GB 512 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 1 vCPU 2 GB 64 GB", - "String_Id": "CPC_E_1C_2GB_64GB", - "GUID": "0c278af4-c9c1-45de-9f4b-cd929e747a2c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 1 vCPU 2 GB 64 GB", - "String_Id": "CPC_E_1C_2GB_64GB", - "GUID": "0c278af4-c9c1-45de-9f4b-cd929e747a2c", - "Service_Plan_Name": "CPC_E_1C_2GB_64GB", - "Service_Plan_Id": "86d70dbb-d4c6-4662-ba17-3014204cbb28", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 1 vCPU 2 GB 64 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_E_2C_4GB_64GB", - "GUID": "7bb14422-3b90-4389-a7be-f1b745fc037f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_E_2C_4GB_64GB", - "GUID": "7bb14422-3b90-4389-a7be-f1b745fc037f", - "Service_Plan_Name": "CPC_E_2C_4GB_64GB", - "Service_Plan_Id": "23a25099-1b2f-4e07-84bd-b84606109438", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB", - "String_Id": "CPC_E_2C_4GB_128GB", - "GUID": "226ca751-f0a4-4232-9be5-73c02a92555e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB", - "String_Id": "CPC_E_2C_4GB_128GB", - "GUID": "226ca751-f0a4-4232-9be5-73c02a92555e", - "Service_Plan_Name": "CPC_1", - "Service_Plan_Id": "545e3611-3af8-49a5-9a0a-b7867968f4b0", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB (Preview)", - "String_Id": "CPC_LVL_1", - "GUID": "bce09f38-1800-4a51-8d50-5486380ba84a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB (Preview)", - "String_Id": "CPC_LVL_1", - "GUID": "bce09f38-1800-4a51-8d50-5486380ba84a", - "Service_Plan_Name": "CPC_1", - "Service_Plan_Id": "545e3611-3af8-49a5-9a0a-b7867968f4b0", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 256 GB", - "String_Id": "CPC_E_2C_4GB_256GB", - "GUID": "5265a84e-8def-4fa2-ab4b-5dc278df5025", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 256 GB", - "String_Id": "CPC_E_2C_4GB_256GB", - "GUID": "5265a84e-8def-4fa2-ab4b-5dc278df5025", - "Service_Plan_Name": "CPC_E_2C_4GB_256GB", - "Service_Plan_Id": "0d143570-9b92-4f57-adb5-e4efcd23b3bb", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB", - "String_Id": "CPC_E_2C_8GB_128GB", - "GUID": "e2aebe6c-897d-480f-9d62-fff1381581f7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB", - "String_Id": "CPC_E_2C_8GB_128GB", - "GUID": "e2aebe6c-897d-480f-9d62-fff1381581f7", - "Service_Plan_Name": "CPC_2", - "Service_Plan_Id": "3efff3fe-528a-4fc5-b1ba-845802cc764f", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB (Preview)", - "String_Id": "CPC_LVL_2", - "GUID": "461cb62c-6db7-41aa-bf3c-ce78236cdb9e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB (Preview)", - "String_Id": "CPC_LVL_2", - "GUID": "461cb62c-6db7-41aa-bf3c-ce78236cdb9e", - "Service_Plan_Name": "CPC_2", - "Service_Plan_Id": "3efff3fe-528a-4fc5-b1ba-845802cc764f", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 256 GB", - "String_Id": "CPC_E_2C_8GB_256GB", - "GUID": "1c79494f-e170-431f-a409-428f6053fa35", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 256 GB", - "String_Id": "CPC_E_2C_8GB_256GB", - "GUID": "1c79494f-e170-431f-a409-428f6053fa35", - "Service_Plan_Name": "CPC_E_2C_8GB_256GB", - "Service_Plan_Id": "d3468c8c-3545-4f44-a32f-b465934d2498", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 8 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 128 GB", - "String_Id": "CPC_E_4C_16GB_128GB", - "GUID": "d201f153-d3b2-4057-be2f-fe25c8983e6f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 128 GB", - "String_Id": "CPC_E_4C_16GB_128GB", - "GUID": "d201f153-d3b2-4057-be2f-fe25c8983e6f", - "Service_Plan_Name": "CPC_E_4C_16GB_128GB", - "Service_Plan_Id": "2de9c682-ca3f-4f2b-b360-dfc4775db133", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 4 vCPU 16 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB", - "String_Id": "CPC_E_4C_16GB_256GB", - "GUID": "96d2951e-cb42-4481-9d6d-cad3baac177e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB", - "String_Id": "CPC_E_4C_16GB_256GB", - "GUID": "96d2951e-cb42-4481-9d6d-cad3baac177e", - "Service_Plan_Name": "CPC_E_4C_16GB_256GB", - "Service_Plan_Id": "9ecf691d-8b82-46cb-b254-cd061b2c02fb", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB (Preview)", - "String_Id": "CPC_LVL_3", - "GUID": "bbb4bf6e-3e12-4343-84a1-54d160c00f40", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB (Preview)", - "String_Id": "CPC_LVL_3", - "GUID": "bbb4bf6e-3e12-4343-84a1-54d160c00f40", - "Service_Plan_Name": "CPC_E_4C_16GB_256GB", - "Service_Plan_Id": "9ecf691d-8b82-46cb-b254-cd061b2c02fb", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 512 GB", - "String_Id": "CPC_E_4C_16GB_512GB", - "GUID": "0da63026-e422-4390-89e8-b14520d7e699", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 512 GB", - "String_Id": "CPC_E_4C_16GB_512GB", - "GUID": "0da63026-e422-4390-89e8-b14520d7e699", - "Service_Plan_Name": "CPC_E_4C_16GB_512GB", - "Service_Plan_Id": "3bba9856-7cf2-4396-904a-00de74fba3a4", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 4 vCPU 16 GB 512 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 128 GB", - "String_Id": "CPC_E_8C_32GB_128GB", - "GUID": "c97d00e4-0c4c-4ec2-a016-9448c65de986", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 128 GB", - "String_Id": "CPC_E_8C_32GB_128GB", - "GUID": "c97d00e4-0c4c-4ec2-a016-9448c65de986", - "Service_Plan_Name": "CPC_E_8C_32GB_128GB", - "Service_Plan_Id": "2f3cdb12-bcde-4e37-8529-e9e09ec09e23", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 8 vCPU 32 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 256 GB", - "String_Id": "CPC_E_8C_32GB_256GB", - "GUID": "7818ca3e-73c8-4e49-bc34-1276a2d27918", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 256 GB", - "String_Id": "CPC_E_8C_32GB_256GB", - "GUID": "7818ca3e-73c8-4e49-bc34-1276a2d27918", - "Service_Plan_Name": "CPC_E_8C_32GB_256GB", - "Service_Plan_Id": "69dc175c-dcff-4757-8389-d19e76acb45d", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 8 vCPU 32 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 512 GB", - "String_Id": "CPC_E_8C_32GB_512GB", - "GUID": "9fb0ba5f-4825-4e84-b239-5167a3a5d4dc", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 512 GB", - "String_Id": "CPC_E_8C_32GB_512GB", - "GUID": "9fb0ba5f-4825-4e84-b239-5167a3a5d4dc", - "Service_Plan_Name": "CPC_E_8C_32GB_512GB", - "Service_Plan_Id": "0e837228-8250-4047-8a80-d4a34ba11658", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 8 vCPU 32 GB 512 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 4 GB 64 GB", - "String_Id": "Windows_365_S_2vCPU_4GB_64GB", - "GUID": "1f9990ca-45d9-4c8d-8d04-a79241924ce1", - "Service_Plan_Name": "CPC_S_2C_4GB_64GB", - "Service_Plan_Id": "64981bdb-a5a6-4a22-869f-a9455366d5bc", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 4 GB 64 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 4 GB 128 GB", - "String_Id": "Windows_365_S_2vCPU_4GB_128GB", - "GUID": "90369797-7141-4e75-8f5e-d13f4b6092c1", - "Service_Plan_Name": "CPC_S_2C_4GB_128GB", - "Service_Plan_Id": "51855c77-4d2e-4736-be67-6dca605f2b57", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 4 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 4 GB 256 GB", - "String_Id": "Windows_365_S_2vCPU_4GB_256GB", - "GUID": "8fe96593-34d3-49bb-aeee-fb794fed0800", - "Service_Plan_Name": "CPC_S_2C_4GB_256GB", - "Service_Plan_Id": "aa8fbe7b-695c-4c05-8d45-d1dddf6f7616", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 4 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 8 GB 128 GB", - "String_Id": "Windows_365_S_2vCPU_8GB_128GB", - "GUID": "2d21fc84-b918-491e-ad84-e24d61ccec94", - "Service_Plan_Name": "CPC_S_2C_8GB_128GB", - "Service_Plan_Id": "057efbfe-a95d-4263-acb0-12b4a31fed8d", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 8 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 8 GB 256 GB", - "String_Id": "Windows_365_S_2vCPU_8GB_256GB", - "GUID": "2eaa4058-403e-4434-9da9-ea693f5d96dc", - "Service_Plan_Name": "CPC_S_2C_8GB_256GB", - "Service_Plan_Id": "50ef7026-6174-40ba-bff7-f0e4fcddbf65", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 8 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 4 vCPU 16 GB 128 GB", - "String_Id": "Windows_365_S_4vCPU_16GB_128GB", - "GUID": "1bf40e76-4065-4530-ac37-f1513f362f50", - "Service_Plan_Name": "CPC_S_4C_16GB_128GB", - "Service_Plan_Id": "dd3801e2-4aa1-4b16-a44b-243e55497584", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 4 vCPU 16 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 4 vCPU 16 GB 256 GB", - "String_Id": "Windows_365_S_4vCPU_16GB_256GB", - "GUID": "a9d1e0df-df6f-48df-9386-76a832119cca", - "Service_Plan_Name": "CPC_S_4C_16GB_256GB", - "Service_Plan_Id": "2d1d344e-d10c-41bb-953b-b3a47521dca0", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 4 vCPU 16 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 4 vCPU 16 GB 512 GB", - "String_Id": "Windows_365_S_4vCPU_16GB_512GB", - "GUID": "469af4da-121c-4529-8c85-9467bbebaa4b", - "Service_Plan_Name": "CPC_S_4C_16GB_512GB", - "Service_Plan_Id": "48b82071-99a5-4214-b493-406a637bd68d", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 4 vCPU 16 GB 512 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 8 vCPU 32 GB 128 GB", - "String_Id": "Windows_365_S_8vCPU_32GB_128GB", - "GUID": "f319c63a-61a9-42b7-b786-5695bc7edbaf", - "Service_Plan_Name": "CPC_S_8C_32GB_128GB", - "Service_Plan_Id": "e4dee41f-a5c5-457d-b7d3-c309986fdbb2", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 8 vCPU 32 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 8 vCPU 32 GB 256 GB", - "String_Id": "Windows_365_S_8vCPU_32GB_256GB", - "GUID": "fb019e88-26a0-4218-bd61-7767d109ac26", - "Service_Plan_Name": "CPC_S_8C_32GB_256GB", - "Service_Plan_Id": "1e2321a0-f81c-4d43-a0d5-9895125706b8", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 8 vCPU 32 GB 256 GB" - }, - { - "Product_Display_Name": "Windows 365 Shared Use 8 vCPU 32 GB 512 GB", - "String_Id": "Windows_365_S_8vCPU_32GB_512GB", - "GUID": "f4dc1de8-8c94-4d37-af8a-1fca6675590a", - "Service_Plan_Name": "CPC_S_8C_32GB_512GB", - "Service_Plan_Id": "fa0b4021-0f60-4d95-bf68-95036285282a", - "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 8 vCPU 32 GB 512 GB" - }, - { - "Product_Display_Name": "Windows Store for Business", - "String_Id": "WINDOWS_STORE", - "GUID": "6470687e-a428-4b7a-bef2-8a291ad947c9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Windows Store for Business", - "String_Id": "WINDOWS_STORE", - "GUID": "6470687e-a428-4b7a-bef2-8a291ad947c9", - "Service_Plan_Name": "WINDOWS_STORE", - "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", - "Service_Plans_Included_Friendly_Names": "WINDOWS STORE SERVICE" - }, - { - "Product_Display_Name": "Windows Store for Business EDU Faculty", - "String_Id": "WSFB_EDU_FACULTY", - "GUID": "c7e9d9e6-1981-4bf3-bb50-a5bdfaa06fb2", - "Service_Plan_Name": "Windows Store for Business EDU Store_faculty", - "Service_Plan_Id": "aaa2cd24-5519-450f-a1a0-160750710ca1", - "Service_Plans_Included_Friendly_Names": "Windows Store for Business EDU Store_faculty" - }, - { - "Product_Display_Name": "Microsoft Workplace Analytics", - "String_Id": "WORKPLACE_ANALYTICS", - "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", - "Service_Plan_Name": "WORKPLACE_ANALYTICS", - "Service_Plan_Id": "f477b0f0-3bb1-4890-940c-40fcee6ce05f", - "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics" - }, - { - "Product_Display_Name": "Microsoft Workplace Analytics", - "String_Id": "WORKPLACE_ANALYTICS", - "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", - "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_BACKEND", - "Service_Plan_Id": "ff7b261f-d98b-415b-827c-42a3fdf015af", - "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics Insights Backend" - }, - { - "Product_Display_Name": "Microsoft Workplace Analytics", - "String_Id": "WORKPLACE_ANALYTICS", - "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", - "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_USER", - "Service_Plan_Id": "b622badb-1b45-48d5-920f-4b27a2c0996c", - "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics Insights User" - }, - { - "Product_Display_Name": "Workload Identities Premium", - "String_Id": "Workload_Identities_Premium_CN", - "GUID": "73fa80b5-689f-4db9-bbe4-bd414bc41e44", - "Service_Plan_Name": "AAD_WRKLDID_P1", - "Service_Plan_Id": "84c289f0-efcb-486f-8581-07f44fc9efad", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory workload identities P1" - }, - { - "Product_Display_Name": "Workload Identities Premium", - "String_Id": "Workload_Identities_Premium_CN", - "GUID": "73fa80b5-689f-4db9-bbe4-bd414bc41e44", - "Service_Plan_Name": "AAD_WRKLDID_P2", - "Service_Plan_Id": "7dc0e92d-bf15-401d-907e-0884efe7c760", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory workload identities P2" - } -] +[ + { + "Product_Display_Name": "AI Builder Capacity add-on", + "String_Id": "CDSAICAPACITY", + "GUID": "d2dea78b-507c-4e56-b400-39447f4738f8", + "Service_Plan_Name": "CDSAICAPACITY", + "Service_Plan_Id": "a7c70a41-5e02-4271-93e6-d9b4184d83f5", + "Service_Plans_Included_Friendly_Names": "AI Builder capacity add-on" + }, + { + "Product_Display_Name": "AI Builder Capacity add-on", + "String_Id": "CDSAICAPACITY", + "GUID": "d2dea78b-507c-4e56-b400-39447f4738f8", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "App Connect IW", + "String_Id": "SPZA_IW", + "GUID": "8f0c5670-4e56-4892-b06d-91c085d7004f", + "Service_Plan_Name": "SPZA", + "Service_Plan_Id": "0bfc98ed-1dbc-4a97-b246-701754e48b17", + "Service_Plans_Included_Friendly_Names": "APP CONNECT" + }, + { + "Product_Display_Name": "App Connect IW", + "String_Id": "SPZA_IW", + "GUID": "8f0c5670-4e56-4892-b06d-91c085d7004f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "App governance add-on to Microsoft Defender for Cloud Apps", + "String_Id": "Microsoft_Cloud_App_Security_App_Governance_Add_On", + "GUID": "9706eed9-966f-4f1b-94f6-bb2b4af99a5b", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "App governance add-on to Microsoft Defender for Cloud Apps", + "String_Id": "Microsoft_Cloud_App_Security_App_Governance_Add_On", + "GUID": "9706eed9-966f-4f1b-94f6-bb2b4af99a5b", + "Service_Plan_Name": "MICROSOFT_APPLICATION_PROTECTION_AND_GOVERNANCE_A", + "Service_Plan_Id": "5f3b1ded-75c0-4b31-8e6e-9b077eaadfd5", + "Service_Plans_Included_Friendly_Names": "Microsoft Application Protection and Governance (A)" + }, + { + "Product_Display_Name": "App governance add-on to Microsoft Defender for Cloud Apps", + "String_Id": "Microsoft_Cloud_App_Security_App_Governance_Add_On", + "GUID": "9706eed9-966f-4f1b-94f6-bb2b4af99a5b", + "Service_Plan_Name": "MICROSOFT_APPLICATION_PROTECTION_AND_GOVERNANCE_D", + "Service_Plan_Id": "2e6ffd72-52d1-4541-8f6c-938f9a8d4cdc", + "Service_Plans_Included_Friendly_Names": "Microsoft Application Protection and Governance (D)" + }, + { + "Product_Display_Name": "Career Coach for faculty", + "String_Id": "CAREERCOACH_FACULTY", + "GUID": "95de1760-7682-406d-98c9-52ef14e51e2b", + "Service_Plan_Name": "CAREERCOACH_EDU", + "Service_Plan_Id": "80f0ae31-0dfb-425c-b3fc-36f40170eb35", + "Service_Plans_Included_Friendly_Names": "Career Coach" + }, + { + "Product_Display_Name": "Career Coach for students", + "String_Id": "CAREERCOACH_STUDENTS", + "GUID": "01c8007a-57d2-41e0-a3c3-0b46ead16cc4", + "Service_Plan_Name": "CAREERCOACH_EDU", + "Service_Plan_Id": "80f0ae31-0dfb-425c-b3fc-36f40170eb35", + "Service_Plans_Included_Friendly_Names": "Career Coach" + }, + { + "Product_Display_Name": "Clipchamp Premium", + "String_Id": "Clipchamp_Premium", + "GUID": "0fe440c5-f2bf-442b-a4f4-9a7af77a200b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Clipchamp Premium", + "String_Id": "Clipchamp_Premium", + "GUID": "0fe440c5-f2bf-442b-a4f4-9a7af77a200b", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Clipchamp Premium", + "String_Id": "Clipchamp_Premium", + "GUID": "0fe440c5-f2bf-442b-a4f4-9a7af77a200b", + "Service_Plan_Name": "CLIPCHAMP_PREMIUM", + "Service_Plan_Id": "430b908f-78e1-4812-b045-cf83320e7d5d", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp Premium" + }, + { + "Product_Display_Name": "Clipchamp Premium", + "String_Id": "Clipchamp_Premium", + "GUID": "0fe440c5-f2bf-442b-a4f4-9a7af77a200b", + "Service_Plan_Name": "ONEDRIVECLIPCHAMP", + "Service_Plan_Id": "f7e5b77d-f293-410a-bae8-f941f19fe680", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Clipchamp)" + }, + { + "Product_Display_Name": "Clipchamp Standard", + "String_Id": "Clipchamp_Standard", + "GUID": "481f3bc2-5756-4b28-9375-5c8c86b99e6b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Clipchamp Standard", + "String_Id": "Clipchamp_Standard", + "GUID": "481f3bc2-5756-4b28-9375-5c8c86b99e6b", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Clipchamp Standard", + "String_Id": "Clipchamp_Standard", + "GUID": "481f3bc2-5756-4b28-9375-5c8c86b99e6b", + "Service_Plan_Name": "ONEDRIVECLIPCHAMP", + "Service_Plan_Id": "f7e5b77d-f293-410a-bae8-f941f19fe680", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Clipchamp)" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing", + "String_Id": "MCOMEETADV", + "GUID": "0c266dff-15dd-4b49-8397-2bb16070ed52", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft Entra ID Basic", + "String_Id": "AAD_BASIC", + "GUID": "2b9c8e7c-319c-43a2-a2a0-48c5c6161de7", + "Service_Plan_Name": "AAD_BASIC", + "Service_Plan_Id": "c4da7f8a-5ee2-4c99-a7e1-87d2df57f6fe", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra BASIC" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1", + "String_Id": "AAD_PREMIUM", + "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1", + "String_Id": "AAD_PREMIUM", + "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1", + "String_Id": "AAD_PREMIUM", + "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1", + "String_Id": "AAD_PREMIUM", + "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1 for Faculty", + "String_Id": "AAD_PREMIUM_FACULTY", + "GUID": "30fc3c36-5a95-4956-ba57-c09c2a600bb9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1 for Faculty", + "String_Id": "AAD_PREMIUM_FACULTY", + "GUID": "30fc3c36-5a95-4956-ba57-c09c2a600bb9", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1 for Faculty", + "String_Id": "AAD_PREMIUM_FACULTY", + "GUID": "30fc3c36-5a95-4956-ba57-c09c2a600bb9", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1 for Faculty", + "String_Id": "AAD_PREMIUM_FACULTY", + "GUID": "30fc3c36-5a95-4956-ba57-c09c2a600bb9", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1_USGOV_GCCHIGH", + "String_Id": "AAD_PREMIUM_USGOV_GCCHIGH ", + "GUID": "de597797-22fb-4d65-a9fe-b7dbe8893914", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1_USGOV_GCCHIGH", + "String_Id": "AAD_PREMIUM_USGOV_GCCHIGH ", + "GUID": "de597797-22fb-4d65-a9fe-b7dbe8893914", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1_USGOV_GCCHIGH", + "String_Id": "AAD_PREMIUM_USGOV_GCCHIGH ", + "GUID": "de597797-22fb-4d65-a9fe-b7dbe8893914", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft Entra ID P1_USGOV_GCCHIGH", + "String_Id": "AAD_PREMIUM_USGOV_GCCHIGH ", + "GUID": "de597797-22fb-4d65-a9fe-b7dbe8893914", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Entra ID P2", + "String_Id": "AAD_PREMIUM_P2", + "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Entra ID P2", + "String_Id": "AAD_PREMIUM_P2", + "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft Entra ID P2", + "String_Id": "AAD_PREMIUM_P2", + "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" + }, + { + "Product_Display_Name": "Microsoft Entra ID P2", + "String_Id": "AAD_PREMIUM_P2", + "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Entra ID P2", + "String_Id": "AAD_PREMIUM_P2", + "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" + }, + { + "Product_Display_Name": "Azure Information Protection Plan 1", + "String_Id": "RIGHTSMANAGEMENT", + "GUID": "c52ea49f-fe5d-4e95-93ba-1de91d380f89", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" + }, + { + "Product_Display_Name": "Azure Information Protection Plan 1", + "String_Id": "RIGHTSMANAGEMENT", + "GUID": "c52ea49f-fe5d-4e95-93ba-1de91d380f89", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra RIGHTS" + }, + { + "Product_Display_Name": "Azure Information Protection Plan 1", + "String_Id": "RIGHTSMANAGEMENT_CE", + "GUID": "a0e6a48f-b056-4037-af70-b9ac53504551", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Azure Information Protection Plan 1", + "String_Id": "RIGHTSMANAGEMENT_CE", + "GUID": "a0e6a48f-b056-4037-af70-b9ac53504551", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Azure Information Protection Plan 1", + "String_Id": "RIGHTSMANAGEMENT_CE", + "GUID": "a0e6a48f-b056-4037-af70-b9ac53504551", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Azure Information Protection Premium P1_USGOV_GCCHIGH", + "String_Id": "RIGHTSMANAGEMENT_CE_USGOV_GCCHIGH", + "GUID": "c57afa2a-d468-46c4-9a90-f86cb1b3c54a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Azure Information Protection Premium P1_USGOV_GCCHIGH", + "String_Id": "RIGHTSMANAGEMENT_CE_USGOV_GCCHIGH", + "GUID": "c57afa2a-d468-46c4-9a90-f86cb1b3c54a", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Azure Information Protection Premium P1_USGOV_GCCHIGH", + "String_Id": "RIGHTSMANAGEMENT_CE_USGOV_GCCHIGH", + "GUID": "c57afa2a-d468-46c4-9a90-f86cb1b3c54a", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Basic Collaboration", + "String_Id": "OFFICEBASIC", + "GUID": "4468c39a-28b2-42fb-9094-840bcf28771f", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Basic Collaboration", + "String_Id": "OFFICEBASIC", + "GUID": "4468c39a-28b2-42fb-9094-840bcf28771f", + "Service_Plan_Name": "ONEDRIVELITE_IW", + "Service_Plan_Id": "b4ac11a0-32ff-4e78-982d-e039fa803dec", + "Service_Plans_Included_Friendly_Names": "Office for the web with OneDrive for business" + }, + { + "Product_Display_Name": "Basic Collaboration", + "String_Id": "OFFICEBASIC", + "GUID": "4468c39a-28b2-42fb-9094-840bcf28771f", + "Service_Plan_Name": "MCOBASIC", + "Service_Plan_Id": "448898aa-3ae7-478c-b49a-1fac7a8a35cf", + "Service_Plans_Included_Friendly_Names": "Skype Meetings" + }, + { + "Product_Display_Name": "Basic Collaboration", + "String_Id": "OFFICEBASIC", + "GUID": "4468c39a-28b2-42fb-9094-840bcf28771f", + "Service_Plan_Name": "YAMMER_BASIC", + "Service_Plan_Id": "6db7aeea-6c4a-475d-bbb0-7338bc73d646", + "Service_Plans_Included_Friendly_Names": "Yammer" + }, + { + "Product_Display_Name": "Business Apps (free)", + "String_Id": "SMB_APPS", + "GUID": "90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96", + "Service_Plan_Name": "DYN365BC_MS_INVOICING", + "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", + "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" + }, + { + "Product_Display_Name": "Business Apps (free)", + "String_Id": "SMB_APPS", + "GUID": "90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Common Data Service for Apps File Capacity", + "String_Id": "CDS_FILE_CAPACITY", + "GUID": "631d5fb1-a668-4c2a-9427-8830665a742e", + "Service_Plan_Name": "CDS_FILE_CAPACITY", + "Service_Plan_Id": "dd12a3a8-caec-44f8-b4fb-2f1a864b51e3", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps File Capacity" + }, + { + "Product_Display_Name": "Common Data Service for Apps File Capacity", + "String_Id": "CDS_FILE_CAPACITY", + "GUID": "631d5fb1-a668-4c2a-9427-8830665a742e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Common Data Service Database Capacity", + "String_Id": "CDS_DB_CAPACITY", + "GUID": "e612d426-6bc3-4181-9658-91aa906b0ac0", + "Service_Plan_Name": "CDS_DB_CAPACITY", + "Service_Plan_Id": "360bcc37-0c11-4264-8eed-9fa7a3297c9b", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps Database Capacity" + }, + { + "Product_Display_Name": "Common Data Service Database Capacity", + "String_Id": "CDS_DB_CAPACITY", + "GUID": "e612d426-6bc3-4181-9658-91aa906b0ac0", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Common Data Service Database Capacity for Government", + "String_Id": "CDS_DB_CAPACITY_GOV", + "GUID": "eddf428b-da0e-4115-accf-b29eb0b83965", + "Service_Plan_Name": "CDS_DB_CAPACITY_GOV", + "Service_Plan_Id": "1ddffef6-4f69-455e-89c7-d5d72105f915", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps Database Capacity for Government" + }, + { + "Product_Display_Name": "Common Data Service Database Capacity for Government", + "String_Id": "CDS_DB_CAPACITY_GOV", + "GUID": "eddf428b-da0e-4115-accf-b29eb0b83965", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Common Data Service Log Capacity", + "String_Id": "CDS_LOG_CAPACITY", + "GUID": "448b063f-9cc6-42fc-a0e6-40e08724a395", + "Service_Plan_Name": "CDS_LOG_CAPACITY", + "Service_Plan_Id": "dc48f5c5-e87d-43d6-b884-7ac4a59e7ee9", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps Log Capacity" + }, + { + "Product_Display_Name": "Common Data Service Log Capacity", + "String_Id": "CDS_LOG_CAPACITY", + "GUID": "448b063f-9cc6-42fc-a0e6-40e08724a395", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Communications Credits", + "String_Id": "MCOPSTNC", + "GUID": "47794cd0-f0e5-45c5-9033-2eb6b5fc84e0", + "Service_Plan_Name": "MCOPSTNC", + "Service_Plan_Id": "505e180f-f7e0-4b65-91d4-00d670bbd18c", + "Service_Plans_Included_Friendly_Names": "COMMUNICATIONS CREDITS" + }, + { + "Product_Display_Name": "Compliance Manager Premium Assessment Add-On", + "String_Id": "CMPA_addon", + "GUID": "8a5fbbed-8b8c-41e5-907e-c50c471340fd", + "Service_Plan_Name": "COMPLIANCE_MANAGER_PREMIUM_ASSESSMENT_ADDON", + "Service_Plan_Id": "3a117d30-cfac-4f00-84ac-54f8b6a18d78", + "Service_Plans_Included_Friendly_Names": "Compliance Manager Premium Assessment Add-On" + }, + { + "Product_Display_Name": "Compliance Manager Premium Assessment Add-On for GCC", + "String_Id": "CMPA_addon_GCC", + "GUID": "a9d7ef53-9bea-4a2a-9650-fa7df58fe094", + "Service_Plan_Name": "COMPLIANCE_MANAGER_PREMIUM_ASSESSMENT_ADDON", + "Service_Plan_Id": "3a117d30-cfac-4f00-84ac-54f8b6a18d78", + "Service_Plans_Included_Friendly_Names": "Compliance Manager Premium Assessment Add-On" + }, + { + "Product_Display_Name": "Defender Threat Intelligence", + "String_Id": "Defender_Threat_Intelligence", + "GUID": "a9c51c15-ffad-4c66-88c0-8771455c832d", + "Service_Plan_Name": "THREAT_INTELLIGENCE_APP", + "Service_Plan_Id": "fbdb91e6-7bfd-4a1f-8f7a-d27f4ef39702", + "Service_Plans_Included_Friendly_Names": "Defender Threat Intelligence" + }, + { + "Product_Display_Name": "Digital Messaging for GCC Test SKU", + "String_Id": "MESSAGING_GCC_TEST", + "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", + "Service_Plan_Name": "DYN365_CS_CHAT_FPA_GOV", + "Service_Plan_Id": "b9f7ce72-67ff-4695-a9d9-5ff620232024", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Chat Application Integration for Government" + }, + { + "Product_Display_Name": "Digital Messaging for GCC Test SKU", + "String_Id": "MESSAGING_GCC_TEST", + "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS_GOV", + "Service_Plan_Id": "9d37aa61-3cc3-457c-8b54-e6f3853aa6b6", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on for Government" + }, + { + "Product_Display_Name": "Digital Messaging for GCC Test SKU", + "String_Id": "MESSAGING_GCC_TEST", + "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", + "Service_Plan_Name": "DYN365_CS_MESSAGING_GOV", + "Service_Plan_Id": "e304c3c3-f86c-4200-b174-1ade48805b22", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging application integration for Government" + }, + { + "Product_Display_Name": "Digital Messaging for GCC Test SKU", + "String_Id": "MESSAGING_GCC_TEST", + "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", + "Service_Plan_Name": "DYN365_CS_CHAT_GOV", + "Service_Plan_Id": "ffb878a5-3184-472b-800b-65eadc63d764", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Chat for Government" + }, + { + "Product_Display_Name": "Digital Messaging for GCC Test SKU", + "String_Id": "MESSAGING_GCC_TEST", + "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_CHAT_GOV", + "Service_Plan_Id": "9023fe69-f9e0-4c1e-bfde-654954469162", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Chat for Gov" + }, + { + "Product_Display_Name": "Digital Messaging for GCC Test SKU", + "String_Id": "MESSAGING_GCC_TEST", + "GUID": "064a9707-9dba-4cc1-9902-38bfcfda6328", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING_GOV", + "Service_Plan_Id": "e501d49b-1176-4816-aece-2563c0d995db", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging for Gov" + }, + { + "Product_Display_Name": "Dynamics 365 - Additional Database Storage (Qualified Offer)", + "String_Id": "CRMSTORAGE", + "GUID": "328dc228-00bc-48c6-8b09-1fbc8bc3435d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 - Additional Database Storage (Qualified Offer)", + "String_Id": "CRMSTORAGE", + "GUID": "328dc228-00bc-48c6-8b09-1fbc8bc3435d", + "Service_Plan_Name": "CRMSTORAGE", + "Service_Plan_Id": "77866113-0f3e-4e6e-9666-b1e25c6f99b0", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Storage Add-On" + }, + { + "Product_Display_Name": "Dynamics 365 - Additional Production Instance (Qualified Offer)", + "String_Id": "CRMINSTANCE", + "GUID": "9d776713-14cb-4697-a21d-9a52455c738a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 - Additional Production Instance (Qualified Offer)", + "String_Id": "CRMINSTANCE", + "GUID": "9d776713-14cb-4697-a21d-9a52455c738a", + "Service_Plan_Name": "CRMINSTANCE", + "Service_Plan_Id": "eeea837a-c885-4167-b3d5-ddde30cbd85f", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Instance" + }, + { + "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance (Qualified Offer)", + "String_Id": "CRMTESTINSTANCE", + "GUID": "e06abcc2-7ec5-4a79-b08b-d9c282376f72", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance (Qualified Offer)", + "String_Id": "CRMTESTINSTANCE", + "GUID": "e06abcc2-7ec5-4a79-b08b-d9c282376f72", + "Service_Plan_Name": "CRMTESTINSTANCE", + "Service_Plan_Id": "a98b7619-66c7-4885-bdfc-1d9c8c3d279f", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Additional Test Instance" + }, + { + "Product_Display_Name": "Dynamics 365 AI for Market Insights (Preview)", + "String_Id": "SOCIAL_ENGAGEMENT_APP_USER", + "GUID": "c6df1e30-1c9f-427f-907c-3d913474a1c7", + "Service_Plan_Name": "SOCIAL_ENGAGEMENT_APP_USER", + "Service_Plan_Id": "339f4def-5ad8-4430-8d12-da5fd4c769a7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Market Insights - Free" + }, + { + "Product_Display_Name": "Dynamics 365 AI for Market Insights (Preview)", + "String_Id": "SOCIAL_ENGAGEMENT_APP_USER", + "GUID": "c6df1e30-1c9f-427f-907c-3d913474a1c7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Asset Management Addl Assets", + "String_Id": "DYN365_ASSETMANAGEMENT", + "GUID": "673afb9d-d85b-40c2-914e-7bf46cd5cd75", + "Service_Plan_Name": "D365_AssetforSCM", + "Service_Plan_Id": "90467813-5b40-40d4-835c-abd48009b1d9", + "Service_Plans_Included_Friendly_Names": "Asset Maintenance Add-in" + }, + { + "Product_Display_Name": "Dynamics 365 Asset Management Addl Assets", + "String_Id": "DYN365_ASSETMANAGEMENT", + "GUID": "673afb9d-d85b-40c2-914e-7bf46cd5cd75", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Additional Environment Addon", + "String_Id": "DYN365_BUSCENTRAL_ADD_ENV_ADDON", + "GUID": "a58f5506-b382-44d4-bfab-225b2fbf8390", + "Service_Plan_Name": "DYN365_BUSCENTRAL_ENVIRONMENT", + "Service_Plan_Id": "d397d6c6-9664-4502-b71c-66f39c400ca4", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Additional Environment Addon" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Database Capacity", + "String_Id": "DYN365_BUSCENTRAL_DB_CAPACITY", + "GUID": "7d0d4f9a-2686-4cb8-814c-eff3fdab6d74", + "Service_Plan_Name": "DYN365_BUSCENTRAL_DB_CAPACITY", + "Service_Plan_Id": "ae6b27b3-fe31-4e77-ae06-ec5fabbc103a", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Database Capacity" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Database Capacity", + "String_Id": "DYN365_BUSCENTRAL_DB_CAPACITY", + "GUID": "7d0d4f9a-2686-4cb8-814c-eff3fdab6d74", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials", + "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", + "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", + "Service_Plan_Name": "DYN365_FINANCIALS_BUSINESS", + "Service_Plan_Id": "920656a2-7dd8-4c83-97b6-a356414dbd36", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Business Central Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials", + "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", + "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials", + "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", + "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials", + "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", + "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials Attach", + "String_Id": "Dynamics_365_Business_Central_Essentials_Attach", + "GUID": "1d506c23-1702-46f1-b940-160c55f98d05", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials Attach", + "String_Id": "Dynamics_365_Business_Central_Essentials_Attach", + "GUID": "1d506c23-1702-46f1-b940-160c55f98d05", + "Service_Plan_Name": "DYN365_BUSCENTRAL_ESSENTIALS_ATTACH", + "Service_Plan_Id": "17ca446c-d7a4-4d29-8dec-8e241592164b", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Essentials Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials Attach", + "String_Id": "Dynamics_365_Business_Central_Essentials_Attach", + "GUID": "1d506c23-1702-46f1-b940-160c55f98d05", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials Attach", + "String_Id": "Dynamics_365_Business_Central_Essentials_Attach", + "GUID": "1d506c23-1702-46f1-b940-160c55f98d05", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Essentials Attach", + "String_Id": "Dynamics_365_Business_Central_Essentials_Attach", + "GUID": "1d506c23-1702-46f1-b940-160c55f98d05", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central External Accountant", + "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", + "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", + "Service_Plan_Name": "DYN365_FINANCIALS_ACCOUNTANT", + "Service_Plan_Id": "170991d7-b98e-41c5-83d4-db2052e1795f", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central External Accountant" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central External Accountant", + "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", + "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central External Accountant", + "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", + "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central External Accountant", + "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", + "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central for IWs", + "String_Id": "PROJECT_MADEIRA_PREVIEW_IW_SKU", + "GUID": "6a4a1628-9b9a-424d-bed5-4118f0ede3fd", + "Service_Plan_Name": "PROJECT_MADEIRA_PREVIEW_IW", + "Service_Plan_Id": "3f2afeed-6fb5-4bf9-998f-f2912133aead", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central for IWs" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central for IWs", + "String_Id": "PROJECT_MADEIRA_PREVIEW_IW_SKU", + "GUID": "6a4a1628-9b9a-424d-bed5-4118f0ede3fd", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Premium", + "String_Id": "DYN365_BUSCENTRAL_PREMIUM", + "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", + "Service_Plan_Name": "DYN365_BUSCENTRAL_PREMIUM", + "Service_Plan_Id": "8e9002c0-a1d8-4465-b952-817d2948e6e2", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Premium" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Premium", + "String_Id": "DYN365_BUSCENTRAL_PREMIUM", + "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Premium", + "String_Id": "DYN365_BUSCENTRAL_PREMIUM", + "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Premium", + "String_Id": "DYN365_BUSCENTRAL_PREMIUM", + "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Team Members", + "String_Id": "DYN365_BUSCENTRAL_TEAM_MEMBER", + "GUID": "2e3c4023-80f6-4711-aa5d-29e0ecb46835", + "Service_Plan_Name": "DYN365_FINANCIALS_TEAM_MEMBERS", + "Service_Plan_Id": "d9a6391b-8970-4976-bd94-5f205007c8d8", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Team Members" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Team Members", + "String_Id": "DYN365_BUSCENTRAL_TEAM_MEMBER", + "GUID": "2e3c4023-80f6-4711-aa5d-29e0ecb46835", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Team Members", + "String_Id": "DYN365_BUSCENTRAL_TEAM_MEMBER", + "GUID": "2e3c4023-80f6-4711-aa5d-29e0ecb46835", + "Service_Plan_Name": "POWERAPPS_DYN_TEAM", + "Service_Plan_Id": "52e619e2-2730-439a-b0d3-d09ab7e8b705", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Business Central Team Members", + "String_Id": "DYN365_BUSCENTRAL_TEAM_MEMBER", + "GUID": "2e3c4023-80f6-4711-aa5d-29e0ecb46835", + "Service_Plan_Name": "FLOW_DYN_TEAM", + "Service_Plan_Id": "1ec58c70-f69c-486a-8109-4b87ce86e449", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce Trial", + "String_Id": "DYN365_RETAIL_TRIAL", + "GUID": "1508ad2d-5802-44e6-bfe8-6fb65de63d28", + "Service_Plan_Name": "DYN365_RETAIL_TRIAL", + "Service_Plan_Id": "874d6da5-2a67-45c1-8635-96e8b3e300ea", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Trial" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce Trial", + "String_Id": "DYN365_RETAIL_TRIAL", + "GUID": "1508ad2d-5802-44e6-bfe8-6fb65de63d28", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "DYN365_ENTERPRISE_P1", + "Service_Plan_Id": "d56f3deb-50d8-465a-bedb-f079817ccac1", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Engagement Plan" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "D365_CSI_EMBED_CE", + "Service_Plan_Id": "1412cdc1-d593-4ad1-9050-40c30ad0b023", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights for CE Plan" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", + "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "D365_ProjectOperationsCDS", + "Service_Plan_Id": "18fa3aba-b085-4105-87d7-55617b8585e6", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations CDS" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "Forms_Pro_CE", + "Service_Plan_Id": "97f29a83-1a20-44ff-bf48-5e4ad11f3e51", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Engagement Plan" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "NBENTERPRISE", + "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", + "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Social Engagement" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "D365_ProjectOperations", + "Service_Plan_Id": "69f07c66-bee4-4222-b051-195095efee5b", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "DYN365_CDS_GUIDES", + "Service_Plan_Id": "1315ade1-0410-450d-b8e3-8050e6da320f", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "GUIDES", + "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", + "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Remote Assist" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "POWERAPPS_GUIDES", + "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", + "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "PROJECT_FOR_PROJECT_OPERATIONS", + "Service_Plan_Id": "0a05d977-a21a-45b2-91ce-61c240dbafa2", + "Service_Plans_Included_Friendly_Names": "Project for Project Operations" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "SHAREPOINT_PROJECT", + "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", + "Service_Plans_Included_Friendly_Names": "Project Online Service" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "POWERAPPS_DYN_P2", + "Service_Plan_Id": "0b03f40b-c404-40c3-8651-2aceb74365fa", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", + "String_Id": "DYN365_ENTERPRISE_PLAN1", + "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", + "Service_Plan_Name": "FLOW_DYN_P2", + "Service_Plan_Id": "b650d915-9886-424b-a08d-633cede56f57", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", + "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", + "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_BASE", + "Service_Plan_Id": "d04ca659-b119-4a92-b8fc-3ede584a9d65", + "Service_Plans_Included_Friendly_Names": "Dataverse for Customer Insights BASE" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", + "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", + "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS", + "Service_Plan_Id": "ca00cff5-2568-4d03-bb6c-a653a8f360ca", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Customer Insights" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", + "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", + "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_BASE", + "Service_Plan_Id": "ee85d528-c4b4-4a99-9b07-fb9a1365dc93", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", + "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", + "Service_Plan_Name": "Customer_Voice_Customer_Insights", + "Service_Plan_Id": "46c5ea0a-2343-49d9-ae4f-1c268b232d53", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Insights App" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_ATTACH", + "GUID": "a3d0cd86-8068-4071-ad40-4dc5b5908c4b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Digital Messaging add-on for Government", + "String_Id": "DYN365_CS_MESSAGING_GOV", + "GUID": "336dfe1f-3b33-4ab4-b395-cba8f614976d", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS_GOV", + "Service_Plan_Id": "9d37aa61-3cc3-457c-8b54-e6f3853aa6b6", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Digital Messaging add-on for Government", + "String_Id": "DYN365_CS_MESSAGING_GOV", + "GUID": "336dfe1f-3b33-4ab4-b395-cba8f614976d", + "Service_Plan_Name": "DYN365_CS_MESSAGING_GOV", + "Service_Plan_Id": "e304c3c3-f86c-4200-b174-1ade48805b22", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging application integration for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Digital Messaging add-on for Government", + "String_Id": "DYN365_CS_MESSAGING_GOV", + "GUID": "336dfe1f-3b33-4ab4-b395-cba8f614976d", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING_GOV", + "Service_Plan_Id": "e501d49b-1176-4816-aece-2563c0d995db", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging for Gov" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Digital Messaging add-on for Government", + "String_Id": "DYN365_CS_MESSAGING_GOV", + "GUID": "336dfe1f-3b33-4ab4-b395-cba8f614976d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", + "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS_GOV", + "Service_Plan_Id": "9d37aa61-3cc3-457c-8b54-e6f3853aa6b6", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", + "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", + "Service_Plan_Name": "DYN365_CS_VOICE_GOV", + "Service_Plan_Id": "411b0c93-8f89-455e-a663-c0a3effd12c3", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", + "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE_GOV", + "Service_Plan_Id": "cad9c719-36e0-43c7-9506-6886f272d4f0", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", + "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING_GOV", + "Service_Plan_Id": "e501d49b-1176-4816-aece-2563c0d995db", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging for Gov" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV", + "GUID": "6ec542c9-2a86-4d4a-8a52-d233eb58ef0a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", + "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS_GOV", + "Service_Plan_Id": "9d37aa61-3cc3-457c-8b54-e6f3853aa6b6", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", + "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", + "Service_Plan_Name": "DYN365_CS_VOICE_GOV", + "Service_Plan_Id": "411b0c93-8f89-455e-a663-c0a3effd12c3", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", + "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE_GOV", + "Service_Plan_Id": "cad9c719-36e0-43c7-9506-6886f272d4f0", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", + "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING_GOV", + "Service_Plan_Id": "e501d49b-1176-4816-aece-2563c0d995db", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging for Gov" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Digital Messaging and Voice Add-in for Government for Test", + "String_Id": "DYN365_CS_OC_MESSAGING_VOICE_GOV_TEST", + "GUID": "ea9ba490-50b8-474e-8671-9fec0f1268f3", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Chat for Government", + "String_Id": "DYN365_CS_CHAT_GOV", + "GUID": "1b399f66-be2a-479c-a79d-84a43a46f79e", + "Service_Plan_Name": "DYN365_CS_CHAT_FPA_GOV", + "Service_Plan_Id": "b9f7ce72-67ff-4695-a9d9-5ff620232024", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Chat Application Integration for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Chat for Government", + "String_Id": "DYN365_CS_CHAT_GOV", + "GUID": "1b399f66-be2a-479c-a79d-84a43a46f79e", + "Service_Plan_Name": "DYN365_CS_CHAT_GOV", + "Service_Plan_Id": "ffb878a5-3184-472b-800b-65eadc63d764", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Chat for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Chat for Government", + "String_Id": "DYN365_CS_CHAT_GOV", + "GUID": "1b399f66-be2a-479c-a79d-84a43a46f79e", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_CHAT_GOV", + "Service_Plan_Id": "9023fe69-f9e0-4c1e-bfde-654954469162", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Chat for Gov" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Chat for Government", + "String_Id": "DYN365_CS_CHAT_GOV", + "GUID": "1b399f66-be2a-479c-a79d-84a43a46f79e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", + "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS", + "Service_Plan_Id": "47c2b191-a5fb-4129-b690-00c474d2f623", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "D365_CSI_EMBED_CSEnterprise", + "Service_Plan_Id": "5b1e5982-0e88-47bb-a95e-ae6085eda612", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights for CS Enterprise" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "Service_Plan_Id": "99340b49-fb81-4b1e-976b-8f2ae8e9394f", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "DYN365_CS_VOICE", + "Service_Plan_Id": "f6ec6dfa-2402-468d-a455-89be11116d43", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE", + "Service_Plan_Id": "a3dce1be-e9ca-453a-9483-e69a5b46ce98", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING", + "Service_Plan_Id": "2d2f174c-c3cc-4abe-9ce8-4dd86f469ab1", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Admin", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_admin_trial", + "GUID": "94a6fbd4-6a2f-4990-b356-dc7dd8bed08a", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", + "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", + "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_BASE", + "Service_Plan_Id": "d04ca659-b119-4a92-b8fc-3ede584a9d65", + "Service_Plans_Included_Friendly_Names": "Dataverse for Cust Insights BASE" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", + "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", + "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS", + "Service_Plan_Id": "ca00cff5-2568-4d03-bb6c-a653a8f360ca", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Customer Insights" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", + "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", + "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_BASE", + "Service_Plan_Id": "ee85d528-c4b4-4a99-9b07-fb9a1365dc93", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", + "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", + "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_ENGAGEMENT_INSIGHTS_BASE", + "Service_Plan_Id": "b3c26516-3b8d-492f-a5a3-64d70ad3f8d0", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights Engagement Insights" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", + "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", + "Service_Plan_Name": "Customer_Voice_Customer_Insights", + "Service_Plan_Id": "46c5ea0a-2343-49d9-ae4f-1c268b232d53", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Insights App" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", + "GUID": "0c250654-c7f7-461f-871a-7222f6592cf2", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights vTrial", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_VIRAL", + "GUID": "036c2481-aa8a-47cd-ab43-324f0c157c2d", + "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_TRIAL", + "Service_Plan_Id": "94e5cbf6-d843-4ee8-a2ec-8b15eb52019e", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Customer Insights Trial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights vTrial", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_VIRAL", + "GUID": "036c2481-aa8a-47cd-ab43-324f0c157c2d", + "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_ENGAGEMENT_INSIGHTS_BASE_TRIAL", + "Service_Plan_Id": "e2bdea63-235e-44c6-9f5e-5b0e783f07dd", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights Engagement Insights Viral" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights vTrial", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_VIRAL", + "GUID": "036c2481-aa8a-47cd-ab43-324f0c157c2d", + "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_VIRAL", + "Service_Plan_Id": "ed8e8769-94c5-4132-a3e7-7543b713d51f", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights Viral Plan" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights vTrial", + "String_Id": "DYN365_CUSTOMER_INSIGHTS_VIRAL", + "GUID": "036c2481-aa8a-47cd-ab43-324f0c157c2d", + "Service_Plan_Name": "Forms_Pro_Customer_Insights", + "Service_Plan_Id": "fe581650-cf61-4a09-8814-4bd77eca9cb5", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Insights" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Attach to Qualifying Dynamics 365 Base Offer A", + "String_Id": "D365_CUSTOMER_SERVICE_ENT_ATTACH", + "GUID": "eb18b715-ea9d-4290-9994-2ebf4b5042d2", + "Service_Plan_Name": "D365_CUSTOMER_SERVICE_ENT_ATTACH", + "Service_Plan_Id": "61a2665f-1873-488c-9199-c3d0bc213fdf", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Enterprise Attach" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Attach to Qualifying Dynamics 365 Base Offer A", + "String_Id": "D365_CUSTOMER_SERVICE_ENT_ATTACH", + "GUID": "eb18b715-ea9d-4290-9994-2ebf4b5042d2", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Attach to Qualifying Dynamics 365 Base Offer A", + "String_Id": "D365_CUSTOMER_SERVICE_ENT_ATTACH", + "GUID": "eb18b715-ea9d-4290-9994-2ebf4b5042d2", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "Service_Plan_Id": "dc6643d9-1e72-4dce-9f64-1d6eac1f1c5a", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "Forms_Pro_Service_GCC", + "Service_Plan_Id": "bb681a9b-58f5-42ee-9926-674325be8aaa", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Service Enterprise for GCC" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise for Government", + "String_Id": "D365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "65758a5f-2e16-43b3-a8cb-296cd8f69e09", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", + "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "CCIBOTS_PRIVPREV_VIRAL", + "Service_Plan_Id": "ce312d15-8fdf-44c0-9974-a25a177125ee", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Customer Service Virtual Agents Viral" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "DYN365_CS_MESSAGING_VIRAL_TRIAL", + "Service_Plan_Id": "3bf52bdf-5226-4a97-829e-5cca9b3f3392", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "DYN365_CS_ENTERPRISE_VIRAL_TRIAL", + "Service_Plan_Id": "94fb67d3-465f-4d1f-a50a-952da079a564", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Enterprise vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "DYNB365_CSI_VIRAL_TRIAL", + "Service_Plan_Id": "33f1466e-63a6-464c-bf6a-d1787928a56a", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "DYN365_CS_VOICE_VIRAL_TRIAL", + "Service_Plan_Id": "3de81e39-4ce1-47f7-a77f-8473d4eb6d7c", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Voice vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "54b37829-818e-4e3c-a08a-3ea66ab9b45d", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Enterprise Viral Trial", + "String_Id": "Dynamics_365_Customer_Service_Enterprise_viral_trial", + "GUID": "1e615a51-59db-4807-9957-aa83c3657351", + "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "81d4ecb8-0481-42fb-8868-51536c5aceeb", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Insights Trial", + "String_Id": "DYN365_AI_SERVICE_INSIGHTS", + "GUID": "61e6bd70-fbdb-4deb-82ea-912842f39431", + "Service_Plan_Name": "DYN365_AI_SERVICE_INSIGHTS", + "Service_Plan_Id": "4ade5aa6-5959-4d2c-bf0a-f4c9e2cc00f2", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Customer Service Trial" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Trial", + "String_Id": "FORMS_PRO", + "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", + "Service_Plan_Name": "DYN365_CDS_FORMS_PRO", + "Service_Plan_Id": "363430d1-e3f7-43bc-b07b-767b6bb95e4b", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Trial", + "String_Id": "FORMS_PRO", + "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", + "Service_Plan_Name": "FORMS_PRO", + "Service_Plan_Id": "17efdd9f-c22c-4ad8-b48e-3b1f3ee1dc9a", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Trial", + "String_Id": "FORMS_PRO", + "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Trial", + "String_Id": "FORMS_PRO", + "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Trial", + "String_Id": "FORMS_PRO", + "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", + "Service_Plan_Name": "FLOW_FORMS_PRO", + "Service_Plan_Id": "57a0746c-87b8-4405-9397-df365a9db793", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Customer Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Professional", + "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", + "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", + "Service_Plan_Name": "DYN365_CUSTOMER_SERVICE_PRO", + "Service_Plan_Id": "6929f657-b31b-4947-b4ce-5066c3214f54", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Pro" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Professional", + "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", + "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Professional", + "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", + "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the web" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Professional", + "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", + "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", + "Service_Plan_Name": "POWERAPPS_CUSTOMER_SERVICE_PRO", + "Service_Plan_Id": "c507b04c-a905-4940-ada6-918891e6d3ad", + "Service_Plans_Included_Friendly_Names": "Power Apps for Customer Service Pro" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Professional", + "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", + "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", + "Service_Plan_Name": "FLOW_CUSTOMER_SERVICE_PRO", + "Service_Plan_Id": "0368fc9c-3721-437f-8b7d-3d0f888cdefc", + "Service_Plans_Included_Friendly_Names": "Power Automate for Customer Service Pro" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Professional", + "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", + "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Professional", + "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", + "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Professional Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "D365_CUSTOMER_SERVICE_PRO_ATTACH", + "GUID": "19dec69d-d9f3-4792-8a39-d8ecdf51937b", + "Service_Plan_Name": "D365_CUSTOMER_SERVICE_PRO_ATTACH", + "Service_Plan_Id": "a9dd2dca-10ae-4da2-aaf0-d3fe8a825110", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Pro Attach" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Professional Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "D365_CUSTOMER_SERVICE_PRO_ATTACH", + "GUID": "19dec69d-d9f3-4792-8a39-d8ecdf51937b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice", + "String_Id": "DYN365_CUSTOMER_VOICE_BASE", + "GUID": "359ea3e6-8130-4a57-9f8f-ad897a0342f1", + "Service_Plan_Name": "Customer_Voice_Base", + "Service_Plan_Id": "296820fe-dce5-40f4-a4f2-e14b8feef383", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Voice Base Plan" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice", + "String_Id": "DYN365_CUSTOMER_VOICE_BASE", + "GUID": "359ea3e6-8130-4a57-9f8f-ad897a0342f1", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", + "String_Id": "Forms_Pro_AddOn", + "GUID": "446a86f8-a0cb-4095-83b3-d100eb050e3d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", + "String_Id": "Forms_Pro_AddOn", + "GUID": "446a86f8-a0cb-4095-83b3-d100eb050e3d", + "Service_Plan_Name": "Forms_Pro_AddOn", + "Service_Plan_Id": "90a816f6-de5f-49fd-963c-df490d73b7b5", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice Add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", + "String_Id": "DYN365_CUSTOMER_VOICE_ADDON", + "GUID": "65f71586-ade3-4ce1-afc0-1b452eaf3782", + "Service_Plan_Name": "CUSTOMER_VOICE_ADDON", + "Service_Plan_Id": "e6e35e2d-2e7f-4e71-bc6f-2f40ed062f5d", + "Service_Plans_Included_Friendly_Names": "Dynamics Customer Voice Add-On" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", + "String_Id": "DYN365_CUSTOMER_VOICE_ADDON", + "GUID": "65f71586-ade3-4ce1-afc0-1b452eaf3782", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice USL", + "String_Id": "Forms_Pro_USL", + "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", + "Service_Plan_Name": "CDS_FORM_PRO_USL", + "Service_Plan_Id": "e9830cfd-e65d-49dc-84fb-7d56b9aa2c89", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice USL", + "String_Id": "Forms_Pro_USL", + "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", + "Service_Plan_Name": "Forms_Pro_USL", + "Service_Plan_Id": "3ca0766a-643e-4304-af20-37f02726339b", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice USL" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Voice USL", + "String_Id": "Forms_Pro_USL", + "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", + "Service_Plan_Name": "FLOW_FORMS_PRO", + "Service_Plan_Id": "57a0746c-87b8-4405-9397-df365a9db793", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Customer Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Database Storage for Government", + "String_Id": "CRMSTORAGE_GCC", + "GUID": "4aed5dd6-eb9c-4143-8f14-368d70287121", + "Service_Plan_Name": "CRMSTORAGE_GCC", + "Service_Plan_Id": "62edd427-6067-4274-93c4-29afdeb30707", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Storage Add-On" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Database Storage for Government", + "String_Id": "CRMSTORAGE_GCC", + "GUID": "4aed5dd6-eb9c-4143-8f14-368d70287121", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal for Government", + "String_Id": "CRM_ONLINE_PORTAL_GCC", + "GUID": "cb9bc974-a47b-4123-998d-a383390168cc", + "Service_Plan_Name": "CRM_ONLINE_PORTAL_GCC", + "Service_Plan_Id": "eac6b45b-aa89-429f-a37b-c8ce00e8367e", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online - Portal Add-On" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal for Government", + "String_Id": "CRM_ONLINE_PORTAL_GCC", + "GUID": "cb9bc974-a47b-4123-998d-a383390168cc", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal for Government", + "String_Id": "CRM_ONLINE_PORTAL_NOPREREQ", + "GUID": "67f58b51-af53-4344-9663-9a2beb1d8a8e", + "Service_Plan_Name": "CRM_ONLINE_PORTAL_GCC", + "Service_Plan_Id": "eac6b45b-aa89-429f-a37b-c8ce00e8367e", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online - Portal Add-On" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal for Government", + "String_Id": "CRM_ONLINE_PORTAL_NOPREREQ", + "GUID": "67f58b51-af53-4344-9663-9a2beb1d8a8e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal (Qualified Offer)", + "String_Id": "CRM_ONLINE_PORTAL", + "GUID": "a4bfb28e-becc-41b0-a454-ac680dc258d3", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal (Qualified Offer)", + "String_Id": "CRM_ONLINE_PORTAL", + "GUID": "a4bfb28e-becc-41b0-a454-ac680dc258d3", + "Service_Plan_Name": "CRM_ONLINE_PORTAL", + "Service_Plan_Id": "1d4e9cb1-708d-449c-9f71-943aa8ed1d6a", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online - Portal Add-On" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Non-Production Instance for Government", + "String_Id": "CRMTESTINSTANCE_GCC", + "GUID": "1d2756cb-2147-4b05-b4d5-f013c022dcb9", + "Service_Plan_Name": "CRMTESTINSTANCE_GCC", + "Service_Plan_Id": "6d99eb83-7b5f-4947-8e99-cc12f1adb399", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Additional Non-production Instance" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Non-Production Instance for Government", + "String_Id": "CRMTESTINSTANCE_GCC", + "GUID": "1d2756cb-2147-4b05-b4d5-f013c022dcb9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance for Government", + "String_Id": "CRMTESTINSTANCE_NOPREREQ", + "GUID": "2cf302fe-62db-4e20-b573-e0998b1208b5", + "Service_Plan_Name": "CRMTESTINSTANCE_GCC", + "Service_Plan_Id": "6d99eb83-7b5f-4947-8e99-cc12f1adb399", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Additional Non-production Instance" + }, + { + "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance for Government", + "String_Id": "CRMTESTINSTANCE_NOPREREQ", + "GUID": "2cf302fe-62db-4e20-b573-e0998b1208b5", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Production Instance for Government", + "String_Id": "CRMINSTANCE_GCC", + "GUID": "2bd3cb20-1bb6-446b-b4d0-089af3a05c52", + "Service_Plan_Name": "CRMINSTANCE_GCC", + "Service_Plan_Id": "483cc331-f4df-4a3b-b8ca-fe1a247569f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Instance" + }, + { + "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Production Instance for Government", + "String_Id": "CRMINSTANCE_GCC", + "GUID": "2bd3cb20-1bb6-446b-b4d0-089af3a05c52", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service, Enterprise Edition - Resource Scheduling Optimization", + "String_Id": "CRM_AUTO_ROUTING_ADDON", + "GUID": "977464c4-bfaf-4b67-b761-a9bb735a2196", + "Service_Plan_Name": "CRM_AUTO_ROUTING_ENGINE_ADDON", + "Service_Plan_Id": "24435e4b-87d0-4d7d-8beb-63a9b1573022", + "Service_Plans_Included_Friendly_Names": "Field Service – Automated Routing Engine Add-On" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service, Enterprise Edition - Resource Scheduling Optimization", + "String_Id": "CRM_AUTO_ROUTING_ADDON", + "GUID": "977464c4-bfaf-4b67-b761-a9bb735a2196", + "Service_Plan_Name": "CRM_AUTO_ROUTING_ADDON", + "Service_Plan_Id": "2ba394e0-6f18-4b77-b45f-a5663bbab540", + "Service_Plans_Included_Friendly_Names": "RETIRED - Field Service – Automated Routing Engine Add-On" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service, Enterprise Edition - Resource Scheduling Optimization", + "String_Id": "CRM_AUTO_ROUTING_ADDON", + "GUID": "977464c4-bfaf-4b67-b761-a9bb735a2196", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Contractor for Government", + "String_Id": "D365_FIELD_SERVICE_CONTRACTOR_GOV", + "GUID": "e7965e3a-1f49-4d67-a3de-ad1ce460bbcc", + "Service_Plan_Name": "CDS_FIELD_SERVICE_CONTRACTOR_GCC", + "Service_Plan_Id": "2457fe40-65be-48a1-935f-924ad6e62dba", + "Service_Plans_Included_Friendly_Names": "Common Data Service Field service Part Time Contractors for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Contractor for Government", + "String_Id": "D365_FIELD_SERVICE_CONTRACTOR_GOV", + "GUID": "e7965e3a-1f49-4d67-a3de-ad1ce460bbcc", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Contractor for Government", + "String_Id": "D365_FIELD_SERVICE_CONTRACTOR_GOV", + "GUID": "e7965e3a-1f49-4d67-a3de-ad1ce460bbcc", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", + "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", + "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", + "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", + "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", + "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", + "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", + "Service_Plan_Name": "DYN365_FS_ENTERPRISE_VIRAL_TRIAL", + "Service_Plan_Id": "20d1455b-72b2-4725-8354-a177845ab77d", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Field Service Enterprise vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", + "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", + "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", + "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", + "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", + "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "54b37829-818e-4e3c-a08a-3ea66ab9b45d", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Viral Trial", + "String_Id": "Dynamics_365_Field_Service_Enterprise_viral_trial", + "GUID": "29fcd665-d8d1-4f34-8eed-3811e3fca7b3", + "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "81d4ecb8-0481-42fb-8868-51536c5aceeb", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Finance", + "String_Id": "DYN365_FINANCE", + "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", + "Service_Plan_Name": "DYN365_CDS_FINANCE", + "Service_Plan_Id": "e95d7060-d4d9-400a-a2bd-a244bf0b609e", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Finance" + }, + { + "Product_Display_Name": "Dynamics 365 Finance", + "String_Id": "DYN365_FINANCE", + "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", + "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", + "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations Enterprise edition - Regulatory Service" + }, + { + "Product_Display_Name": "Dynamics 365 Finance", + "String_Id": "DYN365_FINANCE", + "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Finance", + "String_Id": "DYN365_FINANCE", + "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", + "Service_Plan_Name": "D365_Finance", + "Service_Plan_Id": "9f0e1b4e-9b33-4300-b451-b2c662cd4ff7", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 for Finance" + }, + { + "Product_Display_Name": "Dynamics 365 Finance", + "String_Id": "DYN365_FINANCE", + "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Finance", + "String_Id": "DYN365_FINANCE", + "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", + "Service_Plan_Name": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "Service_Plan_Id": "2822a3a1-9b8f-4432-8989-e11669a60dc8", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Case Management" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", + "Service_Plan_Name": "NBENTERPRISE", + "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", + "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Social Engagement" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", + "GUID": "d39fb075-21ae-42d0-af80-22a2599749e0", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", + "Service_Plan_Name": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "Service_Plan_Id": "79bb0a8d-e686-4e16-ac59-2b3fd0014a61", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Case Management for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "D365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "5cd0b796-9ac8-4792-9f0b-796ca9044e4a", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", + "Service_Plan_Name": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "Service_Plan_Id": "79bb0a8d-e686-4e16-ac59-2b3fd0014a61", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Case Management for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Case Management, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT_GOV", + "GUID": "ff5a82be-1edd-4d48-94e0-52527825b589", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "DYN365_CDS_RETAIL", + "Service_Plan_Id": "93cc200d-a47f-4c56-aec1-83f8b0d0425a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Retail" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "FLOW_FOR_IOM_USL", + "Service_Plan_Id": "9e6d1620-dce9-4655-8933-af8fa5bccc9c", + "Service_Plans_Included_Friendly_Names": "Data Integration for IOM with Power Automate USL" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "CDS_FOR_IOM", + "Service_Plan_Id": "2bb89402-51e9-4c5a-be33-e954a9dd1ba6", + "Service_Plans_Included_Friendly_Names": "Dataverse for IOM" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "DYN365_RETAIL", + "Service_Plan_Id": "117e3aa0-8d08-4a19-a6a5-90b7a96e2128", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Commerce" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", + "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations, Enterprise edition - Regulatory Service" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "DYN365_FP_ACC_PROTECTION", + "Service_Plan_Id": "4c00c16c-0304-4421-b598-555c3e78edcb", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Fraud Protection - Account Protection" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "DYN365_FP_LOSS_PREVENTION", + "Service_Plan_Id": "ecc62904-fa88-4552-a62c-fe582fb31444", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Fraud Protection - Loss Prevention" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "DYN365_FP_PURCH_PROTECTION", + "Service_Plan_Id": "d703990f-006e-459b-b8dd-1267c4533a22", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Fraud Protection - Purchase Protection" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "DYN365_IOM", + "Service_Plan_Id": "616cf6e2-f52f-4738-b463-10003061fcd3", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Intelligent Order Management" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "DYN365_IOM_USER", + "Service_Plan_Id": "81375e2f-5ef7-4773-96aa-e3279f50bd21", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Intelligent Order Management USL" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Commerce", + "String_Id": "DYN365_RETAIL", + "GUID": "79909bd8-4c69-4202-939e-11bc4385b134", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Chat", + "String_Id": "DYN365_CS_CHAT", + "GUID": "7d7af6c2-0be6-46df-84d1-c181b0272909", + "Service_Plan_Name": "DYN365_CS_CHAT_FPA", + "Service_Plan_Id": "426ec19c-d5b1-4548-b894-6fe75028c30d", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Chat Application Integration" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Chat", + "String_Id": "DYN365_CS_CHAT", + "GUID": "7d7af6c2-0be6-46df-84d1-c181b0272909", + "Service_Plan_Name": "DYN365_CS_CHAT", + "Service_Plan_Id": "f69129db-6dc1-4107-855e-0aaebbcd9dd4", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Chat" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Chat", + "String_Id": "DYN365_CS_CHAT", + "GUID": "7d7af6c2-0be6-46df-84d1-c181b0272909", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_CHAT", + "Service_Plan_Id": "19e4c3a8-3ebe-455f-a294-4f3479873ae3", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Chat" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Chat", + "String_Id": "DYN365_CS_CHAT", + "GUID": "7d7af6c2-0be6-46df-84d1-c181b0272909", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "D365_CSI_EMBED_CSEnterprise", + "Service_Plan_Id": "5b1e5982-0e88-47bb-a95e-ae6085eda612", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights for CS Enterprise" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "Service_Plan_Id": "99340b49-fb81-4b1e-976b-8f2ae8e9394f", + "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "Forms_Pro_Service", + "Service_Plan_Id": "67bf4812-f90b-4db9-97e7-c0bbbf7b2d09", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Service Enterprise" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "NBENTERPRISE", + "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR CUSTOMER SERVICE" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "GUID": "749742bf-0d37-4158-a120-33567104deeb", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", + "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "Service_Plan_Id": "dc6643d9-1e72-4dce-9f64-1d6eac1f1c5a", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", + "Service_Plan_Name": "Forms_Pro_Service_GCC", + "Service_Plan_Id": "bb681a9b-58f5-42ee-9926-674325be8aaa", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Service Enterprise for GCC" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Customer Service, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE_GOV", + "GUID": "3c74d823-8f01-4fe8-82d5-f089a5504cec", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "D365_FIELD_SERVICE_ATTACH", + "GUID": "a36cdaa2-a806-4b6e-9ae0-28dbd993c20e", + "Service_Plan_Name": "D365_FIELD_SERVICE_ATTACH", + "Service_Plan_Id": "55c9148b-d5f0-4101-b5a0-b2727cfc0916", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service Attach" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "D365_FIELD_SERVICE_ATTACH", + "GUID": "a36cdaa2-a806-4b6e-9ae0-28dbd993c20e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", + "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "Forms_Pro_FS", + "Service_Plan_Id": "9c439259-63b0-46cc-a258-72be4313a42d", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Field Service" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "NBENTERPRISE", + "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", + "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Social Engagement" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE", + "GUID": "c7d15985-e746-4f01-b113-20b575898250", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", + "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "Service_Plan_Id": "a9a5be2d-17dd-4d43-ba78-9391e11d20a7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", + "Service_Plan_Name": "Forms_Pro_FS_GCC", + "Service_Plan_Id": "638862ef-afb3-46e4-b292-ed0aad759476", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Field Service for GCC" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "c3d74ead-70b7-4513-8dce-797be3fbe07a", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE_GOV", + "Service_Plan_Id": "a9a5be2d-17dd-4d43-ba78-9391e11d20a7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "Forms_Pro_FS_GCC", + "Service_Plan_Id": "638862ef-afb3-46e4-b292-ed0aad759476", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Field Service for GCC" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Field Service for Government", + "String_Id": "D365_ENTERPRISE_FIELD_SERVICE_GOV", + "GUID": "8eac9119-7e6b-4278-9dc4-e3458993b08a", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Financials Business Edition", + "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", + "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", + "Service_Plan_Name": "DYN365_FINANCIALS_BUSINESS", + "Service_Plan_Id": "920656a2-7dd8-4c83-97b6-a356414dbd36", + "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Financials Business Edition", + "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", + "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Financials Business Edition", + "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", + "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR FINANCIALS" + }, + { + "Product_Display_Name": "Dynamics 365 Guides vTrial", + "String_Id": "Dynamics_365_Guides_vTrial", + "GUID": "99cb3f83-fbec-4aa1-8262-9679e6df7c53", + "Service_Plan_Name": "D365_GUIDES_VIRAL_TRIAL", + "Service_Plan_Id": "fe986032-d840-4817-82d4-51fe4fbbe163", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Guides vTrial", + "String_Id": "Dynamics_365_Guides_vTrial", + "GUID": "99cb3f83-fbec-4aa1-8262-9679e6df7c53", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Guides vTrial", + "String_Id": "Dynamics_365_Guides_vTrial", + "GUID": "99cb3f83-fbec-4aa1-8262-9679e6df7c53", + "Service_Plan_Name": "DYN365_CDS_VIRAL", + "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Dynamics 365 Guides vTrial", + "String_Id": "Dynamics_365_Guides_vTrial", + "GUID": "99cb3f83-fbec-4aa1-8262-9679e6df7c53", + "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL_MIXED_REALITY", + "Service_Plan_Id": "066e2fd1-ba15-40e7-aa96-d6636b1cdf71", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 Mixed Reality" + }, + { + "Product_Display_Name": "Dynamics 365 Guides vTrial", + "String_Id": "Dynamics_365_Guides_vTrial", + "GUID": "99cb3f83-fbec-4aa1-8262-9679e6df7c53", + "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL_MIXED_REALITY", + "Service_Plan_Id": "26fa8a18-2812-4b3d-96b4-864818ce26be", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Mixed Reality" + }, + { + "Product_Display_Name": "Dynamics 365 Hybrid Connector", + "String_Id": "CRM_HYBRIDCONNECTOR", + "GUID": "de176c31-616d-4eae-829a-718918d7ec23", + "Service_Plan_Name": "CRM_HYBRIDCONNECTOR", + "Service_Plan_Id": "0210d5c8-49d2-4dd1-a01b-a91c7c14e0bf", + "Service_Plans_Included_Friendly_Names": "CRM Hybrid Connector" + }, + { + "Product_Display_Name": "Dynamics 365 Hybrid Connector", + "String_Id": "CRM_HYBRIDCONNECTOR", + "GUID": "de176c31-616d-4eae-829a-718918d7ec23", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Additional Application", + "String_Id": "DYN365_MARKETING_APPLICATION_ADDON", + "GUID": "99c5688b-6c75-4496-876f-07f0fbd69add", + "Service_Plan_Name": "DYN365_MARKETING_APPLICATION_ADDON", + "Service_Plan_Id": "51cf0638-4861-40c0-8b20-1161ab2f80be", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing Additional Application" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Additional Application", + "String_Id": "DYN365_MARKETING_APPLICATION_ADDON", + "GUID": "99c5688b-6c75-4496-876f-07f0fbd69add", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 3", + "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T3", + "GUID": "23053933-0fda-431f-9a5b-a00fd78444c1", + "Service_Plan_Name": "DYN365_MARKETING_50K_CONTACT_ADDON", + "Service_Plan_Id": "e626a4ec-1ba2-409e-bf75-9bc0bc30cca7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing 50K Addnl Contacts" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 3", + "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T3", + "GUID": "23053933-0fda-431f-9a5b-a00fd78444c1", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 5", + "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T5", + "GUID": "d8eec316-778c-4f14-a7d1-a0aca433b4e7", + "Service_Plan_Name": "DYN365_MARKETING_50K_CONTACT_ADDON", + "Service_Plan_Id": "e626a4ec-1ba2-409e-bf75-9bc0bc30cca7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing 50K Addnl Contacts" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 5", + "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T5", + "GUID": "d8eec316-778c-4f14-a7d1-a0aca433b4e7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Additional Non-Prod Application", + "String_Id": "DYN365_MARKETING_SANDBOX_APPLICATION_ADDON", + "GUID": "c393e9bd-2335-4b46-8b88-9e2a86a85ec1", + "Service_Plan_Name": "DYN365_MARKETING_SANDBOX_APPLICATION_ADDON", + "Service_Plan_Id": "1599de10-5250-4c95-acf2-491f74edce48", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Marketing Sandbox Application AddOn" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Attach", + "String_Id": "DYN365_MARKETING_APP_ATTACH", + "GUID": "85430fb9-02e8-48be-9d7e-328beb41fa29", + "Service_Plan_Name": "DYN365_MARKETING_APP", + "Service_Plan_Id": "a3a4fa10-5092-401a-af30-0462a95a7ac8", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Attach", + "String_Id": "DYN365_MARKETING_APP_ATTACH", + "GUID": "85430fb9-02e8-48be-9d7e-328beb41fa29", + "Service_Plan_Name": "Forms_Pro_Marketing_App", + "Service_Plan_Id": "22b657cf-0a9e-467b-8a91-5e31f21bc570", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Marketing Application" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Attach", + "String_Id": "DYN365_MARKETING_APP_ATTACH", + "GUID": "85430fb9-02e8-48be-9d7e-328beb41fa29", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing USL", + "String_Id": "D365_MARKETING_USER", + "GUID": "4b32a493-9a67-4649-8eb9-9fc5a5f75c12", + "Service_Plan_Name": "DYN365_MARKETING_MSE_USER", + "Service_Plan_Id": "2824c69a-1ac5-4397-8592-eae51cb8b581", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing MSE User" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing USL", + "String_Id": "D365_MARKETING_USER", + "GUID": "4b32a493-9a67-4649-8eb9-9fc5a5f75c12", + "Service_Plan_Name": "DYN365_MARKETING_USER", + "Service_Plan_Id": "5d7a6abc-eebd-46ab-96e1-e4a2f54a2248", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing USL" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing USL", + "String_Id": "D365_MARKETING_USER", + "GUID": "4b32a493-9a67-4649-8eb9-9fc5a5f75c12", + "Service_Plan_Name": "Forms_Pro_Marketing", + "Service_Plan_Id": "76366ba0-d230-47aa-8087-b6d55dae454f", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Marketing" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing USL", + "String_Id": "D365_MARKETING_USER", + "GUID": "4b32a493-9a67-4649-8eb9-9fc5a5f75c12", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Operations – Activity", + "String_Id": "Dyn365_Operations_Activity", + "GUID": "b75074f1-4c54-41bf-970f-c9ac871567f5", + "Service_Plan_Name": "DYN365_RETAIL_Activity", + "Service_Plan_Id": "f06754ec-6d72-4bf6-991c-4cb5413d9932", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Activity" + }, + { + "Product_Display_Name": "Dynamics 365 Operations – Activity", + "String_Id": "Dyn365_Operations_Activity", + "GUID": "b75074f1-4c54-41bf-970f-c9ac871567f5", + "Service_Plan_Name": "DYN365_Enterprise_Talent_Attract_Activity", + "Service_Plan_Id": "aac5a56b-b02e-4608-8014-b076646d4011", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Attract Experience Activity" + }, + { + "Product_Display_Name": "Dynamics 365 Operations – Activity", + "String_Id": "Dyn365_Operations_Activity", + "GUID": "b75074f1-4c54-41bf-970f-c9ac871567f5", + "Service_Plan_Name": "DYN365_Enterprise_Talent_Onboard_Activity", + "Service_Plan_Id": "db225597-e9c2-4d96-8ace-5424744c80f8", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Onboard Experience" + }, + { + "Product_Display_Name": "Dynamics 365 Operations – Activity", + "String_Id": "Dyn365_Operations_Activity", + "GUID": "b75074f1-4c54-41bf-970f-c9ac871567f5", + "Service_Plan_Name": "Dynamics_365_for_Talent_Activity", + "Service_Plan_Id": "1f87ee90-5c3a-4cf9-b6fd-e3e8017c26ec", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent Activity" + }, + { + "Product_Display_Name": "Dynamics 365 Operations – Activity", + "String_Id": "Dyn365_Operations_Activity", + "GUID": "b75074f1-4c54-41bf-970f-c9ac871567f5", + "Service_Plan_Name": "Dynamics_365_for_Operations_Activity", + "Service_Plan_Id": "6bddf93e-d6f4-4991-b9fc-30cfdf07ee7b", + "Service_Plans_Included_Friendly_Names": "Dynamics365 for Operations Activity" + }, + { + "Product_Display_Name": "Dynamics 365 Operations – Activity", + "String_Id": "Dyn365_Operations_Activity", + "GUID": "b75074f1-4c54-41bf-970f-c9ac871567f5", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations Attach", + "String_Id": "DYN365_PROJECT_OPERATIONS_ATTACH", + "GUID": "af739e8e-dd11-4eb5-a986-5908f595c603", + "Service_Plan_Name": "D365CDSforProjectOperations", + "Service_Plan_Id": "7df1d500-ca5c-4229-8cea-815bc88798c9", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Project Operations" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations Attach", + "String_Id": "DYN365_PROJECT_OPERATIONS_ATTACH", + "GUID": "af739e8e-dd11-4eb5-a986-5908f595c603", + "Service_Plan_Name": "D365_ProjectOperationsCDSAttach", + "Service_Plan_Id": "e564d403-7eaf-4c91-b92f-bb0dc62026e1", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations CDS Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations Attach", + "String_Id": "DYN365_PROJECT_OPERATIONS_ATTACH", + "GUID": "af739e8e-dd11-4eb5-a986-5908f595c603", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations Attach", + "String_Id": "DYN365_PROJECT_OPERATIONS_ATTACH", + "GUID": "af739e8e-dd11-4eb5-a986-5908f595c603", + "Service_Plan_Name": "D365_ProjectOperations", + "Service_Plan_Id": "69f07c66-bee4-4222-b051-195095efee5b", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations Attach", + "String_Id": "DYN365_PROJECT_OPERATIONS_ATTACH", + "GUID": "af739e8e-dd11-4eb5-a986-5908f595c603", + "Service_Plan_Name": "D365_ProjectOperationsAttach", + "Service_Plan_Id": "fa7675bd-6717-40e7-8172-d0bbcbe1ab12", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations Attach", + "String_Id": "DYN365_PROJECT_OPERATIONS_ATTACH", + "GUID": "af739e8e-dd11-4eb5-a986-5908f595c603", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations Attach", + "String_Id": "DYN365_PROJECT_OPERATIONS_ATTACH", + "GUID": "af739e8e-dd11-4eb5-a986-5908f595c603", + "Service_Plan_Name": "PROJECT_FOR_PROJECT_OPERATIONS_ATTACH", + "Service_Plan_Id": "6d8e07c6-9613-484f-8cc1-a66c5c3979bb", + "Service_Plans_Included_Friendly_Names": "Project for Project Operations Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations Attach", + "String_Id": "DYN365_PROJECT_OPERATIONS_ATTACH", + "GUID": "af739e8e-dd11-4eb5-a986-5908f595c603", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "Service_Plan_Id": "1d8c8e0e-4308-4db5-8a41-b129dbdaea20", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Project Service Automation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "Forms_Pro_PS_GCC", + "Service_Plan_Id": "e98256c5-17d0-4987-becc-e991c52d55c6", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Project Service Automation for GCC" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", + "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", + "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", + "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "1ec19b5f-7542-4b20-b01f-fb5d3f040e2d", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", + "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", + "Service_Plan_Name": "DYN365_ENTERPRISE_P1", + "Service_Plan_Id": "d56f3deb-50d8-465a-bedb-f079817ccac1", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 CUSTOMER ENGAGEMENT PLAN" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", + "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", + "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", + "Service_Plan_Name": "NBENTERPRISE", + "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", + "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", + "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", + "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", + "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", + "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES", + "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", + "Service_Plan_Name": "DYN365_ENTERPRISE_SALES", + "Service_Plan_Id": "2da8e897-7791-486b-b08f-cc63c8129df7", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR SALES" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES", + "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES", + "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", + "Service_Plan_Name": "NBENTERPRISE", + "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", + "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES", + "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES", + "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES", + "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_SALES", + "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_SALES_GOV", + "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", + "Service_Plan_Name": "DYN365_ENTERPRISE_SALES_GOV", + "Service_Plan_Id": "213be507-d547-4f79-bc2c-6196bc54c4a3", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_SALES_GOV", + "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_SALES_GOV", + "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_SALES_GOV", + "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_SALES_GOV", + "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_SALES_GOV", + "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales, Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_SALES_GOV", + "GUID": "28b275ce-aec7-4c26-82e2-1ffbc2746ad4", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "DYN365_ENTERPRISE_SALES_GOV", + "Service_Plan_Id": "213be507-d547-4f79-bc2c-6196bc54c4a3", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "Forms_Pro_SalesEnt_GCC", + "Service_Plan_Id": "33850b82-0a37-4ebb-a0b2-ee163facd716", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Sales Enterprise for GCC" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", + "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "Microsoft_Viva_Sales_PowerAutomate", + "Service_Plan_Id": "a933a62f-c3fb-48e5-a0b7-ac92b94b4420", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium with Power Automate" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", + "String_Id": "D365_ENTERPRISE_SALES_GOV", + "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", + "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", + "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", + "Service_Plan_Name": "DYN365_ENTERPRISE_P1", + "Service_Plan_Id": "d56f3deb-50d8-465a-bedb-f079817ccac1", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Engagement Plan" + }, + { + "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", + "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", + "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", + "Service_Plan_Name": "Forms_Pro_Service", + "Service_Plan_Id": "67bf4812-f90b-4db9-97e7-c0bbbf7b2d09", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Service Enterprise" + }, + { + "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", + "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", + "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", + "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", + "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", + "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", + "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Sales, Field Service and Customer Service Partner Sandbox", + "String_Id": "Dynamics_365_Sales_Field_Service_and_Customer_Service_Partner_Sandbox", + "GUID": "494721b8-1f30-4315-aba6-70ca169358d9", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "DYN365_SALES_INSIGHTS", + "Service_Plan_Id": "fedc185f-0711-4cc0-80ed-0a92da1a8384", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Sales (Embedded)" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "Microsoft_Viva_Sales_PowerAutomate", + "Service_Plan_Id": "a933a62f-c3fb-48e5-a0b7-ac92b94b4420", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium with Power Automate" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", + "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "Forms_Pro_SalesEnt", + "Service_Plan_Id": "8839ef0e-91f1-4085-b485-62e06e7c7987", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Sales Enterprise" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium", + "String_Id": "DYN365_SALES_PREMIUM", + "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", + "Service_Plan_Name": "DYN365_ENTERPRISE_SALES", + "Service_Plan_Id": "2da8e897-7791-486b-b08f-cc63c8129df7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_SCM_ATTACH", + "GUID": "090b4a96-8114-4c95-9c91-60e81ef53302", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_SCM_ATTACH", + "GUID": "090b4a96-8114-4c95-9c91-60e81ef53302", + "Service_Plan_Name": "DYN365_CDS_SUPPLYCHAINMANAGEMENT", + "Service_Plan_Id": "b6a8b974-2956-4e14-ae81-f0384c363528", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Supply Chain Management" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_SCM_ATTACH", + "GUID": "090b4a96-8114-4c95-9c91-60e81ef53302", + "Service_Plan_Name": "CDS_FOR_IOM", + "Service_Plan_Id": "2bb89402-51e9-4c5a-be33-e954a9dd1ba6", + "Service_Plans_Included_Friendly_Names": "Dataverse for IOM" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_SCM_ATTACH", + "GUID": "090b4a96-8114-4c95-9c91-60e81ef53302", + "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", + "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations, Enterprise edition - Regulatory Service" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_SCM_ATTACH", + "GUID": "090b4a96-8114-4c95-9c91-60e81ef53302", + "Service_Plan_Name": "D365_SCM_Attach", + "Service_Plan_Id": "b21c777f-c2d5-486e-88f6-fc0a3e474271", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Supply Chain Management Attach" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_SCM_ATTACH", + "GUID": "090b4a96-8114-4c95-9c91-60e81ef53302", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Business Edition", + "String_Id": "DYN365_BUSINESS_MARKETING", + "GUID": "238e2f8d-e429-4035-94db-6926be4ffe7b", + "Service_Plan_Name": "DYN365_BUSINESS_Marketing", + "Service_Plan_Id": "393a0c96-9ba1-4af0-8975-fa2f853a25ac", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Marketing" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Business Edition", + "String_Id": "DYN365_BUSINESS_MARKETING", + "GUID": "238e2f8d-e429-4035-94db-6926be4ffe7b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Regulatory Service - Enterprise Edition Trial", + "String_Id": "DYN365_REGULATORY_SERVICE", + "GUID": "7ed4877c-0863-4f69-9187-245487128d4f", + "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", + "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations Enterprise edition - Regulatory Service" + }, + { + "Product_Display_Name": "Dynamics 365 Regulatory Service - Enterprise Edition Trial", + "String_Id": "DYN365_REGULATORY_SERVICE", + "GUID": "7ed4877c-0863-4f69-9187-245487128d4f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", + "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", + "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", + "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", + "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", + "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", + "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", + "Service_Plan_Name": "DYN365_SALES_ENTERPRISE_VIRAL_TRIAL", + "Service_Plan_Id": "7f636c80-0961-41b2-94da-9642ccf02de0", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Sales Enterprise vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", + "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", + "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", + "Service_Plan_Name": "DYN365_SALES_INSIGHTS_VIRAL_TRIAL", + "Service_Plan_Id": "456747c0-cf1e-4b0d-940f-703a01b964cc", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Sales Insights vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", + "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", + "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", + "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", + "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", + "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "54b37829-818e-4e3c-a08a-3ea66ab9b45d", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Premium Viral Trial", + "String_Id": "Dynamics_365_Sales_Premium_Viral_Trial", + "GUID": "6ec92958-3cc1-49db-95bd-bc6b3798df71", + "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "81d4ecb8-0481-42fb-8868-51536c5aceeb", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 For Sales Professional", + "String_Id": "D365_SALES_PRO", + "GUID": "be9f9771-1c64-4618-9907-244325141096", + "Service_Plan_Name": "DYN365_SALES_PRO", + "Service_Plan_Id": "88d83950-ff78-4e85-aa66-abfc787f8090", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Professional" + }, + { + "Product_Display_Name": "Dynamics 365 For Sales Professional", + "String_Id": "D365_SALES_PRO", + "GUID": "be9f9771-1c64-4618-9907-244325141096", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 For Sales Professional", + "String_Id": "D365_SALES_PRO", + "GUID": "be9f9771-1c64-4618-9907-244325141096", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 For Sales Professional", + "String_Id": "D365_SALES_PRO", + "GUID": "be9f9771-1c64-4618-9907-244325141096", + "Service_Plan_Name": "POWERAPPS_SALES_PRO", + "Service_Plan_Id": "6f9f70ce-138d-49f8-bb8b-2e701b7dde75", + "Service_Plans_Included_Friendly_Names": "Power Apps for Sales Pro" + }, + { + "Product_Display_Name": "Dynamics 365 For Sales Professional", + "String_Id": "D365_SALES_PRO", + "GUID": "be9f9771-1c64-4618-9907-244325141096", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "f944d685-f762-4371-806d-a1f48e5bea13", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 For Sales Professional", + "String_Id": "D365_SALES_PRO", + "GUID": "be9f9771-1c64-4618-9907-244325141096", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)Dynamics 365 for Sales Pro Attach" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", + "String_Id": "D365_SALES_PRO_GOV", + "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", + "Service_Plan_Name": "DYN365_SALES_PRO_GOV", + "Service_Plan_Id": "dd89efa0-5a55-4892-ba30-82e3f8008339", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Professional for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", + "String_Id": "D365_SALES_PRO_GOV", + "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", + "Service_Plan_Name": "POWERAPPS_SALES_PRO_GOV", + "Service_Plan_Id": "12cf31f8-754f-4efe-87a8-167c19e30831", + "Service_Plans_Included_Friendly_Names": "Power Apps for Sales Pro for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", + "String_Id": "D365_SALES_PRO_GOV", + "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", + "Service_Plan_Name": "FLOW_SALES_PRO_GOV", + "Service_Plan_Id": "e62ffe5b-7612-441f-a72d-c11cf456d33a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Sales Pro for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", + "String_Id": "D365_SALES_PRO_GOV", + "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", + "String_Id": "D365_SALES_PRO_GOV", + "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", + "String_Id": "D365_SALES_PRO_GOV", + "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Sales Professional for Government", + "String_Id": "D365_SALES_PRO_GOV", + "GUID": "229fa362-9d30-4dbc-8110-21b77a7f9b26", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 For Sales Professional Trial", + "String_Id": "D365_SALES_PRO_IW", + "GUID": "9c7bff7a-3715-4da7-88d3-07f57f8d0fb6", + "Service_Plan_Name": "D365_SALES_PRO_IW", + "Service_Plan_Id": "73f205fc-6b15-47a5-967e-9e64fdf72d0a", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Professional Trial" + }, + { + "Product_Display_Name": "Dynamics 365 For Sales Professional Trial", + "String_Id": "D365_SALES_PRO_IW", + "GUID": "9c7bff7a-3715-4da7-88d3-07f57f8d0fb6", + "Service_Plan_Name": "D365_SALES_PRO_IW_Trial", + "Service_Plan_Id": "db39a47e-1f4f-462b-bf5b-2ec471fb7b88", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Professional Trial" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Professional Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "D365_SALES_PRO_ATTACH", + "GUID": "245e6bf9-411e-481e-8611-5c08595e2988", + "Service_Plan_Name": "D365_SALES_PRO_ATTACH", + "Service_Plan_Id": "065f3c64-0649-4ec7-9f47-ef5cf134c751", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Pro Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Professional Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "D365_SALES_PRO_ATTACH", + "GUID": "245e6bf9-411e-481e-8611-5c08595e2988", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management", + "String_Id": "DYN365_SCM", + "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", + "Service_Plan_Name": "DYN365_CDS_SUPPLYCHAINMANAGEMENT", + "Service_Plan_Id": "b6a8b974-2956-4e14-ae81-f0384c363528", + "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR DYNAMICS 365 SUPPLY CHAIN MANAGEMENT" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management", + "String_Id": "DYN365_SCM", + "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", + "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", + "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR FINANCE AND OPERATIONS ENTERPRISE EDITION - REGULATORY SERVICE" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management", + "String_Id": "DYN365_SCM", + "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", + "Service_Plan_Name": "D365_SCM", + "Service_Plan_Id": "1224eae4-0d91-474a-8a52-27ec96a63fe7", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management", + "String_Id": "DYN365_SCM", + "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management", + "String_Id": "DYN365_SCM", + "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Supply Chain Management", + "String_Id": "DYN365_SCM", + "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Talent", + "String_Id": "SKU_Dynamics_365_for_HCM_Trial", + "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", + "Service_Plan_Name": "DYN365_CDS_DYN_APPS", + "Service_Plan_Id": "2d925ad8-2479-4bd8-bb76-5b80f1d48935", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Dynamics 365 for Talent", + "String_Id": "SKU_Dynamics_365_for_HCM_Trial", + "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", + "Service_Plan_Name": "Dynamics_365_Hiring_Free_PLAN", + "Service_Plan_Id": "f815ac79-c5dd-4bcc-9b78-d97f7b817d0d", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent: Attract" + }, + { + "Product_Display_Name": "Dynamics 365 for Talent", + "String_Id": "SKU_Dynamics_365_for_HCM_Trial", + "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", + "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", + "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent: Onboard" + }, + { + "Product_Display_Name": "Dynamics 365 for Talent", + "String_Id": "SKU_Dynamics_365_for_HCM_Trial", + "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", + "Service_Plan_Name": "Dynamics_365_for_HCM_Trial", + "Service_Plan_Id": "5ed38b64-c3b7-4d9f-b1cd-0de18c9c4331", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for HCM Trial" + }, + { + "Product_Display_Name": "Dynamics 365 for Talent", + "String_Id": "SKU_Dynamics_365_for_HCM_Trial", + "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Talent", + "String_Id": "SKU_Dynamics_365_for_HCM_Trial", + "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Talent", + "String_Id": "SKU_Dynamics_365_for_HCM_Trial", + "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Talent: Attract", + "String_Id": "Dynamics_365_Hiring_SKU", + "GUID": "e561871f-74fa-4f02-abee-5b0ef54dd36d", + "Service_Plan_Name": "DYN365_CDS_DYN_APPS", + "Service_Plan_Id": "2d925ad8-2479-4bd8-bb76-5b80f1d48935", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Dynamics 365 Talent: Attract", + "String_Id": "Dynamics_365_Hiring_SKU", + "GUID": "e561871f-74fa-4f02-abee-5b0ef54dd36d", + "Service_Plan_Name": "Dynamics_365_Hiring_Free_PLAN", + "Service_Plan_Id": "f815ac79-c5dd-4bcc-9b78-d97f7b817d0d", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent: Attract" + }, + { + "Product_Display_Name": "Dynamics 365 Talent: Attract", + "String_Id": "Dynamics_365_Hiring_SKU", + "GUID": "e561871f-74fa-4f02-abee-5b0ef54dd36d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", + "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "Dynamics_365_for_Retail_Team_members", + "Service_Plan_Id": "c0454a3d-32b5-4740-b090-78c32f48f0ad", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Team members" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "DYN365_Enterprise_Talent_Attract_TeamMember", + "Service_Plan_Id": "643d201a-9884-45be-962a-06ba97062e5e", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Attract Experience Team Member" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "DYN365_Enterprise_Talent_Onboard_TeamMember", + "Service_Plan_Id": "f2f49eef-4b3f-4853-809a-a055c6103fe0", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Onboard Experience" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "Dynamics_365_for_Talent_Team_members", + "Service_Plan_Id": "d5156635-0704-4f66-8803-93258f8b2678", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent Team members" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "Service_Plan_Id": "6a54b05e-4fab-40e7-9828-428db3b336fa", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Team Members" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "Dynamics_365_for_Operations_Team_members", + "Service_Plan_Id": "f5aa7b45-8a36-4cd1-bc37-5d06dea98645", + "Service_Plans_Included_Friendly_Names": "Dynamics_365_for_Operations_Team_members" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "GUIDES", + "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", + "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Remote Assist" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "POWERAPPS_GUIDES", + "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", + "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "POWERAPPS_DYN_TEAM", + "Service_Plan_Id": "52e619e2-2730-439a-b0d3-d09ab7e8b705", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", + "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", + "Service_Plan_Name": "FLOW_DYN_TEAM", + "Service_Plan_Id": "1ec58c70-f69c-486a-8109-4b87ce86e449", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", + "Service_Plan_Name": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "Service_Plan_Id": "5a94d0aa-ee95-455a-bb38-326e5f134478", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Team Members for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", + "Service_Plan_Name": "FLOW_DYN_TEAM_GOV", + "Service_Plan_Id": "47bdde6a-959f-4c7f-8d59-3243e34f1cb3", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Team Members for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Team Members Enterprise Edition for Government", + "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS_GOV", + "GUID": "ba05762f-32ff-4fac-a096-55309b3700a3", + "Service_Plan_Name": "POWERAPPS_DYN_TEAM_GOV", + "Service_Plan_Id": "63efc247-5f28-43e3-a2f8-00c183e3f1db", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 Team Members for Government" + }, + { + "Product_Display_Name": "Dynamics 365 Guides", + "String_Id": "GUIDES_USER", + "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", + "Service_Plan_Name": "DYN365_CDS_GUIDES", + "Service_Plan_Id": "1315ade1-0410-450d-b8e3-8050e6da320f", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Dynamics 365 Guides", + "String_Id": "GUIDES_USER", + "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", + "Service_Plan_Name": "GUIDES", + "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" + }, + { + "Product_Display_Name": "Dynamics 365 Guides", + "String_Id": "GUIDES_USER", + "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", + "Service_Plan_Name": "POWERAPPS_GUIDES", + "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", + "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" + }, + { + "Product_Display_Name": "Dynamics 365 Operations - Device", + "String_Id": "Dynamics_365_for_Operations_Devices", + "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", + "Service_Plan_Name": "DYN365_RETAIL_DEVICE", + "Service_Plan_Id": "ceb28005-d758-4df7-bb97-87a617b93d6c", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Device" + }, + { + "Product_Display_Name": "Dynamics 365 Operations - Device", + "String_Id": "Dynamics_365_for_Operations_Devices", + "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", + "Service_Plan_Name": "Dynamics_365_for_OperationsDevices", + "Service_Plan_Id": "2c9fb43e-915a-4d61-b6ca-058ece89fd66", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations Devices" + }, + { + "Product_Display_Name": "Dynamics 365 Operations - Device", + "String_Id": "Dynamics_365_for_Operations_Devices", + "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 2:Standard Acceptance Testing", + "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier2_SKU", + "GUID": "e485d696-4c87-4aac-bf4a-91b2fb6f0fa7", + "Service_Plan_Name": "Dynamics_365_for_Operations_Sandbox_Tier2", + "Service_Plan_Id": "d8ba6fb2-c6b1-4f07-b7c8-5f2745e36b54", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations non-production multi-box instance for standard acceptance testing (Tier 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 2:Standard Acceptance Testing", + "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier2_SKU", + "GUID": "e485d696-4c87-4aac-bf4a-91b2fb6f0fa7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 4:Standard Performance Testing", + "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier4_SKU", + "GUID": "f7ad4bca-7221-452c-bdb6-3e6089f25e06", + "Service_Plan_Name": "Dynamics_365_for_Operations_Sandbox_Tier4", + "Service_Plan_Id": "f6b5efb1-1813-426f-96d0-9b4f7438714f", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations Enterprise Edition - Sandbox Tier 4:Standard Performance Testing" + }, + { + "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 4:Standard Performance Testing", + "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier4_SKU", + "GUID": "f7ad4bca-7221-452c-bdb6-3e6089f25e06", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 P1 Tria for Information Workers", + "String_Id": "DYN365_ENTERPRISE_P1_IW", + "GUID": "338148b6-1b11-4102-afb9-f92b6cdc0f8d", + "Service_Plan_Name": "DYN365_ENTERPRISE_P1_IW", + "Service_Plan_Id": "056a5f80-b4e0-4983-a8be-7ad254a113c9", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 P1 TRIAL FOR INFORMATION WORKERS" + }, + { + "Product_Display_Name": "Dynamics 365 P1 Tria for Information Workers", + "String_Id": "DYN365_ENTERPRISE_P1_IW", + "GUID": "338148b6-1b11-4102-afb9-f92b6cdc0f8d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "D365CDSforProjectOperations", + "Service_Plan_Id": "7df1d500-ca5c-4229-8cea-815bc88798c9", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Project Operations" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "D365_ProjectOperationsCDS", + "Service_Plan_Id": "18fa3aba-b085-4105-87d7-55617b8585e6", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations CDS" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", + "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations, Enterprise edition - Regulatory Service" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "D365_ProjectOperations", + "Service_Plan_Id": "69f07c66-bee4-4222-b051-195095efee5b", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "PROJECT_FOR_PROJECT_OPERATIONS", + "Service_Plan_Id": "0a05d977-a21a-45b2-91ce-61c240dbafa2", + "Service_Plans_Included_Friendly_Names": "Project for Project Operations" + }, + { + "Product_Display_Name": "Dynamics 365 Project Operations", + "String_Id": "DYN365_PROJECT_OPERATIONS", + "GUID": "98619618-9dc8-48c6-8f0c-741890ba5f93", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Dynamics 365 Remote Assist", + "String_Id": "MICROSOFT_REMOTE_ASSIST", + "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", + "Service_Plan_Name": "CDS_REMOTE_ASSIST", + "Service_Plan_Id": "0850ebb5-64ee-4d3a-a3e1-5a97213653b5", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Remote Assist" + }, + { + "Product_Display_Name": "Dynamics 365 Remote Assist", + "String_Id": "MICROSOFT_REMOTE_ASSIST", + "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", + "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", + "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", + "Service_Plans_Included_Friendly_Names": "Microsoft Remote Assist" + }, + { + "Product_Display_Name": "Dynamics 365 Remote Assist", + "String_Id": "MICROSOFT_REMOTE_ASSIST", + "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", + "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", + "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", + "Service_Plan_Name": "CDS_REMOTE_ASSIST", + "Service_Plan_Id": "0850ebb5-64ee-4d3a-a3e1-5a97213653b5", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Remote Assist" + }, + { + "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", + "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", + "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", + "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", + "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", + "Service_Plans_Included_Friendly_Names": "Microsoft Remote Assist" + }, + { + "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", + "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", + "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Enterprise Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "D365_SALES_ENT_ATTACH", + "GUID": "5b22585d-1b71-4c6b-b6ec-160b1a9c2323", + "Service_Plan_Name": "D365_SALES_ENT_ATTACH", + "Service_Plan_Id": "3ae52229-572e-414f-937c-ff35a87d4f29", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Enterprise Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Sales Enterprise Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "D365_SALES_ENT_ATTACH", + "GUID": "5b22585d-1b71-4c6b-b6ec-160b1a9c2323", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Talent: Onboard", + "String_Id": "DYNAMICS_365_ONBOARDING_SKU", + "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", + "Service_Plan_Name": "DYN365_CDS_DYN_APPS", + "Service_Plan_Id": "2d925ad8-2479-4bd8-bb76-5b80f1d48935", + "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE" + }, + { + "Product_Display_Name": "Dynamics 365 Talent: Onboard", + "String_Id": "DYNAMICS_365_ONBOARDING_SKU", + "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", + "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", + "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" + }, + { + "Product_Display_Name": "Dynamics 365 Talent: Onboard", + "String_Id": "DYNAMICS_365_ONBOARDING_SKU", + "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", + "Service_Plan_Name": "Dynamics_365_Talent_Onboard", + "Service_Plan_Id": "048a552e-c849-4027-b54c-4c7ead26150a", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" + }, + { + "Product_Display_Name": "Dynamics 365 Talent: Onboard", + "String_Id": "DYNAMICS_365_ONBOARDING_SKU", + "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", + "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "Dynamics_365_for_Retail_Team_members", + "Service_Plan_Id": "c0454a3d-32b5-4740-b090-78c32f48f0ad", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Team members" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "DYN365_Enterprise_Talent_Attract_TeamMember", + "Service_Plan_Id": "643d201a-9884-45be-962a-06ba97062e5e", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Attract Experience Team Member" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "DYN365_Enterprise_Talent_Onboard_TeamMember", + "Service_Plan_Id": "f2f49eef-4b3f-4853-809a-a055c6103fe0", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent - Onboard Experience" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "Dynamics_365_for_Talent_Team_members", + "Service_Plan_Id": "d5156635-0704-4f66-8803-93258f8b2678", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent Team members" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "DYN365_TEAM_MEMBERS", + "Service_Plan_Id": "4092fdb5-8d81-41d3-be76-aaba4074530b", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Team Members" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "Dynamics_365_for_Operations_Team_members", + "Service_Plan_Id": "f5aa7b45-8a36-4cd1-bc37-5d06dea98645", + "Service_Plans_Included_Friendly_Names": "Dynamics_365_for_Operations_Team_members" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "GUIDES", + "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", + "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Remote Assist" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "POWERAPPS_GUIDES", + "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", + "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "POWERAPPS_DYN_TEAM", + "Service_Plan_Id": "52e619e2-2730-439a-b0d3-d09ab7e8b705", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Team Members", + "String_Id": "DYN365_TEAM_MEMBERS", + "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", + "Service_Plan_Name": "FLOW_DYN_TEAM", + "Service_Plan_Id": "1ec58c70-f69c-486a-8109-4b87ce86e449", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", + "String_Id": "Dynamics_365_for_Operations", + "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", + "Service_Plan_Name": "DDYN365_CDS_DYN_P2", + "Service_Plan_Id": "d1142cfd-872e-4e77-b6ff-d98ec5a51f66", + "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE" + }, + { + "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", + "String_Id": "Dynamics_365_for_Operations", + "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", + "Service_Plan_Name": "DYN365_TALENT_ENTERPRISE", + "Service_Plan_Id": "65a1ebf4-6732-4f00-9dcb-3d115ffdeecd", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT" + }, + { + "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", + "String_Id": "Dynamics_365_for_Operations", + "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", + "Service_Plan_Name": "Dynamics_365_for_Operations", + "Service_Plan_Id": "95d2cd7b-1007-484b-8595-5e97e63fe189", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR_OPERATIONS" + }, + { + "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", + "String_Id": "Dynamics_365_for_Operations", + "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", + "Service_Plan_Name": "Dynamics_365_for_Retail", + "Service_Plan_Id": "a9e39199-8369-444b-89c1-5fe65ec45665", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR RETAIL" + }, + { + "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", + "String_Id": "Dynamics_365_for_Operations", + "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", + "Service_Plan_Name": "DYNAMICS_365_HIRING_FREE_PLAN", + "Service_Plan_Id": "f815ac79-c5dd-4bcc-9b78-d97f7b817d0d", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 HIRING FREE PLAN" + }, + { + "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", + "String_Id": "Dynamics_365_for_Operations", + "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", + "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", + "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", + "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" + }, + { + "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", + "String_Id": "Dynamics_365_for_Operations", + "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", + "Service_Plan_Name": "FLOW_DYN_P2", + "Service_Plan_Id": "b650d915-9886-424b-a08d-633cede56f57", + "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 36" + }, + { + "Product_Display_Name": "Dynamics 365 UNF OPS Plan ENT Edition", + "String_Id": "Dynamics_365_for_Operations", + "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", + "Service_Plan_Name": "POWERAPPS_DYN_P2", + "Service_Plan_Id": "0b03f40b-c404-40c3-8651-2aceb74365fa", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "AAD_EDU", + "Service_Plan_Id": "3a3976ce-de18-4a87-a78e-5e9245e252df", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID for Education" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security A3 for Faculty", + "String_Id": "EMS_EDU_FACULTY", + "GUID": "aedfac18-56b8-45e3-969b-53edb4ba4952", + "Service_Plan_Name": "WINDOWS_STORE", + "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", + "Service_Plans_Included_Friendly_Names": "Windows Store Service" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E3", + "String_Id": "EMS", + "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E3", + "String_Id": "EMS", + "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E3", + "String_Id": "EMS", + "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E3", + "String_Id": "EMS", + "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E3", + "String_Id": "EMS", + "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra RIGHTS" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E3", + "String_Id": "EMS", + "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E3", + "String_Id": "EMS", + "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P2" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra RIGHTS" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "MICROSOFT CLOUD APP SECURITY" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR IDENTITY" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5", + "String_Id": "EMSPREMIUM", + "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security E5_USGOV_GCCHIGH", + "String_Id": "EMSPREMIUM_USGOV_GCCHIGH", + "GUID": "a461b89c-10e3-471c-82b8-aae4d820fccb", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", + "String_Id": "EMS_GOV", + "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", + "String_Id": "EMS_GOV", + "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", + "String_Id": "EMS_GOV", + "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", + "String_Id": "EMS_GOV", + "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", + "String_Id": "EMS_GOV", + "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", + "String_Id": "EMS_GOV", + "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", + "String_Id": "EMS_GOV", + "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "RMS_S_ENTERPRISE)", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", + "String_Id": "EMSPREMIUM_GOV", + "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Exchange Enterprise CAL Services (EOP DLP)", + "String_Id": "EOP_ENTERPRISE_PREMIUM", + "GUID": "e8ecdf70-47a8-4d39-9d15-093624b7f640", + "Service_Plan_Name": "EOP_ENTERPRISE_PREMIUM", + "Service_Plan_Id": "75badc48-628e-4446-8460-41344d73abd6", + "Service_Plans_Included_Friendly_Names": "Exchange Enterprise CAL Services (EOP DLP)" + }, + { + "Product_Display_Name": "Exchange Enterprise CAL Services (EOP DLP)", + "String_Id": "EOP_ENTERPRISE_PREMIUM", + "GUID": "e8ecdf70-47a8-4d39-9d15-093624b7f640", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1)", + "String_Id": "EXCHANGESTANDARD", + "GUID": "4b9405b0-7788-4568-add1-99614e613b69", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1)", + "String_Id": "EXCHANGESTANDARD", + "GUID": "4b9405b0-7788-4568-add1-99614e613b69", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1)", + "String_Id": "EXCHANGESTANDARD", + "GUID": "4b9405b0-7788-4568-add1-99614e613b69", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for Alumni with Yammer", + "String_Id": "EXCHANGESTANDARD_ALUMNI", + "GUID": "aa0f9eb7-eff2-4943-8424-226fb137fcad", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for Alumni with Yammer", + "String_Id": "EXCHANGESTANDARD_ALUMNI", + "GUID": "aa0f9eb7-eff2-4943-8424-226fb137fcad", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for Alumni with Yammer", + "String_Id": "EXCHANGESTANDARD_ALUMNI", + "GUID": "aa0f9eb7-eff2-4943-8424-226fb137fcad", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for Students", + "String_Id": "EXCHANGESTANDARD_STUDENT", + "GUID": "ad2fe44a-915d-4e2b-ade1-6766d50a9d9c", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for Students", + "String_Id": "EXCHANGESTANDARD_STUDENT", + "GUID": "ad2fe44a-915d-4e2b-ade1-6766d50a9d9c", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for Students", + "String_Id": "EXCHANGESTANDARD_STUDENT", + "GUID": "ad2fe44a-915d-4e2b-ade1-6766d50a9d9c", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for Students", + "String_Id": "EXCHANGESTANDARD_STUDENT", + "GUID": "ad2fe44a-915d-4e2b-ade1-6766d50a9d9c", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for GCC", + "String_Id": "EXCHANGESTANDARD_GOV", + "GUID": "f37d5ebf-4bf1-4aa2-8fa3-50c51059e983", + "Service_Plan_Name": "EXCHANGE_S_STANDARD_GOV", + "Service_Plan_Id": "e9b4930a-925f-45e2-ac2a-3f7788ca6fdd", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1) for Government" + }, + { + "Product_Display_Name": "Exchange Online (Plan 1) for GCC", + "String_Id": "EXCHANGESTANDARD_GOV", + "GUID": "f37d5ebf-4bf1-4aa2-8fa3-50c51059e983", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Exchange Online (Plan 2)", + "String_Id": "EXCHANGEENTERPRISE", + "GUID": "19ec0d23-8335-4cbd-94ac-6050e30712fa", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Exchange Online (Plan 2) for Faculty", + "String_Id": "EXCHANGEENTERPRISE_FACULTY", + "GUID": "0b7b15a8-7fd2-4964-bb96-5a566d4e3c15", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Exchange Online (Plan 2) for Faculty", + "String_Id": "EXCHANGEENTERPRISE_FACULTY", + "GUID": "0b7b15a8-7fd2-4964-bb96-5a566d4e3c15", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Exchange Online (Plan 2) for Faculty", + "String_Id": "EXCHANGEENTERPRISE_FACULTY", + "GUID": "0b7b15a8-7fd2-4964-bb96-5a566d4e3c15", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Exchange Online (Plan 2) for Faculty", + "String_Id": "EXCHANGEENTERPRISE_FACULTY", + "GUID": "0b7b15a8-7fd2-4964-bb96-5a566d4e3c15", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Exchange Online Archiving for Exchange Online", + "String_Id": "EXCHANGEARCHIVE_ADDON", + "GUID": "ee02fd1b-340e-4a4b-b355-4a514e4c8943", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE ONLINE" + }, + { + "Product_Display_Name": "Exchange Online Archiving for Exchange Server", + "String_Id": "EXCHANGEARCHIVE", + "GUID": "90b5e015-709a-4b8b-b08e-3200f994494c", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE", + "Service_Plan_Id": "da040e0a-b393-4bea-bb76-928b3fa1cf5a", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE SERVER" + }, + { + "Product_Display_Name": "Exchange Online Essentials (ExO P1 Based)", + "String_Id": "EXCHANGEESSENTIALS", + "GUID": "7fc0182e-d107-4556-8329-7caaa511197b", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" + }, + { + "Product_Display_Name": "Exchange Online Essentials", + "String_Id": "EXCHANGE_S_ESSENTIALS", + "GUID": "e8f81a67-bd96-4074-b108-cf193eb9433b", + "Service_Plan_Name": "EXCHANGE_S_ESSENTIALS", + "Service_Plan_Id": "1126bef5-da20-4f07-b45e-ad25d2581aa8", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ESSENTIALS" + }, + { + "Product_Display_Name": "Exchange Online Essentials", + "String_Id": "EXCHANGE_S_ESSENTIALS", + "GUID": "e8f81a67-bd96-4074-b108-cf193eb9433b", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" + }, + { + "Product_Display_Name": "Exchange Online Kiosk", + "String_Id": "EXCHANGEDESKLESS", + "GUID": "80b2d799-d2ba-4d2a-8842-fb0d0f3a4b82", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE KIOSK" + }, + { + "Product_Display_Name": "Exchange Online POP", + "String_Id": "EXCHANGETELCO", + "GUID": "cb0a98a8-11bc-494c-83d9-c1b1ac65327e", + "Service_Plan_Name": "EXCHANGE_B_STANDARD", + "Service_Plan_Id": "90927877-dcff-4af6-b346-2332c0b15bb7", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE POP" + }, + { + "Product_Display_Name": "Exchange Online Protection", + "String_Id": "EOP_ENTERPRISE", + "GUID": "45a2423b-e884-448d-a831-d9e139c52d2f", + "Service_Plan_Name": "EOP_ENTERPRISE", + "Service_Plan_Id": "326e2b78-9d27-42c9-8509-46c827743a17", + "Service_Plans_Included_Friendly_Names": "Exchange Online Protection" + }, + { + "Product_Display_Name": "Intune", + "String_Id": "INTUNE_A", + "GUID": "061f9ace-7d42-4136-88ac-31dc755f143f", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" + }, + { + "Product_Display_Name": "Intune for Education", + "String_Id": "INTUNE_EDU", + "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Intune for Education", + "String_Id": "INTUNE_EDU", + "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", + "Service_Plan_Name": "AAD_EDU", + "Service_Plan_Id": "3a3976ce-de18-4a87-a78e-5e9245e252df", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID for Education" + }, + { + "Product_Display_Name": "Intune for Education", + "String_Id": "INTUNE_EDU", + "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Intune for Education", + "String_Id": "INTUNE_EDU", + "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Intune for Education", + "String_Id": "INTUNE_EDU", + "GUID": "d9d89b70-a645-4c24-b041-8d3cb1884ec7", + "Service_Plan_Name": "WINDOWS_STORE", + "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", + "Service_Plans_Included_Friendly_Names": "Windows Store Service" + }, + { + "Product_Display_Name": "Microsoft Dynamics AX7 User Trial", + "String_Id": "AX7_USER_TRIAL", + "GUID": "fcecd1f9-a91e-488d-a918-a96cdb6ce2b0", + "Service_Plan_Name": "ERP_TRIAL_INSTANCE", + "Service_Plan_Id": "e2f705fd-2468-4090-8c58-fad6e6b1e724", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Operations Trial Environment" + }, + { + "Product_Display_Name": "Microsoft Dynamics AX7 User Trial", + "String_Id": "AX7_USER_TRIAL", + "GUID": "fcecd1f9-a91e-488d-a918-a96cdb6ce2b0", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online Basic for Government", + "String_Id": "CRMPLAN2_GCC", + "GUID": "3856cd1b-8033-458e-8d0f-9909ec6e6e6d", + "Service_Plan_Name": "CRMPLAN2_GCC", + "Service_Plan_Id": "3d53f6d9-d6e0-45c1-9575-6acd77692584", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Government Basic" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online Basic for Government", + "String_Id": "CRMPLAN2_GCC", + "GUID": "3856cd1b-8033-458e-8d0f-9909ec6e6e6d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online Basic for Government", + "String_Id": "CRMPLAN2_GCC", + "GUID": "3856cd1b-8033-458e-8d0f-9909ec6e6e6d", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online Basic for Government", + "String_Id": "CRMPLAN2_GCC", + "GUID": "3856cd1b-8033-458e-8d0f-9909ec6e6e6d", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online for Government", + "String_Id": "CRMSTANDARD_GCC", + "GUID": "ba051a1a-4c3d-4ccd-9890-6fa6a4e696e7", + "Service_Plan_Name": "CRMSTANDARD_GCC", + "Service_Plan_Id": "2b8c7c8c-9db5-44a5-a1dd-f4aa5b97b372", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Professional for Government" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online for Government", + "String_Id": "CRMSTANDARD_GCC", + "GUID": "ba051a1a-4c3d-4ccd-9890-6fa6a4e696e7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online for Government", + "String_Id": "CRMSTANDARD_GCC", + "GUID": "ba051a1a-4c3d-4ccd-9890-6fa6a4e696e7", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online for Government", + "String_Id": "CRMSTANDARD_GCC", + "GUID": "ba051a1a-4c3d-4ccd-9890-6fa6a4e696e7", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Microsoft Azure Multi-Factor Authentication", + "String_Id": "MFA_STANDALONE", + "GUID": "cb2020b1-d8f6-41c0-9acd-8ff3d6d7831b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Azure Multi-Factor Authentication", + "String_Id": "MFA_STANDALONE", + "GUID": "cb2020b1-d8f6-41c0-9acd-8ff3d6d7831b", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", + "String_Id": "THREAT_INTELLIGENCE", + "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", + "String_Id": "THREAT_INTELLIGENCE", + "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", + "String_Id": "THREAT_INTELLIGENCE", + "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A1", + "String_Id": "M365EDU_A1", + "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", + "Service_Plan_Name": "AAD_EDU", + "Service_Plan_Id": "3a3976ce-de18-4a87-a78e-5e9245e252df", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A1", + "String_Id": "M365EDU_A1", + "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A1", + "String_Id": "M365EDU_A1", + "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A1", + "String_Id": "M365EDU_A1", + "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", + "Service_Plan_Name": "WINDOWS_STORE", + "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", + "Service_Plans_Included_Friendly_Names": "Windows Store Service" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", + "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", + "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 Suite features for faculty", + "String_Id": "Microsoft 365 A3 Suite features for faculty", + "GUID": "32a0e471-8a27-4167-b24f-941559912425", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 Suite features for faculty", + "String_Id": "Microsoft 365 A3 Suite features for faculty", + "GUID": "32a0e471-8a27-4167-b24f-941559912425", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1 for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 Suite features for faculty", + "String_Id": "Microsoft 365 A3 Suite features for faculty", + "GUID": "32a0e471-8a27-4167-b24f-941559912425", + "Service_Plan_Name": "REMOTE_HELP", + "Service_Plan_Id": "a4c6cf29-1168-4076-ba5c-e8fe0e62b17e", + "Service_Plans_Included_Friendly_Names": "Remote help" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended", + "Service_Plan_Id": "8d77e2d9-9e28-4450-8431-0def64078fc5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Unattended)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", + "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", + "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", + "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", + "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", + "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", + "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", + "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", + "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for students use benefit", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", + "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", + "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Premium" + }, + { + "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", + "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", + "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", + "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", + "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", + "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", + "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", + "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", + "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 A5 Suite features for faculty", + "String_Id": "M365_A5_SUITE_COMPONENTS_FACULTY", + "GUID": "9b8fe788-6174-4c4e-983b-3330c93ec278", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1 for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for EDU" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P3" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "INTUNE_EDU", + "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", + "Service_Plans_Included_Friendly_Names": "Intune for Education" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", + "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", + "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "O365_BUSINESS", + "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "O365_BUSINESS", + "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "O365_BUSINESS", + "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", + "Service_Plan_Name": "ONEDRIVESTANDARD", + "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", + "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "O365_BUSINESS", + "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "O365_BUSINESS", + "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "SMB_BUSINESS", + "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "SMB_BUSINESS", + "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "SMB_BUSINESS", + "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", + "Service_Plan_Name": "ONEDRIVESTANDARD", + "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", + "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "SMB_BUSINESS", + "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Business", + "String_Id": "SMB_BUSINESS", + "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "ONEDRIVESTANDARD", + "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Enterprise", + "String_Id": "OFFICESUBSCRIPTION", + "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for enterprise (device)", + "String_Id": "OFFICE_PROPLUS_DEVICE1", + "GUID": "ea4c5ec8-50e3-4193-89b9-50da5bd4cdc7", + "Service_Plan_Name": "OFFICE_PROPLUS_DEVICE", + "Service_Plan_Id": "3c994f28-87d5-4273-b07a-eb6190852599", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Device)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "ONEDRIVESTANDARD", + "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Students", + "String_Id": "OFFICESUBSCRIPTION_STUDENT", + "GUID": "c32f9321-a627-406d-a114-1f9c81aaafac", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "ONEDRIVESTANDARD", + "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Apps for Faculty", + "String_Id": "OFFICESUBSCRIPTION_FACULTY", + "GUID": "12b8c807-2e20-48fc-b453-542b6ee9d171", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing for faculty", + "String_Id": "MCOMEETADV_FACULTY", + "GUID": "c2cda955-3359-44e5-989f-852ca0cfa02f", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing for GCC", + "String_Id": "MCOMEETADV_GOV", + "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", + "Service_Plan_Name": "EXCHANGE_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing for GCC", + "String_Id": "MCOMEETADV_GOV", + "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", + "Service_Plan_Name": "MCOMEETADV_GOV", + "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 AUDIO CONFERENCING FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing_USGOV_GCCHIGH", + "String_Id": "MCOMEETADV_USGOV_GCCHIGH", + "GUID": "4dee1f32-0808-4fd2-a2ed-fdd575e3a45f", + "Service_Plan_Name": "MCOMEETADV_AR_GCCHigh", + "Service_Plan_Id": "f1e3613f-3818-4254-9b5e-f02d803384e0", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for GCCHigh" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing - GCCHigh Tenant (AR)_USGOV_GCCHIGH", + "String_Id": "MCOACBYOT_AR_GCCHIGH_USGOV_GCCHIGH", + "GUID": "170ba00c-38b2-468c-a756-24c05037160a", + "Service_Plan_Name": "MCOACBYOT_GCCHigh", + "Service_Plan_Id": "c85e4b03-254a-453b-af72-167a53f38530", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing - GCCHigh Tenant" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing Pay-Per-Minute - EA", + "String_Id": "MCOMEETACPEA", + "GUID": "df9561a4-4969-4e6a-8e73-c601b68ec077", + "Service_Plan_Name": "MCOMEETACPEA", + "Service_Plan_Id": "bb038288-76ab-49d6-afc1-eaa6c222c65a", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing Pay-Per-Minute" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "OFFICEMOBILE_SUBSCRIPTION" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "TEAMS1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "O365_BUSINESS_ESSENTIALS", + "GUID": "3b555118-da6a-4418-894f-7df1e2096870", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "OFFICEMOBILE_SUBSCRIPTION" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "TEAMS1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic", + "String_Id": "SMB_BUSINESS_ESSENTIALS", + "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", + "Service_Plan_Name": "YAMMER_MIDSIZE", + "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", + "Service_Plans_Included_Friendly_Names": "YAMMER MIDSIZE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "STREAM_O365_SMB", + "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", + "GUID": "b1f3042b-a390-4b56-ab61-b88e7e767a97", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", + "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "DYN365BC_MS_INVOICING", + "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", + "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "O365_SB_Relationship_Management", + "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", + "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "STREAM_O365_SMB", + "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard", + "String_Id": "O365_BUSINESS_PREMIUM", + "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "DYN365BC_MS_INVOICING", + "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", + "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "O365_SB_Relationship_Management", + "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", + "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "STREAM_O365_SMB", + "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", + "GUID": "c1f79c29-5d7a-4bec-a2c1-1a76774864c0", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "DYN365BC_MS_INVOICING", + "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", + "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "O365_SB_Relationship_Management", + "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", + "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "STREAM_O365_SMB", + "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", + "String_Id": "Microsoft_365_Business_Standard_EEA_(no_Teams)", + "GUID": "ffa3a2a0-3820-462a-aa81-8a4d741f0cba", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "O365_SB_Relationship_Management", + "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", + "Service_Plans_Included_Friendly_Names": "OUTLOOK CUSTOMER MANAGER" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "TEAMS1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard - Prepaid Legacy", + "String_Id": "SMB_BUSINESS_PREMIUM", + "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", + "Service_Plan_Name": "YAMMER_MIDSIZE", + "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", + "Service_Plans_Included_Friendly_Names": "YAMMER_MIDSIZE" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "DYN365BC_MS_INVOICING", + "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", + "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MDE_SMB", + "Service_Plan_Id": "bfc1bbd9-981b-4f71-9b82-17c35fd0e2a4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "OFFICE_SHARED_COMPUTER_ACTIVATION", + "Service_Plan_Id": "276d6e8a-f056-4f70-b7e8-4fc27f79f809", + "Service_Plans_Included_Friendly_Names": "Office Shared Computer Activation" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "O365_SB_Relationship_Management", + "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", + "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "WINBIZ", + "Service_Plan_Id": "8e229017-d77b-43d5-9305-903395523b99", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "AAD_SMB", + "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "INTUNE_SMBIZ", + "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium", + "String_Id": "SPB", + "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "DYN365BC_MS_INVOICING", + "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", + "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "MDE_SMB", + "Service_Plan_Id": "bfc1bbd9-981b-4f71-9b82-17c35fd0e2a4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "OFFICE_SHARED_COMPUTER_ACTIVATION", + "Service_Plan_Id": "276d6e8a-f056-4f70-b7e8-4fc27f79f809", + "Service_Plans_Included_Friendly_Names": "Office Shared Computer Activation" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "O365_SB_Relationship_Management", + "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", + "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "WINBIZ", + "Service_Plan_Id": "8e229017-d77b-43d5-9305-903395523b99", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "AAD_SMB", + "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "INTUNE_SMBIZ", + "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", + "GUID": "a3f586b6-8cce-4d9b-99d6-55238397f77a", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (US)", + "String_Id": "BUSINESS_VOICE_MED2_TELCO", + "GUID": "08d7bce8-6e16-490e-89db-1d508e5e9609", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (US)", + "String_Id": "BUSINESS_VOICE_MED2_TELCO", + "GUID": "08d7bce8-6e16-490e-89db-1d508e5e9609", + "Service_Plan_Name": "MCOPSTN1", + "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (without Calling Plan)", + "String_Id": "BUSINESS_VOICE_DIRECTROUTING", + "GUID": "d52db95a-5ecb-46b6-beb0-190ab5cda4a8", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (without Calling Plan)", + "String_Id": "BUSINESS_VOICE_DIRECTROUTING", + "GUID": "d52db95a-5ecb-46b6-beb0-190ab5cda4a8", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (UK", + "String_Id": "BUSINESS_VOICE", + "GUID": "e5a17adf-8f0d-4b57-bc14-d331235f9307", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (UK", + "String_Id": "BUSINESS_VOICE", + "GUID": "e5a17adf-8f0d-4b57-bc14-d331235f9307", + "Service_Plan_Name": "MCOPSTN1", + "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (UK", + "String_Id": "BUSINESS_VOICE", + "GUID": "e5a17adf-8f0d-4b57-bc14-d331235f9307", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (without Calling Plan) for US", + "String_Id": "BUSINESS_VOICE_DIRECTROUTING_MED", + "GUID": "8330dae3-d349-44f7-9cad-1b23c64baabe", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (without Calling Plan) for US", + "String_Id": "BUSINESS_VOICE_DIRECTROUTING_MED", + "GUID": "8330dae3-d349-44f7-9cad-1b23c64baabe", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (without Calling Plan)", + "String_Id": "BUSINESS_VOICE_DIRECTROUTING", + "GUID": "d52db95a-5ecb-46b6-beb0-190ab5cda4a8", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice (without Calling Plan)", + "String_Id": "BUSINESS_VOICE_DIRECTROUTING", + "GUID": "d52db95a-5ecb-46b6-beb0-190ab5cda4a8", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice", + "String_Id": "BUSINESS_VOICE_MED2", + "GUID": "a6051f20-9cbc-47d2-930d-419183bf6cf1", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice", + "String_Id": "BUSINESS_VOICE_MED2", + "GUID": "a6051f20-9cbc-47d2-930d-419183bf6cf1", + "Service_Plan_Name": "MCOPSTN1", + "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan" + }, + { + "Product_Display_Name": "Microsoft 365 Business Voice", + "String_Id": "BUSINESS_VOICE_MED2", + "GUID": "a6051f20-9cbc-47d2-930d-419183bf6cf1", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "M365_Copilot", + "GUID": "a809996b-059e-42e2-9866-db24b99a9782", + "Service_Plan_Name": "GRAPH_CONNECTORS_COPILOT", + "Service_Plan_Id": "82d30987-df9b-4486-b146-198b21d164c7", + "Service_Plans_Included_Friendly_Names": "Graph Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "M365_Copilot", + "GUID": "a809996b-059e-42e2-9866-db24b99a9782", + "Service_Plan_Name": "M365_COPILOT_INTELLIGENT_SEARCH", + "Service_Plan_Id": "931e4a88-a67f-48b5-814f-16a5f1e6028d", + "Service_Plans_Included_Friendly_Names": "Intelligent Search" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "M365_Copilot", + "GUID": "a809996b-059e-42e2-9866-db24b99a9782", + "Service_Plan_Name": "M365_COPILOT_TEAMS", + "Service_Plan_Id": "b95945de-b3bd-46db-8437-f2beb6ea2347", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "M365_Copilot", + "GUID": "a809996b-059e-42e2-9866-db24b99a9782", + "Service_Plan_Name": "M365_COPILOT_APPS", + "Service_Plan_Id": "a62f8878-de10-42f3-b68f-6149a25ceb97", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Productivity Apps" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "M365_Copilot", + "GUID": "a809996b-059e-42e2-9866-db24b99a9782", + "Service_Plan_Name": "M365_COPILOT_BUSINESS_CHAT", + "Service_Plan_Id": "3f30311c-6b1e-48a4-ab79-725b469da960", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot with Graph-grounded chat" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "M365_Copilot", + "GUID": "a809996b-059e-42e2-9866-db24b99a9782", + "Service_Plan_Name": "M365_COPILOT_CONNECTORS", + "Service_Plan_Id": "89f1c4c8-0878-40f7-804d-869c9128ab5d", + "Service_Plans_Included_Friendly_Names": "Power Platform Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o Teams Bundle_M3", + "GUID": "c2fe850d-fbbb-4858-b67d-bd0c6e746da3", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 Extra Features", + "String_Id": "Microsoft_365_E3_Extra_Features", + "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 Extra Features", + "String_Id": "Microsoft_365_E3_Extra_Features", + "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 Extra Features", + "String_Id": "Microsoft_365_E3_Extra_Features", + "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E3 Extra Features", + "String_Id": "Microsoft_365_E3_Extra_Features", + "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E3 Extra Features", + "String_Id": "Microsoft_365_E3_Extra_Features", + "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E3 Extra Features", + "String_Id": "Microsoft_365_E3_Extra_Features", + "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E3 Extra Features", + "String_Id": "Microsoft_365_E3_Extra_Features", + "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E3 Extra Features", + "String_Id": "Microsoft_365_E3_Extra_Features", + "GUID": "f5b15d67-b99e-406b-90f1-308452f94de6", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended", + "Service_Plan_Id": "8d77e2d9-9e28-4450-8431-0def64078fc5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Unattended)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) - Unattended License", + "String_Id": "Microsoft_365_E3_EEA_(no_Teams)_Unattended_License", + "GUID": "a23dbafb-3396-48b3-ad9c-a304fe206043", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended", + "Service_Plan_Id": "8d77e2d9-9e28-4450-8431-0def64078fc5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Unattended)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 - Unattended License", + "String_Id": "SPE_E3_RPA1", + "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E3", + "GUID": "0c21030a-7e60-4ec7-9a0f-0042e0e0211a", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "ONEDRIVE_BASIC_P2", + "Service_Plan_Id": "4495894f-534f-41ca-9d3b-0ebf1220a423", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic 2)" + }, + { + "Product_Display_Name": "Microsoft Teams EEA", + "String_Id": "Microsoft_Teams_EEA_New", + "GUID": "7e74bd05-2c47-404e-829a-ba95c66fe8e5", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o Teams Bundle_M3_(500_seats_min)_HUB", + "GUID": "602e6573-55a3-46b1-a1a0-cc267991501a", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "TEAMS_AR_DOD", + "Service_Plan_Id": "fd500458-c24c-478e-856c-a6067a8376cd", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for DOD (AR)" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office Online" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", + "String_Id": "SPE_E3_USGOV_DOD", + "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "TEAMS_AR_GCCHIGH", + "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh (AR)" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office Online" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", + "String_Id": "SPE_E3_USGOV_GCCHIGH", + "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "Defender_for_Iot_Enterprise", + "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", + "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5", + "String_Id": "SPE_E5", + "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MCOPSTN8", + "Service_Plan_Id": "16935b20-87c0-4908-934a-22aa267d0d26", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan (120 min) at User Level" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_MIDMARKET", + "Service_Plan_Id": "6b5b6a67-fc72-4a1f-a2b5-beecf05de761", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", + "GUID": "6ee4114a-9b2d-4577-9e7a-49fa43d222d3", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "90277bc7-a6fe-4181-99d8-712b08b8d32b", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "Defender_for_Iot_Enterprise", + "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", + "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5", + "GUID": "db684ac5-c0e7-4f92-8284-ef9ebde75d33", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Developer (without Windows and Audio Conferencing)", + "String_Id": "DEVELOPERPACK_E5", + "GUID": "c42b9cae-ea4f-4ab7-9717-81576235ccac", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Compliance", + "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", + "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_M5", + "GUID": "3271cf8e-2be5-4a09-a549-70fd05baaa17", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security", + "String_Id": "IDENTITY_THREAT_PROTECTION", + "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security", + "String_Id": "IDENTITY_THREAT_PROTECTION", + "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security", + "String_Id": "IDENTITY_THREAT_PROTECTION", + "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security", + "String_Id": "IDENTITY_THREAT_PROTECTION", + "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security", + "String_Id": "IDENTITY_THREAT_PROTECTION", + "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security", + "String_Id": "IDENTITY_THREAT_PROTECTION", + "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security", + "String_Id": "IDENTITY_THREAT_PROTECTION", + "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security", + "String_Id": "IDENTITY_THREAT_PROTECTION", + "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", + "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", + "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", + "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", + "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", + "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", + "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", + "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", + "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", + "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", + "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MCOPSTN8", + "Service_Plan_Id": "16935b20-87c0-4908-934a-22aa267d0d26", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan (120 min) at User Level" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "Defender_for_Iot_Enterprise", + "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", + "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 with Calling Minutes", + "String_Id": "SPE_E5_CALLINGMINUTES", + "GUID": "a91fc4e0-65e5-4266-aa76-4037509c1626", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "Defender_for_Iot_Enterprise", + "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", + "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing", + "String_Id": "SPE_E5_NOPSTNCONF", + "GUID": "cd2925a3-5076-4233-8931-638a8c94f773", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "Defender_for_Iot_Enterprise", + "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", + "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_without_Audio_Conferencing", + "GUID": "2113661c-6509-4034-98bb-9c47bd28d63c", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) (500 seats min)_HUB", + "String_Id": "O365_w/o_Teams_Bundle_M5_(500_seats_min)_HUB", + "GUID": "1e988bf3-8b7c-4731-bec0-4e2a2946600c", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) without Audio Conferencing (500 seats min)_HUB", + "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_without_Audio_Conferencing_(500_seats_min)_HUB", + "GUID": "a640eead-25f6-4bec-97e3-23cfd382d7c2", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MCOMEETADV_AR_GCCHigh", + "Service_Plan_Id": "f1e3613f-3818-4254-9b5e-f02d803384e0", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for GCCHigh" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "FORMS_PLAN_E5_AR_GCCHIGH", + "Service_Plan_Id": "cf1b2895-e3fd-4b33-9594-2ab924104547", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5) for GCCHigh" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MICROSOFT_SEARCH_GCCH", + "Service_Plan_Id": "fc9f7921-4ca5-42c6-8533-1b84c4ee496b", + "Service_Plans_Included_Friendly_Names": "Microsoft Search for Arlington" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "TEAMS_AR_GCCHIGH", + "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "POWERAPPS_O365_P3_GCCHIGH", + "Service_Plan_Id": "b50a9096-5b07-4ded-a5e4-a492fb94b6ee", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for GCCHigh" + }, + { + "Product_Display_Name": "Microsoft 365 E5_USGOV_GCCHIGH", + "String_Id": "SPE_E5_USGOV_GCCHIGH", + "GUID": "4eb45c5b-0d19-4e33-b87c-adfc25268f20", + "Service_Plan_Name": "FLOW_O365_P3_GCCHIGH", + "Service_Plan_Id": "ee939cf0-7cd1-4262-9f72-9eaa45dbba69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for GCCHigh" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "STREAM_O365_K", + "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 K SKU" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Online Kiosk" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1", + "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "DYN365_CDS_O365_F1", + "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 F1 EEA (no Teams)", + "String_Id": "Microsoft_365_F1_EEA_(no_Teams)", + "GUID": "0666269f-b167-4c5b-a76f-fc574f2b1118", + "Service_Plan_Name": "STREAM_O365_K", + "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "CDS_O365_F1", + "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "FORMS_PLAN_K", + "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "KAIZALA_O365_P1", + "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "PROJECT_O365_F3", + "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", + "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", + "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", + "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "WIN10_ENT_LOC_F1", + "Service_Plan_Id": "e041597c-9c7f-4ed9-99b0-2663301576f7", + "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise E3 (Local Only)" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "DYN365_CDS_O365_F1", + "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "STREAM_O365_K", + "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "POWERAPPS_O365_S1", + "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "FLOW_O365_S1", + "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" + }, + { + "Product_Display_Name": "Microsoft 365 F3", + "String_Id": "SPE_F1", + "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", + "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "CDS_O365_F1", + "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "FORMS_PLAN_K", + "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "KAIZALA_O365_P1", + "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "TEAMS_DESKLESS", + "Service_Plan_Id": "a42de799-58ae-4e6a-aa1d-948e7abec726", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Kiosk" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "PROJECT_O365_F3", + "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", + "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", + "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", + "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "WIN10_ENT_LOC_F1", + "Service_Plan_Id": "e041597c-9c7f-4ed9-99b0-2663301576f7", + "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise E3 (Local Only)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "DYN365_CDS_O365_F1", + "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "STREAM_O365_K", + "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "POWERAPPS_O365_S1", + "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "FLOW_O365_S1", + "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" + }, + { + "Product_Display_Name": "Microsoft 365 F3 EEA (no Teams)", + "String_Id": "Microsoft_365_F3_EEA_(no_Teams)", + "GUID": "f7ee79a7-7aec-4ca4-9fb9-34d6b930ad87", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", + "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "RMS_S_PREMIUM_GOV", + "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "DYN365_CDS_O365_F1_GCC", + "Service_Plan_Id": "29007dd3-36c0-4cc2-935d-f5bca2c2c473", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 F1" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "CDS_O365_F1_GCC", + "Service_Plan_Id": "5e05331a-0aec-437e-87db-9ef5934b5771", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_F1 GCC" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS_GOV", + "Service_Plan_Id": "88f4d7ef-a73b-4246-8047-516022144c9f", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Kiosk) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "FORMS_GOV_F1", + "Service_Plan_Id": "bfd4133a-bbf3-4212-972b-60412137c428", + "Service_Plans_Included_Friendly_Names": "Forms for Government (Plan F1)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "STREAM_O365_K_GOV", + "Service_Plan_Id": "d65648f1-9504-46e4-8611-2658763f28b8", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 for Government (F1)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION_GOV", + "Service_Plan_Id": "4ccb60ee-9523-48fd-8f63-4b090f1ad77a", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365 for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "POWERAPPS_O365_S1_GOV", + "Service_Plan_Id": "49f06c3d-da7d-4fa0-bcce-1458fdd18a59", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "FLOW_O365_S1_GOV", + "Service_Plan_Id": "5d32692e-5b24-4a59-a77e-b2a8650e25c1", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "SHAREPOINTDESKLESS_GOV", + "Service_Plan_Id": "b1aeb897-3a19-46e2-8c27-a609413cf193", + "Service_Plans_Included_Friendly_Names": "SharePoint KioskG" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "MCOIMP_GOV", + "Service_Plan_Id": "8a9f17f1-5872-44e8-9b11-3caade9dc90f", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", + "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", + "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" + }, + { + "Product_Display_Name": "Microsoft 365 F3 GCC", + "String_Id": "M365_F1_GOV", + "GUID": "2a914830-d700-444a-b73c-e3f31980d833", + "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", + "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on", + "String_Id": "SPE_F5_COMP", + "GUID": "91de26be-adfa-4a3d-989e-9131cc23dda7", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR (DOD)_USGOV_DOD", + "String_Id": "SPE_F5_COMP_AR_D_USGOV_DOD", + "GUID": "9cfd6bc3-84cd-4274-8a21-8c7c41d6c350", + "Service_Plan_Name": "ADALLOM_S_STANDALONE_DOD", + "Service_Plan_Id": "6ebdddb7-8e55-4af2-952b-69e77262f96c", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps for DOD" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on AR_USGOV_GCCHIGH", + "String_Id": "SPE_F5_COMP_AR_USGOV_GCCHIGH", + "GUID": "9f436c0e-fb32-424b-90be-6a9f2919d506", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", + "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", + "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Compliance Add-on GCC", + "String_Id": "SPE_F5_COMP_GCC", + "GUID": "3f17cf90-67a2-4fdb-8587-37c1539507e1", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security Add-on", + "String_Id": "SPE_F5_SEC", + "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security Add-on", + "String_Id": "SPE_F5_SEC", + "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security Add-on", + "String_Id": "SPE_F5_SEC", + "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security Add-on", + "String_Id": "SPE_F5_SEC", + "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security Add-on", + "String_Id": "SPE_F5_SEC", + "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security Add-on", + "String_Id": "SPE_F5_SEC", + "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security Add-on", + "String_Id": "SPE_F5_SEC", + "GUID": "67ffe999-d9ca-49e1-9d2c-03fb28aa7a48", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 F5 Security + Compliance Add-on", + "String_Id": "SPE_F5_SECCOMP", + "GUID": "32b47245-eb31-44fc-b945-a8b1576c439f", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "CDS_O365_P3_GCC", + "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", + "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX_TOPICEXP", + "Service_Plan_Id": "b74d57b2-58e9-484a-9731-aeccbba954f0", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index (Microsoft Viva Topics)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", + "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MCOMEETADV_GOV", + "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "ATP_ENTERPRISE_GOV", + "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", + "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "FORMS_GOV_E5", + "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", + "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", + "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "BI_AZURE_P_2_GOV", + "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", + "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "PROJECT_O365_P3_GOV", + "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "STREAM_O365_E5_GOV", + "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "RMS_S_PREMIUM_GOV", + "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "RMS_S_PREMIUM2_GOV", + "Service_Plan_Id": "5400a66d-eaa5-427d-80f2-0f26d59d8fce", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2 for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", + "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", + "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5", + "String_Id": "M365_G5_GCC", + "GUID": "e2be619b-b125-455f-8660-fb503e431a5d", + "Service_Plan_Name": "FLOW_O365_P3_GOV", + "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "CDS_O365_P3_GCC", + "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", + "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", + "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MCOMEETADV_GOV", + "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "ATP_ENTERPRISE_GOV", + "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", + "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "FORMS_GOV_E5", + "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", + "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", + "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "BI_AZURE_P_2_GOV", + "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", + "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "PROJECT_O365_P3_GOV", + "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "STREAM_O365_E5_GOV", + "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "RMS_S_PREMIUM_GOV", + "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "RMS_S_PREMIUM2_GOV", + "Service_Plan_Id": "5400a66d-eaa5-427d-80f2-0f26d59d8fce", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2 for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", + "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", + "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 GCC G5 w/o WDATP/CAS Unified", + "String_Id": "M365_G5_GOV", + "GUID": "b0f809d5-a662-4391-a5aa-136e9c565b9d", + "Service_Plan_Name": "FLOW_O365_P3_GOV", + "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing for GCC", + "String_Id": "MCOMEETADV_GOV", + "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Microsoft 365 Audio Conferencing for GCC", + "String_Id": "MCOMEETADV_GOV", + "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", + "Service_Plan_Name": "MCOMEETADV_GOV", + "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 AUDIO CONFERENCING FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 Suite features", + "String_Id": "M365_E5_SUITE_COMPONENTS", + "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", + "Service_Plan_Name": "Defender_for_Iot_Enterprise", + "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", + "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "AAD_PREMIUM" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "RMS_S_PREMIUM" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "ADALLOM_S_DISCOVERY" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "DYN365_CDS_O365_F1", + "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", + "Service_Plans_Included_Friendly_Names": "DYN365_CDS_O365_F1" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_DESKLESS" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "RMS_S_ENTERPRISE" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "MFA_PREMIUM" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "INTUNE_A" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "PROJECTWORKMANAGEMENT" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "MICROSOFT_SEARCH" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "STREAM_O365_K", + "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", + "Service_Plans_Included_Friendly_Names": "STREAM_O365_K" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "TEAMS1" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "INTUNE_O365" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTDESKLESS" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "MCOIMP" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 F1", + "String_Id": "M365_F1_COMM", + "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "CDS_O365_P2_GCC", + "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "MYANALYTICS_P2_GOV", + "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", + "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "FORMS_GOV_E3", + "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "PROJECT_O365_P2_GOV", + "Service_Plan_Id": "e7d09ae4-099a-4c34-a2a2-3e166e95c44a", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "STREAM_O365_E3_GOV", + "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E3)" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "RMS_S_PREMIUM_GOV", + "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", + "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", + "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 GCC", + "String_Id": "M365_G3_GOV", + "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", + "Service_Plan_Name": "FLOW_O365_P2_GOV", + "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "CDS_O365_P2_GCC", + "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "MYANALYTICS_P2_GOV", + "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended_GOV", + "Service_Plan_Id": "18dfd9bd-5214-4184-8123-c9822d81a9bc", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise (unattended) for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "FORMS_GOV_E3", + "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "PROJECT_O365_P2_GOV", + "Service_Plan_Id": "e7d09ae4-099a-4c34-a2a2-3e166e95c44a", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "STREAM_O365_E3_GOV", + "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E3)" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "RMS_S_PREMIUM_GOV", + "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", + "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", + "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 G3 - Unattended License for GCC", + "String_Id": "M365_G3_RPA1_GOV", + "GUID": "5c739a73-651d-4c2c-8a4e-fe4ba12253b0", + "Service_Plan_Name": "FLOW_O365_P2_GOV", + "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Microsoft 365 Lighthouse", + "String_Id": "Microsoft365_Lighthouse", + "GUID": "9c0587f3-8665-4252-a8ad-b7a5ade57312", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Lighthouse", + "String_Id": "Microsoft365_Lighthouse", + "GUID": "9c0587f3-8665-4252-a8ad-b7a5ade57312", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Sales Copilot", + "String_Id": "Microsoft_Viva_Sales", + "GUID": "3227bcb2-8448-4f81-b3c2-8c2074e15a2a", + "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", + "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", + "Service_Plans_Included_Friendly_Names": "Microsoft Sales Copilot Premium \u0026 Trial" + }, + { + "Product_Display_Name": "Microsoft Sales Copilot", + "String_Id": "Microsoft_Viva_Sales", + "GUID": "3227bcb2-8448-4f81-b3c2-8c2074e15a2a", + "Service_Plan_Name": "Microsoft_Viva_Sales_PowerAutomate", + "Service_Plan_Id": "a933a62f-c3fb-48e5-a0b7-ac92b94b4420", + "Service_Plans_Included_Friendly_Names": "Microsoft Sales Copilot Premium with Power Automate" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving for Exchange Online" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "M365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-based classification" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", + "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", + "GUID": "2347355b-4e81-41a4-9c22-55057a399791", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft Business Center", + "String_Id": "MICROSOFT_BUSINESS_CENTER", + "GUID": "726a0894-2c77-4d65-99da-9775ef05aad1", + "Service_Plan_Name": "MICROSOFT_BUSINESS_CENTER", + "Service_Plan_Id": "cca845f9-fd51-4df6-b563-976a37c56ce0", + "Service_Plans_Included_Friendly_Names": "MICROSOFT BUSINESS CENTER" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "Microsoft_365_Copilot", + "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", + "Service_Plan_Name": "GRAPH_CONNECTORS_COPILOT", + "Service_Plan_Id": "82d30987-df9b-4486-b146-198b21d164c7", + "Service_Plans_Included_Friendly_Names": "Graph Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "Microsoft_365_Copilot", + "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", + "Service_Plan_Name": "M365_COPILOT_INTELLIGENT_SEARCH", + "Service_Plan_Id": "931e4a88-a67f-48b5-814f-16a5f1e6028d", + "Service_Plans_Included_Friendly_Names": "Intelligent Search" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "Microsoft_365_Copilot", + "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", + "Service_Plan_Name": "M365_COPILOT_BUSINESS_CHAT", + "Service_Plan_Id": "3f30311c-6b1e-48a4-ab79-725b469da960", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Chat" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "Microsoft_365_Copilot", + "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", + "Service_Plan_Name": "M365_COPILOT_TEAMS", + "Service_Plan_Id": "b95945de-b3bd-46db-8437-f2beb6ea2347", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "Microsoft_365_Copilot", + "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", + "Service_Plan_Name": "M365_COPILOT_APPS", + "Service_Plan_Id": "a62f8878-de10-42f3-b68f-6149a25ceb97", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Productivity Apps" + }, + { + "Product_Display_Name": "Microsoft Copilot for Microsoft 365", + "String_Id": "Microsoft_365_Copilot", + "GUID": "639dec6b-bb19-468b-871c-c5c441c4b0cb", + "Service_Plan_Name": "M365_COPILOT_CONNECTORS", + "Service_Plan_Id": "89f1c4c8-0878-40f7-804d-869c9128ab5d", + "Service_Plans_Included_Friendly_Names": "Power Platform Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft Cloud App Security", + "String_Id": "ADALLOM_STANDALONE", + "GUID": "df845ce7-05f9-4894-b5f2-11bbfbcfd2b6", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Cloud App Security", + "String_Id": "ADALLOM_STANDALONE", + "GUID": "df845ce7-05f9-4894-b5f2-11bbfbcfd2b6", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", + "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", + "GUID": "556640c0-53ea-4773-907d-29c55332983f", + "Service_Plan_Name": "MCS_BizApps_Cloud_for_Sustainability_vTrial", + "Service_Plan_Id": "c1c902e3-a956-4273-abdb-c92afcd027ef", + "Service_Plans_Included_Friendly_Names": "MCS - BizApps_Cloud for Sustainability_vTrial" + }, + { + "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", + "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", + "GUID": "556640c0-53ea-4773-907d-29c55332983f", + "Service_Plan_Name": "POWER_APPS_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "54b37829-818e-4e3c-a08a-3ea66ab9b45d", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", + "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", + "GUID": "556640c0-53ea-4773-907d-29c55332983f", + "Service_Plan_Name": "POWER_AUTOMATE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "81d4ecb8-0481-42fb-8868-51536c5aceeb", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", + "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", + "GUID": "556640c0-53ea-4773-907d-29c55332983f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Cloud for Sustainability vTrial", + "String_Id": "Microsoft_Cloud_for_Sustainability_vTrial", + "GUID": "556640c0-53ea-4773-907d-29c55332983f", + "Service_Plan_Name": "DYN365_CDS_VIRAL", + "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint", + "String_Id": "WIN_DEF_ATP", + "GUID": "111046dd-295b-4d6d-9724-d52ac90bd1f2", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint", + "String_Id": "WIN_DEF_ATP", + "GUID": "111046dd-295b-4d6d-9724-d52ac90bd1f2", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR ENDPOINT" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint F2", + "String_Id": "Microsoft_Defender_for_Endpoint_F2", + "GUID": "e430a580-c37b-4d16-adba-d881d7cd0364", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint P1", + "String_Id": "DEFENDER_ENDPOINT_P1", + "GUID": "16a55f2f-ff35-4cd5-9146-fb784e3761a5", + "Service_Plan_Name": "Intune_Defender", + "Service_Plan_Id": "1689aade-3d6a-4bfc-b017-46d2672df5ad", + "Service_Plans_Included_Friendly_Names": "MDE_SecurityManagement" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint P1", + "String_Id": "DEFENDER_ENDPOINT_P1", + "GUID": "16a55f2f-ff35-4cd5-9146-fb784e3761a5", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint P1 for EDU", + "String_Id": "DEFENDER_ENDPOINT_P1_EDU", + "GUID": "bba890d4-7881-4584-8102-0c3fdfb739a7", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint P2_XPLAT", + "String_Id": "MDATP_XPLAT", + "GUID": "b126b073-72db-4a9d-87a4-b17afe41d4ab", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint P2_XPLAT", + "String_Id": "MDATP_XPLAT", + "GUID": "b126b073-72db-4a9d-87a4-b17afe41d4ab", + "Service_Plan_Name": "Intune_Defender", + "Service_Plan_Id": "1689aade-3d6a-4bfc-b017-46d2672df5ad", + "Service_Plans_Included_Friendly_Names": "MDE_SecurityManagement" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint P2_XPLAT", + "String_Id": "MDATP_XPLAT", + "GUID": "b126b073-72db-4a9d-87a4-b17afe41d4ab", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint Server", + "String_Id": "MDATP_Server", + "GUID": "509e8ab6-0274-4cda-bcbd-bd164fd562c4", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Defender for Endpoint Server", + "String_Id": "MDATP_Server", + "GUID": "509e8ab6-0274-4cda-bcbd-bd164fd562c4", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online Basic", + "String_Id": "CRMPLAN2", + "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online Basic", + "String_Id": "CRMPLAN2", + "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online Basic", + "String_Id": "CRMPLAN2", + "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", + "Service_Plan_Name": "CRMPLAN2", + "Service_Plan_Id": "bf36ca64-95c6-4918-9275-eb9f4ce2c04f", + "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS CRM ONLINE BASIC" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online Basic", + "String_Id": "CRMPLAN2", + "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Microsoft Defender for Identity", + "String_Id": "ATA", + "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Defender for Identity", + "String_Id": "ATA", + "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft Defender for Identity", + "String_Id": "ATA", + "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", + "Service_Plan_Name": "ADALLOM_FOR_AATP", + "Service_Plan_Id": "61d18b02-6889-479f-8f36-56e6e0fe5792", + "Service_Plans_Included_Friendly_Names": "SecOps Investigation for MDI" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1) Faculty", + "String_Id": "ATP_ENTERPRISE_FACULTY", + "GUID": "26ad4b5c-b686-462e-84b9-d7c22b46837f", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1) GCC", + "String_Id": "ATP_ENTERPRISE_GOV", + "GUID": "d0d1ca43-b81a-4f51-81e5-a5b1ad7bb005", + "Service_Plan_Name": "ATP_ENTERPRISE_GOV", + "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1)_USGOV_GCCHIGH", + "String_Id": "ATP_ENTERPRISE_USGOV_GCCHIGH ", + "GUID": "550f19ba-f323-4a7d-a8d2-8971b0d9ea85", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", + "String_Id": "THREAT_INTELLIGENCE_GOV", + "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", + "String_Id": "THREAT_INTELLIGENCE_GOV", + "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", + "Service_Plan_Name": "ATP_ENTERPRISE_GOV", + "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", + "String_Id": "THREAT_INTELLIGENCE_GOV", + "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", + "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", + "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft Defender Vulnerability Management", + "String_Id": "TVM_Premium_Standalone", + "GUID": "1925967e-8013-495f-9644-c99f8b463748", + "Service_Plan_Name": "TVM_PREMIUM_1", + "Service_Plan_Id": "36810a13-b903-490a-aa45-afbeb7540832", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender Vulnerability Management" + }, + { + "Product_Display_Name": "Microsoft Defender Vulnerability Management Add-on", + "String_Id": "TVM_Premium_Add_on", + "GUID": "ad7a56e0-6903-4d13-94f3-5ad491e78960", + "Service_Plan_Name": "TVM_PREMIUM_1", + "Service_Plan_Id": "36810a13-b903-490a-aa45-afbeb7540832", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender Vulnerability Management" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online", + "String_Id": "CRMSTANDARD", + "GUID": "d17b27af-3f49-4822-99f9-56a661538792", + "Service_Plan_Name": "CRMSTANDARD", + "Service_Plan_Id": "f9646fb2-e3b2-4309-95de-dc4833737456", + "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS CRM ONLINE PROFESSIONA" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online", + "String_Id": "CRMSTANDARD", + "GUID": "d17b27af-3f49-4822-99f9-56a661538792", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online", + "String_Id": "CRMSTANDARD", + "GUID": "d17b27af-3f49-4822-99f9-56a661538792", + "Service_Plan_Name": "MDM_SALES_COLLABORATION", + "Service_Plan_Id": "3413916e-ee66-4071-be30-6f94d4adfeda", + "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS MARKETING SALES COLLABORATION - ELIGIBILITY CRITERIA APPLY" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online", + "String_Id": "CRMSTANDARD", + "GUID": "d17b27af-3f49-4822-99f9-56a661538792", + "Service_Plan_Name": "NBPROFESSIONALFORCRM", + "Service_Plan_Id": "3e58e97c-9abe-ebab-cd5f-d543d1529634", + "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT PROFESSIONAL - ELIGIBILITY CRITERIA APPLY" + }, + { + "Product_Display_Name": "Microsoft Dynamics CRM Online", + "String_Id": "CRMSTANDARD", + "GUID": "d17b27af-3f49-4822-99f9-56a661538792", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" + }, + { + "Product_Display_Name": "Microsoft Entra ID Governance", + "String_Id": "Microsoft_Entra_ID_Governance", + "GUID": "cf6b0d46-4093-4546-a0ab-0b1546dcc10e", + "Service_Plan_Name": "Entra_Identity_Governance", + "Service_Plan_Id": "e866a266-3cff-43a3-acca-0c90a7e00c8b", + "Service_Plans_Included_Friendly_Names": "Entra Identity Governance" + }, + { + "Product_Display_Name": "Microsoft Fabric (Free)", + "String_Id": "POWER_BI_STANDARD", + "GUID": "a403ebcc-fae0-4ca2-8c8c-7a907fd6c235", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Fabric (Free)", + "String_Id": "POWER_BI_STANDARD", + "GUID": "a403ebcc-fae0-4ca2-8c8c-7a907fd6c235", + "Service_Plan_Name": "BI_AZURE_P0", + "Service_Plan_Id": "2049e525-b859-401b-b2a0-e0a31c4b1fe4", + "Service_Plans_Included_Friendly_Names": "Power BI (free)" + }, + { + "Product_Display_Name": "Microsoft Fabric (Free) for faculty", + "String_Id": "POWER_BI_STANDARD_FACULTY", + "GUID": "ade29b5f-397e-4eb9-a287-0344bd46c68d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Fabric (Free) for faculty", + "String_Id": "POWER_BI_STANDARD_FACULTY", + "GUID": "ade29b5f-397e-4eb9-a287-0344bd46c68d", + "Service_Plan_Name": "BI_AZURE_P0", + "Service_Plan_Id": "2049e525-b859-401b-b2a0-e0a31c4b1fe4", + "Service_Plans_Included_Friendly_Names": "BI_AZURE_P0" + }, + { + "Product_Display_Name": "Microsoft Fabric (Free) for student", + "String_Id": "POWER_BI_STANDARD_STUDENT", + "GUID": "bdcaf6aa-04c1-4b8f-b64e-6e3bd505ac64", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Fabric (Free) for student", + "String_Id": "POWER_BI_STANDARD_STUDENT", + "GUID": "bdcaf6aa-04c1-4b8f-b64e-6e3bd505ac64", + "Service_Plan_Name": "BI_AZURE_P0", + "Service_Plan_Id": "2049e525-b859-401b-b2a0-e0a31c4b1fe4", + "Service_Plans_Included_Friendly_Names": "BI_AZURE_P0" + }, + { + "Product_Display_Name": "Microsoft Imagine Academy", + "String_Id": "IT_ACADEMY_AD", + "GUID": "ba9a34de-4489-469d-879c-0f0f145321cd", + "Service_Plan_Name": "IT_ACADEMY_AD", + "Service_Plan_Id": "d736def0-1fde-43f0-a5be-e3f8b2de6e41", + "Service_Plans_Included_Friendly_Names": "MS IMAGINE ACADEMY" + }, + { + "Product_Display_Name": "Microsoft Intune Device", + "String_Id": "INTUNE_A_D", + "GUID": "2b317a4a-77a6-4188-9437-b68a77b4e2c6", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Intune Device", + "String_Id": "INTUNE_A_D", + "GUID": "2b317a4a-77a6-4188-9437-b68a77b4e2c6", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft Intune Device for Government", + "String_Id": "INTUNE_A_D_GOV", + "GUID": "2c21e77a-e0d6-4570-b38a-7ff2dc17d2ca", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Microsoft Intune Device for Government", + "String_Id": "INTUNE_A_D_GOV", + "GUID": "2c21e77a-e0d6-4570-b38a-7ff2dc17d2ca", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft Intune Government", + "String_Id": "INTUNE_A_GOV", + "GUID": "2b26f637-35a0-4dbc-b69e-ff674782be9d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Microsoft Intune Government", + "String_Id": "INTUNE_A_GOV", + "GUID": "2b26f637-35a0-4dbc-b69e-ff674782be9d", + "Service_Plan_Name": "INTUNE_A_GOV", + "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" + }, + { + "Product_Display_Name": "Microsoft Intune Plan 1 A VL_USGOV_GCCHIGH", + "String_Id": "INTUNE_A_VL_USGOV_GCCHIGH", + "GUID": "b4288abe-01be-47d9-ad20-311d6e83fc24", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Intune Plan 1 A VL_USGOV_GCCHIGH", + "String_Id": "INTUNE_A_VL_USGOV_GCCHIGH", + "GUID": "b4288abe-01be-47d9-ad20-311d6e83fc24", + "Service_Plan_Name": "INTUNE_A_VL", + "Service_Plan_Id": "3e170737-c728-4eae-bbb9-3f3360f7184c", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft Power Apps for Developer", + "String_Id": "POWERAPPS_DEV", + "GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80", + "Service_Plan_Name": "DYN365_CDS_DEV_VIRAL", + "Service_Plan_Id": "d8c638e2-9508-40e3-9877-feb87603837b", + "Service_Plans_Included_Friendly_Names": "Common Data Service - DEV VIRAL" + }, + { + "Product_Display_Name": "Microsoft Power Apps for Developer", + "String_Id": "POWERAPPS_DEV", + "GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Power Apps for Developer", + "String_Id": "POWERAPPS_DEV", + "GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80", + "Service_Plan_Name": "FLOW_DEV_VIRAL", + "Service_Plan_Id": "c7ce3f26-564d-4d3a-878d-d8ab868c85fe", + "Service_Plans_Included_Friendly_Names": "Flow for Developer" + }, + { + "Product_Display_Name": "Microsoft Power Apps for Developer", + "String_Id": "POWERAPPS_DEV", + "GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80", + "Service_Plan_Name": "POWERAPPS_DEV_VIRAL", + "Service_Plan_Id": "a2729df7-25f8-4e63-984b-8a8484121554", + "Service_Plans_Included_Friendly_Names": "PowerApps for Developer" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", + "String_Id": "POWERAPPS_VIRAL", + "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", + "Service_Plan_Name": "DYN365_CDS_VIRAL", + "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", + "Service_Plans_Included_Friendly_Names": "Common Data Service - VIRAL" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", + "String_Id": "POWERAPPS_VIRAL", + "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", + "String_Id": "POWERAPPS_VIRAL", + "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", + "Service_Plan_Name": "FLOW_P2_VIRAL", + "Service_Plan_Id": "50e68c76-46c6-4674-81f9-75456511b170", + "Service_Plans_Included_Friendly_Names": "Flow Free" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", + "String_Id": "POWERAPPS_VIRAL", + "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", + "Service_Plan_Name": "FLOW_P2_VIRAL_REAL", + "Service_Plan_Id": "d20bfa21-e9ae-43fc-93c2-20783f0840c3", + "Service_Plans_Included_Friendly_Names": "Flow P2 Viral" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", + "String_Id": "POWERAPPS_VIRAL", + "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", + "Service_Plan_Name": "POWERAPPS_P2_VIRAL", + "Service_Plan_Id": "d5368ca3-357e-4acb-9c21-8495fb025d1f", + "Service_Plans_Included_Friendly_Names": "PowerApps Trial" + }, + { + "Product_Display_Name": "Microsoft Power Automate Free", + "String_Id": "FLOW_FREE", + "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", + "Service_Plan_Name": "DYN365_CDS_VIRAL", + "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", + "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE" + }, + { + "Product_Display_Name": "Microsoft Power Automate Free", + "String_Id": "FLOW_FREE", + "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Power Automate Free", + "String_Id": "FLOW_FREE", + "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", + "Service_Plan_Name": "FLOW_P2_VIRAL", + "Service_Plan_Id": "50e68c76-46c6-4674-81f9-75456511b170", + "Service_Plans_Included_Friendly_Names": "FLOW FREE" + }, + { + "Product_Display_Name": "Microsoft Power Automate Plan 2", + "String_Id": "FLOW_P2", + "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", + "Service_Plan_Name": "DYN365_CDS_P2", + "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", + "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" + }, + { + "Product_Display_Name": "Microsoft Power Automate Plan 2", + "String_Id": "FLOW_P2", + "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Power Automate Plan 2", + "String_Id": "FLOW_P2", + "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", + "Service_Plan_Name": "FLOW_P2", + "Service_Plan_Id": "56be9436-e4b2-446c-bb7f-cc15d16cca4d", + "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Intune SMB", + "String_Id": "INTUNE_SMB", + "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", + "Service_Plan_Name": "AAD_SMB", + "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID" + }, + { + "Product_Display_Name": "Microsoft Intune SMB", + "String_Id": "INTUNE_SMB", + "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Intune SMB", + "String_Id": "INTUNE_SMB", + "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", + "Service_Plan_Name": "INTUNE_SMBIZ", + "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", + "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" + }, + { + "Product_Display_Name": "Microsoft Intune SMB", + "String_Id": "INTUNE_SMB", + "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" + }, + { + "Product_Display_Name": "Microsoft Intune Suite", + "String_Id": "Microsoft_Intune_Suite", + "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", + "Service_Plan_Name": "Intune_AdvancedEA", + "Service_Plan_Id": "2a4baa0e-5e99-4c38-b1f2-6864960f1bd1", + "Service_Plans_Included_Friendly_Names": "Intune Advanced endpoint analytics" + }, + { + "Product_Display_Name": "Microsoft Intune Suite", + "String_Id": "Microsoft_Intune_Suite", + "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", + "Service_Plan_Name": "Intune-EPM", + "Service_Plan_Id": "bb73f429-78ef-4ff2-83c8-722b04c3e7d1", + "Service_Plans_Included_Friendly_Names": "Intune Endpoint Privilege Management" + }, + { + "Product_Display_Name": "Microsoft Intune Suite", + "String_Id": "Microsoft_Intune_Suite", + "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", + "Service_Plan_Name": "INTUNE_P2", + "Service_Plan_Id": "d9923fe3-a2de-4d29-a5be-e3e83bb786be", + "Service_Plans_Included_Friendly_Names": "Intune Plan 2" + }, + { + "Product_Display_Name": "Microsoft Intune Suite", + "String_Id": "Microsoft_Intune_Suite", + "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", + "Service_Plan_Name": "Intune-MAMTunnel", + "Service_Plan_Id": "a6e407da-7411-4397-8a2e-d9b52780849e", + "Service_Plans_Included_Friendly_Names": "Microsoft Tunnel for Mobile Application Management" + }, + { + "Product_Display_Name": "Microsoft Intune Suite", + "String_Id": "Microsoft_Intune_Suite", + "GUID": "a929cd4d-8672-47c9-8664-159c1f322ba8", + "Service_Plan_Name": "REMOTE_HELP", + "Service_Plan_Id": "a4c6cf29-1168-4076-ba5c-e8fe0e62b17e", + "Service_Plans_Included_Friendly_Names": "Remote help" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", + "String_Id": "POWERFLOW_P2", + "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", + "Service_Plan_Name": "DYN365_CDS_P2", + "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", + "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", + "String_Id": "POWERFLOW_P2", + "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", + "String_Id": "POWERFLOW_P2", + "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", + "Service_Plan_Name": "POWERAPPS_P2", + "Service_Plan_Id": "00527d7f-d5bc-4c2a-8d1e-6c0de2410c81", + "Service_Plans_Included_Friendly_Names": "Power Apps (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", + "String_Id": "POWERFLOW_P2", + "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", + "Service_Plan_Name": "FLOW_P2", + "Service_Plan_Id": "56be9436-e4b2-446c-bb7f-cc15d16cca4d", + "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "Forms_Pro_Relationship_Sales", + "Service_Plan_Id": "507172c0-6001-4f4f-80e7-f350507af3e5", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Relationship Sales" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "Service_Plan_Id": "56e3d4ca-2e31-4c3f-8d57-89c1d363503b", + "Service_Plans_Included_Friendly_Names": "Microsoft Relationship Sales solution" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "NBENTERPRISE", + "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", + "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Social Engagement" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", + "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "Microsoft_Viva_Sales_PowerAutomate", + "Service_Plan_Id": "a933a62f-c3fb-48e5-a0b7-ac92b94b4420", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium with Power Automate" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Microsoft Relationship Sales solution", + "String_Id": "DYN365_ ENTERPRISE _RELATIONSHIP_SALES", + "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Microsoft Stream", + "String_Id": "STREAM", + "GUID": "1f2f344a-700d-42c9-9427-5cea1d5d7ba6", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Stream", + "String_Id": "STREAM", + "GUID": "1f2f344a-700d-42c9-9427-5cea1d5d7ba6", + "Service_Plan_Name": "MICROSOFTSTREAM", + "Service_Plan_Id": "acffdce6-c30f-4dc2-81c0-372e33c515ec", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM" + }, + { + "Product_Display_Name": "Microsoft Stream Plan 2", + "String_Id": "STREAM_P2", + "GUID": "ec156933-b85b-4c50-84ec-c9e5603709ef", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Stream Plan 2", + "String_Id": "STREAM_P2", + "GUID": "ec156933-b85b-4c50-84ec-c9e5603709ef", + "Service_Plan_Name": "STREAM_P2", + "Service_Plan_Id": "d3a458d0-f10d-48c2-9e44-86f3f684029e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream Plan 2" + }, + { + "Product_Display_Name": "Microsoft Stream Storage Add-On (500 GB)", + "String_Id": "STREAM_STORAGE", + "GUID": "9bd7c846-9556-4453-a542-191d527209e8", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Stream Storage Add-On (500 GB)", + "String_Id": "STREAM_STORAGE", + "GUID": "9bd7c846-9556-4453-a542-191d527209e8", + "Service_Plan_Name": "STREAM_STORAGE", + "Service_Plan_Id": "83bced11-77ce-4071-95bd-240133796768", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream Storage Add-On" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager USL Essentials", + "String_Id": "Microsoft_Cloud_for_Sustainability_USL", + "GUID": "ece037b4-a52b-4cf8-93ea-649e5d83767a", + "Service_Plan_Name": "MCS_BizApps_Cloud_for_Sustainability_USL", + "Service_Plan_Id": "c46c42af-d654-4385-8c85-29a84f3dfb22", + "Service_Plans_Included_Friendly_Names": "MCS - BizApps - Cloud for Sustainability USL" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager USL Essentials", + "String_Id": "Microsoft_Cloud_for_Sustainability_USL", + "GUID": "ece037b4-a52b-4cf8-93ea-649e5d83767a", + "Service_Plan_Name": "POWER_APPS_FOR_MCS_USL", + "Service_Plan_Id": "5ffd371c-037a-41a2-98a3-6452f8c5de17", + "Service_Plans_Included_Friendly_Names": "Power Apps for Cloud for Sustainability USL" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager USL Essentials", + "String_Id": "Microsoft_Cloud_for_Sustainability_USL", + "GUID": "ece037b4-a52b-4cf8-93ea-649e5d83767a", + "Service_Plan_Name": "POWER_AUTOMATE_FOR_MCS_USL", + "Service_Plan_Id": "ccbe468e-7973-442c-8ec4-5fbe16438711", + "Service_Plans_Included_Friendly_Names": "Power Automate for Cloud for Sustainability USL" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager USL Essentials", + "String_Id": "Microsoft_Cloud_for_Sustainability_USL", + "GUID": "ece037b4-a52b-4cf8-93ea-649e5d83767a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Teams Audio Conferencing with dial-out to USA/CAN", + "String_Id": "Microsoft_Teams_Audio_Conferencing_select_dial_out", + "GUID": "1c27243e-fb4d-42b1-ae8c-fe25c9616588", + "Service_Plan_Name": "MCOMEETBASIC", + "Service_Plan_Id": "9974d6cf-cd24-4ba2-921c-e2aa687da846", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Audio Conferencing with dial-out to select geographies" + }, + { + "Product_Display_Name": "Microsoft Teams (Free)", + "String_Id": "TEAMS_FREE", + "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Microsoft Teams (Free)", + "String_Id": "TEAMS_FREE", + "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", + "Service_Plan_Name": "MCOFREE", + "Service_Plan_Id": "617d9209-3b90-4879-96e6-838c42b2701d", + "Service_Plans_Included_Friendly_Names": "MCO FREE FOR MICROSOFT TEAMS (FREE)" + }, + { + "Product_Display_Name": "Microsoft Teams (Free)", + "String_Id": "TEAMS_FREE", + "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", + "Service_Plan_Name": "TEAMS_FREE", + "Service_Plan_Id": "4fa4026d-ce74-4962-a151-8e96d57ea8e4", + "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS (FREE)" + }, + { + "Product_Display_Name": "Microsoft Teams (Free)", + "String_Id": "TEAMS_FREE", + "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT KIOSK" + }, + { + "Product_Display_Name": "Microsoft Teams (Free)", + "String_Id": "TEAMS_FREE", + "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", + "Service_Plan_Name": "TEAMS_FREE_SERVICE", + "Service_Plan_Id": "bd6f2ac2-991a-49f9-b23c-18c96a02c228", + "Service_Plans_Included_Friendly_Names": "TEAMS FREE SERVICE" + }, + { + "Product_Display_Name": "Microsoft Teams (Free)", + "String_Id": "TEAMS_FREE", + "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", + "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", + "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", + "Service_Plans_Included_Friendly_Names": "WHITEBOARD (FIRSTLINE)" + }, + { + "Product_Display_Name": "Microsoft Teams Calling Plan pay-as-you-go (country zone 1 - US)", + "String_Id": "Microsoft_Teams_Calling_Plan_pay_as_you_go_(country_zone_1_US)", + "GUID": "9b196e97-5830-4c2e-adc2-1e10ebf5dee5", + "Service_Plan_Name": "MCOPSTN_PAYG_1", + "Service_Plan_Id": "156a1efe-17cd-4b03-9f17-2eb512298fb3", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Calling Plan pay-as-you-go - country zone 1" + }, + { + "Product_Display_Name": "Microsoft Teams Domestic Calling Plan (240 min)", + "String_Id": "MCOPSTN_6", + "GUID": "729dbb8f-8d56-4994-8e33-2f218f549544", + "Service_Plan_Name": "MCOPSTN6", + "Service_Plan_Id": "346d83bf-6fe6-42ca-b424-b9300d2e21bf", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan (240 min)" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials", + "String_Id": "Teams_Ess", + "GUID": "fde42873-30b6-436b-b361-21af5a6b84ae", + "Service_Plan_Name": "TeamsEss", + "Service_Plan_Id": "f4f2f6de-6830-442b-a433-e92249faebe2", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Essentials" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", + "String_Id": "TEAMS_ESSENTIALS_AAD", + "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", + "String_Id": "TEAMS_ESSENTIALS_AAD", + "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", + "String_Id": "TEAMS_ESSENTIALS_AAD", + "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", + "String_Id": "TEAMS_ESSENTIALS_AAD", + "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", + "String_Id": "TEAMS_ESSENTIALS_AAD", + "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", + "String_Id": "TEAMS_ESSENTIALS_AAD", + "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", + "String_Id": "TEAMS_ESSENTIALS_AAD", + "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", + "Service_Plan_Name": "ONEDRIVE_BASIC_P2", + "Service_Plan_Id": "4495894f-534f-41ca-9d3b-0ebf1220a423", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Essentials (AAD Identity)", + "String_Id": "TEAMS_ESSENTIALS_AAD", + "GUID": "3ab6abff-666f-4424-bfb7-f0bc274ec7bc", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR TEAMS_P1" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "INSIGHTS BY MYANALYTICS" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNER" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "MICROSOFT SEARCH" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "DESKLESS", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E1 SKU" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "MCO_TEAMS_IW", + "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", + "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "MOBILE DEVICE MANAGEMENT FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE FOR THE WEB" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "OFFICE MOBILE APPS FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "POWER APPS FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR OFFICE 365" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", + "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", + "Service_Plans_Included_Friendly_Names": "POWER VIRTUAL AGENTS FOR OFFICE 365 P1" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT STANDARD" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "WHITEBOARD (PLAN 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory", + "String_Id": "TEAMS_EXPLORATORY", + "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "YAMMER ENTERPRIS" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "MCO_TEAMS_IW", + "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Exploratory Dept", + "String_Id": "Microsoft_Teams_Exploratory_Dept", + "GUID": "e0dfc8b9-9531-4ec8-94b4-9fec23b05fc8", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", + "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard", + "String_Id": "MCOEV", + "GUID": "e43b5b99-8dfb-405f-9987-dc307f34bcbd", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard for DOD", + "String_Id": "MCOEV_DOD", + "GUID": "d01d9287-694b-44f3-bcc5-ada78c8d953e", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard for Faculty", + "String_Id": "MCOEV_FACULTY", + "GUID": "d979703c-028d-4de5-acbf-7955566b69b9", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTE" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard for GCC", + "String_Id": "MCOEV_GOV", + "GUID": "a460366a-ade7-4791-b581-9fbff1bdaa85", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard for GCC", + "String_Id": "MCOEV_GOV", + "GUID": "a460366a-ade7-4791-b581-9fbff1bdaa85", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard for GCCHIGH", + "String_Id": "MCOEV_GCCHIGH", + "GUID": "7035277a-5e49-4abc-a24f-0ec49c501bb5", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard for Small and Medium Business", + "String_Id": "MCOEVSMB_1", + "GUID": "aa6791d3-bb09-4bc2-afed-c30c3fe26032", + "Service_Plan_Name": "MCOEVSMB", + "Service_Plan_Id": "ed777b71-af04-42ca-9798-84344c66f7c6", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS CLOUD PBX FOR SMALL AND MEDIUM BUSINESS" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard for Students", + "String_Id": "MCOEV_STUDENT", + "GUID": "1f338bbc-767e-4a1e-a2d4-b73207cc5b93", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard for TELSTRA", + "String_Id": "MCOEV_TELSTRA", + "GUID": "ffaf2d68-1c95-4eb3-9ddd-59b81fba0f61", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard_USGOV_DOD", + "String_Id": "MCOEV_USGOV_DOD", + "GUID": "b0e7de67-e503-4934-b729-53d595ba5cd1", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Standard_USGOV_GCCHIGH", + "String_Id": "MCOEV_USGOV_GCCHIGH", + "GUID": "985fcb26-7b94-475b-b512-89356697be71", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Resource Account", + "String_Id": "PHONESYSTEM_VIRTUALUSER", + "GUID": "440eaaa8-b3e0-484b-a8be-62870b9ba70a", + "Service_Plan_Name": "MCOEV_VIRTUALUSER", + "Service_Plan_Id": "f47330e9-c134-43b3-9993-e7f004506889", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone Standard Resource Account" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Resource Account for GCC", + "String_Id": "PHONESYSTEM_VIRTUALUSER_GOV", + "GUID": "2cf22bcb-0c9e-4bc6-8daf-7e7654c0f285", + "Service_Plan_Name": "MCOEV_VIRTUALUSER_GOV", + "Service_Plan_Id": "0628a73f-3b4a-4989-bd7b-0f8823144313", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone Standard Resource Account for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Phone Resource Account_USGOV_GCCHIGH", + "String_Id": "PHONESYSTEM_VIRTUALUSER_USGOV_GCCHIGH ", + "GUID": "e3f0522e-ebb7-4561-9f90-b44516d65b77", + "Service_Plan_Name": "MCOEV_VIRTUALUSER", + "Service_Plan_Id": "f47330e9-c134-43b3-9993-e7f004506889", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone Standard Resource Account" + }, + { + "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", + "String_Id": "Microsoft_Teams_Premium", + "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", + "Service_Plan_Name": "MICROSOFT_ECDN", + "Service_Plan_Id": "85704d55-2e73-47ee-93b4-4b8ea14db92b", + "Service_Plans_Included_Friendly_Names": "Microsoft eCDN" + }, + { + "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", + "String_Id": "Microsoft_Teams_Premium", + "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", + "Service_Plan_Name": "TEAMSPRO_MGMT", + "Service_Plan_Id": "0504111f-feb8-4a3c-992a-70280f9a2869", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Intelligent" + }, + { + "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", + "String_Id": "Microsoft_Teams_Premium", + "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", + "Service_Plan_Name": "TEAMSPRO_CUST", + "Service_Plan_Id": "cc8c0802-a325-43df-8cba-995d0c6cb373", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Personalized" + }, + { + "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", + "String_Id": "Microsoft_Teams_Premium", + "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", + "Service_Plan_Name": "TEAMSPRO_PROTECTION", + "Service_Plan_Id": "f8b44f54-18bb-46a3-9658-44ab58712968", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Secure" + }, + { + "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", + "String_Id": "Microsoft_Teams_Premium", + "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", + "Service_Plan_Name": "TEAMSPRO_VIRTUALAPPT", + "Service_Plan_Id": "9104f592-f2a7-4f77-904c-ca5a5715883f", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Virtual Appointment" + }, + { + "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", + "String_Id": "Microsoft_Teams_Premium", + "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", + "Service_Plan_Name": "MCO_VIRTUAL_APPT", + "Service_Plan_Id": "711413d0-b36e-4cd4-93db-0a50a4ab7ea3", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Virtual Appointments" + }, + { + "Product_Display_Name": "Microsoft Teams Premium Introductory Pricing", + "String_Id": "Microsoft_Teams_Premium", + "GUID": "36a0f3b3-adb5-49ea-bf66-762134cf063a", + "Service_Plan_Name": "TEAMSPRO_WEBINAR", + "Service_Plan_Id": "78b58230-ec7e-4309-913c-93a45cc4735b", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Webinar" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic", + "String_Id": "Microsoft_Teams_Rooms_Basic", + "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic", + "String_Id": "Microsoft_Teams_Rooms_Basic", + "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic", + "String_Id": "Microsoft_Teams_Rooms_Basic", + "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", + "Service_Plan_Name": "Teams_Rooms_Basic", + "Service_Plan_Id": "c8529366-cffd-4415-ab8f-be0144a33ab1", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Basic" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic", + "String_Id": "Microsoft_Teams_Rooms_Basic", + "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", + "Service_Plan_Name": "Teams_Room_Basic", + "Service_Plan_Id": "8081ca9c-188c-4b49-a8e5-c23b5e9463a8", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic", + "String_Id": "Microsoft_Teams_Rooms_Basic", + "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", + "Service_Plan_Name": "Teams_Room_Pro", + "Service_Plan_Id": "ec17f317-f4bc-451e-b2da-0167e5c260f9", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 2" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic", + "String_Id": "Microsoft_Teams_Rooms_Basic", + "GUID": "6af4b3d6-14bb-4a2a-960c-6c902aad34f3", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", + "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", + "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", + "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", + "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", + "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", + "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", + "Service_Plan_Name": "Teams_Rooms_Basic", + "Service_Plan_Id": "c8529366-cffd-4415-ab8f-be0144a33ab1", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Basic" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", + "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", + "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", + "Service_Plan_Name": "Teams_Room_Basic", + "Service_Plan_Id": "8081ca9c-188c-4b49-a8e5-c23b5e9463a8", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", + "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", + "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", + "Service_Plan_Name": "Teams_Room_Pro", + "Service_Plan_Id": "ec17f317-f4bc-451e-b2da-0167e5c260f9", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 2" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", + "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", + "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic without Audio Conferencing", + "String_Id": "Microsoft_Teams_Rooms_Basic_without_Audio_Conferencing", + "GUID": "50509a35-f0bd-4c5e-89ac-22f0e16a00f8", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic without Audio Conferencing", + "String_Id": "Microsoft_Teams_Rooms_Basic_without_Audio_Conferencing", + "GUID": "50509a35-f0bd-4c5e-89ac-22f0e16a00f8", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro", + "String_Id": "Microsoft_Teams_Rooms_Pro", + "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro", + "String_Id": "Microsoft_Teams_Rooms_Pro", + "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro", + "String_Id": "Microsoft_Teams_Rooms_Pro", + "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro", + "String_Id": "Microsoft_Teams_Rooms_Pro", + "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro", + "String_Id": "Microsoft_Teams_Rooms_Pro", + "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro", + "String_Id": "Microsoft_Teams_Rooms_Pro", + "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro", + "String_Id": "Microsoft_Teams_Rooms_Pro", + "GUID": "4cde982a-ede4-4409-9ae6-b003453c8ea6", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "MTRProManagement", + "Service_Plan_Id": "ecc74eae-eeb7-4ad5-9c88-e8b2bfca75b8", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Rooms Pro Management" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "Teams_Room_Basic", + "Service_Plan_Id": "8081ca9c-188c-4b49-a8e5-c23b5e9463a8", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "Teams_Room_Pro", + "Service_Plan_Id": "ec17f317-f4bc-451e-b2da-0167e5c260f9", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 2" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "MCOMEETADV_GOV", + "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "Teams_Room_Basic", + "Service_Plan_Id": "8081ca9c-188c-4b49-a8e5-c23b5e9463a8", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "Teams_Room_Pro", + "Service_Plan_Id": "ec17f317-f4bc-451e-b2da-0167e5c260f9", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Test 2" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", + "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", + "GUID": "31ecb341-2a17-483e-9140-c473006d1e1a", + "Service_Plan_Name": "INTUNE_A_GOV", + "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", + "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", + "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", + "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", + "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", + "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", + "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", + "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", + "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", + "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", + "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing", + "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing", + "GUID": "21943e3a-2429-4f83-84c1-02735cd49e78", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices", + "String_Id": "MCOCAP", + "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices", + "String_Id": "MCOCAP", + "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices", + "String_Id": "MCOCAP", + "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices", + "String_Id": "MCOCAP", + "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices", + "String_Id": "MCOCAP", + "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices", + "String_Id": "MCOCAP", + "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", + "String_Id": "MCOCAP_GOV", + "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", + "String_Id": "MCOCAP_GOV", + "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", + "String_Id": "MCOCAP_GOV", + "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", + "String_Id": "MCOCAP_GOV", + "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", + "String_Id": "MCOCAP_GOV", + "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", + "String_Id": "MCOCAP_GOV", + "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard", + "String_Id": "MEETING_ROOM", + "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Plan 1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard", + "String_Id": "MEETING_ROOM", + "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard", + "String_Id": "MEETING_ROOM", + "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard", + "String_Id": "MEETING_ROOM", + "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard", + "String_Id": "MEETING_ROOM", + "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard", + "String_Id": "MEETING_ROOM", + "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", + "Service_Plan_Name": "Teams_Room_Standard", + "Service_Plan_Id": "92c6b761-01de-457a-9dd9-793a975238f7", + "Service_Plans_Included_Friendly_Names": "Teams Room Standard" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard", + "String_Id": "MEETING_ROOM", + "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard", + "String_Id": "MEETING_ROOM", + "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", + "String_Id": "MEETING_ROOM_NOAUDIOCONF", + "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", + "String_Id": "MEETING_ROOM_NOAUDIOCONF", + "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", + "String_Id": "MEETING_ROOM_NOAUDIOCONF", + "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", + "String_Id": "MEETING_ROOM_NOAUDIOCONF", + "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard without Audio Conferencing", + "String_Id": "MEETING_ROOM_NOAUDIOCONF", + "GUID": "61bec411-e46a-4dab-8f46-8b58ec845ffe", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", + "String_Id": "MEETING_ROOM_GOV", + "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium Plan 1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", + "String_Id": "MEETING_ROOM_GOV", + "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", + "Service_Plan_Name": "MCOMEETADV_GOV", + "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", + "String_Id": "MEETING_ROOM_GOV", + "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", + "String_Id": "MEETING_ROOM_GOV", + "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", + "String_Id": "MEETING_ROOM_GOV", + "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", + "String_Id": "MEETING_ROOM_GOV", + "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", + "Service_Plan_Name": "Teams_Room_Standard", + "Service_Plan_Id": "92c6b761-01de-457a-9dd9-793a975238f7", + "Service_Plans_Included_Friendly_Names": "Teams Room Standard" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", + "String_Id": "MEETING_ROOM_GOV", + "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC", + "String_Id": "MEETING_ROOM_GOV", + "GUID": "9571e9ac-2741-4b63-95fd-a79696f0d0ac", + "Service_Plan_Name": "INTUNE_A_GOV", + "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", + "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", + "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium Plan 1" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", + "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", + "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", + "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", + "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", + "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", + "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", + "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", + "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", + "Service_Plan_Name": "Teams_Room_Standard", + "Service_Plan_Id": "92c6b761-01de-457a-9dd9-793a975238f7", + "Service_Plans_Included_Friendly_Names": "Teams Room Standard" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", + "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", + "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Standard for GCC without Audio Conferencing", + "String_Id": "MEETING_ROOM_GOV_NOAUDIOCONF", + "GUID": "b4348f75-a776-4061-ac6c-36b9016b01d1", + "Service_Plan_Name": "INTUNE_A_GOV", + "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "MCO_TEAMS_IW", + "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft Teams Trial", + "String_Id": "MS_TEAMS_IW", + "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft Threat Experts - Experts on Demand", + "String_Id": "EXPERTS_ON_DEMAND", + "GUID": "9fa2f157-c8e4-4351-a3f2-ffa506da1406", + "Service_Plan_Name": "EXPERTS_ON_DEMAND", + "Service_Plan_Id": "b83a66d4-f05f-414d-ac0f-ea1c5239c42b", + "Service_Plans_Included_Friendly_Names": "Microsoft Threat Experts - Experts on Demand" + }, + { + "Product_Display_Name": "Microsoft Viva Goals", + "String_Id": "Microsoft_Viva_Goals", + "GUID": "ba929637-f158-4dee-927c-eb7cdefcd955", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Viva Goals", + "String_Id": "Microsoft_Viva_Goals", + "GUID": "ba929637-f158-4dee-927c-eb7cdefcd955", + "Service_Plan_Name": "Viva_Goals_Premium", + "Service_Plan_Id": "b44c6eaf-5c9f-478c-8f16-8cea26353bfb", + "Service_Plans_Included_Friendly_Names": "Viva Goals" + }, + { + "Product_Display_Name": "Microsoft Viva Glint", + "String_Id": "Viva_Glint_Standalone", + "GUID": "3dc7332d-f0fa-40a3-81d3-dd6b84469b78", + "Service_Plan_Name": "Viva_Glint", + "Service_Plan_Id": "6b270342-093e-4015-8c5c-224561532fbf", + "Service_Plans_Included_Friendly_Names": "Viva Glint" + }, + { + "Product_Display_Name": "Microsoft Viva Suite", + "String_Id": "VIVA", + "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX_TOPICEXP", + "Service_Plan_Id": "b74d57b2-58e9-484a-9731-aeccbba954f0", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index (Microsoft Viva Topics)" + }, + { + "Product_Display_Name": "Microsoft Viva Suite", + "String_Id": "VIVA", + "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", + "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_USER", + "Service_Plan_Id": "b622badb-1b45-48d5-920f-4b27a2c0996c", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Insights" + }, + { + "Product_Display_Name": "Microsoft Viva Suite", + "String_Id": "VIVA", + "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", + "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_BACKEND", + "Service_Plan_Id": "ff7b261f-d98b-415b-827c-42a3fdf015af", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Insights Backend" + }, + { + "Product_Display_Name": "Microsoft Viva Suite", + "String_Id": "VIVA", + "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", + "Service_Plan_Name": "CORTEX", + "Service_Plan_Id": "c815c93d-0759-4bb8-b857-bc921a71be83", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Topics" + }, + { + "Product_Display_Name": "Microsoft Viva Suite", + "String_Id": "VIVA", + "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", + "Service_Plan_Name": "VIVAENGAGE_COMMUNITIES_AND_COMMUNICATIONS", + "Service_Plan_Id": "43304c6a-1d4e-4e0b-9b06-5b2a2ff58a90", + "Service_Plans_Included_Friendly_Names": "Viva Engage Communities and Communications" + }, + { + "Product_Display_Name": "Microsoft Viva Suite", + "String_Id": "VIVA", + "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", + "Service_Plan_Name": "VIVAENGAGE_KNOWLEDGE", + "Service_Plan_Id": "c244cc9e-622f-4576-92ea-82e233e44e36", + "Service_Plans_Included_Friendly_Names": "Viva Engage Knowledge" + }, + { + "Product_Display_Name": "Microsoft Viva Suite", + "String_Id": "VIVA", + "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", + "Service_Plan_Name": "Viva_Goals_Premium", + "Service_Plan_Id": "b44c6eaf-5c9f-478c-8f16-8cea26353bfb", + "Service_Plans_Included_Friendly_Names": "Viva Goals" + }, + { + "Product_Display_Name": "Microsoft Viva Suite", + "String_Id": "VIVA", + "GUID": "61902246-d7cb-453e-85cd-53ee28eec138", + "Service_Plan_Name": "VIVA_LEARNING_PREMIUM", + "Service_Plan_Id": "7162bd38-edae-4022-83a7-c5837f951759", + "Service_Plans_Included_Friendly_Names": "Viva Learning" + }, + { + "Product_Display_Name": "Minecraft Education Student", + "String_Id": "MEE_STUDENT", + "GUID": "533b8f26-f74b-4e9c-9c59-50fc4b393b63", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education" + }, + { + "Product_Display_Name": "Minecraft Education Student", + "String_Id": "MEE_STUDENT", + "GUID": "533b8f26-f74b-4e9c-9c59-50fc4b393b63", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Minecraft Education Faculty", + "String_Id": "MEE_FACULTY", + "GUID": "984df360-9a74-4647-8cf8-696749f6247a", + "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", + "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", + "Service_Plans_Included_Friendly_Names": "Minecraft Education" + }, + { + "Product_Display_Name": "Minecraft Education Faculty", + "String_Id": "MEE_FACULTY", + "GUID": "984df360-9a74-4647-8cf8-696749f6247a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Multi-Geo Capabilities in Office 365", + "String_Id": "OFFICE365_MULTIGEO", + "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", + "Service_Plan_Name": "EXCHANGEONLINE_MULTIGEO", + "Service_Plan_Id": "897d51f1-2cfa-4848-9b30-469149f5e68e", + "Service_Plans_Included_Friendly_Names": "Exchange Online Multi-Geo" + }, + { + "Product_Display_Name": "Multi-Geo Capabilities in Office 365", + "String_Id": "OFFICE365_MULTIGEO", + "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", + "Service_Plan_Name": "SHAREPOINTONLINE_MULTIGEO", + "Service_Plan_Id": "735c1d98-dd3f-4818-b4ed-c8052e18e62d", + "Service_Plans_Included_Friendly_Names": "SharePoint Multi-Geo" + }, + { + "Product_Display_Name": "Multi-Geo Capabilities in Office 365", + "String_Id": "OFFICE365_MULTIGEO", + "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", + "Service_Plan_Name": "TEAMSMULTIGEO", + "Service_Plan_Id": "41eda15d-6b52-453b-906f-bc4a5b25a26b", + "Service_Plans_Included_Friendly_Names": "Teams Multi-Geo" + }, + { + "Product_Display_Name": "Nonprofit Portal", + "String_Id": "NONPROFIT_PORTAL", + "GUID": "aa2695c9-8d59-4800-9dc8-12e01f1735af", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Nonprofit Portal", + "String_Id": "NONPROFIT_PORTAL", + "GUID": "aa2695c9-8d59-4800-9dc8-12e01f1735af", + "Service_Plan_Name": "NONPROFIT_PORTAL", + "Service_Plan_Id": "7dbc2d88-20e2-4eb6-b065-4510b38d6eb2", + "Service_Plans_Included_Friendly_Names": "Nonprofit Portal" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P1", + "Service_Plan_Id": "c33802dd-1b50-4b9a-8bb9-f13d2cdeadac", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "SHAREPOINTSTANDARD_EDU", + "Service_Plan_Id": "0a4983bb-d3e5-4a09-95d8-b2d0127b3df5", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1) for Education" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P1", + "Service_Plan_Id": "c33802dd-1b50-4b9a-8bb9-f13d2cdeadac", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "SHAREPOINTSTANDARD_EDU", + "Service_Plan_Id": "0a4983bb-d3e5-4a09-95d8-b2d0127b3df5", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1) for Education" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for faculty", + "String_Id": "STANDARDWOFFPACK_IW_FACULTY", + "GUID": "78e66a63-337a-4a9a-8959-41c6654dfb56", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P1", + "Service_Plan_Id": "c33802dd-1b50-4b9a-8bb9-f13d2cdeadac", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "SHAREPOINTSTANDARD_EDU", + "Service_Plan_Id": "0a4983bb-d3e5-4a09-95d8-b2d0127b3df5", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1) for Education" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P1", + "Service_Plan_Id": "c33802dd-1b50-4b9a-8bb9-f13d2cdeadac", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "SHAREPOINTSTANDARD_EDU", + "Service_Plan_Id": "0a4983bb-d3e5-4a09-95d8-b2d0127b3df5", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1) for Education" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A1 Plus for students", + "String_Id": "STANDARDWOFFPACK_IW_STUDENT", + "GUID": "e82ae690-a2d5-4d76-8d30-7c6e01e6022e", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for EDU" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for faculty", + "String_Id": "ENTERPRISEPACKPLUS_FACULTY", + "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A3 for students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", + "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 A5 for faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "AAD_BASIC_EDU", + "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "EducationAnalyticsP1", + "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", + "Service_Plans_Included_Friendly_Names": "Education Analytics" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", + "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", + "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", + "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "YAMMER_EDU", + "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", + "Service_Plans_Included_Friendly_Names": "Yammer for Academic" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 A5 for students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance", + "String_Id": "EQUIVIO_ANALYTICS", + "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance", + "String_Id": "EQUIVIO_ANALYTICS", + "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance", + "String_Id": "EQUIVIO_ANALYTICS", + "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance", + "String_Id": "EQUIVIO_ANALYTICS", + "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance", + "String_Id": "EQUIVIO_ANALYTICS", + "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance", + "String_Id": "EQUIVIO_ANALYTICS", + "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", + "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics -Premium" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Standard" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", + "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" + }, + { + "Product_Display_Name": "Office 365 Advanced Compliance for GCC", + "String_Id": "EQUIVIO_ANALYTICS_GOV", + "GUID": "1a585bba-1ce3-416e-b1d6-9c482b52fcf6", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1)", + "String_Id": "ATP_ENTERPRISE", + "GUID": "4ef96642-f096-40de-a3e9-d83fb2f90211", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 Extra File Storage for GCC", + "String_Id": "SHAREPOINTSTORAGE_GOV", + "GUID": "e5788282-6381-469f-84f0-3d7d4021d34d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_FOUNDATION_GOV" + }, + { + "Product_Display_Name": "Office 365 Extra File Storage for GCC", + "String_Id": "SHAREPOINTSTORAGE_GOV", + "GUID": "e5788282-6381-469f-84f0-3d7d4021d34d", + "Service_Plan_Name": "SHAREPOINTSTORAGE_GOV", + "Service_Plan_Id": "e5bb877f-6ac9-4461-9e43-ca581543ab16", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTORAGE_GOV" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P1" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E1 SKU" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "MCO_TEAMS_IW", + "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the web" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", + "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P1" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Teams Commercial Cloud", + "String_Id": "TEAMS_COMMERCIAL_TRIAL", + "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 Cloud App Security", + "String_Id": "ADALLOM_O365", + "GUID": "84d5f90f-cd0d-4864-b90b-1c7ba63b4808", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Office 365 Cloud App Security", + "String_Id": "ADALLOM_O365", + "GUID": "84d5f90f-cd0d-4864-b90b-1c7ba63b4808", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" + }, + { + "Product_Display_Name": "Office 365 Extra File Storage", + "String_Id": "SHAREPOINTSTORAGE", + "GUID": "99049c9c-6011-4908-bf17-15f496e6519d", + "Service_Plan_Name": "SHAREPOINTSTORAGE", + "Service_Plan_Id": "be5a7ed5-c598-4fcd-a061-5e6724c68a58", + "Service_Plans_Included_Friendly_Names": "Office 365 Extra File Storage" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1", + "String_Id": "STANDARDPACK", + "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", + "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E1", + "GUID": "b57282e3-65bd-4252-9502-c0eae1e5ab7f", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", + "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_1" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E1 SKU" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "TEAMS1" + }, + { + "Product_Display_Name": "Office 365 E2", + "String_Id": "STANDARDWOFFPACK", + "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3", + "String_Id": "ENTERPRISEPACK", + "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3 EEA (no Teams)", + "String_Id": "O365_w/o_Teams_Bundle_E3", + "GUID": "d711d25a-a21c-492f-bd19-aae1e8ebaf30", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_3" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E5)" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 36" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "SHAREPOINT_S_DEVELOPER", + "Service_Plan_Id": "a361d6e2-509e-4e25-a8ad-950060064ef4", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT FOR DEVELOPER" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "SHAREPOINTWAC_DEVELOPER", + "Service_Plan_Id": "527f7cdd-0e86-4c47-b879-f5fd357a3ac6", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE FOR DEVELOPER" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E5 SKU" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Office 365 E3 Developer", + "String_Id": "DEVELOPERPACK", + "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "TEAMS1" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_DOD", + "String_Id": "ENTERPRISEPACK_USGOV_DOD", + "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_DOD", + "String_Id": "ENTERPRISEPACK_USGOV_DOD", + "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_DOD", + "String_Id": "ENTERPRISEPACK_USGOV_DOD", + "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_DOD", + "String_Id": "ENTERPRISEPACK_USGOV_DOD", + "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", + "Service_Plan_Name": "TEAMS_AR_DOD", + "Service_Plan_Id": "fd500458-c24c-478e-856c-a6067a8376cd", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for DOD (AR)" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_DOD", + "String_Id": "ENTERPRISEPACK_USGOV_DOD", + "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_DOD", + "String_Id": "ENTERPRISEPACK_USGOV_DOD", + "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office Online" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_DOD", + "String_Id": "ENTERPRISEPACK_USGOV_DOD", + "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_DOD", + "String_Id": "ENTERPRISEPACK_USGOV_DOD", + "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "TEAMS_AR_GCCHIGH", + "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh (AR)" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office Online" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", + "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", + "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_2" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E3)" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "MCOVOICECONF", + "Service_Plan_Id": "27216c54-caf8-4d0d-97e2-517afb5c08f6", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 3)" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 36" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "MICROSOFT Microsoft Entra RIGHTS" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E3 SKU" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "TEAMS1" + }, + { + "Product_Display_Name": "Office 365 E4", + "String_Id": "ENTERPRISEWITHSCAL", + "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P3" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P3" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Standard" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "M365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E5 SKU" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the web" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P3" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "PowerApps for Office 365 Plan 3" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5", + "String_Id": "ENTERPRISEPREMIUM", + "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams)", + "String_Id": "Office_365_w/o_Teams_Bundle_E5", + "GUID": "cf50bae9-29e8-4775-b07c-56ee10e3776d", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 EEA (no Teams) without Audio Conferencing", + "String_Id": "Office_365_E5_EEA_(no_Teams)_without_Audio_Conferencing", + "GUID": "71772aeb-4bb8-4f74-9dd4-36c7a9b5ca74", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E5 Without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", + "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "DYN365_CDS_O365_F1", + "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 F1" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "CDS_O365_F1", + "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_F1" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "FORMS_PLAN_K", + "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "KAIZALA_O365_P1", + "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 1" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "STREAM_O365_K", + "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "POWERAPPS_O365_S1", + "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "FLOW_O365_S1", + "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", + "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 F1" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "PROJECT_O365_F3", + "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", + "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", + "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", + "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" + }, + { + "Product_Display_Name": "Office 365 F3", + "String_Id": "DESKLESSPACK", + "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "CDS_O365_F1", + "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "FORMS_PLAN_K", + "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "KAIZALA_O365_P1", + "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "PROJECT_O365_F3", + "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", + "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", + "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", + "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "DYN365_CDS_O365_F1", + "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "STREAM_O365_K", + "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "POWERAPPS_O365_S1", + "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "FLOW_O365_S1", + "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" + }, + { + "Product_Display_Name": "Office 365 F3 EEA (no Teams)", + "String_Id": "Office_365_F3_EEA_(no_Teams)", + "GUID": "d1f0495b-cb7b-4e11-8b85-daee7e7e5664", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", + "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "CDS_O365_F1", + "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "EXCHANGE_S_DESKLESS", + "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", + "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "FORMS_PLAN_K_AR_GCCHIGH", + "Service_Plan_Id": "59fb5884-fdec-40bf-aa7f-89e2bae79a7a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1) for GCCHigh" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "MICROSOFT_SEARCH_GCCH", + "Service_Plan_Id": "fc9f7921-4ca5-42c6-8533-1b84c4ee496b", + "Service_Plans_Included_Friendly_Names": "Microsoft Search for Arlington" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "TEAMS_AR_GCCHIGH", + "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "SHAREPOINTDESKLESS", + "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", + "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "DYN365_CDS_O365_F1", + "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "STREAM_O365_K", + "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "POWERAPPS_O365_S1_GCCHIGH", + "Service_Plan_Id": "b9f1a92f-d4c7-477b-b64c-e23d7b4e8cf9", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3 for GCCHigh" + }, + { + "Product_Display_Name": "Office 365 F3_USGOV_GCCHIGH", + "String_Id": "DESKLESSPACK_USGOV_GCCHIGH", + "GUID": "74039b88-bd62-4b5c-9d9c-7a92bbc0bfdf", + "Service_Plan_Name": "FLOW_O365_S1_GCCHIGH", + "Service_Plan_Id": "1db85bca-cd60-4bf5-ae54-641e0778a532", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3 for GCCHigh" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "DYN365_CDS_O365_P1_GCC", + "Service_Plan_Id": "8eb5e9bc-783f-4425-921a-c65f45dd72c6", + "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1 GCC" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "CDS_O365_P1_GCC", + "Service_Plan_Id": "959e5dec-6522-4d44-8349-132c27c3795a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P1 GCC" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "EXCHANGE_S_STANDARD_GOV", + "Service_Plan_Id": "e9b4930a-925f-45e2-ac2a-3f7788ca6fdd", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1) for Government" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "FORMS_GOV_E1", + "Service_Plan_Id": "f4cba850-4f34-4fd2-a341-0fddfdce1e8f", + "Service_Plans_Included_Friendly_Names": "Forms for Government (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "MYANALYTICS_P2_GOV", + "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "STREAM_O365_E1_GOV", + "Service_Plan_Id": "15267263-5986-449d-ac5c-124f3b49b2d6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 for Government (E1)" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION_GOV", + "Service_Plan_Id": "4ccb60ee-9523-48fd-8f63-4b090f1ad77a", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365 for GCC" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "POWERAPPS_O365_P1_GOV", + "Service_Plan_Id": "c42aa49a-f357-45d5-9972-bc29df885fee", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "FLOW_O365_P1_GOV", + "Service_Plan_Id": "ad6c8870-6356-474c-901c-64d7da8cea48", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "SharePoint Plan 1G", + "Service_Plan_Id": "f9c43823-deb4-46a8-aa65-8b551f0c4f8a", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 1G" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 G1 GCC", + "String_Id": "STANDARDPACK_GOV", + "GUID": "3f4babde-90ec-47c6-995d-d223749065d1", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "CDS_O365_P2_GCC", + "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "MYANALYTICS_P2_GOV", + "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", + "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "FORMS_GOV_E3", + "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "PROJECT_O365_P2_GOV", + "Service_Plan_Id": "e7d09ae4-099a-4c34-a2a2-3e166e95c44a", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "STREAM_O365_E3_GOV", + "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E3)" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", + "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", + "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 G3 GCC", + "String_Id": "ENTERPRISEPACK_GOV", + "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", + "Service_Plan_Name": "FLOW_O365_P2_GOV", + "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "CDS_O365_P2_GCC", + "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "MYANALYTICS_P2_GOV", + "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics for Government" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "FORMS_GOV_E3", + "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION_GOV", + "Service_Plan_Id": "4ccb60ee-9523-48fd-8f63-4b090f1ad77a", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365 for GCC" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "PROJECT_O365_P2_GOV", + "Service_Plan_Id": "e7d09ae4-099a-4c34-a2a2-3e166e95c44a", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "STREAM_O365_E3_GOV", + "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E3)" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", + "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", + "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 G3 without Microsoft 365 Apps GCC", + "String_Id": "ENTERPRISEPACKWITHOUTPROPLUS_GOV", + "GUID": "24aebea8-7fac-48d0-8750-de4ee1fde205", + "Service_Plan_Name": "FLOW_O365_P2_GOV", + "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "CDS_O365_P3_GCC", + "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", + "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", + "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MCOMEETADV_GOV", + "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "ATP_ENTERPRISE_GOV", + "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", + "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "FORMS_GOV_E5", + "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", + "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", + "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "BI_AZURE_P_2_GOV", + "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", + "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "PROJECT_O365_P3_GOV", + "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "STREAM_O365_E5_GOV", + "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", + "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", + "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 G5 GCC", + "String_Id": "ENTERPRISEPREMIUM_GOV", + "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", + "Service_Plan_Name": "FLOW_O365_P3_GOV", + "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "CDS_O365_P3_GCC", + "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", + "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", + "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MCOEV_GOV", + "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "ATP_ENTERPRISE_GOV", + "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", + "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "FORMS_GOV_E5", + "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", + "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", + "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "BI_AZURE_P_2_GOV", + "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", + "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "PROJECT_O365_P3_GOV", + "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "STREAM_O365_E5_GOV", + "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", + "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", + "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Audio Conferencing", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_NOPBI_GOV", + "GUID": "1341559b-49df-443c-8e79-fa604fed2d82", + "Service_Plan_Name": "FLOW_O365_P3_GOV", + "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "CDS_O365_P3_GCC", + "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", + "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", + "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise G" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MCOMEETADV_GOV", + "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "ATP_ENTERPRISE_GOV", + "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", + "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "FORMS_GOV_E5", + "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms for Government (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", + "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics for Government (Full)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "TEAMS_GOV", + "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", + "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", + "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", + "Service_Plans_Included_Friendly_Names": "Office 365 Planner for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "PROJECT_O365_P3_GOV", + "Service_Plan_Id": "9b7c50ec-cd50-44f2-bf48-d72de6f90717", + "Service_Plans_Included_Friendly_Names": "Project for Government (Plan E5)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "MCOSTANDARD_GOV", + "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "STREAM_O365_E5_GOV", + "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365 for Government (E5)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", + "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", + "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 GCC G5 without Power BI and Phone System", + "String_Id": "ENTERPRISEPREMIUM_NOPBIPBX_GOV", + "GUID": "2f105cc2-c2c1-435b-a955-c5e82156c05d", + "Service_Plan_Name": "FLOW_O365_P3_GOV", + "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "Office 365 Midsize Business", + "String_Id": "MIDSIZEPACK", + "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", + "Service_Plan_Name": "EXCHANGE_S_STANDARD_MIDMARKET", + "Service_Plan_Id": "fc52cc4b-ed7d-472d-bbe7-b081c23ecc56", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE PLAN" + }, + { + "Product_Display_Name": "Office 365 Midsize Business", + "String_Id": "MIDSIZEPACK", + "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", + "Service_Plan_Name": "MCOSTANDARD_MIDMARKET", + "Service_Plan_Id": "b2669e95-76ef-4e7e-a367-002f60a39f3e", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2) FOR MIDSIZ" + }, + { + "Product_Display_Name": "Office 365 Midsize Business", + "String_Id": "MIDSIZEPACK", + "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" + }, + { + "Product_Display_Name": "Office 365 Midsize Business", + "String_Id": "MIDSIZEPACK", + "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_MIDMARKET", + "Service_Plan_Id": "6b5b6a67-fc72-4a1f-a2b5-beecf05de761", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT PLAN 1" + }, + { + "Product_Display_Name": "Office 365 Midsize Business", + "String_Id": "MIDSIZEPACK", + "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Office 365 Midsize Business", + "String_Id": "MIDSIZEPACK", + "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Office 365 Midsize Business", + "String_Id": "MIDSIZEPACK", + "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", + "Service_Plan_Name": "YAMMER_MIDSIZE", + "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", + "Service_Plans_Included_Friendly_Names": "YAMMER_MIDSIZE" + }, + { + "Product_Display_Name": "Office 365 Small Business", + "String_Id": "LITEPACK", + "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", + "Service_Plan_Name": "EXCHANGE_L_STANDARD", + "Service_Plan_Id": "d42bdbd6-c335-4231-ab3d-c8f348d5aff5", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (P1)" + }, + { + "Product_Display_Name": "Office 365 Small Business", + "String_Id": "LITEPACK", + "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", + "Service_Plan_Name": "MCOLITE", + "Service_Plan_Id": "70710b6b-3ab4-4a38-9f6d-9f169461650a", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN P1)" + }, + { + "Product_Display_Name": "Office 365 Small Business", + "String_Id": "LITEPACK", + "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", + "Service_Plan_Name": "SHAREPOINTLITE", + "Service_Plan_Id": "a1f3d0a8-84c0-4ae0-bae4-685917b8ab48", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTLITE" + }, + { + "Product_Display_Name": "Office 365 Small Business", + "String_Id": "LITEPACK", + "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Office 365 Small Business Premium", + "String_Id": "LITEPACK_P2", + "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", + "Service_Plan_Name": "EXCHANGE_L_STANDARD", + "Service_Plan_Id": "d42bdbd6-c335-4231-ab3d-c8f348d5aff5", + "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (P1)" + }, + { + "Product_Display_Name": "Office 365 Small Business Premium", + "String_Id": "LITEPACK_P2", + "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", + "Service_Plan_Name": "MCOLITE", + "Service_Plan_Id": "70710b6b-3ab4-4a38-9f6d-9f169461650a", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN P1)" + }, + { + "Product_Display_Name": "Office 365 Small Business Premium", + "String_Id": "LITEPACK_P2", + "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", + "Service_Plan_Name": "OFFICE_PRO_PLUS_SUBSCRIPTION_SMBIZ", + "Service_Plan_Id": "8ca59559-e2ca-470b-b7dd-afd8c0dee963", + "Service_Plans_Included_Friendly_Names": "OFFICE 365 SMALL BUSINESS SUBSCRIPTION" + }, + { + "Product_Display_Name": "Office 365 Small Business Premium", + "String_Id": "LITEPACK_P2", + "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", + "Service_Plan_Name": "SHAREPOINTLITE", + "Service_Plan_Id": "a1f3d0a8-84c0-4ae0-bae4-685917b8ab48", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTLITE" + }, + { + "Product_Display_Name": "Office 365 Small Business Premium", + "String_Id": "LITEPACK_P2", + "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", + "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", + "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", + "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", + "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" + }, + { + "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", + "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", + "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", + "Service_Plan_Name": "FLOW_FOR_PROJECT_GCC", + "Service_Plan_Id": "7251de8f-ecfb-481e-bcff-4af4f1a4573c", + "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" + }, + { + "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", + "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", + "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", + "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", + "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION_GOV", + "Service_Plan_Id": "4ccb60ee-9523-48fd-8f63-4b090f1ad77a", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365 for GCC" + }, + { + "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", + "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", + "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", + "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", + "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", + "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", + "Service_Plan_Name": "PROJECT_PROFESSIONAL_FOR_GOV", + "Service_Plan_Id": "49c7bc16-7004-4df6-8cd5-4ec48b7e9ea0", + "Service_Plans_Included_Friendly_Names": "Project P3 for GOV" + }, + { + "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", + "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", + "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Office Mobile Apps for Office 365 for GCC", + "String_Id": "OFFICEMOBILE_SUBSCRIPTION_GOV_TEST", + "GUID": "64fca79f-c471-4e13-a335-9069cddf8aeb", + "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", + "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", + "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" + }, + { + "Product_Display_Name": "OneDrive for Business (Plan 1)", + "String_Id": "WACONEDRIVESTANDARD", + "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "OneDrive for Business (Plan 1)", + "String_Id": "WACONEDRIVESTANDARD", + "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", + "Service_Plan_Name": "ONEDRIVESTANDARD", + "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", + "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" + }, + { + "Product_Display_Name": "OneDrive for Business (Plan 1)", + "String_Id": "WACONEDRIVESTANDARD", + "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "OneDrive for Business (Plan 1)", + "String_Id": "WACONEDRIVESTANDARD", + "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "OneDrive for Business (Plan 2)", + "String_Id": "WACONEDRIVEENTERPRISE", + "GUID": "ed01faf2-1d88-4947-ae91-45ca18703a96", + "Service_Plan_Name": "ONEDRIVEENTERPRISE", + "Service_Plan_Id": "afcafa6a-d966-4462-918c-ec0b4e0fe642", + "Service_Plans_Included_Friendly_Names": "ONEDRIVEENTERPRISE" + }, + { + "Product_Display_Name": "OneDrive for Business (Plan 2)", + "String_Id": "WACONEDRIVEENTERPRISE", + "GUID": "ed01faf2-1d88-4947-ae91-45ca18703a96", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", + "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "CDSAICAPACITY_PERAPP", + "Service_Plan_Id": "5d7a2e9a-4ee5-4f1c-bc9f-abc481bf39d8", + "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per App add-on" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "DYN365_CDS_P1_GOV", + "Service_Plan_Id": "ce361df2-f2a5-4713-953f-4050ba09aad8", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "DYN365_CDS_P2_GOV", + "Service_Plan_Id": "37396c73-2203-48e6-8be1-d882dae53275", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_GCC_P5", + "Service_Plan_Id": "684a2229-5c57-43ab-b69f-f86fe8997358", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project P5 for GCC" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", + "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", + "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "CDSAICAPACITY_PERUSER", + "Service_Plan_Id": "91f50f7b-2204-4803-acac-5cf5668b8b39", + "Service_Plans_Included_Friendly_Names": "DO NOT USE - AI Builder capacity Per User add-on" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "POWERAPPS_O365_S1_GOV", + "Service_Plan_Id": "49f06c3d-da7d-4fa0-bcce-1458fdd18a59", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "POWERAPPS_O365_P1_GOV", + "Service_Plan_Id": "c42aa49a-f357-45d5-9972-bc29df885fee", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", + "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", + "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "FLOW_DYN_TEAM_GOV", + "Service_Plan_Id": "47bdde6a-959f-4c7f-8d59-3243e34f1cb3", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Team Members for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "FLOW_O365_S1_GOV", + "Service_Plan_Id": "5d32692e-5b24-4a59-a77e-b2a8650e25c1", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "FLOW_O365_P1_GOV", + "Service_Plan_Id": "ad6c8870-6356-474c-901c-64d7da8cea48", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "FLOW_O365_P2_GOV", + "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "FLOW_O365_P3_GOV", + "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "FLOW_DYN_P2_GOV", + "Service_Plan_Id": "06879193-37cc-4976-8991-f8165c994ce7", + "Service_Plans_Included_Friendly_Names": "Power Automate P2 for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "POWERAPPS_DYN_TEAM_GOV", + "Service_Plan_Id": "63efc247-5f28-43e3-a2f8-00c183e3f1db", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 Team Members for Government" + }, + { + "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "String_Id": "POWERFLOWGCC_TEST", + "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", + "Service_Plan_Name": "POWERAPPS_DYN_P2_GOV", + "Service_Plan_Id": "51729bb5-7564-4927-8df8-9f5b12279cf3", + "Service_Plans_Included_Friendly_Names": "PowerApps Plan 2 for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Power Apps and Logic Flows", + "String_Id": "POWERAPPS_INDIVIDUAL_USER", + "GUID": "87bbbc60-4754-4998-8c88-227dca264858", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Power Apps and Logic Flows", + "String_Id": "POWERAPPS_INDIVIDUAL_USER", + "GUID": "87bbbc60-4754-4998-8c88-227dca264858", + "Service_Plan_Name": "POWERFLOWSFREE", + "Service_Plan_Id": "0b4346bb-8dc3-4079-9dfc-513696f56039", + "Service_Plans_Included_Friendly_Names": "LOGIC FLOWS" + }, + { + "Product_Display_Name": "Power Apps and Logic Flows", + "String_Id": "POWERAPPS_INDIVIDUAL_USER", + "GUID": "87bbbc60-4754-4998-8c88-227dca264858", + "Service_Plan_Name": "POWERVIDEOSFREE", + "Service_Plan_Id": "2c4ec2dc-c62d-4167-a966-52a3e6374015", + "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER VIDEOS BASIC" + }, + { + "Product_Display_Name": "Power Apps and Logic Flows", + "String_Id": "POWERAPPS_INDIVIDUAL_USER", + "GUID": "87bbbc60-4754-4998-8c88-227dca264858", + "Service_Plan_Name": "POWERAPPSFREE", + "Service_Plan_Id": "e61a2945-1d4e-4523-b6e7-30ba39d20f32", + "Service_Plans_Included_Friendly_Names": "MICROSOFT POWERAPPS" + }, + { + "Product_Display_Name": "PowerApps per app baseline access", + "String_Id": "POWERAPPS_PER_APP_IW", + "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", + "Service_Plan_Name": "CDS_PER_APP_IWTRIAL", + "Service_Plan_Id": "94a669d1-84d5-4e54-8462-53b0ae2c8be5", + "Service_Plans_Included_Friendly_Names": "CDS Per app baseline access" + }, + { + "Product_Display_Name": "PowerApps per app baseline access", + "String_Id": "POWERAPPS_PER_APP_IW", + "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", + "Service_Plan_Name": "Flow_Per_APP_IWTRIAL", + "Service_Plan_Id": "dd14867e-8d31-4779-a595-304405f5ad39", + "Service_Plans_Included_Friendly_Names": "Flow per app baseline access" + }, + { + "Product_Display_Name": "PowerApps per app baseline access", + "String_Id": "POWERAPPS_PER_APP_IW", + "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", + "Service_Plan_Name": "POWERAPPS_PER_APP_IWTRIAL", + "Service_Plan_Id": "35122886-cef5-44a3-ab36-97134eabd9ba", + "Service_Plans_Included_Friendly_Names": "PowerApps per app baseline access" + }, + { + "Product_Display_Name": "Power Apps Per App BD Only for GCC", + "String_Id": "POWERAPPS_PER_APP_BD_ONLY_GCC", + "GUID": "cdc8d0fc-fd16-4954-aae6-ed89a99f5620", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Apps Per App BD Only for GCC", + "String_Id": "POWERAPPS_PER_APP_BD_ONLY_GCC", + "GUID": "cdc8d0fc-fd16-4954-aae6-ed89a99f5620", + "Service_Plan_Name": "CDS_ POWERAPPS_PER_APP_CUSTOM_GCC", + "Service_Plan_Id": "ee493f70-a3b3-4204-9511-e3f6083b8df3", + "Service_Plans_Included_Friendly_Names": "CDS Power Apps Per App Custom GCC" + }, + { + "Product_Display_Name": "Power Apps Per App BD Only for GCC", + "String_Id": "POWERAPPS_PER_APP_BD_ONLY_GCC", + "GUID": "cdc8d0fc-fd16-4954-aae6-ed89a99f5620", + "Service_Plan_Name": "POWERAPPS_PER_APP_GCC", + "Service_Plan_Id": "be6e5cba-3661-424c-b79a-6d95fa1d849a", + "Service_Plans_Included_Friendly_Names": "Power Apps per App Plan for Government" + }, + { + "Product_Display_Name": "Power Apps Per App BD Only for GCC", + "String_Id": "POWERAPPS_PER_APP_BD_ONLY_GCC", + "GUID": "cdc8d0fc-fd16-4954-aae6-ed89a99f5620", + "Service_Plan_Name": "Flow_Per_APP_GCC", + "Service_Plan_Id": "8e2c2c3d-07f6-4da7-86a9-e78cc8c2c8b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan for Government" + }, + { + "Product_Display_Name": "Power Apps per app plan", + "String_Id": "POWERAPPS_PER_APP", + "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", + "Service_Plan_Name": "CDS_PER_APP", + "Service_Plan_Id": "9f2f00ad-21ae-4ceb-994b-d8bc7be90999", + "Service_Plans_Included_Friendly_Names": "CDS PowerApps per app plan" + }, + { + "Product_Display_Name": "Power Apps per app plan", + "String_Id": "POWERAPPS_PER_APP", + "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps per app plan", + "String_Id": "POWERAPPS_PER_APP", + "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", + "Service_Plan_Name": "POWERAPPS_PER_APP", + "Service_Plan_Id": "b4f657ff-d83e-4053-909d-baa2b595ec97", + "Service_Plans_Included_Friendly_Names": "Power Apps per App Plan" + }, + { + "Product_Display_Name": "Power Apps per app plan", + "String_Id": "POWERAPPS_PER_APP", + "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", + "Service_Plan_Name": "Flow_Per_APP", + "Service_Plan_Id": "c539fa36-a64e-479a-82e1-e40ff2aa83ee", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or portal)", + "String_Id": "POWERAPPS_PER_APP_NEW", + "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or portal)", + "String_Id": "POWERAPPS_PER_APP_NEW", + "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", + "Service_Plan_Name": "CDSAICAPACITY_PERAPP", + "Service_Plan_Id": "5d7a2e9a-4ee5-4f1c-bc9f-abc481bf39d8", + "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per App add-on" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or portal)", + "String_Id": "POWERAPPS_PER_APP_NEW", + "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", + "Service_Plan_Name": "DATAVERSE_POWERAPPS_PER_APP_NEW", + "Service_Plan_Id": "6f0e9100-ff66-41ce-96fc-3d8b7ad26887", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Apps per app" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or portal)", + "String_Id": "POWERAPPS_PER_APP_NEW", + "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", + "Service_Plan_Name": "POWERAPPS_PER_APP_NEW", + "Service_Plan_Id": "14f8dac2-0784-4daa-9cb2-6d670b088d64", + "Service_Plans_Included_Friendly_Names": "Power Apps per app" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or portal)", + "String_Id": "POWERAPPS_PER_APP_NEW", + "GUID": "b4d7b828-e8dc-4518-91f9-e123ae48440d", + "Service_Plan_Name": "Flow_Per_APP", + "Service_Plan_Id": "c539fa36-a64e-479a-82e1-e40ff2aa83ee", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) BD Only - GCC", + "String_Id": "Power_Apps_per_app_plan_(1_app_or_portal)_BD_Only_GCC", + "GUID": "816ee058-f70c-42ad-b433-d6171984ea20", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) BD Only - GCC", + "String_Id": "Power_Apps_per_app_plan_(1_app_or_portal)_BD_Only_GCC", + "GUID": "816ee058-f70c-42ad-b433-d6171984ea20", + "Service_Plan_Name": "CDS_ POWERAPPS_PER_APP_CUSTOM_NEW", + "Service_Plan_Id": "c2da6658-f89d-49f2-9508-40431dee115b", + "Service_Plans_Included_Friendly_Names": "CDS Power Apps Per App Custom New" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) BD Only - GCC", + "String_Id": "Power_Apps_per_app_plan_(1_app_or_portal)_BD_Only_GCC", + "GUID": "816ee058-f70c-42ad-b433-d6171984ea20", + "Service_Plan_Name": "POWERAPPS_PER_APP_GCC_NEW", + "Service_Plan_Id": "70091fc8-1836-470f-a386-f4e6639cb04e", + "Service_Plans_Included_Friendly_Names": "Power Apps per app for GCC" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) BD Only - GCC", + "String_Id": "Power_Apps_per_app_plan_(1_app_or_portal)_BD_Only_GCC", + "GUID": "816ee058-f70c-42ad-b433-d6171984ea20", + "Service_Plan_Name": "Flow_Per_APP_GCC", + "Service_Plan_Id": "8e2c2c3d-07f6-4da7-86a9-e78cc8c2c8b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan for Government" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", + "String_Id": "POWERAPPS_PER_APP_GCC_NEW", + "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", + "String_Id": "POWERAPPS_PER_APP_GCC_NEW", + "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", + "Service_Plan_Name": "CDSAICAPACITY_PERAPP", + "Service_Plan_Id": "5d7a2e9a-4ee5-4f1c-bc9f-abc481bf39d8", + "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per App add-on" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", + "String_Id": "POWERAPPS_PER_APP_GCC_NEW", + "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", + "Service_Plan_Name": "DATAVERSE_POWERAPPS_PER_APP_NEW", + "Service_Plan_Id": "6f0e9100-ff66-41ce-96fc-3d8b7ad26887", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Apps per app" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", + "String_Id": "POWERAPPS_PER_APP_GCC_NEW", + "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", + "Service_Plan_Name": "POWERAPPS_PER_APP_GCC_NEW", + "Service_Plan_Id": "70091fc8-1836-470f-a386-f4e6639cb04e", + "Service_Plans_Included_Friendly_Names": "Power Apps per app for GCC" + }, + { + "Product_Display_Name": "Power Apps per app plan (1 app or website) for Government", + "String_Id": "POWERAPPS_PER_APP_GCC_NEW", + "GUID": "c14d7f00-457c-4e3e-8960-48f35459b3c9", + "Service_Plan_Name": "Flow_Per_APP_GCC", + "Service_Plan_Id": "8e2c2c3d-07f6-4da7-86a9-e78cc8c2c8b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan for Government" + }, + { + "Product_Display_Name": "Power Apps per app plan for Government", + "String_Id": "POWERAPPS_PER_APP_GCC", + "GUID": "8623b2d7-5e24-4281-b6b7-086a5f3b0b1c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Apps per app plan for Government", + "String_Id": "POWERAPPS_PER_APP_GCC", + "GUID": "8623b2d7-5e24-4281-b6b7-086a5f3b0b1c", + "Service_Plan_Name": "CDS_PER_APP_GCC", + "Service_Plan_Id": "d7f9c9bc-0a28-4da4-b5f1-731acb27a3e4", + "Service_Plans_Included_Friendly_Names": "CDS PowerApps per app plan for GCC" + }, + { + "Product_Display_Name": "Power Apps per app plan for Government", + "String_Id": "POWERAPPS_PER_APP_GCC", + "GUID": "8623b2d7-5e24-4281-b6b7-086a5f3b0b1c", + "Service_Plan_Name": "POWERAPPS_PER_APP_GCC", + "Service_Plan_Id": "be6e5cba-3661-424c-b79a-6d95fa1d849a", + "Service_Plans_Included_Friendly_Names": "Power Apps per App Plan for Government" + }, + { + "Product_Display_Name": "Power Apps per app plan for Government", + "String_Id": "POWERAPPS_PER_APP_GCC", + "GUID": "8623b2d7-5e24-4281-b6b7-086a5f3b0b1c", + "Service_Plan_Name": "Flow_Per_APP_GCC", + "Service_Plan_Id": "8e2c2c3d-07f6-4da7-86a9-e78cc8c2c8b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan for Government" + }, + { + "Product_Display_Name": "Power Apps Per User BD Only", + "String_Id": "POWERAPPS_PER_USER_BD_ONLY", + "GUID": "2ced8a00-3ed1-4295-ab7c-57170ff28e58", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Power Apps Per User BD Only", + "String_Id": "POWERAPPS_PER_USER_BD_ONLY", + "GUID": "2ced8a00-3ed1-4295-ab7c-57170ff28e58", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps Per User BD Only", + "String_Id": "POWERAPPS_PER_USER_BD_ONLY", + "GUID": "2ced8a00-3ed1-4295-ab7c-57170ff28e58", + "Service_Plan_Name": "CDS_ POWERAPPS_PER_USER_CUSTOM", + "Service_Plan_Id": "2e8dde43-6986-479d-b179-7dbe31c31f60", + "Service_Plans_Included_Friendly_Names": "CDS Power Apps Per User Custom" + }, + { + "Product_Display_Name": "Power Apps Per User BD Only", + "String_Id": "POWERAPPS_PER_USER_BD_ONLY", + "GUID": "2ced8a00-3ed1-4295-ab7c-57170ff28e58", + "Service_Plan_Name": "POWERAPPS_PER_USER", + "Service_Plan_Id": "ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86", + "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan" + }, + { + "Product_Display_Name": "Power Apps Per User BD Only", + "String_Id": "POWERAPPS_PER_USER_BD_ONLY", + "GUID": "2ced8a00-3ed1-4295-ab7c-57170ff28e58", + "Service_Plan_Name": "Flow_PowerApps_PerUser", + "Service_Plan_Id": "dc789ed8-0170-4b65-a415-eb77d5bb350a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan" + }, + { + "Product_Display_Name": "Power Apps per user plan", + "String_Id": "POWERAPPS_PER_USER", + "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", + "Service_Plan_Name": "DYN365_CDS_P2", + "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", + "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" + }, + { + "Product_Display_Name": "Power Apps per user plan", + "String_Id": "POWERAPPS_PER_USER", + "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps per user plan", + "String_Id": "POWERAPPS_PER_USER", + "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", + "Service_Plan_Name": "POWERAPPS_PER_USER", + "Service_Plan_Id": "ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86", + "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan" + }, + { + "Product_Display_Name": "Power Apps per user plan", + "String_Id": "POWERAPPS_PER_USER", + "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", + "Service_Plan_Name": "Flow_PowerApps_PerUser", + "Service_Plan_Id": "dc789ed8-0170-4b65-a415-eb77d5bb350a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan" + }, + { + "Product_Display_Name": "Power Apps per user plan for Government", + "String_Id": "POWERAPPS_PER_USER_GCC", + "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", + "Service_Plan_Name": "CDSAICAPACITY_PERUSER", + "Service_Plan_Id": "91f50f7b-2204-4803-acac-5cf5668b8b39", + "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per User add-on" + }, + { + "Product_Display_Name": "Power Apps per user plan for Government", + "String_Id": "POWERAPPS_PER_USER_GCC", + "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", + "Service_Plan_Name": "CDSAICAPACITY_PERUSER_NEW", + "Service_Plan_Id": "74d93933-6f22-436e-9441-66d205435abb", + "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per User add-on" + }, + { + "Product_Display_Name": "Power Apps per user plan for Government", + "String_Id": "POWERAPPS_PER_USER_GCC", + "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", + "Service_Plan_Name": "DYN365_CDS_P2_GOV", + "Service_Plan_Id": "37396c73-2203-48e6-8be1-d882dae53275", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" + }, + { + "Product_Display_Name": "Power Apps per user plan for Government", + "String_Id": "POWERAPPS_PER_USER_GCC", + "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Apps per user plan for Government", + "String_Id": "POWERAPPS_PER_USER_GCC", + "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", + "Service_Plan_Name": "POWERAPPS_PER_USER_GCC", + "Service_Plan_Id": "8f55b472-f8bf-40a9-be30-e29919d4ddfe", + "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan for Government" + }, + { + "Product_Display_Name": "Power Apps per user plan for Government", + "String_Id": "POWERAPPS_PER_USER_GCC", + "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", + "Service_Plan_Name": "Flow_PowerApps_PerUser_GCC", + "Service_Plan_Id": "8e3eb3bd-bc99-4221-81b8-8b8bc882e128", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan for GCC" + }, + { + "Product_Display_Name": "PowerApps Plan 1 for Government", + "String_Id": "POWERAPPS_P1_GOV", + "GUID": "eca22b68-b31f-4e9c-a20c-4d40287bc5dd", + "Service_Plan_Name": "DYN365_CDS_P1_GOV", + "Service_Plan_Id": "ce361df2-f2a5-4713-953f-4050ba09aad8", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" + }, + { + "Product_Display_Name": "PowerApps Plan 1 for Government", + "String_Id": "POWERAPPS_P1_GOV", + "GUID": "eca22b68-b31f-4e9c-a20c-4d40287bc5dd", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "PowerApps Plan 1 for Government", + "String_Id": "POWERAPPS_P1_GOV", + "GUID": "eca22b68-b31f-4e9c-a20c-4d40287bc5dd", + "Service_Plan_Name": "FLOW_P1_GOV", + "Service_Plan_Id": "774da41c-a8b3-47c1-8322-b9c1ab68be9f", + "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 1) for Government" + }, + { + "Product_Display_Name": "PowerApps Plan 1 for Government", + "String_Id": "POWERAPPS_P1_GOV", + "GUID": "eca22b68-b31f-4e9c-a20c-4d40287bc5dd", + "Service_Plan_Name": "POWERAPPS_P1_GOV", + "Service_Plan_Id": "5ce719f1-169f-4021-8a64-7d24dcaec15f", + "Service_Plans_Included_Friendly_Names": "PowerApps Plan 1 for Government" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min)", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T2", + "GUID": "57f3babd-73ce-40de-bcb2-dadbfbfff9f7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min)", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T2", + "GUID": "57f3babd-73ce-40de-bcb2-dadbfbfff9f7", + "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_LOGIN", + "Service_Plan_Id": "32ad3a4e-2272-43b4-88d0-80d284258208", + "Service_Plans_Included_Friendly_Names": "Common Data Service Power Apps Portals Login Capacity" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min)", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T2", + "GUID": "57f3babd-73ce-40de-bcb2-dadbfbfff9f7", + "Service_Plan_Name": "POWERAPPS_PORTALS_LOGIN", + "Service_Plan_Id": "084747ad-b095-4a57-b41f-061d84d69f6f", + "Service_Plans_Included_Friendly_Names": "Power Apps Portals Login Capacity Add-On" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min) for Government", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T2_GCC", + "GUID": "26c903d5-d385-4cb1-b650-8d81a643b3c4", + "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_LOGIN_GCC", + "Service_Plan_Id": "0f7b9a29-7990-44ff-9d05-a76be778f410", + "Service_Plans_Included_Friendly_Names": "Common Data Service Power Apps Portals Login Capacity for GCC" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min) for Government", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T2_GCC", + "GUID": "26c903d5-d385-4cb1-b650-8d81a643b3c4", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 2 (10 unit min) for Government", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T2_GCC", + "GUID": "26c903d5-d385-4cb1-b650-8d81a643b3c4", + "Service_Plan_Name": "POWERAPPS_PORTALS_LOGIN_GCC", + "Service_Plan_Id": "bea6aef1-f52d-4cce-ae09-bed96c4b1811", + "Service_Plans_Included_Friendly_Names": "Power Apps Portals Login Capacity Add-On for Government" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 3 (50 unit min)", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T3", + "GUID": "927d8402-8d3b-40e8-b779-34e859f7b497", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 3 (50 unit min)", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T3", + "GUID": "927d8402-8d3b-40e8-b779-34e859f7b497", + "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_LOGIN", + "Service_Plan_Id": "32ad3a4e-2272-43b4-88d0-80d284258208", + "Service_Plans_Included_Friendly_Names": "Common Data Service Power Apps Portals Login Capacity" + }, + { + "Product_Display_Name": "Power Apps Portals login capacity add-on Tier 3 (50 unit min)", + "String_Id": "POWERAPPS_PORTALS_LOGIN_T3", + "GUID": "927d8402-8d3b-40e8-b779-34e859f7b497", + "Service_Plan_Name": "POWERAPPS_PORTALS_LOGIN", + "Service_Plan_Id": "084747ad-b095-4a57-b41f-061d84d69f6f", + "Service_Plans_Included_Friendly_Names": "Power Apps Portals Login Capacity Add-On" + }, + { + "Product_Display_Name": "Power Apps Portals page view capacity add-on", + "String_Id": "POWERAPPS_PORTALS_PAGEVIEW", + "GUID": "a0de5e3a-2500-4a19-b8f4-ec1c64692d22", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps Portals page view capacity add-on", + "String_Id": "POWERAPPS_PORTALS_PAGEVIEW", + "GUID": "a0de5e3a-2500-4a19-b8f4-ec1c64692d22", + "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_PAGEVIEW", + "Service_Plan_Id": "72c30473-7845-460a-9feb-b58f216e8694", + "Service_Plans_Included_Friendly_Names": "CDS PowerApps Portals page view capacity add-on" + }, + { + "Product_Display_Name": "Power Apps Portals page view capacity add-on", + "String_Id": "POWERAPPS_PORTALS_PAGEVIEW", + "GUID": "a0de5e3a-2500-4a19-b8f4-ec1c64692d22", + "Service_Plan_Name": "POWERAPPS_PORTALS_PAGEVIEW", + "Service_Plan_Id": "1c5a559a-ec06-4f76-be5b-6a315418495f", + "Service_Plans_Included_Friendly_Names": "Power Apps Portals Page View Capacity Add-On" + }, + { + "Product_Display_Name": "Power Apps Portals page view capacity add-on for Government", + "String_Id": "POWERAPPS_PORTALS_PAGEVIEW_GCC", + "GUID": "15a64d3e-5b99-4c4b-ae8f-aa6da264bfe7", + "Service_Plan_Name": "CDS_POWERAPPS_PORTALS_PAGEVIEW_GCC", + "Service_Plan_Id": "352257a9-db78-4217-a29d-8b8d4705b014", + "Service_Plans_Included_Friendly_Names": "CDS PowerApps Portals page view capacity add-on for GCC" + }, + { + "Product_Display_Name": "Power Apps Portals page view capacity add-on for Government", + "String_Id": "POWERAPPS_PORTALS_PAGEVIEW_GCC", + "GUID": "15a64d3e-5b99-4c4b-ae8f-aa6da264bfe7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Apps Portals page view capacity add-on for Government", + "String_Id": "POWERAPPS_PORTALS_PAGEVIEW_GCC", + "GUID": "15a64d3e-5b99-4c4b-ae8f-aa6da264bfe7", + "Service_Plan_Name": "POWERAPPS_PORTALS_PAGEVIEW_GCC", + "Service_Plan_Id": "483d5646-7724-46ac-ad71-c78b7f099d8d", + "Service_Plans_Included_Friendly_Names": "Power Apps Portals Page View Capacity Add-On for Government" + }, + { + "Product_Display_Name": "Power Automate per flow plan", + "String_Id": "FLOW_BUSINESS_PROCESS", + "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", + "Service_Plan_Name": "CDS_Flow_Business_Process", + "Service_Plan_Id": "c84e52ae-1906-4947-ac4d-6fb3e5bf7c2e", + "Service_Plans_Included_Friendly_Names": "Common data service for Flow per business process plan" + }, + { + "Product_Display_Name": "Power Automate per flow plan", + "String_Id": "FLOW_BUSINESS_PROCESS", + "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Automate per flow plan", + "String_Id": "FLOW_BUSINESS_PROCESS", + "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", + "Service_Plan_Name": "FLOW_BUSINESS_PROCESS", + "Service_Plan_Id": "7e017b61-a6e0-4bdc-861a-932846591f6e", + "Service_Plans_Included_Friendly_Names": "Flow per business process plan" + }, + { + "Product_Display_Name": "Power Automate per flow plan for Government", + "String_Id": "FLOW_BUSINESS_PROCESS_GCC", + "GUID": "d9de51e5-d8cd-45bb-8da3-1d55e28c52e6", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Automate per flow plan for Government", + "String_Id": "FLOW_BUSINESS_PROCESS_GCC", + "GUID": "d9de51e5-d8cd-45bb-8da3-1d55e28c52e6", + "Service_Plan_Name": "CDS_Flow_Business_Process_GCC", + "Service_Plan_Id": "54b61386-c818-4634-8400-61c9e8f6acd3", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Power Automate per Business Process Plan for GCC" + }, + { + "Product_Display_Name": "Power Automate per flow plan for Government", + "String_Id": "FLOW_BUSINESS_PROCESS_GCC", + "GUID": "d9de51e5-d8cd-45bb-8da3-1d55e28c52e6", + "Service_Plan_Name": "FLOW_BUSINESS_PROCESS_GCC", + "Service_Plan_Id": "cb83e771-a077-4a73-9201-d955585b29fa", + "Service_Plans_Included_Friendly_Names": "Power Automate per Business Process Plan for Government" + }, + { + "Product_Display_Name": "Power Automate per user plan", + "String_Id": "FLOW_PER_USER", + "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", + "Service_Plan_Name": "DYN365_CDS_P2", + "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", + "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" + }, + { + "Product_Display_Name": "Power Automate per user plan", + "String_Id": "FLOW_PER_USER", + "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Automate per user plan", + "String_Id": "FLOW_PER_USER", + "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", + "Service_Plan_Name": "FLOW_PER_USER", + "Service_Plan_Id": "c5002c70-f725-4367-b409-f0eff4fee6c0", + "Service_Plans_Included_Friendly_Names": "Flow per user plan" + }, + { + "Product_Display_Name": "Power Automate per user plan dept", + "String_Id": "FLOW_PER_USER_DEPT", + "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", + "Service_Plan_Name": "DYN365_CDS_P2", + "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", + "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" + }, + { + "Product_Display_Name": "Power Automate per user plan dept", + "String_Id": "FLOW_PER_USER_DEPT", + "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Automate per user plan dept", + "String_Id": "FLOW_PER_USER_DEPT", + "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", + "Service_Plan_Name": "FLOW_PER_USER", + "Service_Plan_Id": "c5002c70-f725-4367-b409-f0eff4fee6c0", + "Service_Plans_Included_Friendly_Names": "Flow per user plan" + }, + { + "Product_Display_Name": "Power Automate per user plan for Government", + "String_Id": "FLOW_PER_USER_GCC", + "GUID": "c8803586-c136-479a-8ff3-f5f32d23a68e", + "Service_Plan_Name": "DYN365_CDS_P2_GOV", + "Service_Plan_Id": "37396c73-2203-48e6-8be1-d882dae53275", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" + }, + { + "Product_Display_Name": "Power Automate per user plan for Government", + "String_Id": "FLOW_PER_USER_GCC", + "GUID": "c8803586-c136-479a-8ff3-f5f32d23a68e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Automate per user plan for Government", + "String_Id": "FLOW_PER_USER_GCC", + "GUID": "c8803586-c136-479a-8ff3-f5f32d23a68e", + "Service_Plan_Name": "FLOW_PER_USER_GCC", + "Service_Plan_Id": "769b8bee-2779-4c5a-9456-6f4f8629fd41", + "Service_Plans_Included_Friendly_Names": "Power Automate per User Plan for Government" + }, + { + "Product_Display_Name": "Power Automate per user with attended RPA plan", + "String_Id": "POWERAUTOMATE_ATTENDED_RPA", + "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", + "Service_Plan_Name": "CDS_ATTENDED_RPA", + "Service_Plan_Id": "3da2fd4c-1bee-4b61-a17f-94c31e5cab93", + "Service_Plans_Included_Friendly_Names": "Common Data Service Attended RPA" + }, + { + "Product_Display_Name": "Power Automate per user with attended RPA plan", + "String_Id": "POWERAUTOMATE_ATTENDED_RPA", + "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Automate per user with attended RPA plan", + "String_Id": "POWERAUTOMATE_ATTENDED_RPA", + "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", + "Service_Plan_Name": "POWER_AUTOMATE_ATTENDED_RPA", + "Service_Plan_Id": "375cd0ad-c407-49fd-866a-0bff4f8a9a4d", + "Service_Plans_Included_Friendly_Names": "Power Automate RPA Attended" + }, + { + "Product_Display_Name": "Power Automate Premium for Government", + "String_Id": "POWERAUTOMATE_ATTENDED_RPA_GCC", + "GUID": "d3987516-4b53-4dc0-8335-411260bf5626", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Automate Premium for Government", + "String_Id": "POWERAUTOMATE_ATTENDED_RPA_GCC", + "GUID": "d3987516-4b53-4dc0-8335-411260bf5626", + "Service_Plan_Name": "CDS_ATTENDED_RPA_GCC", + "Service_Plan_Id": "4802707d-47e1-45dc-82c5-b6981f0fb38c", + "Service_Plans_Included_Friendly_Names": "Common Data Service Attended RPA for Government" + }, + { + "Product_Display_Name": "Power Automate Premium for Government", + "String_Id": "POWERAUTOMATE_ATTENDED_RPA_GCC", + "GUID": "d3987516-4b53-4dc0-8335-411260bf5626", + "Service_Plan_Name": "POWER_AUTOMATE_ATTENDED_RPA_GCC", + "Service_Plan_Id": "fb613c67-1a58-4645-a8df-21e95a37d433", + "Service_Plans_Included_Friendly_Names": "Power Automate Attended RPA for Government" + }, + { + "Product_Display_Name": "Power Automate unattended RPA add-on", + "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", + "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", + "Service_Plan_Name": "CDS_UNATTENDED_RPA", + "Service_Plan_Id": "b475952f-128a-4a44-b82a-0b98a45ca7fb", + "Service_Plans_Included_Friendly_Names": "Common Data Service Unattended RPA" + }, + { + "Product_Display_Name": "Power Automate unattended RPA add-on", + "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", + "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Automate unattended RPA add-on", + "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", + "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", + "Service_Plan_Name": "POWER_AUTOMATE_UNATTENDED_RPA", + "Service_Plan_Id": "0d373a98-a27a-426f-8993-f9a425ae99c5", + "Service_Plans_Included_Friendly_Names": "Power Automate Unattended RPA add-on" + }, + { + "Product_Display_Name": "Power Automate unattended RPA add-on for Government", + "String_Id": "POWERAUTOMATE_UNATTENDED_RPA_GCC", + "GUID": "086e9b70-4720-4442-ab6d-3ef32bfb4721", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power Automate unattended RPA add-on for Government", + "String_Id": "POWERAUTOMATE_UNATTENDED_RPA_GCC", + "GUID": "086e9b70-4720-4442-ab6d-3ef32bfb4721", + "Service_Plan_Name": "CDS_UNATTENDED_RPA_GCC", + "Service_Plan_Id": "5141c408-df3d-456a-9878-a65119b0a750", + "Service_Plans_Included_Friendly_Names": "Common Data Service Unattended RPA for Government" + }, + { + "Product_Display_Name": "Power Automate unattended RPA add-on for Government", + "String_Id": "POWERAUTOMATE_UNATTENDED_RPA_GCC", + "GUID": "086e9b70-4720-4442-ab6d-3ef32bfb4721", + "Service_Plan_Name": "POWER_AUTOMATE_UNATTENDED_RPA_GCC", + "Service_Plan_Id": "45e63e9f-6dd9-41fd-bd41-93bfa008c537", + "Service_Plans_Included_Friendly_Names": "Power Automate Unattended RPA for Government" + }, + { + "Product_Display_Name": "Power BI", + "String_Id": "POWER_BI_INDIVIDUAL_USER", + "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI", + "String_Id": "POWER_BI_INDIVIDUAL_USER", + "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", + "Service_Plan_Name": "SQL_IS_SSIM", + "Service_Plan_Id": "fc0a60aa-feee-4746-a0e3-aecfe81a38dd", + "Service_Plans_Included_Friendly_Names": "Microsoft Power BI Information Services Plan 1" + }, + { + "Product_Display_Name": "Power BI", + "String_Id": "POWER_BI_INDIVIDUAL_USER", + "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", + "Service_Plan_Name": "BI_AZURE_P1", + "Service_Plan_Id": "2125cfd7-2110-4567-83c4-c1cd5275163d", + "Service_Plans_Included_Friendly_Names": "Microsoft Power BI Reporting and Analytics Plan 1" + }, + { + "Product_Display_Name": "Power BI for Office 365 Add-On", + "String_Id": "POWER_BI_ADDON", + "GUID": "45bc2c81-6072-436a-9b0b-3b12eefbc402", + "Service_Plan_Name": "BI_AZURE_P1", + "Service_Plan_Id": "2125cfd7-2110-4567-83c4-c1cd5275163d", + "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER BI REPORTING AND ANALYTICS PLAN 1" + }, + { + "Product_Display_Name": "Power BI for Office 365 Add-On", + "String_Id": "POWER_BI_ADDON", + "GUID": "45bc2c81-6072-436a-9b0b-3b12eefbc402", + "Service_Plan_Name": "SQL_IS_SSIM", + "Service_Plan_Id": "fc0a60aa-feee-4746-a0e3-aecfe81a38dd", + "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER BI INFORMATION SERVICES PLAN" + }, + { + "Product_Display_Name": "Power BI Premium P1", + "String_Id": "PBI_PREMIUM_P1_ADDON", + "GUID": "7b26f5ab-a763-4c00-a1ac-f6c4b5506945", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Premium P1", + "String_Id": "PBI_PREMIUM_P1_ADDON", + "GUID": "7b26f5ab-a763-4c00-a1ac-f6c4b5506945", + "Service_Plan_Name": "PBI_PREMIUM_P1_ADDON", + "Service_Plan_Id": "9da49a6d-707a-48a1-b44a-53dcde5267f8", + "Service_Plans_Included_Friendly_Names": "Power BI Premium P" + }, + { + "Product_Display_Name": "Power BI Premium P1 GCC", + "String_Id": "PBI_PREMIUM_P1_ADDON_GCC", + "GUID": "f59b22a0-9819-48bf-b01d-715ef2b31027", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power BI Premium P1 GCC", + "String_Id": "PBI_PREMIUM_P1_ADDON_GCC", + "GUID": "f59b22a0-9819-48bf-b01d-715ef2b31027", + "Service_Plan_Name": "PBI_PREMIUM_P1_ADDON_GCC", + "Service_Plan_Id": "30df3dbd-5bf6-4d74-9417-cccc096595e4", + "Service_Plans_Included_Friendly_Names": "Power BI Premium P1 for GCC" + }, + { + "Product_Display_Name": "Power BI Premium Per User", + "String_Id": "PBI_PREMIUM_PER_USER", + "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Premium Per User", + "String_Id": "PBI_PREMIUM_PER_USER", + "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", + "Service_Plan_Name": "BI_AZURE_P3", + "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", + "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" + }, + { + "Product_Display_Name": "Power BI Premium Per User", + "String_Id": "PBI_PREMIUM_PER_USER", + "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Power BI Premium Per User Add-On", + "String_Id": "PBI_PREMIUM_PER_USER_ADDON", + "GUID": "de376a03-6e5b-42ec-855f-093fb50b8ca5", + "Service_Plan_Name": "BI_AZURE_P3", + "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", + "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" + }, + { + "Product_Display_Name": "Power BI Premium Per User Add-On for GCC", + "String_Id": "PBI_PREMIUM_PER_USER_ADDON_CE_GCC", + "GUID": "66024bbf-4cd4-4329-95c8-c932e2ae01a8", + "Service_Plan_Name": "BI_AZURE_P3_GOV", + "Service_Plan_Id": "32d15238-9a8c-46da-af3f-21fc5351d365", + "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User for Government" + }, + { + "Product_Display_Name": "Power BI Premium Per User Add-On for GCC", + "String_Id": "PBI_PREMIUM_PER_USER_ADDON_GCC", + "GUID": "1b572d5e-1bf8-4b19-9259-f9eda31a6972", + "Service_Plan_Name": "BI_AZURE_P3_GOV", + "Service_Plan_Id": "32d15238-9a8c-46da-af3f-21fc5351d365", + "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User for Government" + }, + { + "Product_Display_Name": "Power BI Premium Per User Dept", + "String_Id": "PBI_PREMIUM_PER_USER_DEPT", + "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Premium Per User Dept", + "String_Id": "PBI_PREMIUM_PER_USER_DEPT", + "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", + "Service_Plan_Name": "BI_AZURE_P3", + "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", + "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" + }, + { + "Product_Display_Name": "Power BI Premium Per User Dept", + "String_Id": "PBI_PREMIUM_PER_USER_DEPT", + "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Power BI Premium Per User for Faculty", + "String_Id": "PBI_PREMIUM_PER_USER_FACULTY", + "GUID": "060d8061-f606-4e69-a4e7-e8fff75ea1f5", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Premium Per User for Faculty", + "String_Id": "PBI_PREMIUM_PER_USER_FACULTY", + "GUID": "060d8061-f606-4e69-a4e7-e8fff75ea1f5", + "Service_Plan_Name": "BI_AZURE_P3", + "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", + "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" + }, + { + "Product_Display_Name": "Power BI Premium Per User for Faculty", + "String_Id": "PBI_PREMIUM_PER_USER_FACULTY", + "GUID": "060d8061-f606-4e69-a4e7-e8fff75ea1f5", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Power BI Premium Per User for Government", + "String_Id": "PBI_PREMIUM_PER_USER_GCC", + "GUID": "e53d92fc-778b-4a8b-83de-791240ebf88d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power BI Premium Per User for Government", + "String_Id": "PBI_PREMIUM_PER_USER_GCC", + "GUID": "e53d92fc-778b-4a8b-83de-791240ebf88d", + "Service_Plan_Name": "BI_AZURE_P3_GOV", + "Service_Plan_Id": "32d15238-9a8c-46da-af3f-21fc5351d365", + "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User for Government" + }, + { + "Product_Display_Name": "Power BI Premium Per User for Government", + "String_Id": "PBI_PREMIUM_PER_USER_GCC", + "GUID": "e53d92fc-778b-4a8b-83de-791240ebf88d", + "Service_Plan_Name": "BI_AZURE_P_2_GOV", + "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", + "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" + }, + { + "Product_Display_Name": "Power BI Pro", + "String_Id": "POWER_BI_PRO", + "GUID": "f8a1db68-be16-40ed-86d5-cb42ce701560", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Pro", + "String_Id": "POWER_BI_PRO", + "GUID": "f8a1db68-be16-40ed-86d5-cb42ce701560", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Power BI Pro CE", + "String_Id": "POWER_BI_PRO_CE", + "GUID": "420af87e-8177-4146-a780-3786adaffbca", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Pro CE", + "String_Id": "POWER_BI_PRO_CE", + "GUID": "420af87e-8177-4146-a780-3786adaffbca", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Power BI Pro Dept", + "String_Id": "POWER_BI_PRO_DEPT", + "GUID": "3a6a908c-09c5-406a-8170-8ebb63c42882", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Pro Dept", + "String_Id": "POWER_BI_PRO_DEPT", + "GUID": "3a6a908c-09c5-406a-8170-8ebb63c42882", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Power BI Pro for Faculty", + "String_Id": "POWER_BI_PRO_FACULTY", + "GUID": "de5f128b-46d7-4cfc-b915-a89ba060ea56", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Pro for Faculty", + "String_Id": "POWER_BI_PRO_FACULTY", + "GUID": "de5f128b-46d7-4cfc-b915-a89ba060ea56", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Power BI Pro for GCC", + "String_Id": "POWERBI_PRO_GOV", + "GUID": "f0612879-44ea-47fb-baf0-3d76d9235576", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Power BI Pro for GCC", + "String_Id": "POWERBI_PRO_GOV", + "GUID": "f0612879-44ea-47fb-baf0-3d76d9235576", + "Service_Plan_Name": "BI_AZURE_P_2_GOV", + "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", + "Service_Plans_Included_Friendly_Names": "Power BI Pro for Government" + }, + { + "Product_Display_Name": "Power BI Premium EM2", + "String_Id": "PBI_PREMIUM_EM2_ADDON", + "GUID": "8ecbd3c1-b108-437c-a859-e3c125e3f83f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Premium EM2", + "String_Id": "PBI_PREMIUM_EM2_ADDON", + "GUID": "8ecbd3c1-b108-437c-a859-e3c125e3f83f", + "Service_Plan_Name": "PBI_PREMIUM_EM2_ADDON", + "Service_Plan_Id": "4e29abd1-ba96-44c0-8a72-e24e4fe9956e", + "Service_Plans_Included_Friendly_Names": "Power BI Premium EM2" + }, + { + "Product_Display_Name": "Power BI Premium EM1", + "String_Id": "PBI_PREMIUM_EM1_ADDON", + "GUID": "bc757c42-5622-4583-a483-a9e537fcb71c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION PBI_PREMIUM_EM1_ADDON", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power BI Premium EM1", + "String_Id": "PBI_PREMIUM_EM1_ADDON", + "GUID": "bc757c42-5622-4583-a483-a9e537fcb71c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION PBI_PREMIUM_EM1_ADDON", + "Service_Plan_Id": "a64b30ba-f310-4065-b444-2670ef146db0", + "Service_Plans_Included_Friendly_Names": "Power BI Premium EM1" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack", + "GUID": "debc9e58-f2d7-412c-a0b6-575608564228", + "Service_Plan_Name": "PowerPages_Authenticated_User", + "Service_Plan_Id": "0d3366f3-266e-4117-b422-7cabbc165e7c", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack", + "GUID": "debc9e58-f2d7-412c-a0b6-575608564228", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", + "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_GCC", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_GCC", + "GUID": "27cb5f12-2e3f-4997-a649-45298673e6a1", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_GCC", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_GCC", + "GUID": "27cb5f12-2e3f-4997-a649-45298673e6a1", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCC", + "Service_Plan_Id": "cdf787bd-1546-48d2-9e93-b21f9ea7067a", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCC" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_DOD", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_DOD", + "GUID": "b54f012e-69e1-43b1-87d0-666def064940", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_DOD", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_DOD", + "GUID": "b54f012e-69e1-43b1-87d0-666def064940", + "Service_Plan_Name": "PowerPages_Authenticated_User_DoD", + "Service_Plan_Id": "03300fea-7a88-45a6-b5bd-29653803c591", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity DoD" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "978ec396-f930-4ee1-85f3-e1d82e8f73a4", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "978ec396-f930-4ee1-85f3-e1d82e8f73a4", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", + "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "978ec396-f930-4ee1-85f3-e1d82e8f73a4", + "Service_Plan_Name": "PowerPages_Authenticated_Users_GCCH", + "Service_Plan_Id": "5410f688-68f2-47a5-9b8f-7466194a806a", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site mthly capacity GCCH New" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack", + "GUID": "6fe1e61a-91e5-40d7-a547-0d2dcc81bce8", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack", + "GUID": "6fe1e61a-91e5-40d7-a547-0d2dcc81bce8", + "Service_Plan_Name": "PowerPages_Authenticated_User", + "Service_Plan_Id": "0d3366f3-266e-4117-b422-7cabbc165e7c", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack", + "GUID": "6fe1e61a-91e5-40d7-a547-0d2dcc81bce8", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", + "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_GCC", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_GCC", + "GUID": "5f43d48c-dd3d-4dd8-a059-70c2f040f979", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_GCC", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_GCC", + "GUID": "5f43d48c-dd3d-4dd8-a059-70c2f040f979", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCC", + "Service_Plan_Id": "cdf787bd-1546-48d2-9e93-b21f9ea7067a", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCC" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_DOD", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_DOD", + "GUID": "f3d55e2d-4367-44fa-952e-83d0b5dd53fc", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_DOD", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_DOD", + "GUID": "f3d55e2d-4367-44fa-952e-83d0b5dd53fc", + "Service_Plan_Name": "PowerPages_Authenticated_User_DoD", + "Service_Plan_Id": "03300fea-7a88-45a6-b5bd-29653803c591", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity DoD" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "7cae5432-61bb-48c3-b75c-831394ec13a0", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "7cae5432-61bb-48c3-b75c-831394ec13a0", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", + "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T2_min_100_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "7cae5432-61bb-48c3-b75c-831394ec13a0", + "Service_Plan_Name": "PowerPages_Authenticated_Users_GCCH", + "Service_Plan_Id": "5410f688-68f2-47a5-9b8f-7466194a806a", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site mthly capacity GCCH New" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack CN_CN", + "String_Id": "Power Pages authenticated users T2_CN_CN", + "GUID": "7d2bb54a-a870-41c2-98d1-1f3b5b523275", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T2 min 100 units - 100 users/per site/month capacity pack CN_CN", + "String_Id": "Power Pages authenticated users T2_CN_CN", + "GUID": "7d2bb54a-a870-41c2-98d1-1f3b5b523275", + "Service_Plan_Name": "PowerPages_Authenticated_User_CN", + "Service_Plan_Id": "967d9574-a076-4bb7-ab89-f41f64bc142e", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity China" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack CN_CN", + "String_Id": "Power Pages authenticated users T3_CN_CN", + "GUID": "2cfd692f-a352-4fa8-b960-e3ad0c9b1178", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack CN_CN", + "String_Id": "Power Pages authenticated users T3_CN_CN", + "GUID": "2cfd692f-a352-4fa8-b960-e3ad0c9b1178", + "Service_Plan_Name": "PowerPages_Authenticated_User_CN", + "Service_Plan_Id": "967d9574-a076-4bb7-ab89-f41f64bc142e", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity China" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack", + "GUID": "878b8bbd-3cd0-4b44-9a56-3406741e65e0", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack", + "GUID": "878b8bbd-3cd0-4b44-9a56-3406741e65e0", + "Service_Plan_Name": "PowerPages_Authenticated_User", + "Service_Plan_Id": "0d3366f3-266e-4117-b422-7cabbc165e7c", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack", + "GUID": "878b8bbd-3cd0-4b44-9a56-3406741e65e0", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", + "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_GCC", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_GCC", + "GUID": "53265c61-c78c-4223-ab30-422da0c97fbb", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_GCC", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_GCC", + "GUID": "53265c61-c78c-4223-ab30-422da0c97fbb", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCC", + "Service_Plan_Id": "cdf787bd-1546-48d2-9e93-b21f9ea7067a", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCC" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_DOD", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_DOD", + "GUID": "398d37b5-8deb-48db-8f7f-703eb2fb7c72", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_DOD", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_DOD", + "GUID": "398d37b5-8deb-48db-8f7f-703eb2fb7c72", + "Service_Plan_Name": "PowerPages_Authenticated_User_DoD", + "Service_Plan_Id": "03300fea-7a88-45a6-b5bd-29653803c591", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity DoD" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "01d46c34-3525-47d5-bd1a-5f19979938a0", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "01d46c34-3525-47d5-bd1a-5f19979938a0", + "Service_Plan_Name": "PowerPages_Authenticated_User_GCCH", + "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" + }, + { + "Product_Display_Name": "Power Pages authenticated users T3 min 1,000 units - 100 users/per site/month capacity pack_USGOV_GCCHIGH", + "String_Id": "Power_Pages_authenticated_users_T3_min_1,000_units_100_users/per_site/month_capacity_pack_USGOV_GCCHIGH", + "GUID": "01d46c34-3525-47d5-bd1a-5f19979938a0", + "Service_Plan_Name": "PowerPages_Authenticated_Users_GCCH", + "Service_Plan_Id": "5410f688-68f2-47a5-9b8f-7466194a806a", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site mthly capacity GCCH New" + }, + { + "Product_Display_Name": "Power Pages vTrial for Makers", + "String_Id": "Power_Pages_vTrial_for_Makers", + "GUID": "3f9f06f5-3c31-472c-985f-62d9c10ec167", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Pages vTrial for Makers", + "String_Id": "Power_Pages_vTrial_for_Makers", + "GUID": "3f9f06f5-3c31-472c-985f-62d9c10ec167", + "Service_Plan_Name": "DYN365_CDS_VIRAL", + "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Power Pages vTrial for Makers", + "String_Id": "Power_Pages_vTrial_for_Makers", + "GUID": "3f9f06f5-3c31-472c-985f-62d9c10ec167", + "Service_Plan_Name": "POWER_PAGES_VTRIAL", + "Service_Plan_Id": "6817d093-2d30-4249-8bd6-774f01efa78c", + "Service_Plans_Included_Friendly_Names": "Power Pages vTrial for Makers" + }, + { + "Product_Display_Name": "Power Virtual Agent", + "String_Id": "VIRTUAL_AGENT_BASE", + "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", + "Service_Plan_Name": "CDS_VIRTUAL_AGENT_BASE", + "Service_Plan_Id": "0a0a23fa-fea1-4195-bb89-b4789cb12f7f", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Virtual Agent Base" + }, + { + "Product_Display_Name": "Power Virtual Agent", + "String_Id": "VIRTUAL_AGENT_BASE", + "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", + "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_BASE", + "Service_Plan_Id": "4b81a949-69a1-4409-ad34-9791a6ec88aa", + "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent" + }, + { + "Product_Display_Name": "Power Virtual Agent", + "String_Id": "VIRTUAL_AGENT_BASE", + "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", + "Service_Plan_Name": "VIRTUAL_AGENT_BASE", + "Service_Plan_Id": "f6934f16-83d3-4f3b-ad27-c6e9c187b260", + "Service_Plans_Included_Friendly_Names": "Virtual Agent Base" + }, + { + "Product_Display_Name": "Power Virtual Agent for GCC", + "String_Id": "VIRTUAL_AGENT_BASE_GCC", + "GUID": "9900a3e2-6660-4c52-9074-60c949991389", + "Service_Plan_Name": "CDS_Virtual_Agent_Base_Gov", + "Service_Plan_Id": "e4d0b25d-e440-4ee9-aac4-1d5a5db9f3ef", + "Service_Plans_Included_Friendly_Names": "Dataverse for Virtual Agent Base for GCC" + }, + { + "Product_Display_Name": "Power Virtual Agent for GCC", + "String_Id": "VIRTUAL_AGENT_BASE_GCC", + "GUID": "9900a3e2-6660-4c52-9074-60c949991389", + "Service_Plan_Name": "FLOW_Virtual_Agent_Base_Gov", + "Service_Plan_Id": "f9f6db16-ace6-4838-b11c-892ee75e810a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent for GCC" + }, + { + "Product_Display_Name": "Power Virtual Agent for GCC", + "String_Id": "VIRTUAL_AGENT_BASE_GCC", + "GUID": "9900a3e2-6660-4c52-9074-60c949991389", + "Service_Plan_Name": "Virtual_Agent_Base_GCC", + "Service_Plan_Id": "e425b9f6-1543-45a0-8efb-f8fdaf18cba1", + "Service_Plans_Included_Friendly_Names": "Virtual Agent Base for GCC" + }, + { + "Product_Display_Name": "Power Virtual Agent User License", + "String_Id": "VIRTUAL_AGENT_USL", + "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", + "Service_Plan_Name": "CDS_VIRTUAL_AGENT_USL", + "Service_Plan_Id": "cb867b3c-7f38-4d0d-99ce-e29cd69812c8", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Power Virtual Agent User License", + "String_Id": "VIRTUAL_AGENT_USL", + "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", + "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_USL", + "Service_Plan_Id": "82f141c9-2e87-4f43-8cb2-12d2701dc6b3", + "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent" + }, + { + "Product_Display_Name": "Power Virtual Agent User License", + "String_Id": "VIRTUAL_AGENT_USL", + "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", + "Service_Plan_Name": "VIRTUAL_AGENT_USL", + "Service_Plan_Id": "1263586c-59a4-4ad0-85e1-d50bc7149501", + "Service_Plans_Included_Friendly_Names": "Virtual Agent" + }, + { + "Product_Display_Name": "Power Virtual Agent User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "CDS_Virtual_Agent_Usl_GCC", + "Service_Plan_Id": "95df1203-fee7-4726-b7e1-8037a8e899eb", + "Service_Plans_Included_Friendly_Names": "Dataverse for Virtual Agent USL for GCC" + }, + { + "Product_Display_Name": "Power Virtual Agent User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "Flow_Virtual_Agent_Usl_Gov", + "Service_Plan_Id": "0b939472-1861-45f1-ab6d-208f359c05cd", + "Service_Plans_Included_Friendly_Names": "Flow for Virtual Agent for GCC" + }, + { + "Product_Display_Name": "Power Virtual Agent User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "FLOW_Virtual_Agent_Base_Gov", + "Service_Plan_Id": "f9f6db16-ace6-4838-b11c-892ee75e810a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent for GCC" + }, + { + "Product_Display_Name": "Power Virtual Agent User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "Power_Virtual_Agent_Usl_GCC", + "Service_Plan_Id": "0bdd5466-65c3-470a-9fa6-f679b48286b0", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agent USL for GCC" + }, + { + "Product_Display_Name": "Power Virtual Agents Viral Trial", + "String_Id": "CCIBOTS_PRIVPREV_VIRAL", + "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", + "Service_Plan_Name": "DYN365_CDS_CCI_BOTS", + "Service_Plan_Id": "cf7034ed-348f-42eb-8bbd-dddeea43ee81", + "Service_Plans_Included_Friendly_Names": "Common Data Service for CCI Bots" + }, + { + "Product_Display_Name": "Power Virtual Agents Viral Trial", + "String_Id": "CCIBOTS_PRIVPREV_VIRAL", + "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", + "Service_Plan_Name": "CCIBOTS_PRIVPREV_VIRAL", + "Service_Plan_Id": "ce312d15-8fdf-44c0-9974-a25a177125ee", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Customer Service Virtual Agents Viral" + }, + { + "Product_Display_Name": "Power Virtual Agents Viral Trial", + "String_Id": "CCIBOTS_PRIVPREV_VIRAL", + "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", + "Service_Plan_Name": "FLOW_CCI_BOTS", + "Service_Plan_Id": "5d798708-6473-48ad-9776-3acc301c40af", + "Service_Plans_Included_Friendly_Names": "Flow for CCI Bots" + }, + { + "Product_Display_Name": "Privacy Management – risk", + "String_Id": "PRIVACY_MANAGEMENT_RISK", + "GUID": "e42bc969-759a-4820-9283-6b73085b68e6", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Privacy Management – risk", + "String_Id": "PRIVACY_MANAGEMENT_RISK", + "GUID": "e42bc969-759a-4820-9283-6b73085b68e6", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", + "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", + "Service_Plans_Included_Friendly_Names": "Priva - Risk" + }, + { + "Product_Display_Name": "Privacy Management – risk", + "String_Id": "PRIVACY_MANAGEMENT_RISK", + "GUID": "e42bc969-759a-4820-9283-6b73085b68e6", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", + "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", + "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - risk for EDU", + "String_Id": "PRIVACY_MANAGEMENT_RISK_EDU", + "GUID": "dcdbaae7-d8c9-40cb-8bb1-62737b9e5a86", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Privacy Management - risk for EDU", + "String_Id": "PRIVACY_MANAGEMENT_RISK_EDU", + "GUID": "dcdbaae7-d8c9-40cb-8bb1-62737b9e5a86", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", + "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", + "Service_Plans_Included_Friendly_Names": "Priva - Risk" + }, + { + "Product_Display_Name": "Privacy Management - risk for EDU", + "String_Id": "PRIVACY_MANAGEMENT_RISK_EDU", + "GUID": "dcdbaae7-d8c9-40cb-8bb1-62737b9e5a86", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", + "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", + "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - risk GCC", + "String_Id": "PRIVACY_MANAGEMENT_RISK_GCC", + "GUID": "046f7d3b-9595-4685-a2e8-a2832d2b26aa", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Privacy Management - risk GCC", + "String_Id": "PRIVACY_MANAGEMENT_RISK_GCC", + "GUID": "046f7d3b-9595-4685-a2e8-a2832d2b26aa", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", + "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", + "Service_Plans_Included_Friendly_Names": "Priva - Risk" + }, + { + "Product_Display_Name": "Privacy Management - risk GCC", + "String_Id": "PRIVACY_MANAGEMENT_RISK_GCC", + "GUID": "046f7d3b-9595-4685-a2e8-a2832d2b26aa", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", + "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", + "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - risk_USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_DOD", + "GUID": "83b30692-0d09-435c-a455-2ab220d504b9", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Privacy Management - risk_USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_DOD", + "GUID": "83b30692-0d09-435c-a455-2ab220d504b9", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", + "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", + "Service_Plans_Included_Friendly_Names": "Priva - Risk" + }, + { + "Product_Display_Name": "Privacy Management - risk_USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_DOD", + "GUID": "83b30692-0d09-435c-a455-2ab220d504b9", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", + "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", + "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - risk_USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_GCCHIGH", + "GUID": "787d7e75-29ca-4b90-a3a9-0b780b35367c", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Privacy Management - risk_USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_GCCHIGH", + "GUID": "787d7e75-29ca-4b90-a3a9-0b780b35367c", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK", + "Service_Plan_Id": "f281fb1f-99a7-46ab-9edb-ffd74e260ed3", + "Service_Plans_Included_Friendly_Names": "Priva - Risk" + }, + { + "Product_Display_Name": "Privacy Management - risk_USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_RISK_USGOV_GCCHIGH", + "GUID": "787d7e75-29ca-4b90-a3a9-0b780b35367c", + "Service_Plan_Name": "PRIVACY_MANGEMENT_RISK_EXCHANGE", + "Service_Plan_Id": "ebb17a6e-6002-4f65-acb0-d386480cebc1", + "Service_Plans_Included_Friendly_Names": "Priva - Risk (Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2", + "GUID": "d9020d1c-94ef-495a-b6de-818cbbcaa3b8", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2", + "GUID": "d9020d1c-94ef-495a-b6de-818cbbcaa3b8", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", + "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2", + "GUID": "d9020d1c-94ef-495a-b6de-818cbbcaa3b8", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", + "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_EDU_V2", + "GUID": "475e3e81-3c75-4e07-95b6-2fed374536c8", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_EDU_V2", + "GUID": "475e3e81-3c75-4e07-95b6-2fed374536c8", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", + "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_EDU_V2", + "GUID": "475e3e81-3c75-4e07-95b6-2fed374536c8", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", + "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_GCC", + "GUID": "017fb6f8-00dd-4025-be2b-4eff067cae72", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_GCC", + "GUID": "017fb6f8-00dd-4025-be2b-4eff067cae72", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", + "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_GCC", + "GUID": "017fb6f8-00dd-4025-be2b-4eff067cae72", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", + "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_DOD", + "GUID": "d3c841f3-ea93-4da2-8040-6f2348d20954", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_DOD", + "GUID": "d3c841f3-ea93-4da2-8040-6f2348d20954", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", + "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_DOD", + "GUID": "d3c841f3-ea93-4da2-8040-6f2348d20954", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", + "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_GCCHIGH", + "GUID": "706d2425-6170-4818-ba08-2ad8f1d2d078", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_GCCHIGH", + "GUID": "706d2425-6170-4818-ba08-2ad8f1d2d078", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_1", + "Service_Plan_Id": "93d24177-c2c3-408a-821d-3d25dfa66e7a", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (1) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_1_V2_USGOV_GCCHIGH", + "GUID": "706d2425-6170-4818-ba08-2ad8f1d2d078", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_1", + "Service_Plan_Id": "07a4098c-3f2d-427f-bfe2-5889ed75dd7b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (1)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2", + "GUID": "78ea43ac-9e5d-474f-8537-4abb82dafe27", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2", + "GUID": "78ea43ac-9e5d-474f-8537-4abb82dafe27", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", + "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2", + "GUID": "78ea43ac-9e5d-474f-8537-4abb82dafe27", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", + "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_EDU_V2", + "GUID": "e001d9f1-5047-4ebf-8927-148530491f83", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_EDU_V2", + "GUID": "e001d9f1-5047-4ebf-8927-148530491f83", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", + "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_EDU_V2", + "GUID": "e001d9f1-5047-4ebf-8927-148530491f83", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", + "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_GCC", + "GUID": "a056b037-1fa0-4133-a583-d05cff47d551", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_GCC", + "GUID": "a056b037-1fa0-4133-a583-d05cff47d551", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", + "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_GCC", + "GUID": "a056b037-1fa0-4133-a583-d05cff47d551", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", + "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_DOD", + "GUID": "ab28dfa1-853a-4f54-9315-f5146975ac9a", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_DOD", + "GUID": "ab28dfa1-853a-4f54-9315-f5146975ac9a", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", + "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_DOD", + "GUID": "ab28dfa1-853a-4f54-9315-f5146975ac9a", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", + "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_GCCHIGH", + "GUID": "f6aa3b3d-62f4-4c1d-a44f-0550f40f729c", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_GCCHIGH", + "GUID": "f6aa3b3d-62f4-4c1d-a44f-0550f40f729c", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_10", + "Service_Plan_Id": "f0241705-7b44-4401-a6b6-7055062b5b03", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (10) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_10_V2_USGOV_GCCHIGH", + "GUID": "f6aa3b3d-62f4-4c1d-a44f-0550f40f729c", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_10", + "Service_Plan_Id": "74853901-d7a9-428e-895d-f4c8687a9f0b", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (10)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50", + "GUID": "c416b349-a83c-48cb-9529-c420841dedd6", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50", + "GUID": "c416b349-a83c-48cb-9529-c420841dedd6", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR", + "Service_Plan_Id": "8bbd1fea-6dc6-4aef-8abc-79af22d746e4", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50", + "GUID": "c416b349-a83c-48cb-9529-c420841dedd6", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE", + "Service_Plan_Id": "7ca7f875-98db-4458-ab1b-47503826dd73", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_V2", + "GUID": "f6c82f13-9554-4da1-bed3-c024cc906e02", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_V2", + "GUID": "f6c82f13-9554-4da1-bed3-c024cc906e02", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR", + "Service_Plan_Id": "8bbd1fea-6dc6-4aef-8abc-79af22d746e4", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_V2", + "GUID": "f6c82f13-9554-4da1-bed3-c024cc906e02", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE", + "Service_Plan_Id": "7ca7f875-98db-4458-ab1b-47503826dd73", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_EDU_V2", + "GUID": "ed45d397-7d61-4110-acc0-95674917bb14", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_EDU_V2", + "GUID": "ed45d397-7d61-4110-acc0-95674917bb14", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR", + "Service_Plan_Id": "8bbd1fea-6dc6-4aef-8abc-79af22d746e4", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (50) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_50_EDU_V2", + "GUID": "ed45d397-7d61-4110-acc0-95674917bb14", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE", + "Service_Plan_Id": "7ca7f875-98db-4458-ab1b-47503826dd73", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2", + "GUID": "cf4c6c3b-f863-4940-97e8-1d25e912f4c4", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2", + "GUID": "cf4c6c3b-f863-4940-97e8-1d25e912f4c4", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", + "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100)", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2", + "GUID": "cf4c6c3b-f863-4940-97e8-1d25e912f4c4", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", + "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_EDU_V2", + "GUID": "9b85b4f0-92d9-4c3d-b230-041520cb1046", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_EDU_V2", + "GUID": "9b85b4f0-92d9-4c3d-b230-041520cb1046", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", + "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) for EDU", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_EDU_V2", + "GUID": "9b85b4f0-92d9-4c3d-b230-041520cb1046", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", + "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_GCC", + "GUID": "91bbc479-4c2c-4210-9c88-e5b468c35b83", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_GCC", + "GUID": "91bbc479-4c2c-4210-9c88-e5b468c35b83", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", + "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) GCC", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_GCC", + "GUID": "91bbc479-4c2c-4210-9c88-e5b468c35b83", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", + "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_DOD", + "GUID": "ba6e69d5-ba2e-47a7-b081-66c1b8e7e7d4", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_DOD", + "GUID": "ba6e69d5-ba2e-47a7-b081-66c1b8e7e7d4", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", + "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_DOD", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_DOD", + "GUID": "ba6e69d5-ba2e-47a7-b081-66c1b8e7e7d4", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", + "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_GCCHIGH", + "GUID": "cee36ce4-cc31-481f-8cab-02765d3e441f", + "Service_Plan_Name": "MIP_S_EXCHANGE_CO", + "Service_Plan_Id": "5b96ffc4-3853-4cf4-af50-e38505080f6b", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365 - Company Level" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_GCCHIGH", + "GUID": "cee36ce4-cc31-481f-8cab-02765d3e441f", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_EXCHANGE_100", + "Service_Plan_Id": "5c221cec-2c39-435b-a1e2-7cdd7fac5913", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100 - Exchange)" + }, + { + "Product_Display_Name": "Privacy Management - subject rights request (100) USGOV_GCCHIGH", + "String_Id": "PRIVACY_MANAGEMENT_SUB_RIGHTS_REQ_100_V2_USGOV_GCCHIGH", + "GUID": "cee36ce4-cc31-481f-8cab-02765d3e441f", + "Service_Plan_Name": "PRIVACY_MANGEMENT_DSR_100", + "Service_Plan_Id": "500f440d-167e-4030-a3a7-8cd35421fbd8", + "Service_Plans_Included_Friendly_Names": "Privacy Management - Subject Rights Request (100)" + }, + { + "Product_Display_Name": "Project for Office 365", + "String_Id": "PROJECTCLIENT", + "GUID": "a10d5e58-74da-4312-95c8-76be4e5b75a0", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" + }, + { + "Product_Display_Name": "Project Online Essentials", + "String_Id": "PROJECTESSENTIALS", + "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Online Essentials", + "String_Id": "PROJECTESSENTIALS", + "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Project Online Essentials", + "String_Id": "PROJECTESSENTIALS", + "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the web" + }, + { + "Product_Display_Name": "Project Online Essentials", + "String_Id": "PROJECTESSENTIALS", + "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Project Online Essentials", + "String_Id": "PROJECTESSENTIALS", + "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Project Online Essentials", + "String_Id": "PROJECTESSENTIALS", + "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Project Online Essentials for Faculty", + "String_Id": "PROJECTESSENTIALS_FACULTY", + "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Online Essentials for Faculty", + "String_Id": "PROJECTESSENTIALS_FACULTY", + "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Project Online Essentials for Faculty", + "String_Id": "PROJECTESSENTIALS_FACULTY", + "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Project Online Essentials for Faculty", + "String_Id": "PROJECTESSENTIALS_FACULTY", + "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Project Online Essentials for Faculty", + "String_Id": "PROJECTESSENTIALS_FACULTY", + "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Project Online Essentials for Faculty", + "String_Id": "PROJECTESSENTIALS_FACULTY", + "GUID": "e433b246-63e7-4d0b-9efa-7940fa3264d6", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Project Online Essentials for GCC", + "String_Id": "PROJECTESSENTIALS_GOV", + "GUID": "ca1a159a-f09e-42b8-bb82-cb6420f54c8e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Project Online Essentials for GCC", + "String_Id": "PROJECTESSENTIALS_GOV", + "GUID": "ca1a159a-f09e-42b8-bb82-cb6420f54c8e", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Project Online Essentials for GCC", + "String_Id": "PROJECTESSENTIALS_GOV", + "GUID": "ca1a159a-f09e-42b8-bb82-cb6420f54c8e", + "Service_Plan_Name": "PROJECT_ESSENTIALS_GOV", + "Service_Plan_Id": "fdcb7064-f45c-46fa-b056-7e0e9fdf4bf3", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials for Government" + }, + { + "Product_Display_Name": "Project Online Essentials for GCC", + "String_Id": "PROJECTESSENTIALS_GOV", + "GUID": "ca1a159a-f09e-42b8-bb82-cb6420f54c8e", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Project Online Premium", + "String_Id": "PROJECTPREMIUM", + "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" + }, + { + "Product_Display_Name": "Project Online Premium", + "String_Id": "PROJECTPREMIUM", + "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", + "Service_Plan_Name": "SHAREPOINT_PROJECT", + "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" + }, + { + "Product_Display_Name": "Project Online Premium", + "String_Id": "PROJECTPREMIUM", + "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Project Online Premium", + "String_Id": "PROJECTPREMIUM", + "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Project Online Premium Without Project Client", + "String_Id": "PROJECTONLINE_PLAN_1", + "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Project Online Premium Without Project Client", + "String_Id": "PROJECTONLINE_PLAN_1", + "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", + "Service_Plan_Name": "SHAREPOINT_PROJECT", + "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" + }, + { + "Product_Display_Name": "Project Online Premium Without Project Client", + "String_Id": "PROJECTONLINE_PLAN_1", + "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Project Online Premium Without Project Client", + "String_Id": "PROJECTONLINE_PLAN_1", + "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Project Online Premium Without Project Client", + "String_Id": "PROJECTONLINE_PLAN_1", + "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Project Online With Project for Office 365", + "String_Id": "PROJECTONLINE_PLAN_2", + "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" + }, + { + "Product_Display_Name": "Project Online With Project for Office 365", + "String_Id": "PROJECTONLINE_PLAN_2", + "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" + }, + { + "Product_Display_Name": "Project Online With Project for Office 365", + "String_Id": "PROJECTONLINE_PLAN_2", + "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", + "Service_Plan_Name": "SHAREPOINT_PROJECT", + "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" + }, + { + "Product_Display_Name": "Project Online With Project for Office 365", + "String_Id": "PROJECTONLINE_PLAN_2", + "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Project Online With Project for Office 365", + "String_Id": "PROJECTONLINE_PLAN_2", + "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" + }, + { + "Product_Display_Name": "Project Online With Project for Office 365", + "String_Id": "PROJECTONLINE_PLAN_2", + "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "SWAY" + }, + { + "Product_Display_Name": "Project Plan 1", + "String_Id": "PROJECT_P1", + "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", + "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_P1", + "Service_Plan_Id": "a6f677b3-62a6-4644-93e7-2a85d240845e", + "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR PROJECT P1" + }, + { + "Product_Display_Name": "Project Plan 1", + "String_Id": "PROJECT_P1", + "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Project Plan 1", + "String_Id": "PROJECT_P1", + "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", + "Service_Plan_Name": "Power_Automate_For_Project_P1", + "Service_Plan_Id": "00283e6b-2bd8-440f-a2d5-87358e4c89a1", + "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR PROJECT P1" + }, + { + "Product_Display_Name": "Project Plan 1", + "String_Id": "PROJECT_P1", + "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" + }, + { + "Product_Display_Name": "Project Plan 1", + "String_Id": "PROJECT_P1", + "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", + "Service_Plan_Name": "PROJECT_P1", + "Service_Plan_Id": "4a12c688-56c6-461a-87b1-30d6f32136f9", + "Service_Plans_Included_Friendly_Names": "PROJECT P1" + }, + { + "Product_Display_Name": "Project Plan 1", + "String_Id": "PROJECT_P1", + "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT" + }, + { + "Product_Display_Name": "Project Plan 1 (for Department)", + "String_Id": "PROJECT_PLAN1_DEPT", + "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", + "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_P1", + "Service_Plan_Id": "a6f677b3-62a6-4644-93e7-2a85d240845e", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project P1" + }, + { + "Product_Display_Name": "Project Plan 1 (for Department)", + "String_Id": "PROJECT_PLAN1_DEPT", + "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Plan 1 (for Department)", + "String_Id": "PROJECT_PLAN1_DEPT", + "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", + "Service_Plan_Name": "Power_Automate_For_Project_P1", + "Service_Plan_Id": "00283e6b-2bd8-440f-a2d5-87358e4c89a1", + "Service_Plans_Included_Friendly_Names": "Power Automate for Project P1" + }, + { + "Product_Display_Name": "Project Plan 1 (for Department)", + "String_Id": "PROJECT_PLAN1_DEPT", + "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Project Plan 1 (for Department)", + "String_Id": "PROJECT_PLAN1_DEPT", + "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", + "Service_Plan_Name": "PROJECT_P1", + "Service_Plan_Id": "4a12c688-56c6-461a-87b1-30d6f32136f9", + "Service_Plans_Included_Friendly_Names": "Project P1" + }, + { + "Product_Display_Name": "Project Plan 1 (for Department)", + "String_Id": "PROJECT_PLAN1_DEPT", + "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT STANDARD" + }, + { + "Product_Display_Name": "Project Plan 3", + "String_Id": "PROJECTPROFESSIONAL", + "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", + "Service_Plan_Name": "DYN365_CDS_PROJECT", + "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" + }, + { + "Product_Display_Name": "Project Plan 3", + "String_Id": "PROJECTPROFESSIONAL", + "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Plan 3", + "String_Id": "PROJECTPROFESSIONAL", + "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", + "Service_Plan_Name": "FLOW_FOR_PROJECT", + "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", + "Service_Plans_Included_Friendly_Names": "Flow for Project" + }, + { + "Product_Display_Name": "Project Plan 3", + "String_Id": "PROJECTPROFESSIONAL", + "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the web" + }, + { + "Product_Display_Name": "Project Plan 3", + "String_Id": "PROJECTPROFESSIONAL", + "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Project Plan 3", + "String_Id": "PROJECTPROFESSIONAL", + "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", + "Service_Plan_Name": "SHAREPOINT_PROJECT", + "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", + "Service_Plans_Included_Friendly_Names": "Project Online Service" + }, + { + "Product_Display_Name": "Project Plan 3", + "String_Id": "PROJECTPROFESSIONAL", + "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", + "Service_Plan_Name": "PROJECT_PROFESSIONAL", + "Service_Plan_Id": "818523f5-016b-4355-9be8-ed6944946ea7", + "Service_Plans_Included_Friendly_Names": "Project P3" + }, + { + "Product_Display_Name": "Project Plan 3", + "String_Id": "PROJECTPROFESSIONAL", + "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Project Plan 3 (for Department)", + "String_Id": "PROJECT_PLAN3_DEPT", + "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", + "Service_Plan_Name": "DYN365_CDS_PROJECT", + "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" + }, + { + "Product_Display_Name": "Project Plan 3 (for Department)", + "String_Id": "PROJECT_PLAN3_DEPT", + "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Plan 3 (for Department)", + "String_Id": "PROJECT_PLAN3_DEPT", + "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", + "Service_Plan_Name": "FLOW_FOR_PROJECT", + "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", + "Service_Plans_Included_Friendly_Names": "Flow for Project" + }, + { + "Product_Display_Name": "Project Plan 3 (for Department)", + "String_Id": "PROJECT_PLAN3_DEPT", + "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Project Plan 3 (for Department)", + "String_Id": "PROJECT_PLAN3_DEPT", + "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Project Plan 3 (for Department)", + "String_Id": "PROJECT_PLAN3_DEPT", + "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", + "Service_Plan_Name": "SHAREPOINT_PROJECT", + "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", + "Service_Plans_Included_Friendly_Names": "Project Online Service" + }, + { + "Product_Display_Name": "Project Plan 3 (for Department)", + "String_Id": "PROJECT_PLAN3_DEPT", + "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", + "Service_Plan_Name": "PROJECT_PROFESSIONAL", + "Service_Plan_Id": "818523f5-016b-4355-9be8-ed6944946ea7", + "Service_Plans_Included_Friendly_Names": "Project P3" + }, + { + "Product_Display_Name": "Project Plan 3 (for Department)", + "String_Id": "PROJECT_PLAN3_DEPT", + "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Project Plan 3 for Faculty", + "String_Id": "PROJECTPROFESSIONAL_FACULTY", + "GUID": "46974aed-363e-423c-9e6a-951037cec495", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Plan 3 for Faculty", + "String_Id": "PROJECTPROFESSIONAL_FACULTY", + "GUID": "46974aed-363e-423c-9e6a-951037cec495", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Project Plan 3 for Faculty", + "String_Id": "PROJECTPROFESSIONAL_FACULTY", + "GUID": "46974aed-363e-423c-9e6a-951037cec495", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Project Plan 3 for Faculty", + "String_Id": "PROJECTPROFESSIONAL_FACULTY", + "GUID": "46974aed-363e-423c-9e6a-951037cec495", + "Service_Plan_Name": "SHAREPOINT_PROJECT_EDU", + "Service_Plan_Id": "664a2fed-6c7a-468e-af35-d61740f0ec90", + "Service_Plans_Included_Friendly_Names": "Project Online Service for Education" + }, + { + "Product_Display_Name": "Project Plan 3 for Faculty", + "String_Id": "PROJECTPROFESSIONAL_FACULTY", + "GUID": "46974aed-363e-423c-9e6a-951037cec495", + "Service_Plan_Name": "PROJECT_PROFESSIONAL_FACULTY", + "Service_Plan_Id": "22572403-045f-432b-a660-af949c0a77b5", + "Service_Plans_Included_Friendly_Names": "Project P3 for Faculty" + }, + { + "Product_Display_Name": "Project Plan 3 for Faculty", + "String_Id": "PROJECTPROFESSIONAL_FACULTY", + "GUID": "46974aed-363e-423c-9e6a-951037cec495", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Project Plan 3 for Faculty", + "String_Id": "PROJECTPROFESSIONAL_FACULTY", + "GUID": "46974aed-363e-423c-9e6a-951037cec495", + "Service_Plan_Name": "DYN365_CDS_PROJECT", + "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" + }, + { + "Product_Display_Name": "Project Plan 3 for Faculty", + "String_Id": "PROJECTPROFESSIONAL_FACULTY", + "GUID": "46974aed-363e-423c-9e6a-951037cec495", + "Service_Plan_Name": "FLOW_FOR_PROJECT", + "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", + "Service_Plans_Included_Friendly_Names": "Power Automate for Project" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC", + "String_Id": "PROJECTPROFESSIONAL_GOV", + "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", + "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", + "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC", + "String_Id": "PROJECTPROFESSIONAL_GOV", + "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC", + "String_Id": "PROJECTPROFESSIONAL_GOV", + "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", + "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC", + "String_Id": "PROJECTPROFESSIONAL_GOV", + "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", + "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", + "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", + "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC", + "String_Id": "PROJECTPROFESSIONAL_GOV", + "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", + "Service_Plan_Name": "PROJECT_PROFESSIONAL_FOR_GOV", + "Service_Plan_Id": "49c7bc16-7004-4df6-8cd5-4ec48b7e9ea0", + "Service_Plans_Included_Friendly_Names": "Project P3 for GOV" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC", + "String_Id": "PROJECTPROFESSIONAL_GOV", + "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC", + "String_Id": "PROJECTPROFESSIONAL_GOV", + "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", + "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", + "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", + "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", + "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "MCOMEETBASIC_GOV", + "Service_Plan_Id": "986d454b-9027-4d9f-880b-f1b68f920cc4", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Audio Conferencing with dial-out to select geographies for GCC" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", + "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", + "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", + "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "PROJECT_PROFESSIONAL_FOR_GOV", + "Service_Plan_Id": "49c7bc16-7004-4df6-8cd5-4ec48b7e9ea0", + "Service_Plans_Included_Friendly_Names": "Project P3 for GOV" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Project Plan 3 for GCC TEST", + "String_Id": "Project_Professional_TEST_GCC", + "GUID": "5d505572-203c-4b83-aa9b-dab50fb46277", + "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", + "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", + "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" + }, + { + "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", + "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", + "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", + "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", + "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", + "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", + "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", + "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", + "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", + "Service_Plan_Name": "SHAREPOINT_PROJECT", + "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", + "Service_Plans_Included_Friendly_Names": "Project Online Service" + }, + { + "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", + "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", + "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Project Plan 3_USGOV_GCCHIGH", + "String_Id": "PROJECTPROFESSIONAL_USGOV_GCCHIGH", + "GUID": "64758d81-92b7-4855-bcac-06617becb3e8", + "Service_Plan_Name": "DYN365_CDS_PROJECT", + "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "SHAREPOINT_PROJECT_EDU", + "Service_Plan_Id": "664a2fed-6c7a-468e-af35-d61740f0ec90", + "Service_Plans_Included_Friendly_Names": "Project Online Service for Education" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "PROJECT_PROFESSIONAL_FACULTY", + "Service_Plan_Id": "22572403-045f-432b-a660-af949c0a77b5", + "Service_Plans_Included_Friendly_Names": "Project P3 for Faculty" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office Online for Education" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", + "Service_Plans_Included_Friendly_Names": "Project Client" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "Project Online for Education", + "Service_Plan_Id": "664a2fed-6c7a-468e-af35-d61740f0ec90", + "Service_Plans_Included_Friendly_Names": "Project Online for Education" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "DYN365_CDS_PROJECT", + "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" + }, + { + "Product_Display_Name": "Project Plan 5 for faculty", + "String_Id": "PROJECTPREMIUM_FACULTY", + "GUID": "930cc132-4d6b-4d8c-8818-587d17c50d56", + "Service_Plan_Name": "FLOW_FOR_PROJECT", + "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", + "Service_Plans_Included_Friendly_Names": "Power Automate for Project" + }, + { + "Product_Display_Name": "Project Plan 5 for GCC", + "String_Id": "PROJECTPREMIUM_GOV", + "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", + "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", + "Service_Plan_Id": "83837d9c-c21a-46a0-873e-d834c94015d6", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" + }, + { + "Product_Display_Name": "Project Plan 5 for GCC", + "String_Id": "PROJECTPREMIUM_GOV", + "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Project Plan 5 for GCC", + "String_Id": "PROJECTPREMIUM_GOV", + "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Project Plan 5 for GCC", + "String_Id": "PROJECTPREMIUM_GOV", + "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", + "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Project Plan 5 for GCC", + "String_Id": "PROJECTPREMIUM_GOV", + "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", + "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", + "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", + "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" + }, + { + "Product_Display_Name": "Project Plan 5 for GCC", + "String_Id": "PROJECTPREMIUM_GOV", + "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", + "Service_Plan_Name": "PROJECT_PROFESSIONAL_FOR_GOV", + "Service_Plan_Id": "49c7bc16-7004-4df6-8cd5-4ec48b7e9ea0", + "Service_Plans_Included_Friendly_Names": "Project P3 for GOV" + }, + { + "Product_Display_Name": "Project Plan 5 for GCC", + "String_Id": "PROJECTPREMIUM_GOV", + "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Project Plan 5 for GCC", + "String_Id": "PROJECTPREMIUM_GOV", + "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", + "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", + "Service_Plan_Id": "16687e20-06f9-4577-9cc0-34a2704260fc", + "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" + }, + { + "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", + "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", + "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", + "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", + "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", + "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", + "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" + }, + { + "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", + "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", + "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", + "Service_Plan_Name": "SHAREPOINTWAC_EDU", + "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" + }, + { + "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", + "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", + "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", + "Service_Plan_Name": "SHAREPOINT_PROJECT_EDU", + "Service_Plan_Id": "664a2fed-6c7a-468e-af35-d61740f0ec90", + "Service_Plans_Included_Friendly_Names": "Project Online Service for Education" + }, + { + "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", + "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", + "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", + "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" + }, + { + "Product_Display_Name": "Project Plan 5 without Project Client for Faculty", + "String_Id": "PROJECTONLINE_PLAN_1_FACULTY", + "GUID": "b732e2a7-5694-4dff-a0f2-9d9204c794ac", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Rights Management Adhoc", + "String_Id": "RIGHTSMANAGEMENT_ADHOC", + "GUID": "8c4ce438-32a7-4ac5-91a6-e22ae08d9c8b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Rights Management Adhoc", + "String_Id": "RIGHTSMANAGEMENT_ADHOC", + "GUID": "8c4ce438-32a7-4ac5-91a6-e22ae08d9c8b", + "Service_Plan_Name": "RMS_S_ADHOC", + "Service_Plan_Id": "7a39d7dd-e456-4e09-842a-0204ee08187b", + "Service_Plans_Included_Friendly_Names": "Rights Management Adhoc" + }, + { + "Product_Display_Name": "Rights Management Service Basic Content Protection", + "String_Id": "RMSBASIC", + "GUID": "093e8d14-a334-43d9-93e3-30589a8b47d0", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Rights Management Service Basic Content Protection", + "String_Id": "RMSBASIC", + "GUID": "093e8d14-a334-43d9-93e3-30589a8b47d0", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Sensor Data Intelligence Additional Machines Add-in for Dynamics 365 Supply Chain Management", + "String_Id": "DYN365_IOT_INTELLIGENCE_ADDL_MACHINES", + "GUID": "08e18479-4483-4f70-8f17-6f92156d8ea9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Sensor Data Intelligence Additional Machines Add-in for Dynamics 365 Supply Chain Management", + "String_Id": "DYN365_IOT_INTELLIGENCE_ADDL_MACHINES", + "GUID": "08e18479-4483-4f70-8f17-6f92156d8ea9", + "Service_Plan_Name": "D365_IOTFORSCM_ADDITIONAL", + "Service_Plan_Id": "a5f38206-2f48-4d83-9957-525f4e75e9c0", + "Service_Plans_Included_Friendly_Names": "IoT Intelligence Add-in Additional Machines" + }, + { + "Product_Display_Name": "Sensor Data Intelligence Scenario Add-in for Dynamics 365 Supply Chain Management", + "String_Id": "DYN365_IOT_INTELLIGENCE_SCENARIO", + "GUID": "9ea4bdef-a20b-4668-b4a7-73e1f7696e0a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Sensor Data Intelligence Scenario Add-in for Dynamics 365 Supply Chain Management", + "String_Id": "DYN365_IOT_INTELLIGENCE_SCENARIO", + "GUID": "9ea4bdef-a20b-4668-b4a7-73e1f7696e0a", + "Service_Plan_Name": "D365_IOTFORSCM", + "Service_Plan_Id": "83dd9619-c7d5-44da-9250-dc4ee79fff7e", + "Service_Plans_Included_Friendly_Names": "Iot Intelligence Add-in for D365 Supply Chain Management" + }, + { + "Product_Display_Name": "SharePoint Online (Plan 1)", + "String_Id": "SHAREPOINTSTANDARD", + "GUID": "1fc08a02-8b3d-43b9-831e-f76859e04e1a", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" + }, + { + "Product_Display_Name": "SharePoint Online (Plan 2)", + "String_Id": "SHAREPOINTENTERPRISE", + "GUID": "a9732ec9-17d9-494c-a51c-d6b45b384dcb", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "SharePoint Syntex", + "String_Id": "Intelligent_Content_Services", + "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", + "Service_Plan_Name": "CDS_O365_E5_KM", + "Service_Plan_Id": "3069d530-e41b-421c-ad59-fb1001a23e11", + "Service_Plans_Included_Friendly_Names": "Common Data Service for SharePoint Syntex" + }, + { + "Product_Display_Name": "SharePoint Syntex", + "String_Id": "Intelligent_Content_Services", + "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", + "Service_Plan_Name": "Intelligent_Content_Services", + "Service_Plan_Id": "f00bd55e-1633-416e-97c0-03684e42bc42", + "Service_Plans_Included_Friendly_Names": "SharePoint Syntex" + }, + { + "Product_Display_Name": "SharePoint Syntex", + "String_Id": "Intelligent_Content_Services", + "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", + "Service_Plan_Name": "Intelligent_Content_Services_SPO_type", + "Service_Plan_Id": "fd2e7f90-1010-487e-a11b-d2b1ae9651fc", + "Service_Plans_Included_Friendly_Names": "SharePoint Syntex - SPO type" + }, + { + "Product_Display_Name": "Skype for Business Online (Plan 1)", + "String_Id": "MCOIMP", + "GUID": "b8b749f8-a4ef-4887-9539-c95b1eaa5db7", + "Service_Plan_Name": "MCOIMP", + "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 1)" + }, + { + "Product_Display_Name": "Skype for Business Online (Plan 2)", + "String_Id": "MCOSTANDARD", + "GUID": "d42c793f-6c78-4f43-92ca-e8f6a02b035f", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" + }, + { + "Product_Display_Name": "Skype for Business PSTN Domestic and International Calling", + "String_Id": "MCOPSTN2", + "GUID": "d3b4fe1f-9992-4930-8acb-ca6ec609365e", + "Service_Plan_Name": "MCOPSTN2", + "Service_Plan_Id": "5a10155d-f5c1-411a-a8ec-e99aae125390", + "Service_Plans_Included_Friendly_Names": "DOMESTIC AND INTERNATIONAL CALLING PLAN" + }, + { + "Product_Display_Name": "Skype for Business PSTN Domestic Calling", + "String_Id": "MCOPSTN1", + "GUID": "0dab259f-bf13-4952-b7f8-7db8f131b28d", + "Service_Plan_Name": "MCOPSTN1", + "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", + "Service_Plans_Included_Friendly_Names": "DOMESTIC CALLING PLAN" + }, + { + "Product_Display_Name": "Skype for Business PSTN Domestic Calling (120 Minutes)", + "String_Id": "MCOPSTN5", + "GUID": "54a152dc-90de-4996-93d2-bc47e670fc06", + "Service_Plan_Name": "MCOPSTN5", + "Service_Plan_Id": "54a152dc-90de-4996-93d2-bc47e670fc06", + "Service_Plans_Included_Friendly_Names": "DOMESTIC CALLING PLAN" + }, + { + "Product_Display_Name": "Skype for Business PSTN Usage Calling Plan", + "String_Id": "MCOPSTNPP", + "GUID": "06b48c5f-01d9-4b18-9015-03b52040f51a", + "Service_Plan_Name": "MCOPSTN3", + "Service_Plan_Id": "6b340437-d6f9-4dc5-8cc2-99163f7f83d6", + "Service_Plans_Included_Friendly_Names": "MCOPSTN3" + }, + { + "Product_Display_Name": "Teams Phone Mobile", + "String_Id": "Operator_Connect_Mobile", + "GUID": "b84d58c9-0a0d-46cf-8a4b-d9f23c1674d5", + "Service_Plan_Name": "MCOFMC1", + "Service_Plan_Id": "cb22fbd7-ed7d-4786-a27a-e4cd617b69c0", + "Service_Plans_Included_Friendly_Names": "Teams Phone Mobile" + }, + { + "Product_Display_Name": "Teams Phone with Calling Plan", + "String_Id": "MCOTEAMS_ESSENTIALS", + "GUID": "ae2343d1-0999-43f6-ae18-d816516f6e78", + "Service_Plan_Name": "MCOPSTN1", + "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan" + }, + { + "Product_Display_Name": "Teams Phone with Calling Plan", + "String_Id": "MCOTEAMS_ESSENTIALS", + "GUID": "ae2343d1-0999-43f6-ae18-d816516f6e78", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Teams Premium (for Departments)", + "String_Id": "Teams_Premium_(for_Departments)", + "GUID": "52ea0e27-ae73-4983-a08f-13561ebdb823", + "Service_Plan_Name": "MICROSOFT_ECDN", + "Service_Plan_Id": "85704d55-2e73-47ee-93b4-4b8ea14db92b", + "Service_Plans_Included_Friendly_Names": "Microsoft eCDN" + }, + { + "Product_Display_Name": "Teams Premium (for Departments)", + "String_Id": "Teams_Premium_(for_Departments)", + "GUID": "52ea0e27-ae73-4983-a08f-13561ebdb823", + "Service_Plan_Name": "MESH_IMMERSIVE", + "Service_Plan_Id": "acbca54f-c771-423b-a476-6d7a98cbbcec", + "Service_Plans_Included_Friendly_Names": "Microsoft Mesh" + }, + { + "Product_Display_Name": "Teams Premium (for Departments)", + "String_Id": "Teams_Premium_(for_Departments)", + "GUID": "52ea0e27-ae73-4983-a08f-13561ebdb823", + "Service_Plan_Name": "TEAMSPRO_MGMT", + "Service_Plan_Id": "0504111f-feb8-4a3c-992a-70280f9a2869", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Intelligent" + }, + { + "Product_Display_Name": "Teams Premium (for Departments)", + "String_Id": "Teams_Premium_(for_Departments)", + "GUID": "52ea0e27-ae73-4983-a08f-13561ebdb823", + "Service_Plan_Name": "TEAMSPRO_CUST", + "Service_Plan_Id": "cc8c0802-a325-43df-8cba-995d0c6cb373", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Personalized" + }, + { + "Product_Display_Name": "Teams Premium (for Departments)", + "String_Id": "Teams_Premium_(for_Departments)", + "GUID": "52ea0e27-ae73-4983-a08f-13561ebdb823", + "Service_Plan_Name": "TEAMSPRO_PROTECTION", + "Service_Plan_Id": "f8b44f54-18bb-46a3-9658-44ab58712968", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Secure" + }, + { + "Product_Display_Name": "Teams Premium (for Departments)", + "String_Id": "Teams_Premium_(for_Departments)", + "GUID": "52ea0e27-ae73-4983-a08f-13561ebdb823", + "Service_Plan_Name": "TEAMSPRO_VIRTUALAPPT", + "Service_Plan_Id": "9104f592-f2a7-4f77-904c-ca5a5715883f", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Virtual Appointment" + }, + { + "Product_Display_Name": "Teams Premium (for Departments)", + "String_Id": "Teams_Premium_(for_Departments)", + "GUID": "52ea0e27-ae73-4983-a08f-13561ebdb823", + "Service_Plan_Name": "MCO_VIRTUAL_APPT", + "Service_Plan_Id": "711413d0-b36e-4cd4-93db-0a50a4ab7ea3", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Virtual Appointments" + }, + { + "Product_Display_Name": "Teams Premium (for Departments)", + "String_Id": "Teams_Premium_(for_Departments)", + "GUID": "52ea0e27-ae73-4983-a08f-13561ebdb823", + "Service_Plan_Name": "TEAMSPRO_WEBINAR", + "Service_Plan_Id": "78b58230-ec7e-4309-913c-93a45cc4735b", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Webinar" + }, + { + "Product_Display_Name": "Teams Rooms Premium", + "String_Id": "MTR_PREM", + "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", + "Service_Plan_Name": "MMR_P1", + "Service_Plan_Id": "bdaa59a3-74fd-4137-981a-31d4f84eb8a0", + "Service_Plans_Included_Friendly_Names": "Meeting Room Managed Services" + }, + { + "Product_Display_Name": "Teams Rooms Premium", + "String_Id": "MTR_PREM", + "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Teams Rooms Premium", + "String_Id": "MTR_PREM", + "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Teams Rooms Premium", + "String_Id": "MTR_PREM", + "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Teams Rooms Premium", + "String_Id": "MTR_PREM", + "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Teams Rooms Premium", + "String_Id": "MTR_PREM", + "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Teams Rooms Premium", + "String_Id": "MTR_PREM", + "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "TELSTRA Calling for O365", + "String_Id": "MCOPSTNEAU2", + "GUID": "de3312e1-c7b0-46e6-a7c3-a515ff90bc86", + "Service_Plan_Name": "MCOPSTNEAU", + "Service_Plan_Id": "7861360b-dc3b-4eba-a3fc-0d323a035746", + "Service_Plans_Included_Friendly_Names": "AUSTRALIA CALLING PLAN" + }, + { + "Product_Display_Name": "Universal Print", + "String_Id": "UNIVERSAL_PRINT", + "GUID": "9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Viva Learning", + "String_Id": "VIVA_LEARNING", + "GUID": "c9d442fc-21fb-4bd7-89e0-a710d74987f6", + "Service_Plan_Name": "VIVA_LEARNING_PREMIUM", + "Service_Plan_Id": "7162bd38-edae-4022-83a7-c5837f951759", + "Service_Plans_Included_Friendly_Names": "Viva Learning" + }, + { + "Product_Display_Name": "Universal Print", + "String_Id": "UNIVERSAL_PRINT", + "GUID": "9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Visio Plan 1", + "String_Id": "VISIO_PLAN1_DEPT", + "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Visio Plan 1", + "String_Id": "VISIO_PLAN1_DEPT", + "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", + "Service_Plan_Name": "ONEDRIVE_BASIC", + "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", + "Service_Plans_Included_Friendly_Names": "OneDrive for business Basic" + }, + { + "Product_Display_Name": "Visio Plan 1", + "String_Id": "VISIO_PLAN1_DEPT", + "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", + "Service_Plan_Name": "VISIOONLINE", + "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", + "Service_Plans_Included_Friendly_Names": "Visio web app" + }, + { + "Product_Display_Name": "Visio Plan 2", + "String_Id": "VISIO_PLAN2_DEPT", + "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Visio Plan 2", + "String_Id": "VISIO_PLAN2_DEPT", + "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", + "Service_Plan_Name": "ONEDRIVE_BASIC", + "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic)" + }, + { + "Product_Display_Name": "Visio Plan 2", + "String_Id": "VISIO_PLAN2_DEPT", + "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", + "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", + "Service_Plans_Included_Friendly_Names": "Visio Desktop App" + }, + { + "Product_Display_Name": "Visio Plan 2", + "String_Id": "VISIO_PLAN2_DEPT", + "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", + "Service_Plan_Name": "VISIOONLINE", + "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", + "Service_Plans_Included_Friendly_Names": "Visio Web App" + }, + { + "Product_Display_Name": "Visio Plan 2_USGOV_GCCHIGH", + "String_Id": "VISIOCLIENT_USGOV_GCCHIGH", + "GUID": "80e52531-ad7f-44ea-abc3-28e389462f1b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Visio Plan 2_USGOV_GCCHIGH", + "String_Id": "VISIOCLIENT_USGOV_GCCHIGH", + "GUID": "80e52531-ad7f-44ea-abc3-28e389462f1b", + "Service_Plan_Name": "ONEDRIVE_BASIC", + "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic)" + }, + { + "Product_Display_Name": "Visio Plan 2_USGOV_GCCHIGH", + "String_Id": "VISIOCLIENT_USGOV_GCCHIGH", + "GUID": "80e52531-ad7f-44ea-abc3-28e389462f1b", + "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", + "Service_Plans_Included_Friendly_Names": "Visio Desktop App" + }, + { + "Product_Display_Name": "Visio Plan 2_USGOV_GCCHIGH", + "String_Id": "VISIOCLIENT_USGOV_GCCHIGH", + "GUID": "80e52531-ad7f-44ea-abc3-28e389462f1b", + "Service_Plan_Name": "VISIOONLINE", + "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", + "Service_Plans_Included_Friendly_Names": "Visio Web App" + }, + { + "Product_Display_Name": "Visio Online Plan 1", + "String_Id": "VISIOONLINE_PLAN1", + "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Visio Online Plan 1", + "String_Id": "VISIOONLINE_PLAN1", + "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", + "Service_Plan_Name": "ONEDRIVE_BASIC", + "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", + "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC" + }, + { + "Product_Display_Name": "Visio Online Plan 1", + "String_Id": "VISIOONLINE_PLAN1", + "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", + "Service_Plan_Name": "VISIOONLINE", + "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", + "Service_Plans_Included_Friendly_Names": "VISIO WEB APP" + }, + { + "Product_Display_Name": "Visio Online Plan 2", + "String_Id": "VISIOCLIENT", + "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Visio Online Plan 2", + "String_Id": "VISIOCLIENT", + "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", + "Service_Plan_Name": "ONEDRIVE_BASIC", + "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", + "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC" + }, + { + "Product_Display_Name": "Visio Online Plan 2", + "String_Id": "VISIOCLIENT", + "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", + "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", + "Service_Plans_Included_Friendly_Names": "VISIO DESKTOP APP" + }, + { + "Product_Display_Name": "Visio Online Plan 2", + "String_Id": "VISIOCLIENT", + "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", + "Service_Plan_Name": "VISIOONLINE", + "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", + "Service_Plans_Included_Friendly_Names": "VISIO WEB APP" + }, + { + "Product_Display_Name": "Visio Plan 2 for GCC", + "String_Id": "VISIOCLIENT_GOV", + "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Visio Plan 2 for GCC", + "String_Id": "VISIOCLIENT_GOV", + "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", + "Service_Plan_Name": "ONEDRIVE_BASIC_GOV", + "Service_Plan_Id": "98709c2e-96b5-4244-95f5-a0ebe139fb8a", + "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Visio Plan 2 for GCC", + "String_Id": "VISIOCLIENT_GOV", + "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", + "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION_GOV", + "Service_Plan_Id": "f85945f4-7a55-4009-bc39-6a5f14a8eac1", + "Service_Plans_Included_Friendly_Names": "VISIO DESKTOP APP FOR Government" + }, + { + "Product_Display_Name": "Visio Plan 2 for GCC", + "String_Id": "VISIOCLIENT_GOV", + "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", + "Service_Plan_Name": "VISIOONLINE_GOV", + "Service_Plan_Id": "8a9ecb07-cfc0-48ab-866c-f83c4d911576", + "Service_Plans_Included_Friendly_Names": "VISIO WEB APP FOR GOVERNMENT" + }, + { + "Product_Display_Name": "Visio Plan 2 for Faculty", + "String_Id": "VISIOCLIENT_FACULTY", + "GUID": "bf95fd32-576a-4742-8d7a-6dc4940b9532", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Visio Plan 2 for Faculty", + "String_Id": "VISIOCLIENT_FACULTY", + "GUID": "bf95fd32-576a-4742-8d7a-6dc4940b9532", + "Service_Plan_Name": "ONEDRIVE_BASIC", + "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", + "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic)" + }, + { + "Product_Display_Name": "Visio Plan 2 for Faculty", + "String_Id": "VISIOCLIENT_FACULTY", + "GUID": "bf95fd32-576a-4742-8d7a-6dc4940b9532", + "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", + "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", + "Service_Plans_Included_Friendly_Names": "Visio Desktop App" + }, + { + "Product_Display_Name": "Visio Plan 2 for Faculty", + "String_Id": "VISIOCLIENT_FACULTY", + "GUID": "bf95fd32-576a-4742-8d7a-6dc4940b9532", + "Service_Plan_Name": "VISIOONLINE", + "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", + "Service_Plans_Included_Friendly_Names": "Visio Web App" + }, + { + "Product_Display_Name": "Viva Goals User-led", + "String_Id": "Viva_Goals_User_led", + "GUID": "3a349c99-ffec-43d2-a2e8-6b97fcb71103", + "Service_Plan_Name": "Viva_Goals_Premium", + "Service_Plan_Id": "b44c6eaf-5c9f-478c-8f16-8cea26353bfb", + "Service_Plans_Included_Friendly_Names": "Viva Goals" + }, + { + "Product_Display_Name": "Viva Topics", + "String_Id": "TOPIC_EXPERIENCES", + "GUID": "4016f256-b063-4864-816e-d818aad600c9", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX_TOPICEXP", + "Service_Plan_Id": "b74d57b2-58e9-484a-9731-aeccbba954f0", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index (Viva Topics)" + }, + { + "Product_Display_Name": "Viva Topics", + "String_Id": "TOPIC_EXPERIENCES", + "GUID": "4016f256-b063-4864-816e-d818aad600c9", + "Service_Plan_Name": "CORTEX", + "Service_Plan_Id": "c815c93d-0759-4bb8-b857-bc921a71be83", + "Service_Plans_Included_Friendly_Names": "Viva Topics" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", + "String_Id": "WIN_ENT_E5", + "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", + "Service_Plan_Name": "DATAVERSE_FOR_POWERAUTOMATE_DESKTOP", + "Service_Plan_Id": "59231cdf-b40d-4534-a93e-14d0cd31d27e", + "Service_Plans_Included_Friendly_Names": "Dataverse for PAD" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", + "String_Id": "WIN_ENT_E5", + "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", + "String_Id": "WIN_ENT_E5", + "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", + "String_Id": "WIN_ENT_E5", + "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", + "Service_Plan_Name": "POWERAUTOMATE_DESKTOP_FOR_WIN", + "Service_Plan_Id": "2d589a15-b171-4e61-9b5f-31d15eeb2872", + "Service_Plans_Included_Friendly_Names": "PAD for Windows" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", + "String_Id": "WIN_ENT_E5", + "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", + "String_Id": "WIN_ENT_E5", + "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 (Original)", + "String_Id": "WIN_ENT_E5", + "GUID": "1e7e1070-8ccb-4aca-b470-d7cb538cb07e", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A3 for faculty", + "String_Id": "WIN10_ENT_A3_FAC", + "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A3 for faculty", + "String_Id": "WIN10_ENT_A3_FAC", + "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A3 for faculty", + "String_Id": "WIN10_ENT_A3_FAC", + "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", + "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A3 for faculty", + "String_Id": "WIN10_ENT_A3_FAC", + "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A3 for students", + "String_Id": "WIN10_ENT_A3_STU", + "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A3 for students", + "String_Id": "WIN10_ENT_A3_STU", + "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A3 for students", + "String_Id": "WIN10_ENT_A3_STU", + "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", + "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A3 for students", + "String_Id": "WIN10_ENT_A3_STU", + "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", + "String_Id": "WIN10_ENT_A5_FAC", + "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", + "String_Id": "WIN10_ENT_A5_FAC", + "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", + "String_Id": "WIN10_ENT_A5_FAC", + "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", + "String_Id": "WIN10_ENT_A5_FAC", + "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", + "Service_Plan_Name": "Virtualization Rights for Windows 10", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise A5 for faculty", + "String_Id": "WIN10_ENT_A5_FAC", + "GUID": "7b1a89a9-5eb9-4cf8-9467-20c943f1122c", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3", + "String_Id": "WIN10_PRO_ENT_SUB", + "GUID": "cb10e6cd-9da4-4992-867b-67546b1db821", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "WINDOWS 10 ENTERPRISE" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3", + "String_Id": "WIN10_VDA_E3", + "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3", + "String_Id": "WIN10_VDA_E3", + "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "UNIVERSAL PRINT" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3", + "String_Id": "WIN10_VDA_E3", + "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", + "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "WINDOWS 10 ENTERPRISE (NEW)" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3", + "String_Id": "WIN10_VDA_E3", + "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "WINDOWS UPDATE FOR BUSINESS DEPLOYMENT SERVICE" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3", + "String_Id": "WIN10_VDA_E3", + "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5", + "String_Id": "WIN10_VDA_E5", + "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5", + "String_Id": "WIN10_VDA_E5", + "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5", + "String_Id": "WIN10_VDA_E5", + "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5", + "String_Id": "WIN10_VDA_E5", + "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", + "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5", + "String_Id": "WIN10_VDA_E5", + "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5", + "String_Id": "WIN10_VDA_E5", + "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 Commercial (GCC Compatible)", + "String_Id": "WINE5_GCC_COMPAT", + "GUID": "938fd547-d794-42a4-996c-1cc206619580", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 Commercial (GCC Compatible)", + "String_Id": "WINE5_GCC_COMPAT", + "GUID": "938fd547-d794-42a4-996c-1cc206619580", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E5 Commercial (GCC Compatible)", + "String_Id": "WINE5_GCC_COMPAT", + "GUID": "938fd547-d794-42a4-996c-1cc206619580", + "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", + "String_Id": "E3_VDA_only", + "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", + "String_Id": "E3_VDA_only", + "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", + "String_Id": "E3_VDA_only", + "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", + "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", + "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", + "String_Id": "E3_VDA_only", + "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", + "String_Id": "E3_VDA_only", + "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", + "String_Id": "E3_VDA_only", + "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", + "Service_Plan_Name": "DATAVERSE_FOR_POWERAUTOMATE_DESKTOP", + "Service_Plan_Id": "59231cdf-b40d-4534-a93e-14d0cd31d27e", + "Service_Plans_Included_Friendly_Names": "Dataverse for PAD" + }, + { + "Product_Display_Name": "Windows 10/11 Enterprise E3 VDA", + "String_Id": "E3_VDA_only", + "GUID": "d13ef257-988a-46f3-8fce-f47484dd4550", + "Service_Plan_Name": "POWERAUTOMATE_DESKTOP_FOR_WIN", + "Service_Plan_Id": "2d589a15-b171-4e61-9b5f-31d15eeb2872", + "Service_Plans_Included_Friendly_Names": "PAD for Windows" + }, + { + "Product_Display_Name": "Windows 365 Business 1 vCPU 2 GB 64 GB", + "String_Id": "CPC_B_1C_2RAM_64GB", + "GUID": "816eacd3-e1e3-46b3-83c8-1ffd37e053d9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 1 vCPU 2 GB 64 GB", + "String_Id": "CPC_B_1C_2RAM_64GB", + "GUID": "816eacd3-e1e3-46b3-83c8-1ffd37e053d9", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 1 vCPU 2 GB 64 GB", + "String_Id": "CPC_B_1C_2RAM_64GB", + "GUID": "816eacd3-e1e3-46b3-83c8-1ffd37e053d9", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 1 vCPU 2 GB 64 GB", + "String_Id": "CPC_B_1C_2RAM_64GB", + "GUID": "816eacd3-e1e3-46b3-83c8-1ffd37e053d9", + "Service_Plan_Name": "CPC_B_1C_2RAM_64GB", + "Service_Plan_Id": "3b98b912-1720-4a1e-9630-c9a41dbb61d8", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 1 vCPU 2 GB 64 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 128 GB", + "String_Id": "CPC_B_2C_4RAM_128GB", + "GUID": "135bee78-485b-4181-ad6e-40286e311850", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 128 GB", + "String_Id": "CPC_B_2C_4RAM_128GB", + "GUID": "135bee78-485b-4181-ad6e-40286e311850", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 128 GB", + "String_Id": "CPC_B_2C_4RAM_128GB", + "GUID": "135bee78-485b-4181-ad6e-40286e311850", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 128 GB", + "String_Id": "CPC_B_2C_4RAM_128GB", + "GUID": "135bee78-485b-4181-ad6e-40286e311850", + "Service_Plan_Name": "CPC_B_2C_4RAM_128GB", + "Service_Plan_Id": "1a13832e-cd79-497d-be76-24186f55c8b0", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 4 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 256 GB", + "String_Id": "CPC_B_2C_4RAM_256GB", + "GUID": "805d57c3-a97d-4c12-a1d0-858ffe5015d0", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 256 GB", + "String_Id": "CPC_B_2C_4RAM_256GB", + "GUID": "805d57c3-a97d-4c12-a1d0-858ffe5015d0", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 256 GB", + "String_Id": "CPC_B_2C_4RAM_256GB", + "GUID": "805d57c3-a97d-4c12-a1d0-858ffe5015d0", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 256 GB", + "String_Id": "CPC_B_2C_4RAM_256GB", + "GUID": "805d57c3-a97d-4c12-a1d0-858ffe5015d0", + "Service_Plan_Name": "CPC_B_2C_4RAM_256GB", + "Service_Plan_Id": "a0b1c075-51c9-4a42-b34c-308f3993bb7e", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 4 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", + "String_Id": "CPC_B_2C_4RAM_64GB", + "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", + "String_Id": "CPC_B_2C_4RAM_64GB", + "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", + "String_Id": "CPC_B_2C_4RAM_64GB", + "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", + "String_Id": "CPC_B_2C_4RAM_64GB", + "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", + "Service_Plan_Name": "CPC_B_2C_4RAM_64GB", + "Service_Plan_Id": "a790cd6e-a153-4461-83c7-e127037830b6", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 4 GB 64 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 128 GB", + "String_Id": "CPC_B_2C_8RAM_128GB", + "GUID": "71f21848-f89b-4aaa-a2dc-780c8e8aac5b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 128 GB", + "String_Id": "CPC_B_2C_8RAM_128GB", + "GUID": "71f21848-f89b-4aaa-a2dc-780c8e8aac5b", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 128 GB", + "String_Id": "CPC_B_2C_8RAM_128GB", + "GUID": "71f21848-f89b-4aaa-a2dc-780c8e8aac5b", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 128 GB", + "String_Id": "CPC_B_2C_8RAM_128GB", + "GUID": "71f21848-f89b-4aaa-a2dc-780c8e8aac5b", + "Service_Plan_Name": "CPC_SS_2", + "Service_Plan_Id": "9d2eed2c-b0c0-4a89-940c-bc303444a41b", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU, 8 GB, 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 256 GB", + "String_Id": "CPC_B_2C_8RAM_256GB", + "GUID": "750d9542-a2f8-41c7-8c81-311352173432", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 256 GB", + "String_Id": "CPC_B_2C_8RAM_256GB", + "GUID": "750d9542-a2f8-41c7-8c81-311352173432", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 256 GB", + "String_Id": "CPC_B_2C_8RAM_256GB", + "GUID": "750d9542-a2f8-41c7-8c81-311352173432", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 2 vCPU 8 GB 256 GB", + "String_Id": "CPC_B_2C_8RAM_256GB", + "GUID": "750d9542-a2f8-41c7-8c81-311352173432", + "Service_Plan_Name": "CPC_B_2C_8RAM_256GB", + "Service_Plan_Id": "1a3ef005-2ef6-434b-8be1-faa56c892854", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 8 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB", + "String_Id": "CPC_B_4C_16RAM_128GB", + "GUID": "ad83ac17-4a5a-4ebb-adb2-079fb277e8b9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB", + "String_Id": "CPC_B_4C_16RAM_128GB", + "GUID": "ad83ac17-4a5a-4ebb-adb2-079fb277e8b9", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB", + "String_Id": "CPC_B_4C_16RAM_128GB", + "GUID": "ad83ac17-4a5a-4ebb-adb2-079fb277e8b9", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB", + "String_Id": "CPC_B_4C_16RAM_128GB", + "GUID": "ad83ac17-4a5a-4ebb-adb2-079fb277e8b9", + "Service_Plan_Name": "CPC_B_4C_16RAM_128GB", + "Service_Plan_Id": "1d4f75d3-a19b-49aa-88cb-f1ea1690b550", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB (with Windows Hybrid Benefit)", + "String_Id": "CPC_B_4C_16RAM_128GB_WHB", + "GUID": "439ac253-bfbc-49c7-acc0-6b951407b5ef", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB (with Windows Hybrid Benefit)", + "String_Id": "CPC_B_4C_16RAM_128GB_WHB", + "GUID": "439ac253-bfbc-49c7-acc0-6b951407b5ef", + "Service_Plan_Name": "CPC_B_4C_16RAM_128GB", + "Service_Plan_Id": "1d4f75d3-a19b-49aa-88cb-f1ea1690b550", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 256 GB", + "String_Id": "CPC_B_4C_16RAM_256GB", + "GUID": "b3891a9f-c7d9-463c-a2ec-0b2321bda6f9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 256 GB", + "String_Id": "CPC_B_4C_16RAM_256GB", + "GUID": "b3891a9f-c7d9-463c-a2ec-0b2321bda6f9", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 256 GB", + "String_Id": "CPC_B_4C_16RAM_256GB", + "GUID": "b3891a9f-c7d9-463c-a2ec-0b2321bda6f9", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 256 GB", + "String_Id": "CPC_B_4C_16RAM_256GB", + "GUID": "b3891a9f-c7d9-463c-a2ec-0b2321bda6f9", + "Service_Plan_Name": "CPC_B_4C_16RAM_256GB", + "Service_Plan_Id": "30f6e561-8805-41d0-80ce-f82698b72d7d", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 512 GB", + "String_Id": "CPC_B_4C_16RAM_512GB", + "GUID": "1b3043ad-dfc6-427e-a2c0-5ca7a6c94a2b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 512 GB", + "String_Id": "CPC_B_4C_16RAM_512GB", + "GUID": "1b3043ad-dfc6-427e-a2c0-5ca7a6c94a2b", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 512 GB", + "String_Id": "CPC_B_4C_16RAM_512GB", + "GUID": "1b3043ad-dfc6-427e-a2c0-5ca7a6c94a2b", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 512 GB", + "String_Id": "CPC_B_4C_16RAM_512GB", + "GUID": "1b3043ad-dfc6-427e-a2c0-5ca7a6c94a2b", + "Service_Plan_Name": "CPC_B_4C_16RAM_512GB", + "Service_Plan_Id": "15499661-b229-4a1f-b0f9-bd5832ef7b3e", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 512 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 128 GB", + "String_Id": "CPC_B_8C_32RAM_128GB", + "GUID": "3cb45fab-ae53-4ff6-af40-24c1915ca07b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 128 GB", + "String_Id": "CPC_B_8C_32RAM_128GB", + "GUID": "3cb45fab-ae53-4ff6-af40-24c1915ca07b", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 128 GB", + "String_Id": "CPC_B_8C_32RAM_128GB", + "GUID": "3cb45fab-ae53-4ff6-af40-24c1915ca07b", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 128 GB", + "String_Id": "CPC_B_8C_32RAM_128GB", + "GUID": "3cb45fab-ae53-4ff6-af40-24c1915ca07b", + "Service_Plan_Name": "CPC_B_8C_32RAM_128GB", + "Service_Plan_Id": "648005fc-b330-4bd9-8af6-771f28958ac0", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 8 vCPU 32 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 256 GB", + "String_Id": "CPC_B_8C_32RAM_256GB", + "GUID": "fbc79df2-da01-4c17-8d88-17f8c9493d8f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 256 GB", + "String_Id": "CPC_B_8C_32RAM_256GB", + "GUID": "fbc79df2-da01-4c17-8d88-17f8c9493d8f", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 256 GB", + "String_Id": "CPC_B_8C_32RAM_256GB", + "GUID": "fbc79df2-da01-4c17-8d88-17f8c9493d8f", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 256 GB", + "String_Id": "CPC_B_8C_32RAM_256GB", + "GUID": "fbc79df2-da01-4c17-8d88-17f8c9493d8f", + "Service_Plan_Name": "CPC_B_8C_32RAM_256GB", + "Service_Plan_Id": "d7a5113a-0276-4dc2-94f8-ca9f2c5ae078", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 8 vCPU 32 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 512 GB", + "String_Id": "CPC_B_8C_32RAM_512GB", + "GUID": "8ee402cd-e6a8-4b67-a411-54d1f37a2049", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 512 GB", + "String_Id": "CPC_B_8C_32RAM_512GB", + "GUID": "8ee402cd-e6a8-4b67-a411-54d1f37a2049", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 512 GB", + "String_Id": "CPC_B_8C_32RAM_512GB", + "GUID": "8ee402cd-e6a8-4b67-a411-54d1f37a2049", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 8 vCPU 32 GB 512 GB", + "String_Id": "CPC_B_8C_32RAM_512GB", + "GUID": "8ee402cd-e6a8-4b67-a411-54d1f37a2049", + "Service_Plan_Name": "CPC_B_8C_32RAM_512GB", + "Service_Plan_Id": "4229a0b4-7f34-4835-b068-6dc8d10be57c", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 8 vCPU 32 GB 512 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 16 vCPU, 64 GB, 512 GB", + "String_Id": "Windows_365_Business_16_vCPU,_64_GB,_512_GB", + "GUID": "93d9955a-ec70-44d5-8faa-a194492390f7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 16 vCPU, 64 GB, 512 GB", + "String_Id": "Windows_365_Business_16_vCPU,_64_GB,_512_GB", + "GUID": "93d9955a-ec70-44d5-8faa-a194492390f7", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 16 vCPU, 64 GB, 512 GB", + "String_Id": "Windows_365_Business_16_vCPU,_64_GB,_512_GB", + "GUID": "93d9955a-ec70-44d5-8faa-a194492390f7", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 16 vCPU, 64 GB, 512 GB", + "String_Id": "Windows_365_Business_16_vCPU,_64_GB,_512_GB", + "GUID": "93d9955a-ec70-44d5-8faa-a194492390f7", + "Service_Plan_Name": "CPC_B_16C_64GB_512GB", + "Service_Plan_Id": "cbbedc49-52d5-4fd6-82ac-a5bc51634dc3", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 16 vCPU, 64 GB, 512 GB" + }, + { + "Product_Display_Name": "Windows 365 Business 16 vCPU, 64 GB, 1 TB", + "String_Id": "Windows_365_Business_16_vCPU,_64_GB,_1_TB", + "GUID": "24be3cd7-82ca-41a5-94a7-4903373cdcae", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Business 16 vCPU, 64 GB, 1 TB", + "String_Id": "Windows_365_Business_16_vCPU,_64_GB,_1_TB", + "GUID": "24be3cd7-82ca-41a5-94a7-4903373cdcae", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Windows 365 Business 16 vCPU, 64 GB, 1 TB", + "String_Id": "Windows_365_Business_16_vCPU,_64_GB,_1_TB", + "GUID": "24be3cd7-82ca-41a5-94a7-4903373cdcae", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Windows 365 Business 16 vCPU, 64 GB, 1 TB", + "String_Id": "Windows_365_Business_16_vCPU,_64_GB,_1_TB", + "GUID": "24be3cd7-82ca-41a5-94a7-4903373cdcae", + "Service_Plan_Name": "CPC_B_16C_64GB_1TB", + "Service_Plan_Id": "37c961db-2cfd-4e13-b81e-b0059ce10e34", + "Service_Plans_Included_Friendly_Names": "Windows 365 Business 16 vCPU, 64 GB, 1 TB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 1 vCPU 2 GB 64 GB", + "String_Id": "CPC_E_1C_2GB_64GB", + "GUID": "0c278af4-c9c1-45de-9f4b-cd929e747a2c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 1 vCPU 2 GB 64 GB", + "String_Id": "CPC_E_1C_2GB_64GB", + "GUID": "0c278af4-c9c1-45de-9f4b-cd929e747a2c", + "Service_Plan_Name": "CPC_E_1C_2GB_64GB", + "Service_Plan_Id": "86d70dbb-d4c6-4662-ba17-3014204cbb28", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 1 vCPU 2 GB 64 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB", + "String_Id": "CPC_E_2C_4GB_64GB", + "GUID": "7bb14422-3b90-4389-a7be-f1b745fc037f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB", + "String_Id": "CPC_E_2C_4GB_64GB", + "GUID": "7bb14422-3b90-4389-a7be-f1b745fc037f", + "Service_Plan_Name": "CPC_E_2C_4GB_64GB", + "Service_Plan_Id": "23a25099-1b2f-4e07-84bd-b84606109438", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB", + "String_Id": "CPC_E_2C_4GB_128GB", + "GUID": "226ca751-f0a4-4232-9be5-73c02a92555e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB", + "String_Id": "CPC_E_2C_4GB_128GB", + "GUID": "226ca751-f0a4-4232-9be5-73c02a92555e", + "Service_Plan_Name": "CPC_1", + "Service_Plan_Id": "545e3611-3af8-49a5-9a0a-b7867968f4b0", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB (Preview)", + "String_Id": "CPC_LVL_1", + "GUID": "bce09f38-1800-4a51-8d50-5486380ba84a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB (Preview)", + "String_Id": "CPC_LVL_1", + "GUID": "bce09f38-1800-4a51-8d50-5486380ba84a", + "Service_Plan_Name": "CPC_1", + "Service_Plan_Id": "545e3611-3af8-49a5-9a0a-b7867968f4b0", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 256 GB", + "String_Id": "CPC_E_2C_4GB_256GB", + "GUID": "5265a84e-8def-4fa2-ab4b-5dc278df5025", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 256 GB", + "String_Id": "CPC_E_2C_4GB_256GB", + "GUID": "5265a84e-8def-4fa2-ab4b-5dc278df5025", + "Service_Plan_Name": "CPC_E_2C_4GB_256GB", + "Service_Plan_Id": "0d143570-9b92-4f57-adb5-e4efcd23b3bb", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB", + "String_Id": "CPC_E_2C_8GB_128GB", + "GUID": "e2aebe6c-897d-480f-9d62-fff1381581f7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB", + "String_Id": "CPC_E_2C_8GB_128GB", + "GUID": "e2aebe6c-897d-480f-9d62-fff1381581f7", + "Service_Plan_Name": "CPC_2", + "Service_Plan_Id": "3efff3fe-528a-4fc5-b1ba-845802cc764f", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB (Preview)", + "String_Id": "CPC_LVL_2", + "GUID": "461cb62c-6db7-41aa-bf3c-ce78236cdb9e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB (Preview)", + "String_Id": "CPC_LVL_2", + "GUID": "461cb62c-6db7-41aa-bf3c-ce78236cdb9e", + "Service_Plan_Name": "CPC_2", + "Service_Plan_Id": "3efff3fe-528a-4fc5-b1ba-845802cc764f", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 8 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 256 GB", + "String_Id": "CPC_E_2C_8GB_256GB", + "GUID": "1c79494f-e170-431f-a409-428f6053fa35", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 8 GB 256 GB", + "String_Id": "CPC_E_2C_8GB_256GB", + "GUID": "1c79494f-e170-431f-a409-428f6053fa35", + "Service_Plan_Name": "CPC_E_2C_8GB_256GB", + "Service_Plan_Id": "d3468c8c-3545-4f44-a32f-b465934d2498", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 8 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 128 GB", + "String_Id": "CPC_E_4C_16GB_128GB", + "GUID": "d201f153-d3b2-4057-be2f-fe25c8983e6f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 128 GB", + "String_Id": "CPC_E_4C_16GB_128GB", + "GUID": "d201f153-d3b2-4057-be2f-fe25c8983e6f", + "Service_Plan_Name": "CPC_E_4C_16GB_128GB", + "Service_Plan_Id": "2de9c682-ca3f-4f2b-b360-dfc4775db133", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 4 vCPU 16 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB", + "String_Id": "CPC_E_4C_16GB_256GB", + "GUID": "96d2951e-cb42-4481-9d6d-cad3baac177e", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB", + "String_Id": "CPC_E_4C_16GB_256GB", + "GUID": "96d2951e-cb42-4481-9d6d-cad3baac177e", + "Service_Plan_Name": "CPC_E_4C_16GB_256GB", + "Service_Plan_Id": "9ecf691d-8b82-46cb-b254-cd061b2c02fb", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB (Preview)", + "String_Id": "CPC_LVL_3", + "GUID": "bbb4bf6e-3e12-4343-84a1-54d160c00f40", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB (Preview)", + "String_Id": "CPC_LVL_3", + "GUID": "bbb4bf6e-3e12-4343-84a1-54d160c00f40", + "Service_Plan_Name": "CPC_E_4C_16GB_256GB", + "Service_Plan_Id": "9ecf691d-8b82-46cb-b254-cd061b2c02fb", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 4 vCPU 16 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 512 GB", + "String_Id": "CPC_E_4C_16GB_512GB", + "GUID": "0da63026-e422-4390-89e8-b14520d7e699", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 4 vCPU 16 GB 512 GB", + "String_Id": "CPC_E_4C_16GB_512GB", + "GUID": "0da63026-e422-4390-89e8-b14520d7e699", + "Service_Plan_Name": "CPC_E_4C_16GB_512GB", + "Service_Plan_Id": "3bba9856-7cf2-4396-904a-00de74fba3a4", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 4 vCPU 16 GB 512 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 128 GB", + "String_Id": "CPC_E_8C_32GB_128GB", + "GUID": "c97d00e4-0c4c-4ec2-a016-9448c65de986", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 128 GB", + "String_Id": "CPC_E_8C_32GB_128GB", + "GUID": "c97d00e4-0c4c-4ec2-a016-9448c65de986", + "Service_Plan_Name": "CPC_E_8C_32GB_128GB", + "Service_Plan_Id": "2f3cdb12-bcde-4e37-8529-e9e09ec09e23", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 8 vCPU 32 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 256 GB", + "String_Id": "CPC_E_8C_32GB_256GB", + "GUID": "7818ca3e-73c8-4e49-bc34-1276a2d27918", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 256 GB", + "String_Id": "CPC_E_8C_32GB_256GB", + "GUID": "7818ca3e-73c8-4e49-bc34-1276a2d27918", + "Service_Plan_Name": "CPC_E_8C_32GB_256GB", + "Service_Plan_Id": "69dc175c-dcff-4757-8389-d19e76acb45d", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 8 vCPU 32 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 512 GB", + "String_Id": "CPC_E_8C_32GB_512GB", + "GUID": "9fb0ba5f-4825-4e84-b239-5167a3a5d4dc", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Windows 365 Enterprise 8 vCPU 32 GB 512 GB", + "String_Id": "CPC_E_8C_32GB_512GB", + "GUID": "9fb0ba5f-4825-4e84-b239-5167a3a5d4dc", + "Service_Plan_Name": "CPC_E_8C_32GB_512GB", + "Service_Plan_Id": "0e837228-8250-4047-8a80-d4a34ba11658", + "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 8 vCPU 32 GB 512 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 4 GB 64 GB", + "String_Id": "Windows_365_S_2vCPU_4GB_64GB", + "GUID": "1f9990ca-45d9-4c8d-8d04-a79241924ce1", + "Service_Plan_Name": "CPC_S_2C_4GB_64GB", + "Service_Plan_Id": "64981bdb-a5a6-4a22-869f-a9455366d5bc", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 4 GB 64 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 4 GB 128 GB", + "String_Id": "Windows_365_S_2vCPU_4GB_128GB", + "GUID": "90369797-7141-4e75-8f5e-d13f4b6092c1", + "Service_Plan_Name": "CPC_S_2C_4GB_128GB", + "Service_Plan_Id": "51855c77-4d2e-4736-be67-6dca605f2b57", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 4 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 4 GB 256 GB", + "String_Id": "Windows_365_S_2vCPU_4GB_256GB", + "GUID": "8fe96593-34d3-49bb-aeee-fb794fed0800", + "Service_Plan_Name": "CPC_S_2C_4GB_256GB", + "Service_Plan_Id": "aa8fbe7b-695c-4c05-8d45-d1dddf6f7616", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 4 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 8 GB 128 GB", + "String_Id": "Windows_365_S_2vCPU_8GB_128GB", + "GUID": "2d21fc84-b918-491e-ad84-e24d61ccec94", + "Service_Plan_Name": "CPC_S_2C_8GB_128GB", + "Service_Plan_Id": "057efbfe-a95d-4263-acb0-12b4a31fed8d", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 8 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 2 vCPU 8 GB 256 GB", + "String_Id": "Windows_365_S_2vCPU_8GB_256GB", + "GUID": "2eaa4058-403e-4434-9da9-ea693f5d96dc", + "Service_Plan_Name": "CPC_S_2C_8GB_256GB", + "Service_Plan_Id": "50ef7026-6174-40ba-bff7-f0e4fcddbf65", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 2 vCPU 8 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 4 vCPU 16 GB 128 GB", + "String_Id": "Windows_365_S_4vCPU_16GB_128GB", + "GUID": "1bf40e76-4065-4530-ac37-f1513f362f50", + "Service_Plan_Name": "CPC_S_4C_16GB_128GB", + "Service_Plan_Id": "dd3801e2-4aa1-4b16-a44b-243e55497584", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 4 vCPU 16 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 4 vCPU 16 GB 256 GB", + "String_Id": "Windows_365_S_4vCPU_16GB_256GB", + "GUID": "a9d1e0df-df6f-48df-9386-76a832119cca", + "Service_Plan_Name": "CPC_S_4C_16GB_256GB", + "Service_Plan_Id": "2d1d344e-d10c-41bb-953b-b3a47521dca0", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 4 vCPU 16 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 4 vCPU 16 GB 512 GB", + "String_Id": "Windows_365_S_4vCPU_16GB_512GB", + "GUID": "469af4da-121c-4529-8c85-9467bbebaa4b", + "Service_Plan_Name": "CPC_S_4C_16GB_512GB", + "Service_Plan_Id": "48b82071-99a5-4214-b493-406a637bd68d", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 4 vCPU 16 GB 512 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 8 vCPU 32 GB 128 GB", + "String_Id": "Windows_365_S_8vCPU_32GB_128GB", + "GUID": "f319c63a-61a9-42b7-b786-5695bc7edbaf", + "Service_Plan_Name": "CPC_S_8C_32GB_128GB", + "Service_Plan_Id": "e4dee41f-a5c5-457d-b7d3-c309986fdbb2", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 8 vCPU 32 GB 128 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 8 vCPU 32 GB 256 GB", + "String_Id": "Windows_365_S_8vCPU_32GB_256GB", + "GUID": "fb019e88-26a0-4218-bd61-7767d109ac26", + "Service_Plan_Name": "CPC_S_8C_32GB_256GB", + "Service_Plan_Id": "1e2321a0-f81c-4d43-a0d5-9895125706b8", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 8 vCPU 32 GB 256 GB" + }, + { + "Product_Display_Name": "Windows 365 Shared Use 8 vCPU 32 GB 512 GB", + "String_Id": "Windows_365_S_8vCPU_32GB_512GB", + "GUID": "f4dc1de8-8c94-4d37-af8a-1fca6675590a", + "Service_Plan_Name": "CPC_S_8C_32GB_512GB", + "Service_Plan_Id": "fa0b4021-0f60-4d95-bf68-95036285282a", + "Service_Plans_Included_Friendly_Names": "Windows 365 Shared Use 8 vCPU 32 GB 512 GB" + }, + { + "Product_Display_Name": "Windows Store for Business", + "String_Id": "WINDOWS_STORE", + "GUID": "6470687e-a428-4b7a-bef2-8a291ad947c9", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" + }, + { + "Product_Display_Name": "Windows Store for Business", + "String_Id": "WINDOWS_STORE", + "GUID": "6470687e-a428-4b7a-bef2-8a291ad947c9", + "Service_Plan_Name": "WINDOWS_STORE", + "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", + "Service_Plans_Included_Friendly_Names": "WINDOWS STORE SERVICE" + }, + { + "Product_Display_Name": "Windows Store for Business EDU Faculty", + "String_Id": "WSFB_EDU_FACULTY", + "GUID": "c7e9d9e6-1981-4bf3-bb50-a5bdfaa06fb2", + "Service_Plan_Name": "Windows Store for Business EDU Store_faculty", + "Service_Plan_Id": "aaa2cd24-5519-450f-a1a0-160750710ca1", + "Service_Plans_Included_Friendly_Names": "Windows Store for Business EDU Store_faculty" + }, + { + "Product_Display_Name": "Microsoft Workplace Analytics", + "String_Id": "WORKPLACE_ANALYTICS", + "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", + "Service_Plan_Name": "WORKPLACE_ANALYTICS", + "Service_Plan_Id": "f477b0f0-3bb1-4890-940c-40fcee6ce05f", + "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics" + }, + { + "Product_Display_Name": "Microsoft Workplace Analytics", + "String_Id": "WORKPLACE_ANALYTICS", + "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", + "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_BACKEND", + "Service_Plan_Id": "ff7b261f-d98b-415b-827c-42a3fdf015af", + "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics Insights Backend" + }, + { + "Product_Display_Name": "Microsoft Workplace Analytics", + "String_Id": "WORKPLACE_ANALYTICS", + "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", + "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_USER", + "Service_Plan_Id": "b622badb-1b45-48d5-920f-4b27a2c0996c", + "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics Insights User" + }, + { + "Product_Display_Name": "Workload Identities Premium", + "String_Id": "Workload_Identities_Premium_CN", + "GUID": "73fa80b5-689f-4db9-bbe4-bd414bc41e44", + "Service_Plan_Name": "AAD_WRKLDID_P1", + "Service_Plan_Id": "84c289f0-efcb-486f-8581-07f44fc9efad", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory workload identities P1" + }, + { + "Product_Display_Name": "Workload Identities Premium", + "String_Id": "Workload_Identities_Premium_CN", + "GUID": "73fa80b5-689f-4db9-bbe4-bd414bc41e44", + "Service_Plan_Name": "AAD_WRKLDID_P2", + "Service_Plan_Id": "7dc0e92d-bf15-401d-907e-0884efe7c760", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory workload identities P2" + } +] diff --git a/src/data/alerts.json b/src/data/alerts.json new file mode 100644 index 000000000000..835216740c4d --- /dev/null +++ b/src/data/alerts.json @@ -0,0 +1,103 @@ +[ + { + "name": "MFAAlertUsers", + "label": "Alert on users without any form of MFA", + "recommendedRunInterval": "1d" + }, + { + "name": "MFAAdmins", + "label": "Alert on admins without any form of MFA", + "recommendedRunInterval": "1d" + }, + { + "name": "NoCAConfig", + "label": "Alert on tenants without a Conditional Access policy, while having Conditional Access licensing available.", + "recommendedRunInterval": "1d" + }, + { + "name": "AdminPassword", + "label": "Alert on changed admin Passwords", + "recommendedRunInterval": "30m" + }, + { + "name": "QuotaUsed", + "label": "Alert on % mailbox quota used", + "requiresInput": true, + "inputLabel": "Enter quota percentage", + "inputName": "QuotaUsedQuota", + "recommendedRunInterval": "4h" + }, + { + "name": "SharePointQuota", + "label": "Alert on % SharePoint quota used", + "requiresInput": true, + "inputLabel": "Enter quota percentage", + "inputName": "SharePointQuotaQuota", + "recommendedRunInterval": "4h" + }, + { + "name": "ExpiringLicenses", + "label": "Alert on licenses expiring in 30 days", + "recommendedRunInterval": "7d" + }, + { + "name": "NewAppApproval", + "label": "Alert on new apps in the application approval list", + "recommendedRunInterval": "30m" + }, + { + "name": "SecDefaultsUpsell", + "label": "Alert on Security Defaults automatic enablement", + "recommendedRunInterval": "1d" + }, + { + "name": "DefenderStatus", + "label": "Alert if Defender is not running (Tenant must be on-boarded in Lighthouse)", + "recommendedRunInterval": "4h" + }, + { + "name": "DefenderMalware", + "label": "Alert on Defender Malware found (Tenant must be on-boarded in Lighthouse)", + "recommendedRunInterval": "4h" + }, + { + "name": "UnusedLicenses", + "label": "Alert on unused licenses", + "recommendedRunInterval": "1d" + }, + { + "name": "OverusedLicenses", + "label": "Alert on overused licenses", + "recommendedRunInterval": "7d" + }, + { + "name": "AppSecretExpiry", + "label": "Alert on expiring application secrets", + "recommendedRunInterval": "1d" + }, + { + "name": "ApnCertExpiry", + "label": "Alert on expiring APN certificates", + "recommendedRunInterval": "1d" + }, + { + "name": "VppTokenExpiry", + "label": "Alert on expiring VPP tokens", + "recommendedRunInterval": "1d" + }, + { + "name": "DepTokenExpiry", + "label": "Alert on expiring DEP tokens", + "recommendedRunInterval": "1d" + }, + { + "name": "SoftDeletedMailboxes", + "label": "Alert on soft deleted mailboxes", + "recommendedRunInterval": "1d" + }, + { + "name": "DeviceCompliance", + "label": "Alert on device compliance issues", + "recommendedRunInterval": "4h" + } +] diff --git a/src/data/countryList.json b/src/data/countryList.json index 9db31e21192d..9595ba9f517c 100644 --- a/src/data/countryList.json +++ b/src/data/countryList.json @@ -12,6 +12,7 @@ { "Code": "AR", "Name": "Argentina" }, { "Code": "AM", "Name": "Armenia" }, { "Code": "AW", "Name": "Aruba" }, + { "Code": "AC", "Name": "Ascension Island" }, { "Code": "AU", "Name": "Australia" }, { "Code": "AT", "Name": "Austria" }, { "Code": "AZ", "Name": "Azerbaijan" }, @@ -60,6 +61,7 @@ { "Code": "CY", "Name": "Cyprus" }, { "Code": "CZ", "Name": "Czech Republic" }, { "Code": "DK", "Name": "Denmark" }, + { "Code": "DG", "Name": "Diego Garcia" }, { "Code": "DJ", "Name": "Djibouti" }, { "Code": "DM", "Name": "Dominica" }, { "Code": "DO", "Name": "Dominican Republic" }, @@ -118,6 +120,7 @@ { "Code": "KI", "Name": "Kiribati" }, { "Code": "KP", "Name": "Korea, Democratic People's Republic of" }, { "Code": "KR", "Name": "Korea, Republic of" }, + { "Code": "XK", "Name": "Kosovo" }, { "Code": "KW", "Name": "Kuwait" }, { "Code": "KG", "Name": "Kyrgyzstan" }, { "Code": "LA", "Name": "Lao People's Democratic Republic" }, diff --git a/src/data/standards.json b/src/data/standards.json index cab53f3144d6..45e7c0438ea1 100644 --- a/src/data/standards.json +++ b/src/data/standards.json @@ -4,11 +4,7 @@ "cat": "Global Standards", "tag": ["lowimpact"], "helpText": "Defines the email address to receive general updates and information related to M365 subscriptions. Leave a contact field blank if you do not want to update the contact information.", - "disabledFeatures": { - "report": false, - "warn": false, - "remediate": false - }, + "docsDescription": "", "addedComponent": [ { "type": "input", @@ -33,17 +29,21 @@ ], "label": "Set contact e-mails", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-MsolCompanyContactInformation", + "recommendedBy": [] }, { "name": "standards.AuditLog", "cat": "Global Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "mip_search_auditlog"], "helpText": "Enables the Unified Audit Log for tracking and auditing activities. Also runs Enable-OrganizationCustomization if necessary.", "addedComponent": [], "label": "Enable the Unified Audit Log", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Enable-OrganizationCustomization", + "recommendedBy": ["CIS"] }, { "name": "standards.PhishProtection", @@ -58,93 +58,231 @@ "report": true, "warn": true, "remediate": false - } + }, + "powershellEquivalent": "Portal only", + "recommendedBy": ["CIPP"] + }, + { + "name": "standards.Branding", + "cat": "Global Standards", + "tag": ["lowimpact"], + "helpText": "Sets the branding for the tenant. This includes the login page, and the Office 365 portal.", + "addedComponent": [ + { + "type": "input", + "name": "standards.Branding.signInPageText", + "label": "Sign-in page text" + }, + { + "type": "input", + "name": "standards.Branding.usernameHintText", + "label": "Username hint Text" + }, + { + "type": "boolean", + "name": "standards.Branding.hideAccountResetCredentials", + "label": "Hide self-service password reset" + }, + { + "type": "Select", + "label": "Visual Template", + "name": "standards.Branding.layoutTemplateType", + "values": [ + { + "label": "Full-screen background", + "value": "default" + }, + { + "label": "Partial-screen background", + "value": "verticalSplit" + } + ] + }, + { + "type": "boolean", + "name": "standards.Branding.isHeaderShown", + "label": "Show header" + }, + { + "type": "boolean", + "name": "standards.Branding.isFooterShown", + "label": "Show footer" + } + ], + "label": "Set branding for the tenant", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Portal only", + "recommendedBy": [] }, { "name": "standards.EnableCustomerLockbox", "cat": "Global Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "CustomerLockBoxEnabled"], "helpText": "Enables Customer Lockbox that offers an approval process for Microsoft support to access organization data", + "docsDescription": "Customer Lockbox ensures that Microsoft can't access your content to do service operations without your explicit approval. Customer Lockbox ensures only authorized requests allow access to your organizations data.", "addedComponent": [], "label": "Enable Customer Lockbox", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-OrganizationConfig -CustomerLockBoxEnabled $true", + "recommendedBy": ["CIS"] + }, + { + "name": "standards.EnablePronouns", + "cat": "Global Standards", + "tag": ["lowimpact"], + "helpText": "Enables the Pronouns feature for the tenant. This allows users to set their pronouns in their profile.", + "addedComponent": [], + "label": "Enable Pronouns", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaAdminPeoplePronoun -IsEnabledInOrganization:$true", + "recommendedBy": [] }, { "name": "standards.AnonReportDisable", "cat": "Global Standards", "tag": ["lowimpact"], "helpText": "Shows usernames instead of pseudo anonymised names in reports. This standard is required for reporting to work correctly.", + "docsDescription": "Microsoft announced some APIs and reports no longer return names, to comply with compliance and legal requirements in specific countries. This proves an issue for a lot of MSPs because those reports are often helpful for engineers. This standard applies a setting that shows usernames in those API calls / reports.", "addedComponent": [], "label": "Enable Usernames instead of pseudo anonymised names in reports", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaAdminReportSetting -BodyParameter @{displayConcealedNames = $true}", + "recommendedBy": [] }, { "name": "standards.DisableGuestDirectory", "cat": "Global Standards", "tag": ["lowimpact"], "helpText": "Disables Guest access to enumerate directory objects. This prevents guest users from seeing other users or guests in the directory.", + "docsDescription": "Sets it so guests can view only their own user profile. Permission to view other users isn't allowed. Also restricts guest users from seeing the membership of groups they're in. See exactly what get locked down in the [Microsoft documentation.](https://learn.microsoft.com/en-us/entra/fundamentals/users-default-permissions)", "addedComponent": [], "label": "Restrict guest user access to directory objects", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-AzureADMSAuthorizationPolicy -GuestUserRoleId '2af84b1e-32c8-42b7-82bc-daa82404023b'", + "recommendedBy": [] }, { "name": "standards.DisableBasicAuthSMTP", "cat": "Global Standards", "tag": ["mediumimpact"], "helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants. ", + "docsDescription": "Disables SMTP basic authentication for the tenant and all users with it explicitly enabled.", "addedComponent": [], "label": "Disable SMTP Basic Authentication", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Set-TransportConfig -SmtpClientAuthenticationDisabled $true", + "recommendedBy": [] }, { "name": "standards.ActivityBasedTimeout", "cat": "Global Standards", - "tag": ["mediumimpact", "CIS"], + "tag": ["mediumimpact", "CIS", "spo_idle_session_timeout"], "helpText": "Enables and sets Idle session timeout for Microsoft 365 to 1 hour. This policy affects most M365 web apps", - "addedComponent": [], - "label": "Enable 1 hour Activity based Timeout", + "addedComponent": [ + { + "type": "Select", + "label": "Select value", + "name": "standards.ActivityBasedTimeout.timeout", + "values": [ + { + "label": "1 Hour", + "value": "01:00:00" + }, + { + "label": "3 Hours", + "value": "03:00:00" + }, + { + "label": "6 Hours", + "value": "06:00:00" + }, + { + "label": "12 Hours", + "value": "12:00:00" + }, + { + "label": "24 Hours", + "value": "1.00:00:00" + } + ] + } + ], + "label": "Enable Activity based Timeout", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Portal or Graph API", + "recommendedBy": ["CIS"] + }, + { + "name": "standards.AppDeploy", + "cat": "Entra (AAD) Standards", + "tag": ["lowimpact"], + "helpText": "Deploys selected applications to the tenant. Use a comma separated list of application IDs to deploy multiple applications. Permissions will be copied from the source application.", + "docsDescription": "Uses the CIPP functionality that deploys applications across an entire tenant base as a standard.", + "addedComponent": [ + { + "type": "input", + "name": "standards.AppDeploy.appids", + "label": "Application IDs, comma separated" + } + ], + "label": "Deploy Application", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Portal or Graph API", + "recommendedBy": [] }, { "name": "standards.laps", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Enables the tenant to use LAPS. You must still create a policy for LAPS to be active on all devices. Use the template standards to deploy this by default.", + "docsDescription": "Enables the LAPS functionality on the tenant. Prerequisite for using Windows LAPS via Azure AD.", "addedComponent": [], "label": "Enable LAPS on the tenant", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Portal or Graph API", + "recommendedBy": [] }, { "name": "standards.PWdisplayAppInformationRequiredState", "cat": "Entra (AAD) Standards", "tag": ["lowimpact", "CIS"], "helpText": "Enables the MS authenticator app to display information about the app that is requesting authentication. This displays the application name.", + "docsDescription": "Allows users to use Passwordless with Number Matching and adds location information from the last request", "addedComponent": [], "label": "Enable Passwordless with Location information and Number Matching", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": ["CIS"] }, { "name": "standards.allowOTPTokens", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Allows you to use MS authenticator OTP token generator", + "docsDescription": "Allows you to use Microsoft Authenticator OTP token generator. Useful for using the NPS extension as MFA on VPN clients.", "addedComponent": [], "label": "Enable OTP via Authenticator", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.PWcompanionAppAllowedState", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Sets the state of Authenticator Lite, Authenticator lite is a companion app for passwordless authentication.", + "docsDescription": "Sets the Authenticator Lite state to enabled. This allows users to use the Authenticator Lite built into the Outlook app instead of the full Authenticator app.", "addedComponent": [ { "type": "Select", @@ -164,43 +302,55 @@ ], "label": "Set Authenticator Lite state", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.EnableFIDO2", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Enables the FIDO2 authenticationMethod for the tenant", + "docsDescription": "Enables FIDO2 capabilities for the tenant. This allows users to use FIDO2 keys like a Yubikey for authentication.", "addedComponent": [], "label": "Enable FIDO2 capabilities", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.EnableHardwareOAuth", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Enables the HardwareOath authenticationMethod for the tenant. This allows you to use hardware tokens for generating 6 digit MFA codes.", + "docsDescription": "Enables Hardware OAuth tokens for the tenant. This allows users to use hardware tokens like a Yubikey for authentication.", "addedComponent": [], "label": "Enable Hardware OAuth tokens", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.allowOAuthTokens", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Allows you to use any software OAuth token generator", + "docsDescription": "Enables OTP Software OAuth tokens for the tenant. This allows users to use OTP codes generated via software, like a password manager to be used as an authentication method.", "addedComponent": [], "label": "Enable OTP Software OAuth tokens", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.TAP", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Enables TAP and sets the default TAP lifetime to 1 hour. This configuration also allows you to select is a TAP is single use or multi-logon.", + "docsDescription": "Enables Temporary Password generation for the tenant.", "addedComponent": [ { "type": "Select", @@ -220,17 +370,22 @@ ], "label": "Enable Temporary Access Passwords", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.PasswordExpireDisabled", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "PWAgePolicyNew"], "helpText": "Disables the expiration of passwords for the tenant by setting the password expiration policy to never expire for any user.", + "docsDescription": "Sets passwords to never expire for tenant, recommended to use in conjunction with secure password requirements.", "addedComponent": [], "label": "Do not expire passwords", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgDomain", + "recommendedBy": ["CIS"] }, { "name": "standards.ExternalMFATrusted", @@ -256,23 +411,29 @@ ], "label": "Sets the Cross-tenant access setting to trust external MFA", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", + "recommendedBy": [] }, { "name": "standards.DisableTenantCreation", "cat": "Entra (AAD) Standards", "tag": ["lowimpact", "CIS"], "helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles. ", + "docsDescription": "Users by default are allowed to create M365 tenants. This disables that so only admins can create new M365 tenants.", "addedComponent": [], "label": "Disable M365 Tenant creation by users", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", + "recommendedBy": ["CIS"] }, { "name": "standards.EnableAppConsentRequests", "cat": "Entra (AAD) Standards", "tag": ["lowimpact", "CIS"], "helpText": "Enables App consent admin requests for the tenant via the GA role. Does not overwrite existing reviewer settings", + "docsDescription": "Enables the ability for users to request admin consent for applications. Should be used in conjunction with the \"Require admin consent for applications\" standards", "addedComponent": [ { "type": "AdminRolesMultiSelect", @@ -282,13 +443,16 @@ ], "label": "Enable App consent admin requests", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgPolicyAdminConsentRequestPolicy", + "recommendedBy": ["CIS"] }, { "name": "standards.NudgeMFA", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Sets the state of the registration campaign for the tenant", + "docsDescription": "Sets the state of the registration campaign for the tenant. If enabled nudges users to set up the Microsoft Authenticator during sign-in.", "addedComponent": [ { "type": "Select", @@ -308,32 +472,41 @@ { "type": "number", "name": "standards.NudgeMFA.snoozeDurationInDays", - "label": "Number of days to allow users to skip registering Authenticator (0-14, default is 1)" + "label": "Number of days to allow users to skip registering Authenticator (0-14, default is 1)", + "default": 1 } ], "label": "Sets the state for the request to setup Authenticator", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgPolicyAuthenticationMethodPolicy", + "recommendedBy": [] }, { "name": "standards.DisableM365GroupUsers", "cat": "Entra (AAD) Standards", "tag": ["lowimpact"], "helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, Sharepoint sites, Planner, etc", + "docsDescription": "Users by default are allowed to create M365 groups. This restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc", "addedComponent": [], "label": "Disable M365 Group creation by users", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaDirectorySetting", + "recommendedBy": [] }, { "name": "standards.DisableAppCreation", "cat": "Entra (AAD) Standards", "tag": ["lowimpact", "CIS"], "helpText": "Disables the ability for users to create App registrations in the tenant.", + "docsDescription": "Disables the ability for users to create applications in Entra. Done to prevent breached accounts from creating an app to maintain access to the tenant, even after the breached account has been secured.", "addedComponent": [], "label": "Disable App creation by users", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", + "recommendedBy": ["CIS"] }, { "name": "standards.DisableSecurityGroupUsers", @@ -343,7 +516,9 @@ "addedComponent": [], "label": "Disable Security Group creation by users", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Update-MgBetaPolicyAuthorizationPolicy", + "recommendedBy": [] }, { "name": "standards.LegacyMFACleanup", @@ -353,17 +528,27 @@ "addedComponent": [], "label": "Remove Legacy MFA if SD or CA is active", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Set-MsolUser -StrongAuthenticationRequirements $null", + "recommendedBy": [] }, { "name": "standards.DisableSelfServiceLicenses", "cat": "Entra (AAD) Standards", "tag": ["mediumimpact"], - "helpText": "This standard currently does not function and can be safely disabled", - "addedComponent": [], + "helpText": "This standard disables all self service licenses and enables all exclusions", + "addedComponent": [ + { + "type": "input", + "name": "standards.DisableSelfServiceLicenses.Exclusions", + "label": "License Ids to exclude from this standard" + } + ], "label": "Disable Self Service Licensing", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Set-MsolCompanySettings -AllowAdHocSubscriptions $false", + "recommendedBy": [] }, { "name": "standards.DisableGuests", @@ -373,13 +558,16 @@ "addedComponent": [], "label": "Disable Guest accounts that have not logged on for 90 days", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Graph API", + "recommendedBy": [] }, { "name": "standards.OauthConsent", "cat": "Entra (AAD) Standards", "tag": ["mediumimpact", "CIS"], "helpText": "Disables users from being able to consent to applications, except for those specified in the field below", + "docsDescription": "Requires users to get administrator consent before sharing data with applications. You can preapprove specific applications.", "addedComponent": [ { "type": "input", @@ -389,16 +577,21 @@ ], "label": "Require admin consent for applications (Prevent OAuth phishing)", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", + "recommendedBy": ["CIS"] }, { "name": "standards.OauthConsentLowSec", "cat": "Entra (AAD) Standards", - "tag": ["mediumimpact"], + "tag": ["mediumimpact", "IntegratedApps"], "helpText": "Sets the default oauth consent level so users can consent to applications that have low risks.", + "docsDescription": "Allows users to consent to applications with low assigned risk.", "label": "Allow users to consent to applications with low security risk (Prevent OAuth phishing. Lower impact, less secure)", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", + "recommendedBy": [] }, { "name": "standards.UndoOauth", @@ -408,37 +601,48 @@ "addedComponent": [], "label": "Undo App Consent Standard", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", + "recommendedBy": [] }, { "name": "standards.SecurityDefaults", "cat": "Entra (AAD) Standards", "tag": ["highimpact"], "helpText": "Enables security defaults for the tenant, for newer tenants this is enabled by default. Do not enable this feature if you use Conditional Access.", + "docsDescription": "Enables SD for the tenant, which disables all forms of basic authentication and enforces users to configure MFA. Users are only prompted for MFA when a logon is considered 'suspect' by Microsoft.", "addedComponent": [], "label": "Enable Security Defaults", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "[Read more here](https://www.cyberdrain.com/automating-with-powershell-enabling-secure-defaults-and-sd-explained/)", + "recommendedBy": [] }, { "name": "standards.DisableSMS", "cat": "Entra (AAD) Standards", "tag": ["highimpact"], - "helpText": "This blocks users from using SMS as an MFA method. If a user only has SMS as a MFA method, they will be unable to login.", + "helpText": "This blocks users from using SMS as an MFA method. If a user only has SMS as a MFA method, they will be unable to log in.", + "docsDescription": "Disables SMS as an MFA method for the tenant. If a user only has SMS as a MFA method, they will be unable to sign in.", "addedComponent": [], "label": "Disables SMS as an MFA method", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.DisableVoice", "cat": "Entra (AAD) Standards", "tag": ["highimpact"], - "helpText": "This blocks users from using Voice call as an MFA method. If a user only has Voice as a MFA method, they will be unable to login.", + "helpText": "This blocks users from using Voice call as an MFA method. If a user only has Voice as a MFA method, they will be unable to log in.", + "docsDescription": "Disables Voice call as an MFA method for the tenant. If a user only has Voice call as a MFA method, they will be unable to sign in.", "addedComponent": [], "label": "Disables Voice call as an MFA method", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.DisableEmail", @@ -448,23 +652,41 @@ "addedComponent": [], "label": "Disables Email as an MFA method", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] }, { "name": "standards.Disablex509Certificate", "cat": "Entra (AAD) Standards", "tag": ["highimpact"], "helpText": "This blocks users from using Certificates as an MFA method.", + "docsDescription": "", "addedComponent": [], "label": "Disables Certificates as an MFA method", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] + }, + { + "name": "standards.PerUserMFA", + "cat": "Entra (AAD) Standards", + "tag": ["highimpact"], + "helpText": "Enables per user MFA for all users.", + "addedComponent": [], + "label": "Enables per user MFA for all users.", + "impact": "High Impact", + "impactColour": "danger", + "powershellEquivalent": "Graph API", + "recommendedBy": [] }, { "name": "standards.OutBoundSpamAlert", "cat": "Exchange Standards", "tag": ["lowimpact", "CIS"], "helpText": "Set the Outbound Spam Alert e-mail address", + "docsDescription": "Sets the e-mail address to which outbound spam alerts are sent.", "addedComponent": [ { "type": "input", @@ -474,27 +696,139 @@ ], "label": "Set Outbound Spam Alert e-mail", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-HostedOutboundSpamFilterPolicy", + "recommendedBy": ["CIS"] }, { "name": "standards.MessageExpiration", "cat": "Exchange Standards", "tag": ["lowimpact"], "helpText": "Sets the transport message configuration to timeout a message at 12 hours.", + "docsDescription": "Expires messages in the transport queue after 12 hours. Makes the NDR for failed messages show up faster for users. Default is 24 hours.", "addedComponent": [], "label": "Lower Transport Message Expiration to 12 hours", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-TransportConfig -MessageExpirationTimeout 12.00:00:00", + "recommendedBy": [] + }, + { + "name": "standards.GlobalQuarantineNotifications", + "cat": "Exchange Standards", + "tag": ["lowimpact"], + "helpText": "Sets the Global Quarantine Notification Interval to the selected value. Determines how often the quarantine notification is sent to users.", + "docsDescription": "Sets the global quarantine notification interval for the tenant. This is the time between the quarantine notification emails are sent out to users. Default is 24 hours.", + "addedComponent": [ + { + "type": "Select", + "label": "Select value", + "name": "standards.GlobalQuarantineNotifications.NotificationInterval", + "values": [ + { + "label": "4 hours", + "value": "04:00:00" + }, + { + "label": "1 day/Daily", + "value": "1.00:00:00" + }, + { + "label": "7 days/Weekly", + "value": "7.00:00:00" + } + ] + } + ], + "label": "Set Global Quarantine Notification Interval", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-QuarantinePolicy -EndUserSpamNotificationFrequency", + "recommendedBy": [] + }, + { + "name": "standards.DisableTNEF", + "cat": "Exchange Standards", + "tag": ["lowimpact"], + "helpText": "Disables Transport Neutral Encapsulation Format (TNEF)/winmail.dat for the tenant. TNEF can cause issues if the recipient is not using a client supporting TNEF.", + "docsDescription": "Disables Transport Neutral Encapsulation Format (TNEF)/winmail.dat for the tenant. TNEF can cause issues if the recipient is not using a client supporting TNEF. Cannot be overridden by the user. For more information, see [Microsoft's documentation.](https://learn.microsoft.com/en-us/exchange/mail-flow/content-conversion/tnef-conversion?view=exchserver-2019)", + "addedComponent": [], + "label": "Disable TNEF/winmail.dat", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-RemoteDomain -Identity 'Default' -TNEFEnabled $false", + "recommendedBy": [] + }, + { + "name": "standards.FocusedInbox", + "cat": "Exchange Standards", + "tag": ["lowimpact"], + "helpText": "Sets the default Focused Inbox state for the tenant. This can be overridden by the user.", + "docsDescription": "Sets the default Focused Inbox state for the tenant. This can be overridden by the user in their Outlook settings. For more information, see [Microsoft's documentation.](https://support.microsoft.com/en-us/office/focused-inbox-for-outlook-f445ad7f-02f4-4294-a82e-71d8964e3978)", + "addedComponent": [ + { + "type": "Select", + "label": "Select value", + "name": "standards.FocusedInbox.state", + "values": [ + { + "label": "Enabled", + "value": "enabled" + }, + { + "label": "Disabled", + "value": "disabled" + } + ] + } + ], + "label": "Set Focused Inbox state", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-OrganizationConfig -FocusedInboxOn $true or $false", + "recommendedBy": [] + }, + { + "name": "standards.CloudMessageRecall", + "cat": "Exchange Standards", + "tag": ["lowimpact"], + "helpText": "Sets the Cloud Message Recall state for the tenant. This allows users to recall messages from the cloud.", + "docsDescription": "Sets the default state for Cloud Message Recall for the tenant. By default this is enabled. You can read more about the feature [here.](https://techcommunity.microsoft.com/t5/exchange-team-blog/cloud-based-message-recall-in-exchange-online/ba-p/3744714)", + "addedComponent": [ + { + "type": "Select", + "label": "Select value", + "name": "standards.CloudMessageRecall.state", + "values": [ + { + "label": "Enabled", + "value": "true" + }, + { + "label": "Disabled", + "value": "false" + } + ] + } + ], + "label": "Set Cloud Message Recall state", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-OrganizationConfig -MessageRecallEnabled", + "recommendedBy": [] }, { "name": "standards.AutoExpandArchive", "cat": "Exchange Standards", "tag": ["lowimpact"], "helpText": "Enables auto-expanding archives for the tenant", + "docsDescription": "Enables auto-expanding archives for the tenant. Does not enable archives for users.", "addedComponent": [], "label": "Enable Auto-expanding archives", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-OrganizationConfig -AutoExpandingArchive", + "recommendedBy": [] }, { "name": "standards.EnableOnlineArchiving", @@ -504,13 +838,28 @@ "addedComponent": [], "label": "Enable Online Archive for all users", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Enable-Mailbox -Archive $true", + "recommendedBy": [] + }, + { + "name": "standards.EnableLitigationHold", + "cat": "Exchange Standards", + "tag": ["lowimpact"], + "helpText": "Enables litigation hold for all UserMailboxes with a valid license.", + "addedComponent": [], + "label": "Enable Litigation Hold for all users", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-Mailbox -LitigationHoldEnabled $true", + "recommendedBy": [] }, { "name": "standards.SpoofWarn", "cat": "Exchange Standards", "tag": ["lowimpact", "CIS"], "helpText": "Adds or removes indicators to e-mail messages received from external senders in Outlook. Works on all Outlook clients/OWA", + "docsDescription": "Adds or removes indicators to e-mail messages received from external senders in Outlook. You can read more about this feature on [Microsoft's Exchange Team Blog.](https://techcommunity.microsoft.com/t5/exchange-team-blog/native-external-sender-callouts-on-email-in-outlook/ba-p/2250098)", "addedComponent": [ { "type": "Select", @@ -530,34 +879,70 @@ ], "label": "Enable or disable 'external' warning in Outlook", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "et-ExternalInOutlook –Enabled $true or $false", + "recommendedBy": ["CIS"] }, { "name": "standards.EnableMailTips", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "exo_mailtipsenabled"], "helpText": "Enables all MailTips in Outlook. MailTips are the notifications Outlook and Outlook on the web shows when an email you create, meets some requirements", "addedComponent": [ { "type": "number", "name": "standards.EnableMailTips.MailTipsLargeAudienceThreshold", "label": "Number of recipients to trigger the large audience MailTip (Default is 25)", - "placeholder": "Enter a profile name" + "placeholder": "Enter a profile name", + "default": 25 } ], "label": "Enable all MailTips", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-OrganizationConfig", + "recommendedBy": ["CIS"] + }, + { + "name": "standards.TeamsMeetingsByDefault", + "cat": "Exchange Standards", + "tag": ["lowimpact"], + "helpText": "Sets the default state for automatically turning meetings into Teams meetings for the tenant. This can be overridden by the user in Outlook.", + "addedComponent": [ + { + "type": "Select", + "label": "Select value", + "name": "standards.TeamsMeetingsByDefault.state", + "values": [ + { + "label": "Enabled", + "value": "true" + }, + { + "label": "Disabled", + "value": "false" + } + ] + } + ], + "label": "Set Teams Meetings by default state", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-OrganizationConfig -OnlineMeetingsByDefaultEnabled", + "recommendedBy": [] }, { "name": "standards.DisableViva", "cat": "Exchange Standards", "tag": ["lowimpact"], "helpText": "Disables the daily viva reports for all users.", + "docsDescription": "", "addedComponent": [], "label": "Disable daily Insight/Viva reports", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-UserBriefingConfig", + "recommendedBy": [] }, { "name": "standards.RotateDKIM", @@ -567,7 +952,9 @@ "addedComponent": [], "label": "Rotate DKIM keys that are 1024 bit to 2048 bit", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Rotate-DkimSigningConfig", + "recommendedBy": ["CIS"] }, { "name": "standards.AddDKIM", @@ -577,17 +964,22 @@ "addedComponent": [], "label": "Enables DKIM for all domains that currently support it", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "New-DkimSigningConfig and Set-DkimSigningConfig", + "recommendedBy": ["CIS"] }, { "name": "standards.EnableMailboxAuditing", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "exo_mailboxaudit"], "helpText": "Enables Mailbox auditing for all mailboxes and on tenant level. Disables audit bypass on all mailboxes. Unified Audit Log needs to be enabled for this standard to function.", + "docsDescription": "Enables mailbox auditing on tenant level and for all mailboxes. Disables audit bypass on all mailboxes. By default Microsoft does not enable mailbox auditing for Resource Mailboxes, Public Folder Mailboxes and DiscoverySearch Mailboxes. Unified Audit Log needs to be enabled for this standard to function.", "addedComponent": [], "label": "Enable Mailbox auditing", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-OrganizationConfig -AuditDisabled $false", + "recommendedBy": ["CIS"] }, { "name": "standards.SendReceiveLimitTenant", @@ -598,23 +990,28 @@ { "type": "number", "name": "standards.SendReceiveLimitTenant.SendLimit", - "label": "Send limit in MB (Default is 35)" + "label": "Send limit in MB (Default is 35)", + "default": 35 }, { "type": "number", "name": "standards.SendReceiveLimitTenant.ReceiveLimit", - "label": "Receive Limit in MB (Default is 36)" + "label": "Receive Limit in MB (Default is 36)", + "default": 36 } ], "label": "Set send/receive size limits", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-MailboxPlan", + "recommendedBy": [] }, { "name": "standards.calDefault", "cat": "Exchange Standards", "tag": ["lowimpact"], "helpText": "Sets the default sharing level for the default calendar, for all users", + "docsDescription": "Sets the default sharing level for the default calendar for all users in the tenant. You can read about the different sharing levels [here.](https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailboxfolderpermission?view=exchange-ps#-accessrights)", "disabledFeatures": { "report": true, "warn": true, @@ -634,22 +1031,38 @@ "label": "Publishing Editor - The user can create, read, edit, and delete all items in the folder, and create subfolders.", "value": "PublishingEditor" }, + { + "label": "Editor - The user can create items in the folder. The contents of the folder do not appear.", + "value": "Editor" + }, + { + "label": "Publishing Author. The user can read, create all items/subfolders. Can modify and delete only items they create.", + "value": "PublishingAuthor" + }, + { + "label": "Author - The user can create and read items, and modify and delete items that they create.", + "value": "Author" + }, + { + "label": "Non Editing Author - The user has full read access and create items. Can can delete only own items.", + "value": "NonEditingAuthor" + }, { "label": "Reviewer - The user can read all items in the folder.", "value": "Reviewer" }, { - "label": "Editor - The user can create items in the folder. The contents of the folder do not appear.", + "label": "Contributor - The user can create items and folders.", "value": "Contributor" }, - { - "label": "Limited Details - The user can view free/busy time within the calendar and the subject and location of appointments.", - "value": "LimitedDetails" - }, { "label": "Availability Only - Indicates that the user can view only free/busy time within the calendar.", "value": "AvailabilityOnly" }, + { + "label": "Limited Details - The user can view free/busy time within the calendar and the subject and location of appointments.", + "value": "LimitedDetails" + }, { "label": "None - The user has no permissions on the folder.", "value": "none" @@ -659,39 +1072,123 @@ ], "label": "Set Sharing Level for Default calendar", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-MailboxFolderPermission", + "recommendedBy": [] }, { "name": "standards.DisableExternalCalendarSharing", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "exo_individualsharing"], "helpText": "Disables the ability for users to share their calendar with external users. Only for the default policy, so exclusions can be made if needed.", + "docsDescription": "Disables external calendar sharing for the entire tenant. This is not a widely used feature, and it's therefore unlikely that this will impact users. Only for the default policy, so exclusions can be made if needed by making a new policy and assigning it to users.", "addedComponent": [], "label": "Disable external calendar sharing", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Get-SharingPolicy | Set-SharingPolicy -Enabled $False", + "recommendedBy": ["CIS"] }, { "name": "standards.DisableAdditionalStorageProviders", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "exo_storageproviderrestricted"], "helpText": "Disables the ability for users to open files in Outlook on the Web, from other providers such as Box, Dropbox, Facebook, Google Drive, OneDrive Personal, etc.", + "docsDescription": "Disables additional storage providers in OWA. This is to prevent users from using personal storage providers like Dropbox, Google Drive, etc. Usually this has little user impact.", "addedComponent": [], "label": "Disable additional storage providers in OWA", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -AdditionalStorageProvidersEnabled $False", + "recommendedBy": ["CIS"] }, { - "name": "standards.DisableOutlookAddins", + "name": "standards.ShortenMeetings", "cat": "Exchange Standards", - "tag": ["mediumimpact", "CIS"], - "helpText": "Disables the ability for users to install add-ins in Outlook. This is to prevent users from installing malicious add-ins.", - "addedComponent": [], - "label": "Disable users from installing add-ins in Outlook", - "impact": "Medium Impact", - "impactColour": "warning" - }, - { + "tag": ["mediumimpact"], + "helpText": "Sets the shorten meetings settings on a tenant level. This will shorten meetings by the selected amount of minutes. Valid values are 0 to 29. Short meetings are under 60 minutes, long meetings are over 60 minutes.", + "addedComponent": [ + { + "type": "Select", + "label": "Select value", + "name": "standards.ShortenMeetings.ShortenEventScopeDefault", + "values": [ + { + "label": "Disabled/None", + "value": "None" + }, + { + "label": "End early", + "value": "EndEarly" + }, + { + "label": "Start late", + "value": "StartLate" + } + ] + }, + { + "type": "number", + "name": "standards.ShortenMeetings.DefaultMinutesToReduceShortEventsBy", + "label": "Minutes to reduce short calendar events by (Default is 5)", + "default": 5 + }, + { + "type": "number", + "name": "standards.ShortenMeetings.DefaultMinutesToReduceLongEventsBy", + "label": "Minutes to reduce long calendar events by (Default is 10)", + "default": 10 + } + ], + "label": "Set shorten meetings state", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-OrganizationConfig -ShortenEventScopeDefault -DefaultMinutesToReduceShortEventsBy -DefaultMinutesToReduceLongEventsBy", + "recommendedBy": [] + }, + { + "name": "standards.Bookings", + "cat": "Exchange Standards", + "tag": ["mediumimpact"], + "helpText": "Sets the state of Bookings on the tenant. Bookings is a scheduling tool that allows users to book appointments with others both internal and external.", + "docsDescription": "", + "addedComponent": [ + { + "type": "Select", + "label": "Select value", + "name": "standards.Bookings.state", + "values": [ + { + "label": "Enabled", + "value": "true" + }, + { + "label": "Disabled", + "value": "false" + } + ] + } + ], + "label": "Set Bookings state", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-OrganizationConfig -BookingsEnabled", + "recommendedBy": [] + }, + { + "name": "standards.DisableOutlookAddins", + "cat": "Exchange Standards", + "tag": ["mediumimpact", "CIS", "exo_outlookaddins"], + "helpText": "Disables the ability for users to install add-ins in Outlook. This is to prevent users from installing malicious add-ins.", + "docsDescription": "Disables users from being able to install add-ins in Outlook. Only admins are able to approve add-ins for the users. This is done to reduce the threat surface for data exfiltration.", + "addedComponent": [], + "label": "Disable users from installing add-ins in Outlook", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Get-ManagementRoleAssignment | Remove-ManagementRoleAssignment", + "recommendedBy": ["CIS"] + }, + { "name": "standards.SafeSendersDisable", "cat": "Exchange Standards", "tag": ["mediumimpact"], @@ -704,33 +1201,42 @@ }, "label": "Remove Safe Senders to prevent SPF bypass", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Set-MailboxJunkEmailConfiguration", + "recommendedBy": [] }, { "name": "standards.DelegateSentItems", "cat": "Exchange Standards", "tag": ["mediumimpact"], "helpText": "Sets emails sent as and on behalf of shared mailboxes to also be stored in the shared mailbox sent items folder", + "docsDescription": "This makes sure that e-mails sent from shared mailboxes or delegate mailboxes, end up in the mailbox of the shared/delegate mailbox instead of the sender, allowing you to keep replies in the same mailbox as the original e-mail.", "addedComponent": [], "label": "Set mailbox Sent Items delegation (Sent items for shared mailboxes)", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Set-Mailbox", + "recommendedBy": [] }, { "name": "standards.SendFromAlias", "cat": "Exchange Standards", "tag": ["mediumimpact"], "helpText": "Enables the ability for users to send from their alias addresses.", + "docsDescription": "Allows users to change the 'from' address to any set in their Azure AD Profile.", "addedComponent": [], "label": "Allow users to send from their alias addresses", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Set-Mailbox", + "recommendedBy": [] }, { "name": "standards.UserSubmissions", "cat": "Exchange Standards", "tag": ["mediumimpact"], "helpText": "Set the state of the spam submission button in Outlook", + "docsDescription": "Set the state of the built-in Report button in Outlook. This gives the users the ability to report emails as spam or phish.", "addedComponent": [ { "type": "Select", @@ -746,26 +1252,68 @@ "value": "disable" } ] + }, + { + "type": "input", + "name": "standards.UserSubmissions.email", + "label": "Destination email address" } ], "label": "Set the state of the built-in Report button in Outlook", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "New-ReportSubmissionPolicy or Set-ReportSubmissionPolicy and New-ReportSubmissionRule or Set-ReportSubmissionRule", + "recommendedBy": [] }, { "name": "standards.DisableSharedMailbox", "cat": "Exchange Standards", "tag": ["mediumimpact", "CIS"], "helpText": "Blocks login for all accounts that are marked as a shared mailbox. This is Microsoft best practice to prevent direct logons to shared mailboxes.", + "docsDescription": "Shared mailboxes can be directly logged into if the password is reset, this presents a security risk as do all shared login credentials. Microsoft's recommendation is to disable the user account for shared mailboxes. It would be a good idea to review the sign-in reports to establish potential impact.", "addedComponent": [], "label": "Disable Shared Mailbox AAD accounts", "impact": "Medium Impact", - "impactColour": "warning" + "impactColour": "warning", + "powershellEquivalent": "Get-Mailbox & Update-MgUser", + "recommendedBy": ["CIS"] + }, + { + "name": "standards.EXODisableAutoForwarding", + "cat": "Exchange Standards", + "tag": ["highimpact", "CIS", "mdo_autoforwardingmode", "mdo_blockmailforward"], + "helpText": "Disables the ability for users to automatically forward e-mails to external recipients.", + "docsDescription": "Disables the ability for users to automatically forward e-mails to external recipients. This is to prevent data exfiltration. Please check if there are any legitimate use cases for this feature before implementing, like forwarding invoices and such.", + "addedComponent": [], + "label": "Disable automatic forwarding to external recipients", + "impact": "High Impact", + "impactColour": "danger", + "powershellEquivalent": "Set-HostedOutboundSpamFilterPolicy -AutoForwardingMode 'Off'", + "recommendedBy": ["CIS"] + }, + { + "name": "standards.QuarantineRequestAlert", + "cat": "Defender Standards", + "tag": ["lowimpact"], + "helpText": "Sets a e-mail address to alert when a User requests to release a quarantined message.", + "docsDescription": "Sets a e-mail address to alert when a User requests to release a quarantined message. This is useful for monitoring and ensuring that the correct messages are released.", + "addedComponent": [ + { + "type": "input", + "name": "standards.QuarantineRequestAlert.NotifyUser", + "label": "E-mail to receive the alert" + } + ], + "label": "Quarantine Release Request Alert", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "New-ProtectionAlert and Set-ProtectionAlert", + "recommendedBy": [] }, { "name": "standards.SafeLinksPolicy", "cat": "Defender Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "mdo_safelinksforemail", "mdo_safelinksforOfficeApps"], "helpText": "This creates a safelink policy that automatically scans, tracks, and and enables safe links for Email, Office, and Teams for both external and internal senders", "addedComponent": [ { @@ -786,12 +1334,24 @@ ], "label": "Default SafeLinks Policy", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-SafeLinksPolicy or New-SafeLinksPolicy", + "recommendedBy": ["CIS"] }, { "name": "standards.AntiPhishPolicy", "cat": "Defender Standards", - "tag": ["lowimpact", "CIS"], + "tag": [ + "lowimpact", + "CIS", + "mdo_safeattachments", + "mdo_highconfidencespamaction", + "mdo_highconfidencephishaction", + "mdo_phisspamacation", + "mdo_spam_notifications_only_for_admins", + "mdo_antiphishingpolicies", + "mdo_phishthresholdlevel" + ], "helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mailtips.", "addedComponent": [ { @@ -824,6 +1384,116 @@ "name": "standards.AntiPhishPolicy.EnableUnusualCharactersSafetyTips", "default": true }, + { + "type": "Select", + "label": "If the message is detected as spoof by spoof intelligence", + "name": "standards.AntiPhishPolicy.AuthenticationFailAction", + "values": [ + { + "label": "Quarantine the message", + "value": "Quarantine" + }, + { + "label": "Move to Junk Folder", + "value": "MoveToJmf" + } + ] + }, + { + "type": "Select", + "label": "Quarantine policy for Spoof", + "name": "standards.AntiPhishPolicy.SpoofQuarantineTag", + "values": [ + { + "label": "AdminOnlyAccessPolicy", + "value": "AdminOnlyAccessPolicy" + }, + { + "label": "DefaultFullAccessPolicy", + "value": "DefaultFullAccessPolicy" + }, + { + "label": "DefaultFullAccessWithNotificationPolicy", + "value": "DefaultFullAccessWithNotificationPolicy" + } + ] + }, + { + "type": "Select", + "label": "If a message is detected as user impersonation", + "name": "standards.AntiPhishPolicy.TargetedUserProtectionAction", + "values": [ + { + "label": "Move to Junk Folder", + "value": "MoveToJmf" + }, + { + "label": "Delete the message before its delivered", + "value": "Delete" + }, + { + "label": "Quarantine the message", + "value": "Quarantine" + } + ] + }, + { + "type": "Select", + "label": "Quarantine policy for user impersonation", + "name": "standards.AntiPhishPolicy.TargetedUserQuarantineTag", + "values": [ + { + "label": "AdminOnlyAccessPolicy", + "value": "AdminOnlyAccessPolicy" + }, + { + "label": "DefaultFullAccessPolicy", + "value": "DefaultFullAccessPolicy" + }, + { + "label": "DefaultFullAccessWithNotificationPolicy", + "value": "DefaultFullAccessWithNotificationPolicy" + } + ] + }, + { + "type": "Select", + "label": "If a message is detected as domain impersonation", + "name": "standards.AntiPhishPolicy.TargetedDomainProtectionAction", + "values": [ + { + "label": "Move to Junk Folder", + "value": "MoveToJmf" + }, + { + "label": "Delete the message before its delivered", + "value": "Delete" + }, + { + "label": "Quarantine the message", + "value": "Quarantine" + } + ] + }, + { + "type": "Select", + "label": "Quarantine policy for domain impersonation", + "name": "standards.AntiPhishPolicy.TargetedDomainQuarantineTag", + "values": [ + { + "label": "DefaultFullAccessWithNotificationPolicy", + "value": "DefaultFullAccessWithNotificationPolicy" + }, + { + "label": "AdminOnlyAccessPolicy", + "value": "AdminOnlyAccessPolicy" + }, + { + "label": "DefaultFullAccessPolicy", + "value": "DefaultFullAccessPolicy" + } + ] + }, { "type": "Select", "label": "If Mailbox Intelligence detects an impersonated user", @@ -865,12 +1535,20 @@ ], "label": "Default Anti-Phishing Policy", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-AntiphishPolicy or New-AntiphishPolicy", + "recommendedBy": ["CIS"] }, { "name": "standards.SafeAttachmentPolicy", "cat": "Defender Standards", - "tag": ["lowimpact", "CIS"], + "tag": [ + "lowimpact", + "CIS", + "mdo_safedocuments", + "mdo_commonattachmentsfilter", + "mdo_safeattachmentpolicy" + ], "helpText": "This creates a Safe Attachment policy", "addedComponent": [ { @@ -924,7 +1602,9 @@ ], "label": "Default Safe Attachment Policy", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-SafeAttachmentPolicy or New-SafeAttachmentPolicy", + "recommendedBy": ["CIS"] }, { "name": "standards.AtpPolicyForO365", @@ -941,12 +1621,14 @@ ], "label": "Default Atp Policy For O365", "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-AtpPolicyForO365", + "recommendedBy": ["CIS"] }, { "name": "standards.MalwareFilterPolicy", "cat": "Defender Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["lowimpact", "CIS", "mdo_zapspam", "mdo_zapphish", "mdo_zapmalware"], "helpText": "This creates a Malware filter policy that enables the default File filter and Zero-hour auto purge for malware.", "addedComponent": [ { @@ -964,6 +1646,11 @@ } ] }, + { + "type": "input", + "name": "standards.MalwareFilterPolicy.OptionalFileTypes", + "label": "Optional File Types, Comma separated" + }, { "type": "Select", "label": "QuarantineTag", @@ -995,7 +1682,7 @@ }, { "type": "boolean", - "label": "Enable Internal Sender Admin Notifications", + "label": "Enable External Sender Admin Notifications", "name": "standards.MalwareFilterPolicy.EnableExternalSenderAdminNotifications" }, { @@ -1006,94 +1693,544 @@ ], "label": "Default Malware Filter Policy", "impact": "Low Impact", - "impactColour": "info" - }, - { - "name": "standards.intuneDeviceRetirementDays", - "cat": "Intune Standards", - "tag": ["lowimpact"], - "helpText": "A value between 0 and 270 is supported. A value of 0 disables retirement, retired devices are removed from Intune after the specified number of days.", - "addedComponent": [ - { - "type": "number", - "name": "standards.intuneDeviceRetirementDays.days", - "label": "Maximum days (0 equals disabled)" - } - ], - "label": "Set inactive device retirement days", - "impact": "Low Impact", - "impactColour": "info" + "impactColour": "info", + "powershellEquivalent": "Set-MalwareFilterPolicy or New-MalwareFilterPolicy", + "recommendedBy": ["CIS"] }, { - "name": "standards.intuneDeviceReg", - "cat": "Intune Standards", + "name": "standards.SpamFilterPolicy", + "cat": "Defender Standards", "tag": ["mediumimpact"], - "helpText": "sets the maximum number of devices that can be registered by a user. A value of 0 disables device registration by users", + "helpText": "This standard creates a Spam filter policy similar to the default strict policy.", "addedComponent": [ { "type": "number", - "name": "standards.intuneDeviceReg.max", - "label": "Maximum devices (Enter 2147483647 for unlimited.)" - } - ], - "label": "Set Maximum Number of Devices per user", - "impact": "Medium Impact", - "impactColour": "warning" - }, - { - "name": "standards.intuneRequireMFA", - "cat": "Intune Standards", - "tag": ["mediumimpact"], - "helpText": "Requires MFA for all users to register devices with Intune. This is useful when not using Conditional Access.", - "label": "Require Multifactor Authentication to register or join devices with Microsoft Entra", - "impact": "Medium Impact", - "impactColour": "warning" - }, - { - "name": "standards.DeletedUserRentention", - "cat": "SharePoint Standards", - "tag": ["lowimpact"], - "helpText": "Sets the retention period for deleted users OneDrive to 1 year/365 days", - "addedComponent": [], - "label": "Retain a deleted user OneDrive for 1 year", - "impact": "Low Impact", - "impactColour": "info" - }, - { - "name": "standards.DisableAddShortcutsToOneDrive", - "cat": "SharePoint Standards", - "tag": ["mediumimpact"], - "helpText": "When the feature is disabled the option Add shortcut to OneDrive will be removed. Any folders that have already been added will remain on the user's computer.", - "disabledFeatures": { - "report": true, - "warn": true, - "remediate": false - }, - "addedComponent": [], - "label": "Disable Add Shortcuts To OneDrive", - "impact": "Medium Impact", - "impactColour": "warning" - }, - { - "name": "standards.DisableSharePointLegacyAuth", - "cat": "SharePoint Standards", - "tag": ["mediumimpact", "CIS"], - "helpText": "Disables the ability to authenticate with SharePoint using legacy authentication methods. Any applications that use legacy authentication will need to be updated to use modern authentication.", - "addedComponent": [], - "label": "Disable legacy basic authentication for SharePoint", - "impact": "Medium Impact", - "impactColour": "warning" - }, - { - "name": "standards.sharingCapability", - "cat": "SharePoint Standards", - "tag": ["highimpact", "CIS"], - "helpText": "Sets the default sharing level for OneDrive and Sharepoint. This is a tenant wide setting and overrules any settings set on the site level", - "addedComponent": [ + "label": "Bulk email threshold (Default 7)", + "name": "standards.SpamFilterPolicy.BulkThreshold", + "default": 7 + }, { "type": "Select", - "label": "Select Sharing Level", - "name": "standards.sharingCapability.Level", + "label": "Spam Action", + "name": "standards.SpamFilterPolicy.SpamAction", + "values": [ + { + "label": "Quarantine the message", + "value": "Quarantine" + }, + { + "label": "Move message to Junk Email folder", + "value": "MoveToJmf" + } + ] + }, + { + "type": "Select", + "label": "Spam Quarantine Tag", + "name": "standards.SpamFilterPolicy.SpamQuarantineTag", + "values": [ + { + "label": "AdminOnlyAccessPolicy", + "value": "AdminOnlyAccessPolicy" + }, + { + "label": "DefaultFullAccessPolicy", + "value": "DefaultFullAccessPolicy" + }, + { + "label": "DefaultFullAccessWithNotificationPolicy", + "value": "DefaultFullAccessWithNotificationPolicy" + } + ] + }, + { + "type": "Select", + "label": "High Confidence Spam Action", + "name": "standards.SpamFilterPolicy.HighConfidenceSpamAction", + "values": [ + { + "label": "Quarantine the message", + "value": "Quarantine" + }, + { + "label": "Move message to Junk Email folder", + "value": "MoveToJmf" + } + ] + }, + { + "type": "Select", + "label": "High Confidence Spam Quarantine Tag", + "name": "standards.SpamFilterPolicy.HighConfidenceSpamQuarantineTag", + "values": [ + { + "label": "AdminOnlyAccessPolicy", + "value": "AdminOnlyAccessPolicy" + }, + { + "label": "DefaultFullAccessPolicy", + "value": "DefaultFullAccessPolicy" + }, + { + "label": "DefaultFullAccessWithNotificationPolicy", + "value": "DefaultFullAccessWithNotificationPolicy" + } + ] + }, + { + "type": "Select", + "label": "Bulk Spam Action", + "name": "standards.SpamFilterPolicy.BulkSpamAction", + "values": [ + { + "label": "Quarantine the message", + "value": "Quarantine" + }, + { + "label": "Move message to Junk Email folder", + "value": "MoveToJmf" + } + ] + }, + { + "type": "Select", + "label": "Bulk Quarantine Tag", + "name": "standards.SpamFilterPolicy.BulkQuarantineTag", + "values": [ + { + "label": "AdminOnlyAccessPolicy", + "value": "AdminOnlyAccessPolicy" + }, + { + "label": "DefaultFullAccessPolicy", + "value": "DefaultFullAccessPolicy" + }, + { + "label": "DefaultFullAccessWithNotificationPolicy", + "value": "DefaultFullAccessWithNotificationPolicy" + } + ] + }, + { + "type": "Select", + "label": "Phish Spam Action", + "name": "standards.SpamFilterPolicy.PhishSpamAction", + "values": [ + { + "label": "Quarantine the message", + "value": "Quarantine" + }, + { + "label": "Move message to Junk Email folder", + "value": "MoveToJmf" + } + ] + }, + { + "type": "Select", + "label": "Phish Quarantine Tag", + "name": "standards.SpamFilterPolicy.PhishQuarantineTag", + "values": [ + { + "label": "AdminOnlyAccessPolicy", + "value": "AdminOnlyAccessPolicy" + }, + { + "label": "DefaultFullAccessPolicy", + "value": "DefaultFullAccessPolicy" + }, + { + "label": "DefaultFullAccessWithNotificationPolicy", + "value": "DefaultFullAccessWithNotificationPolicy" + } + ] + }, + { + "type": "Select", + "label": "High Confidence Phish Quarantine Tag", + "name": "standards.SpamFilterPolicy.HighConfidencePhishQuarantineTag", + "values": [ + { + "label": "AdminOnlyAccessPolicy", + "value": "AdminOnlyAccessPolicy" + }, + { + "label": "DefaultFullAccessPolicy", + "value": "DefaultFullAccessPolicy" + }, + { + "label": "DefaultFullAccessWithNotificationPolicy", + "value": "DefaultFullAccessWithNotificationPolicy" + } + ] + } + ], + "label": "Default Spam Filter Policy", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "New-HostedContentFilterPolicy or Set-HostedContentFilterPolicy", + "recommendedBy": [] + }, + { + "name": "standards.intuneDeviceRetirementDays", + "cat": "Intune Standards", + "tag": ["lowimpact"], + "helpText": "A value between 0 and 270 is supported. A value of 0 disables retirement, retired devices are removed from Intune after the specified number of days.", + "addedComponent": [ + { + "type": "number", + "name": "standards.intuneDeviceRetirementDays.days", + "label": "Maximum days (0 equals disabled)" + } + ], + "label": "Set inactive device retirement days", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Graph API", + "recommendedBy": [] + }, + { + "name": "standards.intuneBrandingProfile", + "cat": "Intune Standards", + "tag": ["lowimpact"], + "helpText": "Sets the branding profile for the Intune Company Portal app. This is a tenant wide setting and overrules any settings set on the app level.", + "addedComponent": [ + { + "type": "input", + "name": "standards.intuneBrandingProfile.displayName", + "label": "Organization name" + }, + { + "type": "boolean", + "name": "standards.intuneBrandingProfile.showLogo", + "label": "Show logo" + }, + { + "type": "boolean", + "name": "standards.intuneBrandingProfile.showDisplayNameNextToLogo", + "label": "Show organization name next to logo" + }, + { + "type": "input", + "name": "standards.intuneBrandingProfile.contactITName", + "label": "Contact IT name" + }, + { + "type": "input", + "name": "standards.intuneBrandingProfile.contactITPhoneNumber", + "label": "Contact IT phone number" + }, + { + "type": "input", + "name": "standards.intuneBrandingProfile.contactITEmailAddress", + "label": "Contact IT email address" + }, + { + "type": "input", + "name": "standards.intuneBrandingProfile.contactITNotes", + "label": "Contact IT notes" + }, + { + "type": "input", + "name": "standards.intuneBrandingProfile.onlineSupportSiteName", + "label": "Online support site name" + }, + { + "type": "input", + "name": "standards.intuneBrandingProfile.onlineSupportSiteUrl", + "label": "Online support site URL" + }, + { + "type": "input", + "name": "standards.intuneBrandingProfile.privacyUrl", + "label": "Privacy statement URL" + } + ], + "label": "Set Intune Company Portal branding profile", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Graph API", + "recommendedBy": [] + }, + { + "name": "standards.intuneDeviceReg", + "cat": "Intune Standards", + "tag": ["mediumimpact"], + "helpText": "sets the maximum number of devices that can be registered by a user. A value of 0 disables device registration by users", + "addedComponent": [ + { + "type": "number", + "name": "standards.intuneDeviceReg.max", + "label": "Maximum devices (Enter 2147483647 for unlimited.)" + } + ], + "label": "Set Maximum Number of Devices per user", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Update-MgBetaPolicyDeviceRegistrationPolicy", + "recommendedBy": [] + }, + { + "name": "standards.intuneRequireMFA", + "cat": "Intune Standards", + "tag": ["mediumimpact"], + "helpText": "Requires MFA for all users to register devices with Intune. This is useful when not using Conditional Access.", + "label": "Require Multifactor Authentication to register or join devices with Microsoft Entra", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Update-MgBetaPolicyDeviceRegistrationPolicy", + "recommendedBy": [] + }, + { + "name": "standards.DeletedUserRentention", + "cat": "SharePoint Standards", + "tag": ["lowimpact"], + "helpText": "Sets the retention period for deleted users OneDrive to the specified period of time. The default is 30 days.", + "docsDescription": "When a OneDrive user gets deleted, the personal SharePoint site is saved for selected amount of time that data can be retrieved from it.", + "addedComponent": [ + { + "type": "Select", + "name": "standards.DeletedUserRentention.Days", + "label": "Retention time (Default 30 days)", + "values": [ + { + "label": "30 days", + "value": "30" + }, + { + "label": "90 days", + "value": "90" + }, + { + "label": "1 year", + "value": "365" + }, + { + "label": "2 years", + "value": "730" + }, + { + "label": "3 years", + "value": "1095" + }, + { + "label": "4 years", + "value": "1460" + }, + { + "label": "5 years", + "value": "1825" + }, + { + "label": "6 years", + "value": "2190" + }, + { + "label": "7 years", + "value": "2555" + }, + { + "label": "8 years", + "value": "2920" + }, + { + "label": "9 years", + "value": "3285" + }, + { + "label": "10 years", + "value": "3650" + } + ] + } + ], + "label": "Set deleted user retention time in OneDrive", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaAdminSharepointSetting", + "recommendedBy": [] + }, + { + "name": "standards.TenantDefaultTimezone", + "cat": "SharePoint Standards", + "tag": ["lowimpact"], + "helpText": "Sets the default timezone for the tenant. This will be used for all new users and sites.", + "addedComponent": [ + { + "type": "TimezoneSelect", + "name": "standards.TenantDefaultTimezone.Timezone", + "label": "Timezone" + } + ], + "label": "Set Default Timezone for Tenant", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Update-MgBetaAdminSharepointSetting", + "recommendedBy": [] + }, + { + "name": "standards.SPAzureB2B", + "cat": "SharePoint Standards", + "tag": ["lowimpact", "CIS"], + "helpText": "Ensure SharePoint and OneDrive integration with Azure AD B2B is enabled", + "addedComponent": [], + "label": "Enable SharePoint and OneDrive integration with Azure AD B2B", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-SPOTenant -EnableAzureADB2BIntegration $true", + "recommendedBy": ["CIS 3.0"] + }, + { + "name": "standards.SPDisallowInfectedFiles", + "cat": "SharePoint Standards", + "tag": ["lowimpact", "CIS"], + "helpText": "Ensure Office 365 SharePoint infected files are disallowed for download", + "addedComponent": [], + "label": "Disallow downloading infected files from SharePoint", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-SPOTenant -DisallowInfectedFileDownload $true", + "recommendedBy": ["CIS 3.0"] + }, + { + "name": "standards.SPDisableLegacyWorkflows", + "cat": "SharePoint Standards", + "tag": ["lowimpact"], + "helpText": "Disables the creation of new SharePoint 2010 and 2013 classic workflows and removes the 'Return to classic SharePoint' link on modern SharePoint list and library pages.", + "addedComponent": [], + "label": "Disable Legacy Workflows", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-SPOTenant -DisableWorkflow2010 $true -DisableWorkflow2013 $true -DisableBackToClassic $true", + "recommendedBy": [] + }, + { + "name": "standards.SPDirectSharing", + "cat": "SharePoint Standards", + "tag": ["mediumimpact", "CIS"], + "helpText": "Ensure default link sharing is set to Direct in SharePoint and OneDrive", + "addedComponent": [], + "label": "Default sharing to Direct users", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-SPOTenant -DefaultSharingLinkType Direct", + "recommendedBy": ["CIS 3.0"] + }, + { + "name": "standards.SPExternalUserExpiration", + "cat": "SharePoint Standards", + "tag": ["mediumimpact", "CIS"], + "helpText": "Ensure guest access to a site or OneDrive will expire automatically", + "addedComponent": [ + { + "type": "number", + "name": "standards.SPExternalUserExpiration.Days", + "label": "Days until expiration (Default 60)" + } + ], + "label": "Set guest access to expire automatically", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-SPOTenant -ExternalUserExpireInDays 30 -ExternalUserExpirationRequired $True", + "recommendedBy": ["CIS 3.0"] + }, + { + "name": "standards.SPEmailAttestation", + "cat": "SharePoint Standards", + "tag": ["mediumimpact", "CIS"], + "helpText": "Ensure reauthentication with verification code is restricted", + "addedComponent": [ + { + "type": "number", + "name": "standards.SPEmailAttestation.Days", + "label": "Require reauth every X Days (Default 15)" + } + ], + "label": "Require reauthentication with verification code", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-SPOTenant -EmailAttestationRequired $true -EmailAttestationReAuthDays 15", + "recommendedBy": ["CIS 3.0"] + }, + { + "name": "standards.DisableAddShortcutsToOneDrive", + "cat": "SharePoint Standards", + "tag": ["mediumimpact"], + "helpText": "If disabled, the button Add shortcut to OneDrive will be removed and users in the tenant will no longer be able to add new shortcuts to their OneDrive. Existing shortcuts will remain functional", + "addedComponent": [ + { + "type": "Select", + "label": "Add Shortcuts To OneDrive button state", + "name": "standards.DisableAddShortcutsToOneDrive.state", + "values": [ + { + "label": "Disabled", + "value": "true" + }, + { + "label": "Enabled", + "value": "false" + } + ] + } + ], + "label": "Set Add Shortcuts To OneDrive button state", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-SPOTenant -DisableAddShortcutsToOneDrive $true or $false", + "recommendedBy": [] + }, + { + "name": "standards.SPSyncButtonState", + "cat": "SharePoint Standards", + "tag": ["mediumimpact"], + "helpText": "If disabled, users in the tenant will no longer be able to use the Sync button to sync SharePoint content on all sites. However, existing synced content will remain functional on the user's computer.", + "addedComponent": [ + { + "type": "Select", + "label": "SharePoint Sync Button state", + "name": "standards.SPSyncButtonState.state", + "values": [ + { + "label": "Disabled", + "value": "true" + }, + { + "label": "Enabled", + "value": "false" + } + ] + } + ], + "label": "Set SharePoint sync button state", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-SPOTenant -HideSyncButtonOnTeamSite $true or $false", + "recommendedBy": [] + }, + { + "name": "standards.DisableSharePointLegacyAuth", + "cat": "SharePoint Standards", + "tag": ["mediumimpact", "CIS", "spo_legacy_auth"], + "helpText": "Disables the ability to authenticate with SharePoint using legacy authentication methods. Any applications that use legacy authentication will need to be updated to use modern authentication.", + "docsDescription": "Disables the ability for users and applications to access SharePoint via legacy basic authentication. This will likely not have any user impact, but will block systems/applications depending on basic auth or the SharePointOnlineCredentials class.", + "addedComponent": [], + "label": "Disable legacy basic authentication for SharePoint", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-SPOTenant -LegacyAuthProtocolsEnabled $false", + "recommendedBy": ["CIS"] + }, + { + "name": "standards.sharingCapability", + "cat": "SharePoint Standards", + "tag": ["highimpact", "CIS"], + "helpText": "Sets the default sharing level for OneDrive and Sharepoint. This is a tenant wide setting and overrules any settings set on the site level", + "addedComponent": [ + { + "type": "Select", + "label": "Select Sharing Level", + "name": "standards.sharingCapability.Level", "values": [ { "label": "Users can share only with people in the organization. No external sharing is allowed.", @@ -1116,27 +2253,35 @@ ], "label": "Set Sharing Level for OneDrive and Sharepoint", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgBetaAdminSharepointSetting", + "recommendedBy": ["CIS"] }, { "name": "standards.DisableReshare", "cat": "SharePoint Standards", "tag": ["highimpact", "CIS"], "helpText": "Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access", + "docsDescription": "Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access. This is a tenant wide setting and overrules any settings set on the site level", "addedComponent": [], "label": "Disable Resharing by External Users", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgBetaAdminSharepointSetting", + "recommendedBy": ["CIS"] }, { "name": "standards.DisableUserSiteCreate", "cat": "SharePoint Standards", "tag": ["highimpact"], "helpText": "Disables users from creating new SharePoint sites", + "docsDescription": "Disables standard users from creating SharePoint sites, also disables the ability to fully create teams", "addedComponent": [], "label": "Disable site creation by standard users", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgAdminSharepointSetting", + "recommendedBy": [] }, { "name": "standards.ExcludedfileExt", @@ -1152,7 +2297,9 @@ ], "label": "Exclude File Extensions from Syncing", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgAdminSharepointSetting", + "recommendedBy": [] }, { "name": "standards.disableMacSync", @@ -1162,16 +2309,231 @@ "addedComponent": [], "label": "Do not allow Mac devices to sync using OneDrive", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgAdminSharepointSetting", + "recommendedBy": [] }, { "name": "standards.unmanagedSync", "cat": "SharePoint Standards", "tag": ["highimpact"], - "helpText": "This standard will only allow devices that are AD joined, or AAD joined to sync with OneDrive", + "helpText": "The unmanaged Sync standard has been temporarily disabled and does nothing.", "addedComponent": [], "label": "Only allow users to sync OneDrive from AAD joined devices", "impact": "High Impact", - "impactColour": "danger" + "impactColour": "danger", + "powershellEquivalent": "Update-MgAdminSharepointSetting", + "recommendedBy": [] + }, + { + "name": "standards.sharingDomainRestriction", + "cat": "SharePoint Standards", + "tag": ["highimpact", "CIS"], + "helpText": "Restricts sharing to only users with the specified domain. This is useful for organizations that only want to share with their own domain.", + "addedComponent": [ + { + "type": "Select", + "name": "standards.sharingDomainRestriction.Mode", + "label": "Limit external sharing by domains", + "values": [ + { + "label": "Off", + "value": "none" + }, + { + "label": "Restrict sharing to specific domains", + "value": "allowList" + }, + { + "label": "Block sharing to specific domains", + "value": "blockList" + } + ] + }, + { + "type": "input", + "name": "standards.sharingDomainRestriction.Domains", + "label": "Domains to allow/block, comma separated" + } + ], + "label": "Restrict sharing to a specific domain", + "impact": "High Impact", + "impactColour": "danger", + "powershellEquivalent": "Update-MgAdminSharepointSetting", + "recommendedBy": [] + }, + { + "name": "standards.TeamsGlobalMeetingPolicy", + "cat": "Teams Standards", + "tag": ["lowimpact"], + "helpText": "Defines the CIS recommended global meeting policy for Teams. This includes AllowAnonymousUsersToJoinMeeting, AllowAnonymousUsersToStartMeeting, AutoAdmittedUsers, AllowPSTNUsersToBypassLobby, MeetingChatEnabledType, DesignatedPresenterRoleMode, AllowExternalParticipantGiveRequestControl", + "addedComponent": [ + { + "type": "Select", + "name": "standards.TeamsGlobalMeetingPolicy.DesignatedPresenterRoleMode", + "label": "Default value of the `Who can present?`", + "values": [ + { + "label": "EveryoneUserOverride", + "value": "EveryoneUserOverride" + }, + { + "label": "EveryoneInCompanyUserOverride", + "value": "EveryoneInCompanyUserOverride" + }, + { + "label": "EveryoneInSameAndFederatedCompanyUserOverride", + "value": "EveryoneInSameAndFederatedCompanyUserOverride" + }, + { + "label": "OrganizerOnlyUserOverride", + "value": "OrganizerOnlyUserOverride" + } + ] + } + ], + "label": "Define Global Meeting Policy for Teams", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-CsTeamsMeetingPolicy -AllowAnonymousUsersToJoinMeeting $false -AllowAnonymousUsersToStartMeeting $false -AutoAdmittedUsers EveryoneInCompanyExcludingGuests -AllowPSTNUsersToBypassLobby $false -MeetingChatEnabledType EnabledExceptAnonymous -DesignatedPresenterRoleMode $DesignatedPresenterRoleMode -AllowExternalParticipantGiveRequestControl $false", + "recommendedBy": ["CIS 3.0"] + }, + { + "name": "standards.TeamsEmailIntegration", + "cat": "Teams Standards", + "tag": ["lowimpact"], + "helpText": "Should users be allowed to send emails directly to a channel email addresses?", + "docsDescription": "Teams channel email addresses are an optional feature that allows users to email the Teams channel directly.", + "addedComponent": [ + { + "type": "boolean", + "name": "standards.TeamsEmailIntegration.AllowEmailIntoChannel", + "label": "Allow channel emails" + } + ], + "label": "Disallow emails to be sent to channel email addresses", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowEmailIntoChannel $false", + "recommendedBy": ["CIS 3.0"] + }, + { + "name": "standards.TeamsExternalFileSharing", + "cat": "Teams Standards", + "tag": ["lowimpact"], + "helpText": "Ensure external file sharing in Teams is enabled for only approved cloud storage services.", + "addedComponent": [ + { + "type": "boolean", + "name": "standards.TeamsExternalFileSharing.AllowGoogleDrive", + "label": "Allow Google Drive" + }, + { + "type": "boolean", + "name": "standards.TeamsExternalFileSharing.AllowShareFile", + "label": "Allow ShareFile" + }, + { + "type": "boolean", + "name": "standards.TeamsExternalFileSharing.AllowBox", + "label": "Allow Box" + }, + { + "type": "boolean", + "name": "standards.TeamsExternalFileSharing.AllowDropBox", + "label": "Allow Dropbox" + }, + { + "type": "boolean", + "name": "standards.TeamsExternalFileSharing.AllowEgnyte", + "label": "Allow Egnyte" + } + ], + "label": "Define approved cloud storage services for external file sharing in Teams", + "impact": "Low Impact", + "impactColour": "info", + "powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropBox $false -AllowEgnyte $false", + "recommendedBy": ["CIS 3.0"] + }, + { + "name": "standards.TeamsExternalAccessPolicy", + "cat": "Teams Standards", + "tag": ["mediumimpact"], + "helpText": "Sets the properties of the Global external access policy.", + "docsDescription": "Sets the properties of the Global external access policy. External access policies determine whether or not your users can: 1) communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) communicate with users who are using custom applications built with Azure Communication Services; 3) access Skype for Business Server over the Internet, without having to log on to your internal network; 4) communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Skype; and, 5) communicate with people who are using Teams with an account that's not managed by an organization.", + "addedComponent": [ + { + "type": "boolean", + "name": "standards.TeamsExternalAccessPolicy.EnableFederationAccess", + "label": "Allow communication from trusted organizations" + }, + { + "type": "boolean", + "name": "standards.TeamsExternalAccessPolicy.EnablePublicCloudAccess", + "label": "Allow user to communicate with Skype users" + }, + { + "type": "boolean", + "name": "standards.TeamsExternalAccessPolicy.EnableTeamsConsumerAccess", + "label": "Allow communication with unmanaged Teams accounts" + } + ], + "label": "External Access Settings for Microsoft Teams", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-CsExternalAccessPolicy", + "recommendedBy": [] + }, + { + "name": "standards.TeamsFederationConfiguration", + "cat": "Teams Standards", + "tag": ["mediumimpact"], + "helpText": "Sets the properties of the Global federation configuration.", + "docsDescription": "Sets the properties of the Global federation configuration. Federation configuration settings determine whether or not your users can communicate with users who have SIP accounts with a federated organization.", + "addedComponent": [ + { + "type": "boolean", + "name": "standards.TeamsFederationConfiguration.AllowTeamsConsumer", + "label": "Allow users to communicate with other organizations" + }, + { + "type": "boolean", + "name": "standards.TeamsFederationConfiguration.AllowPublicUsers", + "label": "Allow users to communicate with Skype Users" + }, + { + "type": "Select", + "name": "standards.TeamsFederationConfiguration.DomainControl", + "label": "Communication Mode", + "values": [ + { + "label": "Allow all external domains", + "value": "AllowAllExternal" + }, + { + "label": "Block all external domains", + "value": "BlockAllExternal" + }, + { + "label": "Allow specific external domains", + "value": "AllowSpecificExternal" + }, + { + "label": "Block specific external domains", + "value": "BlockSpecificExternal" + } + ] + }, + { + "type": "input", + "name": "standards.TeamsFederationConfiguration.DomainList", + "label": "Domains, Comma separated" + } + ], + "label": "Federation Configuration for Microsoft Teams", + "impact": "Medium Impact", + "impactColour": "warning", + "powershellEquivalent": "Set-CsTenantFederationConfiguration", + "recommendedBy": [] } ] diff --git a/src/data/timezoneList.json b/src/data/timezoneList.json new file mode 100644 index 000000000000..d259bc80e65d --- /dev/null +++ b/src/data/timezoneList.json @@ -0,0 +1,335 @@ +[ + { + "timezone": "(UTC-12:00) International Date Line West" + }, + { + "timezone": "(UTC-11:00) Coordinated Universal Time-11" + }, + { + "timezone": "(UTC-10:00) Hawaii" + }, + { + "timezone": "(UTC-09:00) Alaska" + }, + { + "timezone": "(UTC-08:00) Baja California" + }, + { + "timezone": "(UTC-08:00) Pacific Time (US and Canada)" + }, + { + "timezone": "(UTC-07:00) Arizona" + }, + { + "timezone": "(UTC-07:00) Chihuahua, La Paz, Mazatlan" + }, + { + "timezone": "(UTC-07:00) Mountain Time (US and Canada)" + }, + { + "timezone": "(UTC-06:00) Central America" + }, + { + "timezone": "(UTC-06:00) Central Time (US and Canada)" + }, + { + "timezone": "(UTC-06:00) Guadalajara, Mexico City, Monterrey" + }, + { + "timezone": "(UTC-06:00) Saskatchewan" + }, + { + "timezone": "(UTC-05:00) Bogota, Lima, Quito" + }, + { + "timezone": "(UTC-05:00) Eastern Time (US and Canada)" + }, + { + "timezone": "(UTC-05:00) Indiana (East)" + }, + { + "timezone": "(UTC-04:30) Caracas" + }, + { + "timezone": "(UTC-04:00) Asuncion" + }, + { + "timezone": "(UTC-04:00) Atlantic Time (Canada)" + }, + { + "timezone": "(UTC-04:00) Cuiaba" + }, + { + "timezone": "(UTC-04:00) Georgetown, La Paz, Manaus, San Juan" + }, + { + "timezone": "(UTC-04:00) Santiago" + }, + { + "timezone": "(UTC-03:30) Newfoundland" + }, + { + "timezone": "(UTC-03:00) Brasilia" + }, + { + "timezone": "(UTC-03:00) Buenos Aires" + }, + { + "timezone": "(UTC-03:00) Cayenne, Fortaleza" + }, + { + "timezone": "(UTC-03:00) Greenland" + }, + { + "timezone": "(UTC-03:00) Montevideo" + }, + { + "timezone": "(UTC-03:00) Salvador" + }, + { + "timezone": "(UTC-02:00) Coordinated Universal Time-02" + }, + { + "timezone": "(UTC-02:00) Mid-Atlantic" + }, + { + "timezone": "(UTC-01:00) Azores" + }, + { + "timezone": "(UTC-01:00) Cabo Verde" + }, + { + "timezone": "(UTC) Casablanca" + }, + { + "timezone": "(UTC) Coordinated Universal Time" + }, + { + "timezone": "(UTC) Dublin, Edinburgh, Lisbon, London" + }, + { + "timezone": "(UTC) Monrovia, Reykjavik" + }, + { + "timezone": "(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna" + }, + { + "timezone": "(UTC+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague" + }, + { + "timezone": "(UTC+01:00) Brussels, Copenhagen, Madrid, Paris" + }, + { + "timezone": "(UTC+01:00) Sarajevo, Skopje, Warsaw, Zagreb" + }, + { + "timezone": "(UTC+01:00) West Central Africa" + }, + { + "timezone": "(UTC+01:00) Windhoek" + }, + { + "timezone": "(UTC+02:00) Amman" + }, + { + "timezone": "(UTC+02:00) Athens, Bucharest" + }, + { + "timezone": "(UTC+02:00) Beirut" + }, + { + "timezone": "(UTC+02:00) Cairo" + }, + { + "timezone": "(UTC+02:00) Damascus" + }, + { + "timezone": "(UTC+02:00) Harare, Pretoria" + }, + { + "timezone": "(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius" + }, + { + "timezone": "(UTC+02:00) Jerusalem" + }, + { + "timezone": "(UTC+02:00) Minsk (old)" + }, + { + "timezone": "(UTC+02:00) E. Europe" + }, + { + "timezone": "(UTC+02:00) Kaliningrad" + }, + { + "timezone": "(UTC+03:00) Baghdad" + }, + { + "timezone": "(UTC+03:00) Istanbul" + }, + { + "timezone": "(UTC+03:00) Kuwait, Riyadh" + }, + { + "timezone": "(UTC+03:00) Minsk" + }, + { + "timezone": "(UTC+03:00) Moscow, St. Petersburg, Volgograd" + }, + { + "timezone": "(UTC+03:00) Nairobi" + }, + { + "timezone": "(UTC+03:30) Tehran" + }, + { + "timezone": "(UTC+04:00) Abu Dhabi, Muscat" + }, + { + "timezone": "(UTC+04:00) Astrakhan, Ulyanovsk" + }, + { + "timezone": "(UTC+04:00) Baku" + }, + { + "timezone": "(UTC+04:00) Izhevsk, Samara" + }, + { + "timezone": "(UTC+04:00) Port Louis" + }, + { + "timezone": "(UTC+04:00) Tbilisi" + }, + { + "timezone": "(UTC+04:00) Yerevan" + }, + { + "timezone": "(UTC+04:30) Kabul" + }, + { + "timezone": "(UTC+05:00) Ekaterinburg" + }, + { + "timezone": "(UTC+05:00) Islamabad, Karachi" + }, + { + "timezone": "(UTC+05:00) Tashkent" + }, + { + "timezone": "(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi" + }, + { + "timezone": "(UTC+05:30) Sri Jayawardenepura" + }, + { + "timezone": "(UTC+05:45) Kathmandu" + }, + { + "timezone": "(UTC+06:00) Astana" + }, + { + "timezone": "(UTC+06:00) Dhaka" + }, + { + "timezone": "(UTC+06:00) Omsk" + }, + { + "timezone": "(UTC+06:30) Yangon (Rangoon)" + }, + { + "timezone": "(UTC+07:00) Bangkok, Hanoi, Jakarta" + }, + { + "timezone": "(UTC+07:00) Barnaul, Gorno-Altaysk" + }, + { + "timezone": "(UTC+07:00) Krasnoyarsk" + }, + { + "timezone": "(UTC+07:00) Novosibirsk" + }, + { + "timezone": "(UTC+07:00) Tomsk" + }, + { + "timezone": "(UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi" + }, + { + "timezone": "(UTC+08:00) Irkutsk" + }, + { + "timezone": "(UTC+08:00) Kuala Lumpur, Singapore" + }, + { + "timezone": "(UTC+08:00) Perth" + }, + { + "timezone": "(UTC+08:00) Taipei" + }, + { + "timezone": "(UTC+08:00) Ulaanbaatar" + }, + { + "timezone": "(UTC+09:00) Osaka, Sapporo, Tokyo" + }, + { + "timezone": "(UTC+09:00) Seoul" + }, + { + "timezone": "(UTC+09:00) Yakutsk" + }, + { + "timezone": "(UTC+09:30) Adelaide" + }, + { + "timezone": "(UTC+09:30) Darwin" + }, + { + "timezone": "(UTC+10:00) Brisbane" + }, + { + "timezone": "(UTC+10:00) Canberra, Melbourne, Sydney" + }, + { + "timezone": "(UTC+10:00) Guam, Port Moresby" + }, + { + "timezone": "(UTC+10:00) Hobart" + }, + { + "timezone": "(UTC+10:00) Magadan" + }, + { + "timezone": "(UTC+10:00) Vladivostok" + }, + { + "timezone": "(UTC+11:00) Chokurdakh" + }, + { + "timezone": "(UTC+11:00) Sakhalin" + }, + { + "timezone": "(UTC+11:00) Solomon Is., New Caledonia" + }, + { + "timezone": "(UTC+12:00) Anadyr, Petropavlovsk-Kamchatsky" + }, + { + "timezone": "(UTC+12:00) Auckland, Wellington" + }, + { + "timezone": "(UTC+12:00) Coordinated Universal Time+12" + }, + { + "timezone": "(UTC+12:00) Fiji" + }, + { + "timezone": "(UTC+12:00) Petropavlovsk-Kamchatsky - Old" + }, + { + "timezone": "(UTC+13:00) Nuku'alofa" + }, + { + "timezone": "(UTC+13:00) Samoa" + } +] diff --git a/src/hooks/useNavFavouriteCheck.jsx b/src/hooks/useNavFavouriteCheck.jsx index 2045b101ea25..dc53534dfddc 100644 --- a/src/hooks/useNavFavouriteCheck.jsx +++ b/src/hooks/useNavFavouriteCheck.jsx @@ -1,32 +1,55 @@ import { CNavGroup, CNavItem, CNavTitle } from '@coreui/react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { useSelector } from 'react-redux' +import routes from 'src/routes' export const useNavFavouriteCheck = (navigation) => { const favourites = useSelector((state) => state.app.userSettingsDefaults?.favourites) - + const recentPages = useSelector((state) => state.app.recentPages) + const newNavigation = [{ component: CNavTitle, name: 'Home' }] if (Array.isArray(favourites)) { - const newNavigation = [ - { component: CNavTitle, name: 'Favourites' }, - { + newNavigation.push({ + component: CNavGroup, + section: 'favourites', + name: 'Favourites', + to: '/favorites', + icon: , + items: favourites.map((item) => { + //console.log(item) + return { + name: item.value.name, + to: item.value.to, + component: CNavItem, + } + }), + }) + } + if (Array.isArray(recentPages)) { + var items = [] + + recentPages.map((path) => { + const item = routes.find((route) => route.path.toLowerCase() === path.toLowerCase()) + if (item?.path) { + items.push({ + name: item.name, + to: item.path, + component: CNavItem, + }) + } + }) + if (items.length > 0) { + items = items.slice(0, 5) + newNavigation.push({ component: CNavGroup, - section: 'favourites', - name: 'Favourites', - to: '/favorites', - icon: , - items: favourites.map((item) => { - //console.log(item) - return { - name: item.value.name, - to: item.value.to, - component: CNavItem, - } - }), - }, - { component: CNavTitle, name: 'Dashboard' }, - ...navigation, - ] - return newNavigation + section: 'recent', + name: 'Recent Pages', + to: '/recent', + icon: , + items: items, + }) + } } - return navigation + newNavigation.push(...navigation) + + return newNavigation } diff --git a/src/importsMap.jsx b/src/importsMap.jsx index ab783b321471..49f07b806f00 100644 --- a/src/importsMap.jsx +++ b/src/importsMap.jsx @@ -2,6 +2,7 @@ import React from 'react' export const importsMap = { "/home": React.lazy(() => import('./views/home/Home')), "/cipp/logs": React.lazy(() => import('./views/cipp/Logs')), + "/cipp/template-library": React.lazy(() => import('./views/cipp/TemplateLibrary')), "/cipp/scheduler": React.lazy(() => import('./views/cipp/Scheduler')), "/cipp/statistics": React.lazy(() => import('./views/cipp/Statistics')), "/cipp/404": React.lazy(() => import('./views/pages/page404/Page404')), @@ -12,8 +13,10 @@ import React from 'react' "/identity/administration/users/edit": React.lazy(() => import('./views/identity/administration/EditUser')), "/identity/administration/users/view": React.lazy(() => import('./views/identity/administration/ViewUser')), "/identity/administration/users/InviteGuest": React.lazy(() => import('./views/identity/administration/InviteGuest')), + "/identity/administration/jit-admin": React.lazy(() => import('./views/identity/administration/DeployJITAdmin')), "/identity/administration/ViewBec": React.lazy(() => import('./views/identity/administration/ViewBEC')), "/identity/administration/users": React.lazy(() => import('./views/identity/administration/Users')), + "/identity/administration/risky-users": React.lazy(() => import('./views/identity/administration/RiskyUsers')), "/identity/administration/devices": React.lazy(() => import('./views/identity/administration/Devices')), "/identity/administration/groups/add": React.lazy(() => import('./views/identity/administration/AddGroup')), "/identity/administration/group-templates": React.lazy(() => import('./views/identity/administration/GroupTemplates')), @@ -31,17 +34,23 @@ import React from 'react' "/identity/reports/inactive-users-report": React.lazy(() => import('./views/identity/reports/InactiveUsers')), "/identity/reports/Signin-report": React.lazy(() => import('./views/identity/reports/SignIns')), "/identity/reports/azure-ad-connect-report": React.lazy(() => import('./views/identity/reports/AzureADConnectReport')), + "/identity/reports/risk-detections": React.lazy(() => import('./views/identity/reports/RiskDetections')), + "/tenant/backup/backup-wizard": React.lazy(() => import('./views/tenant/backup/CreateBackup')), + "/tenant/backup/restore-wizard": React.lazy(() => import('./views/tenant/backup/RestoreBackup')), "/tenant/administration/tenants": React.lazy(() => import('./views/tenant/administration/Tenants')), "/tenant/administration/tenants/edit": React.lazy(() => import('./views/tenant/administration/EditTenant')), + "/tenant/administration/partner-relationships": React.lazy(() => import('./views/tenant/administration/PartnerRelationships')), "/tenant/administration/domains": React.lazy(() => import('./views/tenant/administration/Domains')), "/tenant/administration/alertswizard": React.lazy(() => import('./views/tenant/administration/AlertWizard')), "/tenant/administration/alertrules": React.lazy(() => import('./views/tenant/administration/AlertRules')), - "/tenant/administration/alertsqueue": React.lazy(() => import('./views/tenant/administration/ListAlertsQueue')), + "/tenant/administration/alert-configuration": React.lazy(() => import('./views/tenant/administration/ListAlertsQueue')), + "/tenant/administration/audit-logs": React.lazy(() => import('./views/tenant/administration/ListAuditLogs')), "/tenant/administration/graph-explorer": React.lazy(() => import('./views/tenant/administration/GraphExplorer')), "/tenant/administration/service-health": React.lazy(() => import('./views/tenant/administration/ServiceHealth')), "/tenant/administration/enterprise-apps": React.lazy(() => import('./views/tenant/administration/ListEnterpriseApps')), "/tenant/administration/app-consent-requests": React.lazy(() => import('./views/tenant/administration/ListAppConsentRequests')), "/tenant/conditional/list-policies": React.lazy(() => import('./views/tenant/conditional/ConditionalAccess')), + "/tenant/administration/authentication-methods": React.lazy(() => import('./views/tenant/administration/AuthMethods')), "/tenant/conditional/deploy-vacation": React.lazy(() => import('./views/tenant/conditional/DeployVacation')), "/tenant/conditional/test-policy": React.lazy(() => import('./views/tenant/conditional/TestCAPolicy')), "/tenant/conditional/list-named-locations": React.lazy(() => import('./views/tenant/conditional/NamedLocations')), @@ -84,6 +93,8 @@ import React from 'react' "/security/defender/list-defender-tvm": React.lazy(() => import('./views/security/defender/ListVuln')), "/teams-share/onedrive/list": React.lazy(() => import('./views/teams-share/onedrive/OneDriveList')), "/teams-share/sharepoint/list-sharepoint": React.lazy(() => import('./views/teams-share/sharepoint/SharepointList')), + "/teams-share/sharepoint/addsite": React.lazy(() => import('./views/teams-share/sharepoint/AddSite')), + "/teams-share/sharepoint/addsitebulk": React.lazy(() => import('./views/teams-share/sharepoint/AddSiteBulk')), "/teams-share/teams/list-team": React.lazy(() => import('./views/teams-share/teams/TeamsListTeam')), "/teams-share/teams/view-team-settings": React.lazy(() => import('./views/teams-share/teams/ViewTeamSettings')), "/teams-share/teams/add-team": React.lazy(() => import('./views/teams-share/teams/TeamsAddTeam')), @@ -100,9 +111,13 @@ import React from 'react' "/email/spamfilter/list-spamfilter": React.lazy(() => import('./views/email-exchange/spamfilter/Spamfilter')), "/email/spamfilter/deploy": React.lazy(() => import('./views/email-exchange/spamfilter/DeploySpamfilter')), "/email/spamfilter/list-templates": React.lazy(() => import('./views/email-exchange/spamfilter/ListSpamfilterTemplates')), + "/resources/management/list-rooms": React.lazy(() => import('./views/email-exchange/rooms/ListRooms')), + "/resources/management/room-lists": React.lazy(() => import('./views/email-exchange/rooms/ListRoomLists')), + "/resources/management/add-room": React.lazy(() => import('./views/email-exchange/rooms/AddRoomMailbox')), "/email/tools/mailbox-restore-wizard": React.lazy(() => import('./views/email-exchange/tools/MailboxRestoreWizard')), "/email/tools/mailbox-restores": React.lazy(() => import('./views/email-exchange/tools/MailboxRestores')), "/email/tools/mail-test": React.lazy(() => import('./views/email-exchange/tools/MailTest')), + "/email/tools/message-viewer": React.lazy(() => import('./views/email-exchange/tools/MessageViewer')), "/email/spamfilter/add-template": React.lazy(() => import('./views/email-exchange/spamfilter/AddSpamfilterTemplate')), "/email/administration/edit-mailbox-permissions": React.lazy(() => import('./views/email-exchange/administration/EditMailboxPermissions')), "/email/administration/add-shared-mailbox": React.lazy(() => import('./views/email-exchange/administration/AddSharedMailbox')), @@ -111,22 +126,32 @@ import React from 'react' "/email/administration/view-mobile-devices": React.lazy(() => import('./views/email-exchange/administration/ViewMobileDevices')), "/email/administration/edit-contact": React.lazy(() => import('./views/email-exchange/administration/EditContact')), "/email/administration/mailboxes": React.lazy(() => import('./views/email-exchange/administration/MailboxesList')), + "/email/administration/deleted-mailboxes": React.lazy(() => import('./views/email-exchange/administration/DeletedMailboxes')), "/email/administration/mailbox-rules": React.lazy(() => import('./views/email-exchange/administration/MailboxRuleList')), "/email/administration/Quarantine": React.lazy(() => import('./views/email-exchange/administration/QuarantineList')), + "/email/administration/tenant-allow-block-lists": React.lazy(() => import('./views/email-exchange/administration/ListTenantAllowBlockList')), + "/email/administration/add-tenant-allow-block-list": React.lazy(() => import('./views/email-exchange/administration/AddTenantAllowBlockList')), "/email/reports/mailbox-statistics": React.lazy(() => import('./views/email-exchange/reports/MailboxStatisticsList')), "/email/reports/SharedMailboxEnabledAccount": React.lazy(() => import('./views/email-exchange/reports/SharedMailboxEnabledAccount')), "/email/reports/mailbox-cas-settings": React.lazy(() => import('./views/email-exchange/reports/MailboxClientAccessSettingsList')), "/email/reports/message-trace": React.lazy(() => import('./views/email-exchange/reports/MessageTrace')), "/cipp/user-settings": React.lazy(() => import('./views/cipp/UserSettings')), - "/email/reports/phishing-policies": React.lazy(() => import('./views/email-exchange/reports/PhishingPoliciesList')), + "/email/reports/antiphishing-filters": React.lazy(() => import('./views/email-exchange/reports/AntiPhishingFilters')), + "/email/reports/malware-filters": React.lazy(() => import('./views/email-exchange/reports/MalwareFilters')), + "/email/reports/safelinks-filters": React.lazy(() => import('./views/email-exchange/reports/SafeLinksFilters')), + "/email/reports/safeattachments-filters": React.lazy(() => import('./views/email-exchange/reports/SafeAttachmentsFilters')), "/security/incidents/list-alerts": React.lazy(() => import('./views/security/incidents/ListAlerts')), "/security/incidents/list-incidents": React.lazy(() => import('./views/security/incidents/ListIncidents')), "/security/reports/list-device-compliance": React.lazy(() => import('./views/security/reports/ListDeviceComplianceReport')), "/license": React.lazy(() => import('./views/pages/license/License')), "/cipp/settings": React.lazy(() => import('./views/cipp/app-settings/CIPPSettings')), + "/cipp/extensions": React.lazy(() => import('./views/cipp/Extensions')), + "/cipp/extension-sync": React.lazy(() => import('./views/cipp/ExtensionSync')), "/cipp/setup": React.lazy(() => import('./views/cipp/Setup')), + "/tenant/administration/securescore": React.lazy(() => import('./views/tenant/administration/SecureScore')), "/tenant/administration/gdap": React.lazy(() => import('./views/tenant/administration/GDAPWizard')), - "/tenant/administration/gdap-invite": React.lazy(() => import('./views/tenant/administration/GDAPInviteWizard')), + "/tenant/administration/gdap-invite-wizard": React.lazy(() => import('./views/tenant/administration/GDAPInviteWizard')), + "/tenant/administration/gdap-invites": React.lazy(() => import('./views/tenant/administration/ListGDAPInvites')), "/tenant/administration/gdap-role-wizard": React.lazy(() => import('./views/tenant/administration/GDAPRoleWizard')), "/tenant/administration/gdap-roles": React.lazy(() => import('./views/tenant/administration/ListGDAPRoles')), "/tenant/administration/gdap-relationships": React.lazy(() => import('././views/tenant/administration/ListGDAPRelationships')), @@ -134,6 +159,7 @@ import React from 'react' "/tenant/administration/gdap-status": React.lazy(() => import('./views/tenant/administration/ListGDAPQueue')), "/tenant/standards/list-standards": React.lazy(() => import('./views/tenant/standards/ListStandards')), "/tenant/administration/tenant-offboarding-wizard": React.lazy(() => import('./views/tenant/administration/TenantOffboardingWizard')), + "/tenant/administration/tenant-onboarding": React.lazy(() => import('./views/tenant/administration/TenantOnboarding')), "/tenant/administration/tenant-onboarding-wizard": React.lazy(() => import('./views/tenant/administration/TenantOnboardingWizard')), } export default importsMap \ No newline at end of file diff --git a/src/layout/DefaultLayout.jsx b/src/layout/DefaultLayout.jsx index 07ec1d0ed228..23bbc527b527 100644 --- a/src/layout/DefaultLayout.jsx +++ b/src/layout/DefaultLayout.jsx @@ -1,17 +1,32 @@ -import React, { useEffect, Suspense, useCallback } from 'react' +import React, { useEffect, Suspense, useCallback, useState } from 'react' import { AppFooter, AppHeader, AppSidebar } from 'src/components/layout' import { FullScreenLoading, ModalRoot, FastSwitcherModal, Toasts } from 'src/components/utilities' import { useDispatch, useSelector } from 'react-redux' -import { Outlet } from 'react-router-dom' +import { Outlet, useLocation } from 'react-router-dom' import { CContainer } from '@coreui/react' import { toggleSwitcher } from 'src/store/features/switcher' import { useHotkeys } from 'react-hotkeys-hook' import { useMediaPredicate } from 'react-media-hook' +import { setRecentPages } from 'src/store/features/app' +import routes from 'src/routes' +import { Helmet } from 'react-helmet-async' const DefaultLayout = () => { const preferredTheme = useMediaPredicate('(prefers-color-scheme: dark)') ? 'impact' : 'cyberdrain' const themePreference = useSelector((state) => state.app.currentTheme) + const recentPages = useSelector((state) => state.app.recentPages) + const [lastPage, setLastPage] = useState('') const dispatch = useDispatch() + const location = useLocation() + + const [title, setTitle] = useState('CIPP') + useEffect(() => { + let route = routes.find((route) => route.path.toLowerCase() === location.pathname.toLowerCase()) + if (route?.name) { + //console.log(route) + setTitle(route.name) + } + }, [setTitle, location.pathname]) let theme if (themePreference === 'default') { @@ -25,6 +40,25 @@ const DefaultLayout = () => { document.body.dataset.theme = theme }) + useEffect(() => { + if (recentPages[0] !== location.pathname && lastPage !== location.pathname) { + var currentPages = [] + currentPages.push(lastPage) + if (recentPages.length > 0) { + recentPages.forEach((page) => { + if (page !== lastPage) { + currentPages.push(page) + } + }) + } + currentPages = currentPages.slice(0, 10) + if (currentPages.length > 0) { + dispatch(setRecentPages({ recentPages: currentPages })) + } + } + setLastPage(location.pathname) + }, [location.pathname, recentPages, dispatch, lastPage, setLastPage]) + const handleFastSwitcher = useCallback(() => { dispatch(toggleSwitcher()) }, [dispatch]) @@ -47,24 +81,29 @@ const DefaultLayout = () => { ) return ( -
    - - - + <> + + CIPP - {title} + +
    + + + - -
    - -
    - - }> - - - + +
    + +
    + + }> + + + +
    +
    -
    -
    + ) } diff --git a/src/routes.json b/src/routes.json index db9ee316185f..532343cc83e4 100644 --- a/src/routes.json +++ b/src/routes.json @@ -11,6 +11,12 @@ "component": "views/cipp/Logs", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/cipp/template-library", + "name": "Logs", + "component": "views/cipp/TemplateLibrary", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/cipp/scheduler", "name": "Scheduler", @@ -76,6 +82,12 @@ "component": "views/identity/administration/InviteGuest", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/identity/administration/jit-admin", + "name": "JIT Admin", + "component": "views/identity/administration/DeployJITAdmin", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/identity/administration/ViewBec", "name": "View BEC", @@ -93,6 +105,12 @@ "component": "views/identity/administration/Users", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/identity/administration/risky-users", + "name": "Risky Users", + "component": "views/identity/administration/RiskyUsers", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/identity/administration/devices", "name": "Devices", @@ -200,6 +218,12 @@ "component": "views/identity/reports/AzureADConnectReport", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/identity/reports/risk-detections", + "name": "Risk Detections", + "component": "views/identity/reports/RiskDetections", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/tenant", "name": "Tenant", @@ -210,6 +234,20 @@ "name": "Administration", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/tenant/backup/backup-wizard", + "name": "Backup", + "component": "views/tenant/backup/CreateBackup", + + "allowedRoles": ["admin", "editor", "readonly"] + }, + { + "path": "/tenant/backup/restore-wizard", + "name": "Restore Backup", + "component": "views/tenant/backup/RestoreBackup", + + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/tenant/administration/tenants", "name": "Tenants", @@ -222,6 +260,12 @@ "component": "views/tenant/administration/EditTenant", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/tenant/administration/partner-relationships", + "name": "Partner Relationships", + "component": "views/tenant/administration/PartnerRelationships", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/tenant/administration/domains", "name": "Domains", @@ -241,11 +285,17 @@ "allowedRoles": ["admin", "editor", "readonly"] }, { - "path": "/tenant/administration/alertsqueue", - "name": "Alerts Queue", + "path": "/tenant/administration/alert-configuration", + "name": "Alert Configuration", "component": "views/tenant/administration/ListAlertsQueue", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/tenant/administration/audit-logs", + "name": "Audit Logs", + "component": "views/tenant/administration/ListAuditLogs", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/tenant/administration/graph-explorer", "name": "Graph Explorer", @@ -276,6 +326,12 @@ "component": "views/tenant/conditional/ConditionalAccess", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/tenant/administration/authentication-methods", + "name": "Authentication Methods", + "component": "views/tenant/administration/AuthMethods", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/tenant/conditional/deploy-vacation", "name": "Deploy Vacation Mode", @@ -573,6 +629,18 @@ "component": "views/teams-share/sharepoint/SharepointList", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/teams-share/sharepoint/addsite", + "name": "Add SharePoint Site", + "component": "views/teams-share/sharepoint/AddSite", + "allowedRoles": ["admin", "editor", "readonly"] + }, + { + "path": "/teams-share/sharepoint/addsitebulk", + "name": "Add SharePoint Site Bulk", + "component": "views/teams-share/sharepoint/AddSiteBulk", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/teams-share/teams", "name": "Teams", @@ -684,6 +752,24 @@ "component": "views/email-exchange/spamfilter/ListSpamfilterTemplates", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/resources/management/list-rooms", + "name": "Rooms", + "component": "views/email-exchange/rooms/ListRooms", + "allowedRoles": ["admin", "editor", "readonly"] + }, + { + "path": "/resources/management/room-lists", + "name": "Room Lists", + "component": "views/email-exchange/rooms/ListRoomLists", + "allowedRoles": ["admin", "editor", "readonly"] + }, + { + "path": "/resources/management/add-room", + "name": "Add Room", + "component": "views/email-exchange/rooms/AddRoomMailbox", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/email/tools/mailbox-restore-wizard", "name": "Mailbox Restore Wizard", @@ -702,6 +788,12 @@ "component": "views/email-exchange/tools/MailTest", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "path": "/email/tools/message-viewer", + "name": "Message Viewer", + "component": "views/email-exchange/tools/MessageViewer", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/email/spamfilter/add-template", "name": "Add Spamfilter Template", @@ -750,6 +842,12 @@ "component": "views/email-exchange/administration/MailboxesList", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "name": "Deleted Mailboxes", + "path": "/email/administration/deleted-mailboxes", + "component": "views/email-exchange/administration/DeletedMailboxes", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "name": "List Mailbox Rules", "path": "/email/administration/mailbox-rules", @@ -762,6 +860,18 @@ "component": "views/email-exchange/administration/QuarantineList", "allowedRoles": ["admin", "editor", "readonly"] }, + { + "name": "List Tenant Allow/Block Lists", + "path": "/email/administration/tenant-allow-block-lists", + "component": "views/email-exchange/administration/ListTenantAllowBlockList", + "allowedRoles": ["admin", "editor", "readonly"] + }, + { + "name": "Add Tenant Allow/Block List", + "path": "/email/administration/add-tenant-allow-block-list", + "component": "views/email-exchange/administration/AddTenantAllowBlockList", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "name": "Email Reports", "path": "/email/reports", @@ -798,9 +908,27 @@ "allowedRoles": ["admin", "editor", "readonly"] }, { - "name": "Phishing Policies", - "path": "/email/reports/phishing-policies", - "component": "views/email-exchange/reports/PhishingPoliciesList", + "path": "/email/reports/antiphishing-filters", + "name": "Anti Phishing Filters", + "component": "views/email-exchange/reports/AntiPhishingFilters", + "allowedRoles": ["admin", "editor", "readonly"] + }, + { + "path": "/email/reports/malware-filters", + "name": "Malware Filters", + "component": "views/email-exchange/reports/MalwareFilters", + "allowedRoles": ["admin", "editor", "readonly"] + }, + { + "path": "/email/reports/safelinks-filters", + "name": "Safe Links Filters", + "component": "views/email-exchange/reports/SafeLinksFilters", + "allowedRoles": ["admin", "editor", "readonly"] + }, + { + "path": "/email/reports/safeattachments-filters", + "name": "Safe Attachment Filters", + "component": "views/email-exchange/reports/SafeAttachmentsFilters", "allowedRoles": ["admin", "editor", "readonly"] }, { @@ -858,12 +986,30 @@ "component": "views/cipp/app-settings/CIPPSettings", "allowedRoles": ["admin"] }, + { + "path": "/cipp/extensions", + "name": "Extensions Settings", + "component": "views/cipp/Extensions", + "allowedRoles": ["admin"] + }, + { + "path": "/cipp/extension-sync", + "name": "Extension Sync", + "component": "views/cipp/ExtensionSync", + "allowedRoles": ["admin"] + }, { "path": "/cipp/setup", "name": "Setup", "component": "views/cipp/Setup", "allowedRoles": ["admin"] }, + { + "path": "/tenant/administration/securescore", + "name": "Secure Score Management", + "component": "views/tenant/administration/SecureScore", + "allowedRoles": ["admin", "editor", "readonly"] + }, { "path": "/tenant/administration/gdap", "name": "GDAP Wizard", @@ -871,11 +1017,17 @@ "allowedRoles": ["admin"] }, { - "path": "/tenant/administration/gdap-invite", + "path": "/tenant/administration/gdap-invite-wizard", "name": "GDAP Invite Wizard", "component": "views/tenant/administration/GDAPInviteWizard", "allowedRoles": ["admin"] }, + { + "path": "/tenant/administration/gdap-invites", + "name": "GDAP Invites", + "component": "views/tenant/administration/ListGDAPInvites", + "allowedRoles": ["admin"] + }, { "path": "/tenant/administration/gdap-role-wizard", "name": "GDAP Role Wizard", @@ -918,6 +1070,12 @@ "component": "views/tenant/administration/TenantOffboardingWizard", "allowedRoles": ["admin"] }, + { + "path": "/tenant/administration/tenant-onboarding", + "name": "Tenant Onboarding", + "component": "views/tenant/administration/TenantOnboarding", + "allowedRoles": ["admin"] + }, { "path": "/tenant/administration/tenant-onboarding-wizard", "name": "Tenant Onboarding", diff --git a/src/scss/_themes.scss b/src/scss/_themes.scss index 3c1be2d0cecf..f05c2be45f9b 100644 --- a/src/scss/_themes.scss +++ b/src/scss/_themes.scss @@ -479,7 +479,7 @@ --cui-toast-color: var(--cui-color-black); --cui-toast-header-color: var(--cui-color-black); --cui-card-cap-color: var(--cyberdrain-white); - --cui-card-cap-bg: var(--cui-color-dark); + --cui-card-cap-bg: var(--cui-color-gray-hover); --cui-tertiary-bg: var(--cui-bgcolor-table-header); // CIPP Impact theme variables. --cipp-toast-bg: var(--cui-color-header-bar); diff --git a/src/store/api/baseQuery.js b/src/store/api/baseQuery.js index 493b6d012bab..90173f3b7cc2 100644 --- a/src/store/api/baseQuery.js +++ b/src/store/api/baseQuery.js @@ -1,30 +1,55 @@ import axios from 'axios' -let newController = new AbortController() + +let newController = new AbortController() // Controller for managing abortion of requests + +const retryDelays = [100, 200, 300] // Delays in milliseconds for retries + export const axiosQuery = async ({ path, method = 'get', params, data, hideToast }) => { - try { - const result = await axios({ - signal: path === '/api/ListTenants' ? undefined : newController.signal, - method, - baseURL: window.location.origin, - url: path, - data, - params, - }) - return { data: result?.data } - } catch (error) { - return { - error: { - status: error.response?.status, - data: error.response?.data, - hideToast, - message: error?.message, - }, + let attempt = 0 + + while (attempt <= retryDelays.length) { + try { + const result = await axios({ + signal: newController.signal, + method, + baseURL: window.location.origin, + url: path, + data, + params, + }) + return { data: result.data } // Successful response + } catch (error) { + if (attempt === retryDelays.length || !shouldRetry(error, path)) { + return { + // Max retries reached or error should not trigger a retry + error: { + status: error.response?.status, + data: error.response?.data, + hideToast, + message: error.message, + }, + } + } + await delay(retryDelays[attempt]) // Wait before retrying + attempt++ } } } + +const shouldRetry = (error, path) => { + // Check if the path starts with 'List', error qualifies for a retry, and payload message is 'Backend call failure' + return ( + path.toLowerCase().startsWith('/api/list') && + error.response && + error.response.status >= 500 && + error.response.data === 'Backend call failure' + ) +} +const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms)) + export function abortRequestSafe() { - newController.abort() - newController = new AbortController() + newController.abort() // Abort any ongoing request + newController = new AbortController() // Reset the controller for new requests } export const baseQuery = ({ baseUrl } = { baseUrl: '' }) => axiosQuery diff --git a/src/store/api/groups.js b/src/store/api/groups.js index 385770a4ecd6..59316ad90f02 100644 --- a/src/store/api/groups.js +++ b/src/store/api/groups.js @@ -59,6 +59,16 @@ export const groupsApi = baseApi.injectEndpoints({ params: { tenantFilter: tenantDomain, userId }, }), }), + listGroupSenderAuth: builder.query({ + query: ({ tenantDomain, groupId, type }) => ({ + path: '/api/ListGroupSenderAuthentication', + params: { + TenantFilter: tenantDomain, + GroupId: groupId, + Type: type, + }, + }), + }), }), }) export const { @@ -69,4 +79,5 @@ export const { useListGroupMembersQuery, useListGroupOwnersQuery, useListUserGroupsQuery, + useListGroupSenderAuthQuery, } = groupsApi diff --git a/src/store/api/users.js b/src/store/api/users.js index 8dc443ce1dc1..7ef16f12fdb3 100644 --- a/src/store/api/users.js +++ b/src/store/api/users.js @@ -18,10 +18,11 @@ export const usersApi = baseApi.injectEndpoints({ }), }), listContacts: builder.query({ - query: ({ tenantDomain }) => ({ + query: ({ tenantDomain, ContactID }) => ({ path: '/api/ListContacts', params: { TenantFilter: tenantDomain, + ContactID, }, }), }), diff --git a/src/store/features/app.js b/src/store/features/app.js index ae6a6422a13e..3f8ce3bcfb0f 100644 --- a/src/store/features/app.js +++ b/src/store/features/app.js @@ -13,6 +13,8 @@ const initialState = { TenantListSelector: false, defaultColumns: {}, newUserDefaults: {}, + recentPages: [], + setupCompleted: false, } export const appSlice = createSlice({ @@ -58,6 +60,12 @@ export const appSlice = createSlice({ state[key] = action.payload?.userSettings[key] }) }, + setRecentPages: (state, action) => { + state.recentPages = action.payload?.recentPages + }, + setSetupCompleted: (state, action) => { + state.setupCompleted = action.payload?.setupCompleted + }, }, }) @@ -75,6 +83,8 @@ export const { setUserSettings, setDefaultColumns, setNewUserDefaults, + setRecentPages, + setSetupCompleted, } = appSlice.actions export default persistReducer( diff --git a/src/store/middleware/errorMiddleware.js b/src/store/middleware/errorMiddleware.js index d09c48915ff3..074acb4f47c2 100644 --- a/src/store/middleware/errorMiddleware.js +++ b/src/store/middleware/errorMiddleware.js @@ -2,17 +2,25 @@ // set action.hideToastError to `true` to ignore this middleware import { showToast } from 'src/store/features/toasts' import { isRejectedWithValue } from '@reduxjs/toolkit' +import { store } from '../store' export const errorMiddleware = ({ dispatch }) => (next) => (action) => { + const { getState } = store + const state = getState() + const setupCompleted = state.app?.setupCompleted + let SamWizardError = false + if (action?.meta?.arg?.originalArgs?.path === '/api/ExecSamSetup') { + SamWizardError = true + } if ( isRejectedWithValue(action) && !action.error?.hideToastError && - action.payload.message !== 'canceled' + action.payload.message !== 'canceled' && + (setupCompleted || SamWizardError) ) { - console.error(action) if (action.payload.data === 'Backend call failure') { action.payload.data = 'The Azure Function has taken too long to respond. Try selecting a different report or a single tenant instead' @@ -39,7 +47,7 @@ export const errorMiddleware = dispatch( showToast({ - title: 'An Error Has Occurred', + title: 'An error has occurred', message: message, toastError, }), diff --git a/src/views/cipp/ExtensionMappings.jsx b/src/views/cipp/ExtensionMappings.jsx new file mode 100644 index 000000000000..5bcf9e23e8e8 --- /dev/null +++ b/src/views/cipp/ExtensionMappings.jsx @@ -0,0 +1,385 @@ +import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app.js' +import { CButton, CCallout, CCardText, CCol, CForm, CRow, CSpinner, CTooltip } from '@coreui/react' +import { Form } from 'react-final-form' +import { RFFSelectSearch } from 'src/components/forms/index.js' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' +import React, { useEffect } from 'react' +import { CippCallout } from 'src/components/layout/index.js' +import { CippTable } from 'src/components/tables' +import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' + +/** + * Retrieves and sets the extension mappings for HaloPSA and NinjaOne. + * + * @returns {JSX.Element} - JSX component representing the settings extension mappings. + */ +export default function ExtensionMappings({ type, fieldMappings = false, autoMapSyncApi = false }) { + const [mappingArray, setMappingArray] = React.useState('defaultMapping') + const [mappingValue, setMappingValue] = React.useState({}) + const [tenantMappingArray, setTenantMappingsArray] = React.useState([]) + const [autoMap, setAutoMap] = React.useState(false) + const [listMappingBackend, listMappingBackendResult = []] = useLazyGenericGetRequestQuery() + const [listFieldsBackend, listFieldsBackendResult] = useLazyGenericGetRequestQuery() + const [setExtensionConfig, extensionConfigResult = []] = useLazyGenericPostRequestQuery() + const [setExtensionAutomap, extensionAutomapResult] = useLazyGenericPostRequestQuery() + const [setFieldsExtensionConfig, extensionFieldsConfigResult] = useLazyGenericPostRequestQuery() + + const onOrgSubmit = () => { + console.log(mappingArray) + const originalFormat = mappingArray.reduce((acc, item) => { + acc[item.Tenant?.customerId] = { label: item.companyName, value: item.companyId } + return acc + }, {}) + setExtensionConfig({ + path: `api/ExecExtensionMapping?AddMapping=${type}`, + values: { mappings: originalFormat }, + }).then(() => { + listMappingBackend({ path: `api/ExecExtensionMapping?List=${type}` }) + setMappingValue({}) + }) + } + + const onOrgsAutomap = async (values) => { + if (autoMapSyncApi) { + await setExtensionAutomap({ + path: `api/ExecExtensionMapping?AutoMapping=${type}`, + values: { mappings: values }, + }) + await listMappingBackend({ + path: `api/ExecExtensionMapping?List=${type}`, + }) + } + + var newMappings = [] + listMappingBackendResult.data?.Tenants.map((tenant) => { + const company = listMappingBackendResult.data?.Companies.find( + (client) => client.name === tenant.displayName, + ) + if (company !== undefined && !mappingArray.find((item) => item.companyId === company.value)) { + newMappings.push({ + Tenant: tenant, + companyName: company.name, + companyId: company.value, + }) + } + }) + setMappingArray((currentMappings) => [...currentMappings, ...newMappings]) + setAutoMap(true) + } + + const onFieldsSubmit = (values) => { + setFieldsExtensionConfig({ + path: `api/ExecExtensionMapping?AddMapping=${type}Fields`, + values: { mappings: values }, + }) + } + + useEffect(() => { + if (listMappingBackendResult.isSuccess) { + setMappingArray( + Object.keys(listMappingBackendResult.data?.Mappings).map((key) => ({ + Tenant: listMappingBackendResult.data?.Tenants.find( + (tenant) => tenant.customerId === key, + ), + companyName: listMappingBackendResult.data?.Mappings[key].label, + companyId: listMappingBackendResult.data?.Mappings[key].value, + })), + ) + } + }, [listMappingBackendResult, setMappingArray]) + + const Actions = (row, rowIndex, formatExtraData) => { + return ( + <> + + + setMappingArray((currentMappings) => currentMappings.filter((item) => item !== row)) + } + > + + + + + ) + } + const columns = [ + { + name: 'Tenant', + selector: (row) => row.Tenant?.displayName, + sortable: true, + cell: (row) => CellTip(row.Tenant?.displayName), + exportSelector: 'Tenant', + }, + { + name: 'TenantId', + selector: (row) => row.Tenant?.customerId, + sortable: true, + exportSelector: 'Tenant/customerId', + omit: true, + }, + { + name: `${type} Company Name`, + selector: (row) => row['companyName'], + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'companyName', + }, + { + name: `${type} Company ID`, + selector: (row) => row['companyId'], + sortable: true, + cell: (row) => CellTip(row['companyId']), + exportSelector: 'companyId', + }, + { + name: 'Actions', + cell: Actions, + maxWidth: '80px', + }, + ] + + return ( + + <> + {listMappingBackendResult.isUninitialized && + listMappingBackend({ path: `api/ExecExtensionMapping?List=${type}` })} + {listFieldsBackendResult.isUninitialized && + fieldMappings && + listFieldsBackend({ path: `api/ExecExtensionMapping?List=${type}Fields` })} + + + + Save Mappings + + onOrgsAutomap()} + className="me-2" + disabled={listMappingBackendResult.isFetching} + > + + Automap {type} Organizations + + + } + > + {listMappingBackendResult.isFetching && listMappingBackendResult.isUninitialized ? ( + + ) : ( + { + return ( + + + Use the table below to map your client to the correct {type} Organization. + { + //load all the existing mappings and show them first in a table. + listMappingBackendResult.isSuccess && ( + + listMappingBackend({ path: `api/ExecExtensionMapping?List=${type}` }) + } + /> + ) + } + + + { + return !Object.keys(listMappingBackendResult.data?.Mappings).includes( + tenant.customerId, + ) + }).map((tenant) => ({ + name: tenant.displayName, + value: tenant.customerId, + }))} + onChange={(e) => setTenantMappingsArray(e.value)} + isLoading={listMappingBackendResult.isFetching} + /> + + + + + + ({ + name: client.name, + value: client.value, + })).sort((a, b) => a.name.localeCompare(b.name))} + onChange={(e) => setMappingValue(e)} + placeholder={`Select a ${type} Organization`} + isLoading={listMappingBackendResult.isFetching} + /> + + { + //set the new mapping in the array + if ( + mappingValue.value !== undefined && + mappingValue.value !== '-1' && + Object.values(mappingArray).map((item) => item.companyId) + ) { + setMappingArray([ + ...mappingArray, + { + Tenant: listMappingBackendResult.data?.Tenants.find( + (tenant) => tenant.customerId === tenantMappingArray, + ), + companyName: mappingValue.label, + companyId: mappingValue.value, + }, + ]) + } + }} + className={`my-4 circular-button`} + title={'+'} + > + + + + + + {(extensionAutomapResult.isSuccess || extensionAutomapResult.isError) && + !extensionAutomapResult.isFetching && ( + + {extensionAutomapResult.isSuccess + ? extensionAutomapResult.data.Results + : 'Error'} + + )} + {(extensionConfigResult.isSuccess || extensionConfigResult.isError) && + !extensionConfigResult.isFetching && ( + + {extensionConfigResult.isSuccess + ? extensionConfigResult.data.Results + : 'Error'} + + )} + + + + After editing the mappings you must click Save Mappings for the changes to + take effect. The table will be saved exactly as presented. + + + ) + }} + /> + )} + + + {fieldMappings && ( + + + Save Mappings + + } + > + {listFieldsBackendResult.isFetching && listFieldsBackendResult.isUninitialized && ( + + )} + {listFieldsBackendResult.isSuccess && listFieldsBackendResult.data?.Mappings && ( + { + return ( + + {listFieldsBackendResult?.data?.CIPPFieldHeaders?.map((header, key) => ( + +
    {header.Title}
    +

    {header.Description}

    + {listFieldsBackendResult?.data?.CIPPFields?.filter( + (f) => f.FieldType == header.FieldType, + ).map((field, fieldkey) => ( + + item?.FieldType === field.FieldType || item?.type === 'unset', + )} + placeholder="Select a Field" + /> + ))} +
    + ))} + + {(extensionFieldsConfigResult.isSuccess || + extensionFieldsConfigResult.isError) && + !extensionFieldsConfigResult.isFetching && ( + + {extensionFieldsConfigResult.isSuccess + ? extensionFieldsConfigResult.data.Results + : 'Error'} + + )} + +
    + ) + }} + /> + )} +
    + )} +
    + ) +} diff --git a/src/views/cipp/ExtensionSync.jsx b/src/views/cipp/ExtensionSync.jsx new file mode 100644 index 000000000000..f121bf08e513 --- /dev/null +++ b/src/views/cipp/ExtensionSync.jsx @@ -0,0 +1,97 @@ +import React, { useState } from 'react' +import { CCol, CRow } from '@coreui/react' +import { useSelector } from 'react-redux' + +import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' + +import { CippPage, CippPageList } from 'src/components/layout' +import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import 'react-datepicker/dist/react-datepicker.css' +import { CellBadge, cellBadgeFormatter, cellDateFormatter } from 'src/components/tables' +import { TitleButton } from 'src/components/buttons' + +const ExtensionSync = () => { + const [ExecuteGetRequest, getResults] = useLazyGenericGetRequestQuery() + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const [refreshState, setRefreshState] = useState(false) + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + + const columns = [ + { + name: 'Tenant', + selector: (row) => row?.Tenant, + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'Tenants', + }, + { + name: 'Sync Type', + selector: (row) => row?.SyncType, + sortable: true, + cell: cellBadgeFormatter({ color: 'info' }), + exportSelector: 'SyncType', + }, + { + name: 'Task', + selector: (row) => row?.Name, + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'Name', + }, + { + name: 'Scheduled Time', + selector: (row) => row?.ScheduledTime, + sortable: true, + cell: cellDateFormatter({ format: 'short' }), + exportSelector: 'ScheduledTime', + }, + { + name: 'Last Run', + selector: (row) => row?.ExecutedTime, + sortable: true, + cell: cellDateFormatter({ format: 'short' }), + exportSelector: 'ExecutedTime', + }, + { + name: 'Repeats every', + selector: (row) => row?.RepeatsEvery, + sortable: true, + cell: (row) => CellTip(row['RepeatsEvery']), + exportSelector: 'RepeatsEvery', + }, + { + name: 'Results', + selector: (row) => row?.Results, + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'Results', + }, + ] + + return ( + + <> + + + + + + + + ) +} + +export default ExtensionSync diff --git a/src/views/cipp/Extensions.jsx b/src/views/cipp/Extensions.jsx new file mode 100644 index 000000000000..5923599a6f66 --- /dev/null +++ b/src/views/cipp/Extensions.jsx @@ -0,0 +1,227 @@ +import React, { useRef, useState } from 'react' +import { + CButton, + CCardText, + CCol, + CForm, + CNav, + CNavItem, + CRow, + CTabContent, + CTabPane, +} from '@coreui/react' +import { CippCallout, CippPage } from 'src/components/layout' +import { CippLazy } from 'src/components/utilities' +import { useNavigate } from 'react-router-dom' +import useQuery from 'src/hooks/useQuery.jsx' +import Extensions from 'src/data/Extensions.json' +import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app.js' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' +import CippButtonCard from 'src/components/contentcards/CippButtonCard.jsx' +import { RFFCFormInput, RFFCFormSwitch } from 'src/components/forms/RFFComponents.jsx' +import { Form } from 'react-final-form' +import ExtensionMappings from 'src/views/cipp/ExtensionMappings.jsx' + +export default function CIPPExtensions() { + const [listBackend, listBackendResult] = useLazyGenericGetRequestQuery() + const inputRef = useRef(null) + const [setExtensionconfig, extensionConfigResult] = useLazyGenericPostRequestQuery() + const [execTestExtension, listExtensionTestResult] = useLazyGenericGetRequestQuery() + const [execSyncExtension, listSyncExtensionResult] = useLazyGenericGetRequestQuery() + + const onSubmitTest = (integrationName) => { + execTestExtension({ + path: 'api/ExecExtensionTest?extensionName=' + integrationName, + }) + } + const onSubmit = (values) => { + setExtensionconfig({ + path: 'api/ExecExtensionsConfig', + values: values, + }).then((res) => { + listBackend({ path: 'api/ListExtensionsConfig' }) + }) + } + + const ButtonGenerate = (integrationType, forceSync, disabled) => ( + <> + + + Save + + onSubmitTest(integrationType)} className="me-2"> + + Test + + {forceSync && ( + + execSyncExtension({ + path: 'api/ExecExtensionSync?Extension=' + integrationType, + }) + } + disabled={disabled} + className="me-2" + > + + Force Sync + + )} + + ) + const queryString = useQuery() + const navigate = useNavigate() + + const tab = queryString.get('tab') + const [active, setActiveTab] = useState(tab ? parseInt(tab) : 0) + const setActive = (tab) => { + setActiveTab(tab) + queryString.set('tab', tab.toString()) + navigate(`${location.pathname}?${queryString}`) + } + const hostedMetaContent = document.querySelector('meta[name="hosted"]')?.getAttribute('content') + + return ( + + {listBackendResult.isUninitialized && listBackend({ path: 'api/ListExtensionsConfig' })} + + {Extensions.map((integration, idx) => ( + setActive(idx)} + href="#" + > + {integration.name} + + ))} + + + {Extensions.map((integration, idx) => ( + + + + + {hostedMetaContent === 'true' && integration.disableWhenhosted && ( + + This extension requires activation in the management portal for hosted + clients. + + )} + +

    {integration.helpText}

    + { + return ( + + + + {integration.SettingOptions.map( + (integrationOptions, idx) => + integrationOptions.type === 'input' && ( + + + + ), + )} + {integration.SettingOptions.map( + (integrationOptions, idx) => + integrationOptions.type === 'checkbox' && ( + + + + ), + )} + + + + + ) + }} + /> + {extensionConfigResult?.data?.Results && ( + + {extensionConfigResult?.data?.Results} + + )} + {listExtensionTestResult?.data?.Results && ( + + {listExtensionTestResult?.data?.Results} + {listExtensionTestResult?.data?.Link && ( + + Link + + )} + + )} + {listSyncExtensionResult?.data?.Results && ( + + {listSyncExtensionResult?.data?.Results} + + )} +
    +
    + {integration.mappingRequired && ( + + + + )} +
    +
    +
    + ))} +
    +
    + ) +} diff --git a/src/views/cipp/Scheduler.jsx b/src/views/cipp/Scheduler.jsx index 55d3430d545d..e0fd1aea974a 100644 --- a/src/views/cipp/Scheduler.jsx +++ b/src/views/cipp/Scheduler.jsx @@ -1,11 +1,11 @@ -import React, { useEffect, useState } from 'react' -import { CButton, CCallout, CCol, CForm, CFormLabel, CRow, CSpinner, CTooltip } from '@coreui/react' -import useQuery from 'src/hooks/useQuery' -import { useSelector } from 'react-redux' +import React, { useCallback, useEffect, useState } from 'react' +import { CButton, CCallout, CCol, CForm, CRow, CSpinner, CTooltip } from '@coreui/react' +import { useDispatch, useSelector } from 'react-redux' import { Field, Form, FormSpy } from 'react-final-form' import { RFFCFormInput, RFFCFormInputArray, + RFFCFormInputList, RFFCFormSwitch, RFFSelectSearch, } from 'src/components/forms' @@ -15,20 +15,45 @@ import { useLazyGenericPostRequestQuery, } from 'src/store/api/app' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faCircleNotch, faEdit, faEye } from '@fortawesome/free-solid-svg-icons' +import { faCircleNotch, faEdit } from '@fortawesome/free-solid-svg-icons' import { CippContentCard, CippPage, CippPageList } from 'src/components/layout' -import { password } from 'src/validators' import { cellBadgeFormatter, cellDateFormatter } from 'src/components/tables' import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' import DatePicker from 'react-datepicker' import 'react-datepicker/dist/react-datepicker.css' -import TenantListSelector from 'src/components/utilities/TenantListSelector' import { ModalService, TenantSelector } from 'src/components/utilities' import CippCodeOffCanvas from 'src/components/utilities/CippCodeOffcanvas' import arrayMutators from 'final-form-arrays' +import { useListTenantsQuery } from 'src/store/api/tenants' +import { setCurrentTenant } from 'src/store/features/app' +import { useNavigate, useSearchParams } from 'react-router-dom' +import { queryString } from 'src/helpers' const Scheduler = () => { + const [initialValues, setInitialValues] = useState({}) + const [selectedTenant, setSelectedTenant] = useState('') const [ExecuteGetRequest, getResults] = useLazyGenericGetRequestQuery() + const { data: tenants, isSuccess: tenantSuccess } = useListTenantsQuery({ + showAllTenantSelector: true, + }) + const dispatch = useDispatch() + const navigate = useNavigate() + const [searchParams, setSearchParams] = useSearchParams() + + const updateSearchParams = useCallback( + (params) => { + navigate(`${queryString(params)}`, { replace: true }) + }, + [navigate], + ) + + const recurrenceOptions = [ + { value: '0', name: 'Only once' }, + { value: '1', name: 'Every 1 day' }, + { value: '7', name: 'Every 7 days' }, + { value: '30', name: 'Every 30 days' }, + { value: '365', name: 'Every 365 days' }, + ] const Offcanvas = (row, rowIndex, formatExtraData) => { const [ocVisible, setOCVisible] = useState(false) @@ -59,6 +84,11 @@ const Scheduler = () => { + + onCopy(row)}> + + + @@ -116,6 +146,82 @@ const Scheduler = () => { }) } + const onCopy = (row) => { + // Get post execution options + var postExecActions = row.PostExecution.split(',') + // Get recurrence object + var recurrence = recurrenceOptions.filter((rec) => rec.value === row.Recurrence)[0] + + // Convert parameters into form object + var parameters = {} + Object.keys(row?.Parameters).forEach((key) => { + if (typeof row?.Parameters[key] === 'object') { + var nestedParamList = [] + Object.keys(row?.Parameters[key]).forEach((nestedKey) => { + if (nestedKey >= 0) { + nestedParamList.push(row?.Parameters[key][nestedKey]) + } else { + nestedParamList.push({ + Key: nestedKey, + Value: row?.Parameters[key][nestedKey], + }) + } + }) + parameters[key] = nestedParamList + } else { + parameters[key] = row?.Parameters[key] + } + }) + + // Convert additional properties into form object + var additional = [] + var additionalProps = JSON.parse(row?.AdditionalProperties) + Object.keys(additionalProps).forEach((key) => { + console.log(key) + additional.push({ + Key: key, + Value: additionalProps[key], + }) + }) + + if (!recurrence) { + recurrence = { name: 'Only once', value: '0' } + } + + // Set initial values + var formValues = { + taskName: row.Name, + command: { label: row.Command, value: row.Command }, + Recurrence: { label: recurrence.name, value: recurrence.value }, + additional: additional, + parameters: parameters, + webhook: postExecActions.includes('Webhook'), + email: postExecActions.includes('Email'), + psa: postExecActions.includes('PSA'), + } + setInitialValues(formValues) + setSelectedTenant(row.Tenant) + } + + // Update tenant selector on copy + useEffect(() => { + if (selectedTenant !== '' && tenantSuccess) { + const customerId = searchParams.get('customerId') + const tableFilter = searchParams.get('tableFilter') + var newSearchParams = {} + if (tableFilter) { + newSearchParams.tableFilter = tableFilter + } + const tenant = tenants.filter((t) => t.defaultDomainName === selectedTenant) + if (tenant.length > 0) { + dispatch(setCurrentTenant({ tenant: tenant[0] })) + newSearchParams.customerId = tenant[0]?.customerId + updateSearchParams(newSearchParams) + setSelectedTenant('') + } + } + }, [selectedTenant, tenantSuccess, tenants, dispatch, searchParams, updateSearchParams]) + const columns = [ { name: 'Name', @@ -183,7 +289,7 @@ const Scheduler = () => { { name: 'Actions', cell: Offcanvas, - maxWidth: '80px', + maxWidth: '100px', }, ] return ( @@ -197,8 +303,7 @@ const Scheduler = () => { mutators={{ ...arrayMutators, }} - initialValues={{ taskName }} - initialValuesEqual={() => true} + initialValues={{ ...initialValues }} render={({ handleSubmit, submitting, values }) => { return ( @@ -235,13 +340,7 @@ const Scheduler = () => { { key={idx} /> ) : ( - + <> + {param.Type === 'System.String[]' ? ( + + ) : ( + + )} + )} )} diff --git a/src/views/cipp/Setup.jsx b/src/views/cipp/Setup.jsx index c0a728ff8ec7..7f18e7c6a661 100644 --- a/src/views/cipp/Setup.jsx +++ b/src/views/cipp/Setup.jsx @@ -6,7 +6,12 @@ import { faCheck, faExclamationTriangle } from '@fortawesome/free-solid-svg-icon import { CippWizard } from 'src/components/layout' import PropTypes from 'prop-types' import { Condition, RFFCFormInput, RFFCFormRadio } from 'src/components/forms' -import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { + useLazyExecPermissionsAccessCheckQuery, + useLazyGenericGetRequestQuery, + useLazyGenericPostRequestQuery, +} from 'src/store/api/app' +import { Link } from 'react-router-dom' function useInterval(callback, delay, state) { const savedCallback = useRef() @@ -49,11 +54,7 @@ Error.propTypes = { } const Setup = () => { - const [setupDone, setSetupdone] = useState(false) - const valbutton = (value) => - getResults.data?.step < 5 - ? undefined - : `You do not have to click next. Finish the wizard via the setup button below. After it says "Setup Completed" you may browse away from this page.` + const [checkPermissions, permissionsResult] = useLazyExecPermissionsAccessCheckQuery() const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() const [genericGetRequest, getResults] = useLazyGenericGetRequestQuery() const onSubmit = (values) => { @@ -72,7 +73,6 @@ const Setup = () => { path: 'api/ExecSAMSetup', params: { CreateSAM: true, partnersetup: true }, }) - setSetupdone(false) } useInterval( @@ -82,19 +82,35 @@ const Setup = () => { path: 'api/ExecSAMSetup', params: { CheckSetupProcess: true, step: getResults.data?.step }, }) - } else { - setSetupdone(true) } }, 10000, getResults.data, ) const formValues = {} + + const stepsDetails = [ + { id: 1, text: 'Step 1 - First Login' }, + { id: 2, text: 'Step 2 - Creating Application & Approving Application' }, + { id: 3, text: 'Step 3 - Receiving Token' }, + { id: 4, text: 'Step 4 - Finishing Authentication Setup' }, + ] + const RenderSteps = ({ currentStep = 0 }) => ( + <> + {currentStep > 0 && + stepsDetails.slice(0, currentStep - 1).map((step) => ( +
    + {step.text} - Completed +
    + ))} + + ) return (
    @@ -112,7 +128,7 @@ const Setup = () => { rel="noreferrer" target="_blank" > - here. + here @@ -134,7 +150,11 @@ const Setup = () => {
    - +

    Step 2

    Enter the secure application model credentials.
    @@ -144,32 +164,49 @@ const Setup = () => { Click the buttons below to refresh your token. -
    Remember to login under a account that has been added to the correct GDAP - groups and the group 'AdminAgents'. +
    Remember to login under a service account that has been added to the correct + GDAP groups and the group 'AdminAgents'.
    - {getResults.isUninitialized && genericGetRequest({ path: 'api/ExecListAppId' })} - {getResults.isSuccess && ( - <> - - - - Refresh Graph Token - - - - - - )}
    + {getResults.isUninitialized && genericGetRequest({ path: 'api/ExecListAppId' })} + {getResults.isSuccess && ( + <> + + + + + Refresh Graph Token + + + + + + + )}

    - When clicking the button below, the setup wizard starts. This is a 5 step process. - Please use a Global Administrator to perform these tasks. You can restart the process - at any time, by clicking on the start button once more. + Click the button below to start the setup wizard. You will need the following + prerequisites: +

  • + A CIPP Service Account. For more information on how to create a service account + click{' '} + + here + +
  • +
  • (Temporary) Global Administrator permissions for the CIPP Service Account
  • +
  • + Multi-factor authentication enabled for the CIPP Service Account, with no trusted + locations or other exclusions. +
  • { className="btn btn-primary" type="button" onClick={() => startCIPPSetup(true)} - validate={() => valbutton()} > - Start Setup Wizard + {getResults.isFetching && } Start Setup Wizard - -
    - {getResults.isFetching && Loading} {getResults.isSuccess && ( <> - {getResults.data?.step < 5 ? ( + + {getResults.data?.step < 5 && getResults.data?.step > 0 && ( - ) : ( - )} - Step {getResults.data?.step} - {getResults.data.message}{' '} - {getResults.data.url && ( - - HERE - + {getResults.data?.step > 0 && getResults.data?.step < 5 && ( + <> + Step {getResults.data?.step} - {getResults.data.message}{' '} + {getResults.data.url && ( + + HERE + + )} + )} )} + {getResults.data?.step === 5 && ( +

    + {permissionsResult.isFetching && } Authentication has been received. + Checking if all prerequisites are met to connect to your tenants. + {permissionsResult.isUninitialized && checkPermissions()} +

    + )} + + {permissionsResult.data?.Results && ( + <> + + + {permissionsResult.data.Results?.Messages && ( + <> + {permissionsResult.data.Results?.Messages?.map((m, idx) => ( +
    {m}
    + ))} + + )} +
    +
    + + {permissionsResult.data.Results?.ErrorMessages?.length >= 1 && ( + + {permissionsResult.data.Results?.ErrorMessages?.map((m, idx) => ( +
    {m}
    + ))} +
    + )} +
    + + )} +
    @@ -217,7 +286,7 @@ const Setup = () => { type="text" name="TenantID" label="Tenant ID" - placeholder="Enter the Tenant ID. e.g. mymsp.onmicrosoft.com. Leave blank to retain a previous key if this exists." + placeholder="Enter the Tenant ID. e.g. 1111-1111-1111-1111-11111. Leave blank to retain a previous key if this exists." /> @@ -251,40 +320,29 @@ const Setup = () => { /> + + +
    + Submit info +
    +
    +
    + {postResults.isFetching && ( + + Loading + + )} + {postResults.isSuccess && {postResults.data.Results}}
    -
    - - -
    -

    Step 3

    -
    Confirm and apply
    -
    -
    - {!postResults.isSuccess && ( - - {(props) => { - return ( - <> - - - - {usedWizard && - 'You have used the setup wizard. You can close this screen. Setup has been completed.'} - {!usedWizard && - 'You are sending your own Secure Application Model setup to the Keyvault. For security reasons we do not show the keys. Please make sure you have entered the keys correctly.'} - - - - ) - }} - - )} - {postResults.isFetching && ( - - Loading - - )} - {postResults.isSuccess && {postResults.data.Results}} + + {(props) => { + if (props.values.SetupType === 'ExistingSAM') { + setNoSubmit(false) + } else { + setNoSubmit(true) + } + }} +
    diff --git a/src/views/cipp/TemplateLibrary.jsx b/src/views/cipp/TemplateLibrary.jsx new file mode 100644 index 000000000000..4dbf493d2293 --- /dev/null +++ b/src/views/cipp/TemplateLibrary.jsx @@ -0,0 +1,149 @@ +import React, { useState } from 'react' +import { CAlert, CButton, CCallout, CCol, CForm, CRow, CSpinner, CTooltip } from '@coreui/react' +import { useSelector } from 'react-redux' +import { Field, Form } from 'react-final-form' +import { RFFCFormInput, RFFCFormSwitch } from 'src/components/forms' +import { + useGenericGetRequestQuery, + useLazyGenericGetRequestQuery, + useLazyGenericPostRequestQuery, +} from 'src/store/api/app' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faCircleNotch, faEdit, faEye } from '@fortawesome/free-solid-svg-icons' +import { CippPage, CippPageList } from 'src/components/layout' +import 'react-datepicker/dist/react-datepicker.css' +import { ModalService, TenantSelector } from 'src/components/utilities' +import arrayMutators from 'final-form-arrays' +import { useListConditionalAccessPoliciesQuery } from 'src/store/api/tenants' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { cellBadgeFormatter, cellDateFormatter } from 'src/components/tables' +import { Alert } from '@coreui/coreui' + +const TemplateLibrary = () => { + const [ExecuteGetRequest, getResults] = useLazyGenericGetRequestQuery() + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const [refreshState, setRefreshState] = useState(false) + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + + const onSubmit = (values) => { + const startDate = new Date() + startDate.setHours(0, 0, 0, 0) + const unixTime = Math.floor(startDate.getTime() / 1000) - 45 + const shippedValues = { + TenantFilter: tenantDomain, + Name: `CIPP Template ${tenantDomain}`, + Command: { value: `New-CIPPTemplateRun` }, + Parameters: { TemplateSettings: { ...values } }, + ScheduledTime: unixTime, + Recurrence: { value: '4h' }, + } + genericPostRequest({ + path: '/api/AddScheduledItem?DisallowDuplicateName=true', + values: shippedValues, + }).then((res) => { + setRefreshState(res.requestId) + }) + } + + const { + data: caPolicies = [], + isFetching: caIsFetching, + error: caError, + } = useListConditionalAccessPoliciesQuery({ domain: tenantDomain }) + + return ( + + <> + + + + Set Tenant as Template Library + {postResults.isFetching && ( + + )} + + } + title="Add Template Library" + icon={faEdit} + > + { + return ( + +

    + Template libraries are tenants setup to retrieve the latest version of + policies from. By setting a tenant as a template library, automatic updates + will be made to the templates within CIPP based on this template library + every 4 hours. + + Enabling this feature will overwrite templates with the same name. + +

    + + + + + {(props) => } + + + + +
    +
    + + +

    Conditional Access

    + +

    Intune

    + + + +
    +
    + {postResults.isSuccess && ( + +
  • {postResults.data.Results}
  • +
    + )} + {getResults.isFetching && ( + + Loading + + )} + {getResults.isSuccess && ( + {getResults.data?.Results} + )} + {getResults.isError && ( + + Could not connect to API: {getResults.error.message} + + )} +
    + ) + }} + /> +
    +
    +
    + +
    + ) +} + +export default TemplateLibrary diff --git a/src/views/cipp/UserSettings.jsx b/src/views/cipp/UserSettings.jsx index 955101c02921..a7fcaa628f3e 100644 --- a/src/views/cipp/UserSettings.jsx +++ b/src/views/cipp/UserSettings.jsx @@ -156,28 +156,36 @@ const UserSettings = () => {

    Offboarding Defaults

    - - - - + - - - - - - + + + + + + + + + + +
    @@ -216,13 +224,12 @@ const UserSettings = () => { multi={true} values={_nav .reduce((acc, val) => acc.concat(val.items), []) - .map((item) => - // console.log(item), - ({ - name: item?.name, - value: { to: item?.to, name: item?.name }, - }), - )} + //only map if 'name' property is not null + .filter((item) => item?.name) + .map((item) => ({ + name: item?.name, + value: { to: item?.to, name: item?.name }, + }))} allowCreate={false} refreshFunction={() => setRandom3((Math.random() + 1).toString(36).substring(7)) diff --git a/src/views/cipp/app-settings/CIPPSettings.jsx b/src/views/cipp/app-settings/CIPPSettings.jsx index c1e6b9463fd7..b4dd85cba84f 100644 --- a/src/views/cipp/app-settings/CIPPSettings.jsx +++ b/src/views/cipp/app-settings/CIPPSettings.jsx @@ -2,16 +2,18 @@ import React, { useState } from 'react' import { CNav, CNavItem, CTabContent, CTabPane } from '@coreui/react' import { CippPage } from 'src/components/layout' import { CippLazy } from 'src/components/utilities' - +import { useNavigate } from 'react-router-dom' import { SettingsGeneral } from './SettingsGeneral.jsx' import { SettingsTenants } from 'src/views/cipp/app-settings/SettingsTenants.jsx' import { SettingsBackend } from 'src/views/cipp/app-settings/SettingsBackend.jsx' import { SettingsNotifications } from 'src/views/cipp/app-settings/SettingsNotifications.jsx' import { SettingsLicenses } from 'src/views/cipp/app-settings/SettingsLicenses.jsx' -import { SettingsExtensions } from 'src/views/cipp/app-settings/SettingsExtensions.jsx' import { SettingsMaintenance } from 'src/views/cipp/app-settings/SettingsMaintenance.jsx' -import { SettingsExtensionMappings } from 'src/views/cipp/app-settings/SettingsExtensionMappings.jsx' import { SettingsPartner } from 'src/views/cipp/app-settings/SettingsPartner.jsx' +import { SettingsWebhookSubscriptions } from 'src/views/cipp/app-settings/SettingsWebhookSubscriptions.jsx' +import useQuery from 'src/hooks/useQuery.jsx' +import { SettingsSuperAdmin } from './SettingsSuperAdmin.jsx' +import { useLoadClientPrincipalQuery } from 'src/store/api/auth.js' /** * This function returns the settings page content for CIPP. @@ -19,7 +21,18 @@ import { SettingsPartner } from 'src/views/cipp/app-settings/SettingsPartner.jsx * @returns {JSX.Element} The settings page content. */ export default function CIPPSettings() { - const [active, setActive] = useState(1) + const queryString = useQuery() + const navigate = useNavigate() + + const tab = queryString.get('tab') + const [active, setActiveTab] = useState(tab ? parseInt(tab) : 1) + const { data: profile, isFetching } = useLoadClientPrincipalQuery() + const setActive = (tab) => { + setActiveTab(tab) + queryString.set('tab', tab.toString()) + navigate(`${location.pathname}?${queryString}`) + } + const superAdmin = profile?.clientPrincipal?.userRoles?.includes('superadmin') return ( @@ -36,20 +49,22 @@ export default function CIPPSettings() { Notifications setActive(5)} href="#"> - Partner Webhooks + Log Subscriptions setActive(6)} href="#"> - Licenses + Partner Webhooks setActive(7)} href="#"> - Maintenance + Licenses setActive(8)} href="#"> - Extensions - - setActive(9)} href="#"> - Extension Mappings + Maintenance + {superAdmin && ( + setActive(9)} href="#"> + SuperAdmin Settings + + )} @@ -73,28 +88,29 @@ export default function CIPPSettings() { - + - - - + + - + - - - - - - + + {superAdmin && ( + + + + + + )} ) diff --git a/src/views/cipp/app-settings/SettingsBackend.jsx b/src/views/cipp/app-settings/SettingsBackend.jsx index 58e3bc2b594b..57ea62a28000 100644 --- a/src/views/cipp/app-settings/SettingsBackend.jsx +++ b/src/views/cipp/app-settings/SettingsBackend.jsx @@ -11,241 +11,219 @@ import { CRow, } from '@coreui/react' import { CippCodeBlock, CippOffcanvas } from 'src/components/utilities/index.js' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' /** * The SettingsBackend method is responsible for rendering a settings panel that contains several resource * groups and corresponding links to access them. * The panel displays information about Resource Group, Key Vault, Static Web App (Role Management), * Function App (Deployment Center), Function App (Configuration), Function App (Overview), and Cloud Shell. - * + * Wow Kevin, you went hard, sorry I'm going to run it again. // Kelvin 22-04-2024. * @returns {JSX.Element} The settings panel component. */ + +const BackendCardList = [ + { + title: 'Resource Group', + description: + 'The Resource group contains all the CIPP resources in your tenant, except the SAM Application', + link: 'ResourceGroup', + }, + { + title: 'Key Vault', + description: + 'The keyvault allows you to check token information. By default you do not have access.', + link: 'KeyVault', + }, + { + title: 'Static Web App (Role Management)', + description: + 'The Static Web App role management allows you to invite other users to the application.', + link: 'SWARoles', + }, + { + title: 'Function App (Deployment Center)', + description: 'The Function App Deployment Center allows you to run updates on the API', + link: 'FunctionDeployment', + }, + { + title: 'Function App (Configuration)', + description: + 'At the Function App Configuration you can check the status of the API access to your keyvault', + link: 'FunctionConfig', + }, + { + title: 'Function App (Overview)', + description: 'At the function App Overview, you can stop and start the backend API', + link: 'FunctionApp', + }, +] + export function SettingsBackend() { const [listBackend, listBackendResult] = useLazyGenericGetRequestQuery() const [visible, setVisible] = useState(false) + const generateButton = (title, link) => ( + window.open(`${listBackendResult.data?.Results?.[link]}`, '_blank')} + rel="noreferrer" + > + {title} + + ) + const hostedMetaContent = document.querySelector('meta[name="hosted"]')?.getAttribute('content') + return ( -
    - {listBackendResult.isUninitialized && listBackend({ path: 'api/ExecBackendURLs' })} - <> - - - - - Resource Group - - -

    - The Resource group contains all the CIPP resources in your tenant, except the SAM - Application -

    - - Go to Resource Group - -
    -
    -
    - - - - Key Vault - - -

    - The keyvault allows you to check token information. By default you do not have - access. -

    - - Go to Keyvault - -
    -
    -
    - - - - Static Web App (Role Management) - - -

    - The Static Web App role management allows you to invite other users to the - application. -

    - - Go to Role Management - -
    -
    -
    -
    - - - - - Function App (Deployment Center) - - -

    The Function App Deployment Center allows you to run updates on the API

    - - Go to Function App Deployment Center - -
    -
    -
    - - - - Function App (Configuration) - - -

    - At the Function App Configuration you can check the status of the API access to - your keyvault -

    - - Go to Function App Configuration - -
    -
    -
    - - - - Function App (Overview) - - -

    At the function App Overview, you can stop and start the backend API

    - - Go to Function App Overview - -
    -
    -
    -
    - - - - - Cloud Shell - - -

    Launch an Azure Cloud Shell Window

    + <> + {hostedMetaContent === 'true' ? ( + <> + window.open( - 'https://shell.azure.com/powershell', + 'https://management.cipp.app', '_blank', 'toolbar=no,scrollbars=yes,resizable=yes,menubar=no,location=no,status=no', ) } rel="noreferrer" > - Cloud Shell + Management Portal - setVisible(true)} className="mb-3"> - Command Reference - -
    -
    -
    -
    - setVisible(false)} - title="Command Reference" - > -
    Function App Config
    - -
    Function App Deployment
    - } - showLineNumbers={false} - wrapLongLines={true} - /> -
    Watch Function Logs
    - -
    Static Web App Config
    - -
    List CIPP Users
    - -
    - -
    + > + The Management Portal allows you to manage your CIPP resources for the hosted + environment. + + + ) : ( + <> + {listBackendResult.isUninitialized && listBackend({ path: 'api/ExecBackendURLs' })} + + {BackendCardList.map((card, index) => ( + + + {card.description} + + + ))} + + + {' '} + + window.open( + 'https://shell.azure.com/powershell', + '_blank', + 'toolbar=no,scrollbars=yes,resizable=yes,menubar=no,location=no,status=no', + ) + } + rel="noreferrer" + > + Cloud Shell + + setVisible(true)} className="me-2"> + Command Reference + + + } + > +

    Launch an Azure Cloud Shell Window

    +
    +
    +
    + setVisible(false)} + title="Command Reference" + > +
    Function App Config
    + +
    Function App Deployment
    + +
    Watch Function Logs
    + +
    Static Web App Config
    + +
    List CIPP Users
    + +
    + + )} + ) } diff --git a/src/views/cipp/app-settings/SettingsExtensionMappings.jsx b/src/views/cipp/app-settings/SettingsExtensionMappings.jsx index 5386afbf1fbd..6d7a63d2a3d0 100644 --- a/src/views/cipp/app-settings/SettingsExtensionMappings.jsx +++ b/src/views/cipp/app-settings/SettingsExtensionMappings.jsx @@ -1,29 +1,38 @@ import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app.js' import { + CAccordion, CButton, CCallout, - CCard, - CCardBody, - CCardHeader, CCardText, - CCardTitle, CCol, CForm, + CRow, CSpinner, + CTooltip, } from '@coreui/react' import { Form } from 'react-final-form' import { RFFSelectSearch } from 'src/components/forms/index.js' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' -import React from 'react' +import React, { useEffect } from 'react' import { CippCallout } from 'src/components/layout/index.js' +import CippAccordionItem from 'src/components/contentcards/CippAccordionItem' +import { CippTable } from 'src/components/tables' +import { CellTip } from 'src/components/tables/CellGenericFormat' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' /** * Retrieves and sets the extension mappings for HaloPSA and NinjaOne. * * @returns {JSX.Element} - JSX component representing the settings extension mappings. */ -export function SettingsExtensionMappings() { +export function SettingsExtensionMappings({ type }) { + const [addedAttributes, setAddedAttribute] = React.useState(1) + const [mappingArray, setMappingArray] = React.useState('defaultMapping') + const [mappingValue, setMappingValue] = React.useState({}) + const [haloMappingsArray, setHaloMappingsArray] = React.useState([]) + const [ninjaMappingsArray, setNinjaMappingsArray] = React.useState([]) + const [HaloAutoMap, setHaloAutoMap] = React.useState(false) const [listHaloBackend, listBackendHaloResult = []] = useLazyGenericGetRequestQuery() const [listNinjaOrgsBackend, listBackendNinjaOrgsResult] = useLazyGenericGetRequestQuery() const [listNinjaFieldsBackend, listBackendNinjaFieldsResult] = useLazyGenericGetRequestQuery() @@ -35,16 +44,31 @@ export function SettingsExtensionMappings() { const [setNinjaFieldsExtensionconfig, extensionNinjaFieldsConfigResult] = useLazyGenericPostRequestQuery() - const onHaloSubmit = (values) => { + const onHaloSubmit = () => { + const originalFormat = haloMappingsArray.reduce((acc, item) => { + acc[item.Tenant?.customerId] = { label: item.haloName, value: item.haloId } + return acc + }, {}) setHaloExtensionconfig({ path: 'api/ExecExtensionMapping?AddMapping=Halo', - values: { mappings: values }, + values: { mappings: originalFormat }, + }).then(() => { + listHaloBackend({ path: 'api/ExecExtensionMapping?List=Halo' }) + setMappingValue({}) }) } - const onNinjaOrgsSubmit = (values) => { + const onNinjaOrgsSubmit = () => { + const originalFormat = ninjaMappingsArray.reduce((acc, item) => { + acc[item.Tenant?.customerId] = { label: item.ninjaName, value: item.ninjaId } + return acc + }, {}) + setNinjaOrgsExtensionconfig({ path: 'api/ExecExtensionMapping?AddMapping=NinjaOrgs', - values: { mappings: values }, + values: { mappings: originalFormat }, + }).then(() => { + listNinjaOrgsBackend({ path: 'api/ExecExtensionMapping?List=NinjaOrgs' }) + setMappingValue({}) }) } @@ -61,25 +85,191 @@ export function SettingsExtensionMappings() { const onNinjaFieldsSubmit = (values) => { setNinjaFieldsExtensionconfig({ path: 'api/ExecExtensionMapping?AddMapping=NinjaFields', - values: { mappings: values }, }) } - return ( -
    - {listBackendHaloResult.isUninitialized && - listHaloBackend({ path: 'api/ExecExtensionMapping?List=Halo' })} - {listBackendNinjaOrgsResult.isUninitialized && - listNinjaOrgsBackend({ path: 'api/ExecExtensionMapping?List=NinjaOrgs' })} - {listBackendNinjaFieldsResult.isUninitialized && - listNinjaFieldsBackend({ path: 'api/ExecExtensionMapping?List=NinjaFields' })} + + const onHaloAutomap = () => { + const newMappings = listBackendHaloResult.data?.Tenants.map( + (tenant) => { + const haloClient = listBackendHaloResult.data?.HaloClients.find( + (client) => client.name === tenant.displayName, + ) + if (haloClient) { + console.log(haloClient) + console.log(tenant) + return { + Tenant: tenant, + haloName: haloClient.name, + haloId: haloClient.value, + } + } + }, + //filter out any undefined values + ).filter((item) => item !== undefined) + setHaloMappingsArray((currentHaloMappings) => [...currentHaloMappings, ...newMappings]).then( + () => { + listHaloBackend({ path: 'api/ExecExtensionMapping?List=Halo' }) + }, + ) + setHaloAutoMap(true) + } + + useEffect(() => { + if (listBackendHaloResult.isSuccess) { + setHaloMappingsArray( + Object.keys(listBackendHaloResult.data?.Mappings).map((key) => ({ + Tenant: listBackendHaloResult.data?.Tenants.find((tenant) => tenant.customerId === key), + haloName: listBackendHaloResult.data?.Mappings[key].label, + haloId: listBackendHaloResult.data?.Mappings[key].value, + })), + ) + } + }, [listBackendHaloResult.isSuccess]) + + useEffect(() => { + if (listBackendNinjaOrgsResult.isSuccess) { + setNinjaMappingsArray( + Object.keys(listBackendNinjaOrgsResult.data?.Mappings).map((key) => ({ + Tenant: listBackendNinjaOrgsResult.data?.Tenants.find( + (tenant) => tenant.customerId === key, + ), + ninjaName: listBackendNinjaOrgsResult.data?.Mappings[key].label, + ninjaId: listBackendNinjaOrgsResult.data?.Mappings[key].value, + })), + ) + } + }, [ + listBackendNinjaOrgsResult.data?.Mappings, + listBackendNinjaOrgsResult.data?.Tenants, + listBackendNinjaOrgsResult.isSuccess, + ]) + + const Offcanvas = (row, rowIndex, formatExtraData) => { + return ( <> - - - HaloPSA Mapping Table - - - {listBackendHaloResult.isFetching ? ( + + + row.haloId + ? setHaloMappingsArray((currentHaloMappings) => + currentHaloMappings.filter((item) => item !== row), + ) + : setNinjaMappingsArray((currentNinjaMappings) => + currentNinjaMappings.filter((item) => item !== row), + ) + } + > + + + + + ) + } + const halocolumns = [ + { + name: 'Tenant', + selector: (row) => row.Tenant?.displayName, + sortable: true, + cell: (row) => CellTip(row.Tenant?.displayName), + exportSelector: 'Tenant', + }, + { + name: 'TenantId', + selector: (row) => row.Tenant?.customerId, + sortable: true, + exportSelector: 'Tenant/customerId', + omit: true, + }, + { + name: 'Halo Client Name', + selector: (row) => row['haloName'], + sortable: true, + cell: (row) => CellTip(row['haloName']), + exportSelector: 'haloName', + }, + { + name: 'Halo ID', + selector: (row) => row['haloId'], + sortable: true, + cell: (row) => CellTip(row['haloId']), + exportSelector: 'haloId', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '80px', + }, + ] + + const ninjacolumns = [ + { + name: 'Tenant', + selector: (row) => row.Tenant?.displayName, + sortable: true, + cell: (row) => CellTip(row.Tenant?.displayName), + exportSelector: 'Tenant', + }, + { + name: 'TenantId', + selector: (row) => row.Tenant?.customerId, + sortable: true, + exportSelector: 'Tenant/customerId', + omit: true, + }, + { + name: 'NinjaOne Organization Name', + selector: (row) => row['ninjaName'], + sortable: true, + cell: (row) => CellTip(row['ninjaName']), + exportSelector: 'ninjaName', + }, + { + name: 'NinjaOne Organization ID', + selector: (row) => row['ninjaId'], + sortable: true, + cell: (row) => CellTip(row['ninjaId']), + exportSelector: 'ninjaId', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '80px', + }, + ] + + return ( + + {type === 'HaloPSA' && ( + <> + {listBackendHaloResult.isUninitialized && + listHaloBackend({ path: 'api/ExecExtensionMapping?List=Halo' })} + + + + {extensionHaloConfigResult.isFetching && ( + + )} + Save Mappings + + onHaloAutomap()} className="me-2"> + {extensionNinjaOrgsAutomapResult.isFetching && ( + + )} + Automap HaloPSA Clients + + + } + > + {listBackendHaloResult.isFetching && listBackendHaloResult.isUninitialized ? ( ) : ( { return ( - + - Use the table below to map your client to the correct PSA client - {listBackendHaloResult.isSuccess && - listBackendHaloResult.data.Tenants?.map((tenant) => ( + Use the table below to map your client to the correct PSA client. + { + //load all the existing mappings and show them first in a table. + listBackendHaloResult.isSuccess && ( + + ) + } + + + { + return !Object.keys(listBackendHaloResult.data?.Mappings).includes( + tenant.customerId, + ) + }).map((tenant) => ({ + name: tenant.displayName, + value: tenant.customerId, + }))} + onChange={(e) => { + setMappingArray(e.value) + }} + isLoading={listBackendHaloResult.isFetching} + /> + + + + + { + return !Object.values(listBackendHaloResult.data?.Mappings) + .map((value) => { + return value.value + }) + .includes(client.value) + }).map((client) => ({ + name: client.name, + value: client.value, + }))} + onChange={(e) => setMappingValue(e)} + placeholder="Select a HaloPSA Client" + isLoading={listBackendHaloResult.isFetching} /> - ))} + + { + if ( + mappingValue.value !== undefined && + mappingValue.value !== '-1' && + Object.values(haloMappingsArray) + .map((item) => item.haloId) + .includes(mappingValue.value) === false + ) { + //set the new mapping in the array + setHaloMappingsArray([ + ...haloMappingsArray, + { + Tenant: listBackendHaloResult.data?.Tenants.find( + (tenant) => tenant.customerId === mappingArray, + ), + haloName: mappingValue.label, + haloId: mappingValue.value, + }, + ]) + } + }} + className={`my-4 circular-button`} + title={'+'} + > + + + - - {extensionHaloConfigResult.isFetching && ( - - )} - Set Mappings - + {HaloAutoMap && ( + + Automapping has been executed. Remember to check the changes and save + them. + + )} {(extensionHaloConfigResult.isSuccess || extensionHaloConfigResult.isError) && !extensionHaloConfigResult.isFetching && ( @@ -122,139 +382,159 @@ export function SettingsExtensionMappings() { )} + + + After editing the mappings you must click Save Mappings for the changes to + take effect. The table will be saved exactly as presented. + ) }} /> )} - - - - - NinjaOne Field Mapping Table - - - {listBackendNinjaFieldsResult.isFetching ? ( + + + )} + {type === 'NinjaOne' && ( + <> + {listBackendNinjaOrgsResult.isUninitialized && + listNinjaOrgsBackend({ path: 'api/ExecExtensionMapping?List=NinjaOrgs' })} + {listBackendNinjaFieldsResult.isUninitialized && + listNinjaFieldsBackend({ path: 'api/ExecExtensionMapping?List=NinjaFields' })} + + + {extensionNinjaOrgsConfigResult.isFetching && ( + + )} + Set Mappings + + onNinjaOrgsAutomap()} className="me-2"> + {extensionNinjaOrgsAutomapResult.isFetching && ( + + )} + Automap NinjaOne Organizations + + + } + > + {listBackendNinjaOrgsResult.isFetching && listBackendNinjaOrgsResult.isUninitialized ? ( ) : ( { return ( - + -
    Organization Global Custom Field Mapping
    -

    - Use the table below to map your Organization Field to the correct NinjaOne - Field -

    - {listBackendNinjaFieldsResult.isSuccess && - listBackendNinjaFieldsResult.data.CIPPOrgFields.map((CIPPOrgFields) => ( + Use the table below to map your client to the correct NinjaOne Organization. + { + //load all the existing mappings and show them first in a table. + listBackendNinjaOrgsResult.isSuccess && ( + + ) + } + + item.type === CIPPOrgFields.Type || item.type === 'unset', - )} - placeholder="Select a Field" + placeholder="Select a Tenant" + name={`tenant_selector`} + values={listBackendNinjaOrgsResult.data?.Tenants.filter((tenant) => { + return !Object.keys( + listBackendNinjaOrgsResult.data?.Mappings, + ).includes(tenant.customerId) + }).map((tenant) => ({ + name: tenant.displayName, + value: tenant.customerId, + }))} + onChange={(e) => { + setMappingArray(e.value) + }} + isLoading={listBackendNinjaOrgsResult.isFetching} /> - ))} -
    - -
    Device Custom Field Mapping
    -

    - Use the table below to map your Device field to the correct NinjaOne - WYSIWYG Field -

    - {listBackendNinjaFieldsResult.isSuccess && - listBackendNinjaFieldsResult.data.CIPPNodeFields.map((CIPPNodeFields) => ( + + + + + - item.type === CIPPNodeFields.Type || item.type === 'unset', - )} - placeholder="Select a Field" + name="ninja_org" + values={listBackendNinjaOrgsResult.data?.NinjaOrgs.filter( + (client) => { + return !Object.values(listBackendNinjaOrgsResult.data?.Mappings) + .map((value) => { + return value.value + }) + .includes(client.value.toString()) + }, + ).map((client) => ({ + name: client.name, + value: client.value, + }))} + onChange={(e) => setMappingValue(e)} + placeholder="Select a NinjaOne Organization" + isLoading={listBackendNinjaOrgsResult.isFetching} /> - ))} + + { + //set the new mapping in the array + if ( + mappingValue.value !== undefined && + mappingValue.value !== '-1' && + Object.values(ninjaMappingsArray) + .map((item) => item.ninjaId) + .includes(mappingValue.value) === false + ) { + setNinjaMappingsArray([ + ...ninjaMappingsArray, + { + Tenant: listBackendNinjaOrgsResult.data?.Tenants.find( + (tenant) => tenant.customerId === mappingArray, + ), + ninjaName: mappingValue.label, + ninjaId: mappingValue.value, + }, + ]) + } + }} + className={`my-4 circular-button`} + title={'+'} + > + + +
    - - {extensionNinjaFieldsConfigResult.isFetching && ( - - )} - Set Mappings - - {(extensionNinjaFieldsConfigResult.isSuccess || - extensionNinjaFieldsConfigResult.isError) && - !extensionNinjaFieldsConfigResult.isFetching && ( + {(extensionNinjaOrgsAutomapResult.isSuccess || + extensionNinjaOrgsAutomapResult.isError) && + !extensionNinjaOrgsAutomapResult.isFetching && ( - {extensionNinjaFieldsConfigResult.isSuccess - ? extensionNinjaFieldsConfigResult.data.Results + {extensionNinjaOrgsAutomapResult.isSuccess + ? extensionNinjaOrgsAutomapResult.data.Results : 'Error'} )} - -
    - ) - }} - /> - )} -
    -
    - - - NinjaOne Organization Mapping Table - - - {listBackendNinjaOrgsResult.isFetching ? ( - - ) : ( - { - return ( - - - Use the table below to map your client to the correct NinjaOne Organization - {listBackendNinjaOrgsResult.isSuccess && - listBackendNinjaOrgsResult.data.Tenants.map((tenant) => ( - - ))} - - - - {extensionNinjaOrgsConfigResult.isFetching && ( - - )} - Set Mappings - - onNinjaOrgsAutomap()} className="me-2"> - {extensionNinjaOrgsAutomapResult.isFetching && ( - - )} - Automap NinjaOne Organizations - {(extensionNinjaOrgsConfigResult.isSuccess || extensionNinjaOrgsConfigResult.isError) && - !extensionNinjaFieldsConfigResult.isFetching && ( + !extensionNinjaOrgsConfigResult.isFetching && ( )} - {(extensionNinjaOrgsAutomapResult.isSuccess || - extensionNinjaOrgsAutomapResult.isError) && ( - - {extensionNinjaOrgsAutomapResult.isSuccess - ? extensionNinjaOrgsAutomapResult.data.Results - : 'Error'} - - )} + + + After editing the mappings you must click Save Mappings for the changes to + take effect. The table will be saved exactly as presented. + ) }} /> )} - - - -
    + + + )} + {type === 'NinjaOne' && ( + + {extensionNinjaFieldsConfigResult.isFetching && ( + + )} + Set Mappings + + } + > + {listBackendNinjaFieldsResult.isFetching ? ( + + ) : ( + { + return ( + + +
    Organization Global Custom Field Mapping
    +

    + Use the table below to map your Organization Field to the correct NinjaOne + Field +

    + {listBackendNinjaFieldsResult.isSuccess && + listBackendNinjaFieldsResult.data.CIPPOrgFields.map((CIPPOrgFields) => ( + item.type === CIPPOrgFields.Type || item.type === 'unset', + )} + placeholder="Select a Field" + /> + ))} +
    + +
    Device Custom Field Mapping
    +

    + Use the table below to map your Device field to the correct NinjaOne WYSIWYG + Field +

    + {listBackendNinjaFieldsResult.isSuccess && + listBackendNinjaFieldsResult.data.CIPPNodeFields.map((CIPPNodeFields) => ( + item.type === CIPPNodeFields.Type || item.type === 'unset', + )} + placeholder="Select a Field" + /> + ))} +
    + + {(extensionNinjaFieldsConfigResult.isSuccess || + extensionNinjaFieldsConfigResult.isError) && + !extensionNinjaFieldsConfigResult.isFetching && ( + + {extensionNinjaFieldsConfigResult.isSuccess + ? extensionNinjaFieldsConfigResult.data.Results + : 'Error'} + + )} + +
    + ) + }} + /> + )} +
    + )} +
    ) } diff --git a/src/views/cipp/app-settings/SettingsExtensions.jsx b/src/views/cipp/app-settings/SettingsExtensions.jsx index 44569219d704..ab686d2c1df9 100644 --- a/src/views/cipp/app-settings/SettingsExtensions.jsx +++ b/src/views/cipp/app-settings/SettingsExtensions.jsx @@ -1,25 +1,14 @@ import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app.js' import React, { useRef } from 'react' -import { - CAlert, - CButton, - CCallout, - CCard, - CCardBody, - CCardHeader, - CCardText, - CCardTitle, - CCol, - CForm, - CRow, - CSpinner, -} from '@coreui/react' +import { CAccordion, CButton, CCardText, CCol, CForm, CSpinner } from '@coreui/react' import Extensions from 'src/data/Extensions.json' import { Form } from 'react-final-form' import { RFFCFormInput, RFFCFormSwitch } from 'src/components/forms/index.js' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' import { CippCallout } from 'src/components/layout/index.js' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import CippAccordionItem from 'src/components/contentcards/CippAccordionItem' /** * Executes various operations related to settings and extensions. @@ -44,6 +33,39 @@ export function SettingsExtensions() { values: values, }) } + + const ButtonGenerate = (integrationType, forceSync) => ( + <> + + {extensionConfigResult.isFetching && ( + + )} + Set Extension Settings + + onSubmitTest(integrationType)} className="me-2"> + {listExtensionTestResult.isFetching && ( + + )} + Test Extension + + {forceSync && ( + + execSyncExtension({ + path: 'api/ExecExtensionSync?Extension=' + integrationType, + }) + } + className="me-2" + > + {listSyncExtensionResult.isFetching && ( + + )} + Force Sync + + )} + + ) + return (
    {listBackendResult.isUninitialized && listBackend({ path: 'api/ListExtensionsConfig' })} @@ -71,112 +93,64 @@ export function SettingsExtensions() { {extensionConfigResult.data.Results} )} - + {Extensions.map((integration, idx) => ( - - - - {integration.name} - - -

    {integration.helpText}

    - { - return ( - - - - {integration.SettingOptions.map( - (integrationOptions, idx) => - integrationOptions.type === 'input' && ( - - - - ), - )} - {integration.SettingOptions.map( - (integrationOptions, idx) => - integrationOptions.type === 'checkbox' && ( - - - - ), - )} - - - - - - {extensionConfigResult.isFetching && ( - - )} - Set Extension Settings - - onSubmitTest(integration.type)} - className="me-2" - > - {listExtensionTestResult.isFetching && ( - - )} - Test Extension - - {integration.forceSyncButton && ( - - execSyncExtension({ - path: 'api/ExecExtensionSync?Extension=' + integration.type, - }) - } - className="me-2" - > - {listSyncExtensionResult.isFetching && ( - +

    {integration.helpText}

    + { + return ( + + + + {integration.SettingOptions.map( + (integrationOptions, idx) => + integrationOptions.type === 'input' && ( + + + + ), + )} + {integration.SettingOptions.map( + (integrationOptions, idx) => + integrationOptions.type === 'checkbox' && ( + + - )} - Force Sync -
    - )} -
    -
    - ) - }} - /> -
    -
    -
    + + ), + )} + + + + + ) + }} + /> + ))} -
    +
    ) diff --git a/src/views/cipp/app-settings/SettingsGeneral.jsx b/src/views/cipp/app-settings/SettingsGeneral.jsx index e2c887ecd806..b5dd40624064 100644 --- a/src/views/cipp/app-settings/SettingsGeneral.jsx +++ b/src/views/cipp/app-settings/SettingsGeneral.jsx @@ -20,6 +20,7 @@ import { CListGroup, CListGroupItem, CRow, + CTable, } from '@coreui/react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' @@ -28,6 +29,8 @@ import { TableModalButton } from 'src/components/buttons/index.js' import { CippTable } from 'src/components/tables/index.js' import { TenantSelectorMultiple } from 'src/components/utilities/index.js' import { SettingsGeneralRow } from 'src/views/cipp/app-settings/components/SettingsGeneralRow.jsx' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import { ListGroupContentCard } from 'src/components/contentcards' /** * SettingsGeneral component. @@ -138,86 +141,56 @@ export function SettingsGeneral() { checkAccess({ tenantDomains: AllTenantSelector }) } - function getTokenOffcanvasProps({ tokenResults }) { - let tokenDetails = tokenResults.AccessTokenDetails - let helpLinks = tokenResults.Links - let tokenOffcanvasGroups = [] - if (tokenDetails?.Name !== '') { - let tokenItems = [] - let tokenOffcanvasGroup = {} - tokenItems.push({ - heading: 'User', - content: tokenDetails?.Name, - }) - tokenItems.push({ - heading: 'UPN', - content: tokenDetails?.UserPrincipalName, - }) - tokenItems.push({ - heading: 'App Registration', - content: ( - - {tokenDetails?.AppName} - - ), - }) - tokenItems.push({ - heading: 'IP Address', - content: tokenDetails?.IPAddress, - }) - tokenItems.push({ - heading: 'Auth Methods', - content: tokenDetails?.AuthMethods.join(', '), - }) - tokenItems.push({ - heading: 'Tenant ID', - content: tokenDetails?.TenantId, - }) - tokenOffcanvasGroup.items = tokenItems - tokenOffcanvasGroup.title = 'Claims' - tokenOffcanvasGroups.push(tokenOffcanvasGroup) - } - - if (helpLinks.length > 0) { - let linkItems = [] - let linkItemGroup = {} - helpLinks.map((link, idx) => - linkItems.push({ - heading: '', - content: ( - - {link.Text} - - ), - }), - ) - linkItemGroup.title = 'Help Links' - linkItemGroup.items = linkItems - if (linkItemGroup.items.length > 0) { - tokenOffcanvasGroups.push(linkItemGroup) - } - } - - return tokenOffcanvasGroups - } - const tableProps = { pagination: false, actions: [ { - console.log(e) + //console.log(e) setShowExtendedInfo(!e.target.checked) }} key={'Show Extended Info'} />, ], } + const permissionsCheckButton = ( + checkPermissions()} + disabled={permissionsResult.isFetching} + className="me-2" + > + {permissionsResult.isFetching && ( + + )} + Run Permissions Check + + ) + + const gdapButton = ( + checkGDAP({ path: '/api/ExecAccessChecks?GDAP=true' })} + disabled={GDAPResult.isFetching} + className="me-2" + > + {GDAPResult.isFetching && ( + + )} + Run GDAP Check + + ) + const tenantAccessCheckButton = ( + handleCheckAccess()} + disabled={accessCheckResult.isFetching || selectedTenants.length < 1} + > + {accessCheckResult.isFetching && ( + + )} + Run access check + + ) return (
    @@ -227,218 +200,223 @@ export function SettingsGeneral() { - - - -

    Permissions Check

    -

    Click the button below to start a permissions check.

    - checkPermissions()} - disabled={permissionsResult.isFetching} - className="mb-3 me-2" - > - {permissionsResult.isFetching && ( - + +

    Click the button below to start a permissions check.

    + + {permissionsResult.isSuccess && ( + <> + {permissionsResult.data.Results?.AccessTokenDetails?.Name !== '' && ( + <> + + + + Authentication User + Authentication IP + Application + + + + + + {permissionsResult.data.Results?.AccessTokenDetails?.UserPrincipalName} + + {permissionsResult.data.Results?.AccessTokenDetails?.IPAddress} + + + Link + + + + + + )} - Run Permissions Check -
    - {permissionsResult.isSuccess && ( - <> - {permissionsResult.data.Results?.AccessTokenDetails?.Name !== '' && ( - <> - setTokenOffcanvasVisible(true)}> - Details - - setTokenOffcanvasVisible(false)} - /> - - )} - - {permissionsResult.data.Results?.Messages && ( - <> - {permissionsResult.data.Results?.Messages?.map((m, idx) => ( -
    {m}
    - ))} - - )} - {permissionsResult.data.Results?.MissingPermissions.length > 0 && ( - <> - Your Secure Application Model is missing the following permissions. See the - documentation on how to add permissions{' '} - - here - - . - - {permissionsResult.data.Results?.MissingPermissions?.map((r, index) => ( - {r} + + + + {permissionsResult.data.Results?.Messages && ( + <> + {permissionsResult.data.Results?.Messages?.map((m, idx) => ( +
    {m}
    ))} -
    - + + )} +
    +
    + + {(permissionsResult.data.Results?.ErrorMessages?.length > 0 || + permissionsResult.data.Results?.MissingPermissions.length > 0) && ( + + <> + {permissionsResult.data.Results?.ErrorMessages?.map((m, idx) => ( +
    {m}
    + ))} + + {permissionsResult.data.Results?.MissingPermissions.length > 0 && ( + <> + Your Secure Application Model is missing the following permissions. See + the documentation on how to add permissions{' '} + + here + + . + + {permissionsResult.data.Results?.MissingPermissions?.map( + (r, index) => ( + {r} + ), + )} + + + )} +
    )} - - - )} - - +
    +
    + + )} + - - - -

    GDAP Check

    -

    Click the button below to start a check for general GDAP settings.

    - checkGDAP({ path: '/api/ExecAccessChecks?GDAP=true' })} - disabled={GDAPResult.isFetching} - className="mb-3 me-2" - > - {GDAPResult.isFetching && ( - - )} - Run GDAP Check - - {GDAPResult.isSuccess && ( - <> - p['@odata.type'] == '#microsoft.graph.group', - )} - title="Groups" - /> - p['@odata.type'] == '#microsoft.graph.directoryRole', - )} - title="Roles" - /> - - )} - - - {GDAPResult.isSuccess && GDAPResult.data.Results.GDAPIssues?.length > 0 && ( - <> - {GDAPResult.data.Results.GDAPIssues?.filter((e) => e.Type === 'Error') - .length > 0 && ( - - Relationship errors detected. Review the table below for more details. - - )} - {GDAPResult.data.Results.GDAPIssues?.filter((e) => e.Type === 'Warning') - .length > 0 && ( - - Relationship warnings detected. Review the table below for more details. - - )} - - + +

    Click the button below to start a check for general GDAP settings.

    + + {GDAPResult.isSuccess && ( + <> + p['@odata.type'] == '#microsoft.graph.group', )} - {GDAPResult.isSuccess && GDAPResult.data.Results.GDAPIssues?.length === 0 && ( - - No relationships with issues found. Please perform a Permissions Check or - Tenant Access Check if you are experiencing issues. - + title="Groups" + /> + p['@odata.type'] == '#microsoft.graph.directoryRole', )} -
    -
    -
    -
    + title="Roles" + /> + + )} + + + {GDAPResult.isSuccess && GDAPResult.data.Results.GDAPIssues?.length > 0 && ( + <> + {GDAPResult.data.Results.GDAPIssues?.filter((e) => e.Type === 'Error').length > + 0 && ( + + Relationship errors detected. Review the table below for more details. + + )} + {GDAPResult.data.Results.GDAPIssues?.filter((e) => e.Type === 'Warning') + .length > 0 && ( + + Relationship warnings detected. Review the table below for more details. + + )} + + + )} + {GDAPResult.isSuccess && GDAPResult.data.Results.GDAPIssues?.length === 0 && ( + + No relationships with issues found. Please perform a Permissions Check or Tenant + Access Check if you are experiencing issues. + + )} + + +
    - - - -

    Tenant Access Check

    - - -
    - Click the button below to start a tenant access check. You can select multiple, - but a maximum of {maxSelected + 1} tenants is recommended. -
    + + + +
    + Click the button below to start a tenant access check. You can select multiple, + but a maximum of {maxSelected + 1} tenants is recommended. +
    - - handleSetSelectedTenants( - value.map((val) => { - return val.value - }), - ) - } - /> - {showMaxSelected && ( - - A maximum of {maxSelected + 1} tenants is recommended. - - )} -
    -
    + + handleSetSelectedTenants( + value.map((val) => { + return val.value + }), + ) + } + /> + {showMaxSelected && ( + + A maximum of {maxSelected + 1} tenants is recommended. + + )} +
    +
    - - - handleCheckAccess()} - disabled={accessCheckResult.isFetching || selectedTenants.length < 1} - > - {accessCheckResult.isFetching && ( - - )} - Run access check - - - - - - {accessCheckResult.isSuccess && ( - - )} - - -
    -
    + + + + + + {accessCheckResult.isSuccess && ( + + )} + + +
    diff --git a/src/views/cipp/app-settings/SettingsMaintenance.jsx b/src/views/cipp/app-settings/SettingsMaintenance.jsx index d7387f849400..a65add447d5d 100644 --- a/src/views/cipp/app-settings/SettingsMaintenance.jsx +++ b/src/views/cipp/app-settings/SettingsMaintenance.jsx @@ -1,22 +1,13 @@ import React, { useState } from 'react' -import { useLazyGenericGetRequestQuery } from 'src/store/api/app.js' -import { - CButton, - CCard, - CCardBody, - CCardHeader, - CCardTitle, - CCol, - CForm, - CRow, -} from '@coreui/react' -import { Form } from 'react-final-form' -import Skeleton from 'react-loading-skeleton' -import { RFFCFormSelect } from 'src/components/forms/index.js' +import { useGenericGetRequestQuery, useLazyGenericGetRequestQuery } from 'src/store/api/app.js' +import { CButton, CCallout, CCol, CRow, CSpinner } from '@coreui/react' +import CippChartCard from 'src/components/contentcards/CippChartCard' +import { CippDatatable, CippTable, cellDateFormatter } from 'src/components/tables' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { CippCallout, CippContentCard } from 'src/components/layout' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faLink, faScroll } from '@fortawesome/free-solid-svg-icons' -import { CippCodeBlock } from 'src/components/utilities/index.js' -import { Buffer } from 'buffer' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import { CippActionsOffcanvas, ModalService } from 'src/components/utilities' /** * Performs maintenance operations on settings. @@ -24,138 +15,232 @@ import { Buffer } from 'buffer' * @returns {JSX.Element} The JSX element representing the settings maintenance component. */ export function SettingsMaintenance() { - const [selectedScript, setSelectedScript] = useState() - const [listBackend, listBackendResult] = useLazyGenericGetRequestQuery() - const [listScript, listScriptResult] = useLazyGenericGetRequestQuery() - const [listScriptLink, listScriptLinkResult] = useLazyGenericGetRequestQuery() + const orchestrators = useGenericGetRequestQuery({ + path: '/api/ExecDurableFunctions', + params: { Action: 'ListOrchestrators' }, + }) + const durableStats = useGenericGetRequestQuery({ + path: '/api/ExecDurableFunctions', + params: { Action: 'ListStats' }, + }) - const handleSubmit = async (values) => { - listScript({ path: 'api/ExecMaintenanceScripts', params: values }) - setSelectedScript(values.ScriptFile) - } + const [resetDurables, resetDurableStatus] = useLazyGenericGetRequestQuery() - const handleGetLink = () => { - listScriptLink({ - path: 'api/ExecMaintenanceScripts', - params: { ScriptFile: selectedScript, MakeLink: 'True' }, + const handleResetDurables = (action) => { + var actionText = '' + if (action === 'ResetDurables') { + actionText = 'clear Durable Queues? This will stop all queued functions from executing.' + } else if (action === 'PurgeOrchestrators') { + actionText = + 'purge Orchestrator Instances and History? This will also remove the largemessages blob container.' + } + ModalService.confirm({ + title: 'Danger Zone', + body:
    Are you sure you want to {actionText}
    , + onConfirm: () => + resetDurables({ + path: '/api/ExecDurableFunctions', + params: { Action: action }, + }).then(() => { + orchestrators.refetch() + durableStats.refetch() + }), + confirmLabel: 'Reset', + cancelLabel: 'Cancel', }) } - return ( + + const Actions = (row, rowIndex, formatExtraData) => { + const [ocVisible, setOCVisible] = useState(false) + const [getOrchestratorHistory, orchestratorHistory] = useLazyGenericGetRequestQuery() + + function loadOffCanvasDetails(id) { + setOCVisible(true) + getOrchestratorHistory({ + path: 'api/ExecDurableFunctions', + params: { Action: 'ListOrchestratorHistory', PartitionKey: id }, + }) + } + var actions = [ + { + label: 'View History', + color: 'info', + modal: true, + modalType: 'table', + modalBody: orchestratorHistory?.data?.Results ? orchestratorHistory?.data?.Results : '', + }, + { + label: 'Purge Orchestrator', + color: 'danger', + modal: true, + icon: , + modalUrl: `/api/ExecDurableFunctions?Action=PurgeOrchestrators&PartitionKey=${row.PartitionKey}`, + modalMessage: + 'Are you sure you want to purge this orchestrator instance and related history?', + }, + ] + + return ( + <> + loadOffCanvasDetails(row.PartitionKey)}> + + + setOCVisible(false)} + /> + + ) + } + + const ResetButton = ( <> - {listBackendResult.isUninitialized && listBackend({ path: 'api/ExecMaintenanceScripts' })} - - - - - Maintenance - - - { - return ( - - {listBackendResult.isFetching && ( - <> - - - - - - - )} - {!listBackendResult.isFetching && listBackendResult.isSuccess && ( - <> - - - - - - - - - - Load Script - - - - - )} - - ) - }} - /> - - + handleResetDurables('ResetDurables')} + color="danger" + className="me-2" + > + Clear Durable Queues + + handleResetDurables('PurgeOrchestrators')} + color="danger" + className="me-2" + > + Purge Orchestrators + + + ) + + return ( +
    + + + { + return queue?.Name + })} + ChartData={durableStats.data?.Queues?.map((queue) => { + return queue?.ApproximateMessageCount + })} + isFetching={durableStats.isFetching} + refreshFunction={() => durableStats.refetch()} + /> + + + { + return status.Name + })} + ChartData={durableStats?.data?.Orchestrators?.map((status) => { + return status.Count + })} + isFetching={durableStats.isFetching} + refreshFunction={() => durableStats.refetch()} + /> + + + + +

    Use these actions when troubleshooting performance issues with the backend.

    +

    + NOTE: Resetting durables will terminate any running processes. +

    +
    + + {resetDurableStatus.isFetching && } + {!resetDurableStatus.isFetching && resetDurableStatus.isSuccess && ( + + {resetDurableStatus?.data?.Message} + + )} +
    - - - {listScriptResult.isFetching && ( - - - - - - )} - {!listScriptResult.isFetching && listScriptResult.isSuccess && ( - - - Script Details - - -

    - - - Create Link - -

    - {listScriptLinkResult.isSuccess && ( -

    - {listScriptLinkResult.data.Link !== undefined && ( - <> -

    - Copy this text into a PowerShell terminal, we recommend Azure Cloud Shell. - Azure modules and the az command line utilties are required for these - scripts to work. The link is valid for 5 minutes. -

    - - - )} -

    - )} - {listScriptResult.data.ScriptContent !== undefined && ( -

    -

    Maintenance Script Contents
    - -

    - )} -
    -
    - )} + + + + , + modalUrl: `/api/ExecDurableFunctions?Action=PurgeOrchestrators&PartitionKey=!PartitionKey`, + modalMessage: + 'Are you sure you want to purge the selected orchestrator instances and related history?', + }, + ], + }} + columns={[ + { + name: 'Created', + selector: (row) => row['CreatedTime'], + sortable: true, + exportSelector: 'CreatedTime', + cell: cellDateFormatter({ format: 'short' }), + }, + { + name: 'Completed', + selector: (row) => row?.CompletedTime, + sortable: true, + exportSelector: 'CompletedTime', + cell: cellDateFormatter({ format: 'short' }), + }, + { + name: 'Name', + selector: (row) => row['Name'], + sortable: true, + exportSelector: 'Name', + cell: cellGenericFormatter(), + }, + { + name: 'Status', + selector: (row) => row['RuntimeStatus'], + sortable: true, + exportSelector: 'RuntimeStatus', + cell: cellGenericFormatter(), + }, + { + name: 'Input', + selector: (row) => row['Input'], + cell: cellGenericFormatter(), + }, + { + name: 'Actions', + cell: Actions, + maxWidth: '100px', + }, + ]} + filterlist={[ + { filterName: 'Running', filter: 'Complex: RuntimeStatus eq Running' }, + { filterName: 'Pending', filter: 'Complex: RuntimeStatus eq Pending' }, + { filterName: 'Completed', filter: 'Complex: RuntimeStatus eq Completed' }, + { filterName: 'Failed', filter: 'Complex: RuntimeStatus eq Failed' }, + ]} + isFetching={orchestrators.isFetching} + refreshFunction={() => orchestrators.refetch()} + /> + - +
    ) } diff --git a/src/views/cipp/app-settings/SettingsNotifications.jsx b/src/views/cipp/app-settings/SettingsNotifications.jsx index 6a0b1b73450a..781d2ac72e6a 100644 --- a/src/views/cipp/app-settings/SettingsNotifications.jsx +++ b/src/views/cipp/app-settings/SettingsNotifications.jsx @@ -1,24 +1,16 @@ import { useLazyExecNotificationConfigQuery, + useLazyGenericPostRequestQuery, useLazyListNotificationConfigQuery, } from 'src/store/api/app.js' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' -import { - CButton, - CCallout, - CCard, - CCardBody, - CCardHeader, - CCardTitle, - CCol, - CForm, - CSpinner, -} from '@coreui/react' +import { CButton, CCol, CForm, CSpinner } from '@coreui/react' import { Form, useForm } from 'react-final-form' import { RFFCFormInput, RFFCFormSwitch, RFFSelectSearch } from 'src/components/forms/index.js' import React from 'react' import { CippCallout } from 'src/components/layout/index.js' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' /** * Sets the notification settings. @@ -27,156 +19,191 @@ import { CippCallout } from 'src/components/layout/index.js' export function SettingsNotifications() { const [configNotifications, notificationConfigResult] = useLazyExecNotificationConfigQuery() const [listNotification, notificationListResult] = useLazyListNotificationConfigQuery() + const [generateAlert, generateAlertResult] = useLazyGenericPostRequestQuery() + const generateTestAlert = (values) => { + generateAlert({ path: 'api/ExecAddAlert', values: values }) + } const onSubmit = (values) => { configNotifications(values) } return ( - <> - {notificationListResult.isUninitialized && listNotification()} - {notificationListResult.isFetching && ( - - )} - {!notificationListResult.isFetching && notificationListResult.error && ( - Error loading data - )} - {notificationListResult.isSuccess && ( - - - Notifications - - - true} - initialValues={{ - ...notificationListResult.data, - logsToInclude: notificationListResult.data?.logsToInclude?.map((m) => ({ - label: m, - value: m, - })), - Severity: notificationListResult.data?.Severity?.map((s) => ({ - label: s, - value: s, - })), - }} - onSubmit={onSubmit} - render={({ handleSubmit, submitting, values }) => { - return ( - - {notificationConfigResult.isFetching && ( - - Loading - - )} - {notificationConfigResult.isSuccess && !notificationConfigResult.isFetching && ( - - {notificationConfigResult.data?.Results} - - )} - {notificationConfigResult.isError && !notificationConfigResult.isFetching && ( - - Could not connect to API: {notificationConfigResult.error.message} - - )} + + + + Set Notification Settings + + + generateTestAlert({ text: 'Manually Generated Test Alert', Severity: 'Alert' }) + } + disabled={generateAlertResult.isFetching} + > + {generateAlertResult.isFetching ? ( + + ) : ( + <> + {generateAlertResult.isSuccess && ( + + )} + + )} + Generate Test Alert + + + } + isFetching={notificationListResult.isFetching} + > + {notificationListResult.isUninitialized && listNotification()} + {notificationListResult.isFetching || + (generateAlertResult.isFetching && ( + + ))} + {!notificationListResult.isFetching && notificationListResult.error && ( + Error loading data + )} + {notificationListResult.isSuccess && ( + true} + initialValues={{ + ...notificationListResult.data, + logsToInclude: notificationListResult.data?.logsToInclude?.map((m) => ({ + label: m, + value: m, + })), + Severity: notificationListResult.data?.Severity?.map((s) => ({ + label: s, + value: s, + })), + }} + onSubmit={onSubmit} + render={({ handleSubmit, submitting, values }) => { + return ( + + {notificationConfigResult.isFetching && ( + + Loading + + )} + {notificationConfigResult.isSuccess && !notificationConfigResult.isFetching && ( + + {notificationConfigResult.data?.Results} + + )} + {notificationConfigResult.isError && !notificationConfigResult.isFetching && ( + + Could not connect to API: {notificationConfigResult.error.message} + + )} + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - Set Notification Settings - + - - ) - }} - /> - - - )} - +
    + + ) + }} + /> + )} + + Use the button below to save the changes, or generate a test alert. The test alert will be + processed in a batch with other alerts + + + ) } diff --git a/src/views/cipp/app-settings/SettingsPartner.jsx b/src/views/cipp/app-settings/SettingsPartner.jsx index 91f45d98c11e..b569b9c33c24 100644 --- a/src/views/cipp/app-settings/SettingsPartner.jsx +++ b/src/views/cipp/app-settings/SettingsPartner.jsx @@ -19,7 +19,7 @@ import { CSpinner, } from '@coreui/react' import { Form } from 'react-final-form' -import { RFFSelectSearch } from 'src/components/forms/index.js' +import { RFFCFormSwitch, RFFSelectSearch } from 'src/components/forms/index.js' import React, { useEffect } from 'react' import { CippCallout } from 'src/components/layout/index.js' import { CippCodeBlock } from 'src/components/utilities' @@ -45,6 +45,7 @@ export function SettingsPartner() { const onSubmit = (values) => { const shippedValues = { EventType: values?.EventType?.map((event) => event.value), + standardsExcludeAllTenants: values?.standardsExcludeAllTenants, } submitWebhook({ path: '/api/ExecPartnerWebhook?Action=CreateSubscription', @@ -141,6 +142,8 @@ export function SettingsPartner() { label: event, value: event, })), + standardsExcludeAllTenants: + webhookConfig?.data?.Results?.standardsExcludeAllTenants, }} render={({ handleSubmit }) => ( <> @@ -156,6 +159,14 @@ export function SettingsPartner() { refreshFunction={() => webhookEvents.refetch()} helpText="Select the events you want to receive notifications for." /> + Waiting for results )} + {sendTestResult.isSuccess && sendTestResult?.data?.Results?.code && ( + <> + Error{' '} + {sendTestResult?.data?.Results?.code} -{' '} + {sendTestResult?.data?.Results?.description} + + )}
    diff --git a/src/views/cipp/app-settings/SettingsSuperAdmin.jsx b/src/views/cipp/app-settings/SettingsSuperAdmin.jsx new file mode 100644 index 000000000000..e6c7c8facc8e --- /dev/null +++ b/src/views/cipp/app-settings/SettingsSuperAdmin.jsx @@ -0,0 +1,112 @@ +import { useGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app.js' +import { CAccordion, CButton, CCol, CForm, CLink, CRow, CSpinner } from '@coreui/react' +import { Form } from 'react-final-form' +import { RFFCFormRadio } from 'src/components/forms/index.js' +import React from 'react' +import { CippCallout } from 'src/components/layout/index.js' +import CippAccordionItem from 'src/components/contentcards/CippAccordionItem' +import SettingsCustomRoles from 'src/views/cipp/app-settings/components/SettingsCustomRoles' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import SettingsSAMRoles from './components/SettingsSAMRoles' + +export function SettingsSuperAdmin() { + const partnerConfig = useGenericGetRequestQuery({ + path: '/api/ExecPartnerMode', + params: { Action: 'ListCurrent' }, + }) + + const [submitWebhook, webhookCreateResult] = useLazyGenericPostRequestQuery() + + const onSubmit = (values) => { + submitWebhook({ + path: '/api/ExecPartnerMode', + values: values, + }).then((res) => {}) + } + const buttonCard = ( + + {webhookCreateResult.isFetching ? ( + <> + + + ) : ( + 'Save' + )} + + ) + + return ( + <> + + <> + <> + + +

    + The configuration settings below should only be modified by a super admin. Super + admins can configure what tenant mode CIPP operates in. See + + our documentation + + for more information on how to configure these modes and what they mean. +

    +
    +
    + + +

    Tenant Mode

    + ( + <> + {partnerConfig.isFetching && } + + + + + + + )} + /> + {webhookCreateResult.isSuccess && ( + + {webhookCreateResult?.data?.results} + + )} +
    +
    + + +
    + + + + ) +} diff --git a/src/views/cipp/app-settings/SettingsTenants.jsx b/src/views/cipp/app-settings/SettingsTenants.jsx index c425f3c1ae97..bbced7def29a 100644 --- a/src/views/cipp/app-settings/SettingsTenants.jsx +++ b/src/views/cipp/app-settings/SettingsTenants.jsx @@ -7,7 +7,7 @@ import { useLazyGenericGetRequestQuery } from 'src/store/api/app.js' import React, { useEffect, useRef } from 'react' import { ModalService, TenantSelectorMultiple } from 'src/components/utilities/index.js' import { setCurrentTenant } from 'src/store/features/app.js' -import { CAlert, CButton, CCallout, CSpinner, CTooltip } from '@coreui/react' +import { CButton, CSpinner, CTooltip } from '@coreui/react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faCheckCircle, @@ -261,6 +261,16 @@ export function SettingsTenants() { modalMessage: 'Are you sure you want to reset the CPV permissions for these tenants? (This will delete the Service Principal and re-add it.)', }, + { + label: 'Remove Tenant', + modal: true, + modalType: 'POST', + modalUrl: `/api/ExecRemoveTenant`, + modalBody: { + TenantID: '!customerId', + }, + modalMessage: 'Are you sure you want to remove this tenant?', + }, ], }, isModal: true, diff --git a/src/views/cipp/app-settings/SettingsWebhookSubscriptions.jsx b/src/views/cipp/app-settings/SettingsWebhookSubscriptions.jsx new file mode 100644 index 000000000000..965e13b57b90 --- /dev/null +++ b/src/views/cipp/app-settings/SettingsWebhookSubscriptions.jsx @@ -0,0 +1,78 @@ +import React from 'react' +import { CippPageList } from 'src/components/layout/index.js' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { cellBadgeFormatter, cellDateFormatter } from 'src/components/tables' + +/** + * SettingsWebhookSubscriptions component is used to manage webhook subscriptions in a settings page. + * + * @returns {JSX.Element} The generated settings page component. + */ +export function SettingsWebhookSubscriptions() { + const columns = [ + { + name: 'Tenant', + selector: (row) => row['PartitionKey'], + exportSelector: 'PartitionKey', + sortable: true, + cell: cellGenericFormatter(), + }, + { + name: 'Resource', + selector: (row) => row['Resource'], + exportSelector: 'Resource', + sortable: true, + cell: cellGenericFormatter(), + }, + { + name: 'Status', + selector: (row) => row['Status'], + exportSelector: 'Status', + sortable: true, + cell: cellBadgeFormatter({ color: 'info' }), + }, + { + name: 'Last Update', + selector: (row) => row['Timestamp'], + sortable: true, + cell: cellDateFormatter({ format: 'short' }), + exportSelector: 'Timestamp', + }, + ] + return ( + <> + + + ) +} diff --git a/src/views/cipp/app-settings/components/SettingsCustomRoles.jsx b/src/views/cipp/app-settings/components/SettingsCustomRoles.jsx new file mode 100644 index 000000000000..5799c900323f --- /dev/null +++ b/src/views/cipp/app-settings/components/SettingsCustomRoles.jsx @@ -0,0 +1,489 @@ +import React, { useRef, useState } from 'react' +import { + CButton, + CCallout, + CCol, + CForm, + CRow, + CAccordion, + CAccordionHeader, + CAccordionBody, + CAccordionItem, +} from '@coreui/react' +import { Field, Form, FormSpy } from 'react-final-form' +import { RFFCFormRadioList, RFFSelectSearch } from 'src/components/forms' +import { useGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { TenantSelectorMultiple, ModalService, CippOffcanvas } from 'src/components/utilities' +import PropTypes from 'prop-types' +import { OnChange } from 'react-final-form-listeners' +import { useListTenantsQuery } from 'src/store/api/tenants' +import { OffcanvasListSection } from 'src/components/utilities/CippListOffcanvas' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' + +const SettingsCustomRoles = () => { + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const [selectedTenant, setSelectedTenant] = useState([]) + const [blockedTenants, setBlockedTenants] = useState([]) + const tenantSelectorRef = useRef() + const blockedTenantSelectorRef = useRef() + const { data: tenants = [], tenantsFetching } = useListTenantsQuery({ + showAllTenantSelector: true, + }) + const [allTenantSelected, setAllTenantSelected] = useState(false) + const [cippApiRoleSelected, setCippApiRoleSelected] = useState(false) + + const { + data: apiPermissions = [], + isFetching, + isSuccess, + } = useGenericGetRequestQuery({ + path: 'api/ExecAPIPermissionList', + }) + + const { + data: customRoleList = [], + isFetching: customRoleListFetching, + isSuccess: customRoleListSuccess, + refetch: refetchCustomRoleList, + } = useGenericGetRequestQuery({ + path: 'api/ExecCustomRole', + }) + + const handleTenantChange = (e) => { + var alltenant = false + e.map((tenant) => { + if (tenant.value === 'AllTenants') { + alltenant = true + } + }) + if (alltenant && blockedTenants.length === 0) { + setAllTenantSelected(true) + } else { + setAllTenantSelected(false) + } + setSelectedTenant(e) + } + + const handleBlockedTenantChange = (e) => { + setBlockedTenants(e) + if (e.length > 0) { + setAllTenantSelected(false) + } + } + + const handleSubmit = async (values) => { + //filter on only objects that are 'true' + genericPostRequest({ + path: '/api/ExecCustomRole?Action=AddUpdate', + values: { + RoleName: values.RoleName.value, + Permissions: values.Permissions, + AllowedTenants: selectedTenant.map((tenant) => tenant.value), + BlockedTenants: blockedTenants.map((tenant) => tenant.value), + }, + }).then(() => { + refetchCustomRoleList() + }) + } + const handleDelete = async (values) => { + ModalService.confirm({ + title: 'Delete Custom Role', + body: 'Are you sure you want to delete this custom role? Any users with this role will have their permissions reset to the default for their base role.', + onConfirm: () => { + genericPostRequest({ + path: '/api/ExecCustomRole?Action=Delete', + values: { + RoleName: values.RoleName.value, + }, + }).then(() => { + refetchCustomRoleList() + }) + }, + }) + } + + const WhenFieldChanges = ({ field, set }) => ( + + {( + // No subscription. We only use Field to get to the change function + { input: { onChange } }, + ) => ( + + {({ form }) => ( + + {(value) => { + if (field === 'RoleName' && value?.value) { + let customRole = customRoleList.filter(function (obj) { + return obj.RowKey === value.value + }) + if (customRole[0]?.RowKey === 'CIPP-API') { + setCippApiRoleSelected(true) + } else { + setCippApiRoleSelected(false) + } + + if (customRole === undefined || customRole === null || customRole.length === 0) { + return false + } else { + if (set === 'AllowedTenants') { + setSelectedTenant(customRole[0][set]) + var selectedTenantList = [] + tenants.map((tenant) => { + if (customRole[0][set].includes(tenant.customerId)) { + selectedTenantList.push({ + label: tenant.displayName, + value: tenant.customerId, + }) + } + }) + + tenantSelectorRef.current.setValue(selectedTenantList) + } else if (set === 'BlockedTenants') { + setBlockedTenants(customRole[0][set]) + var blockedTenantList = [] + tenants.map((tenant) => { + if (customRole[0][set].includes(tenant.customerId)) { + blockedTenantList.push({ + label: tenant.displayName, + value: tenant.customerId, + }) + } + }) + + blockedTenantSelectorRef.current.setValue(blockedTenantList) + } else { + onChange(customRole[0][set]) + } + } + } + if (field === 'Defaults') { + let newPermissions = {} + Object.keys(apiPermissions).forEach((cat) => { + Object.keys(apiPermissions[cat]).forEach((obj) => { + var newval = '' + if (cat == 'CIPP' && obj == 'Core' && value == 'None') { + newval = 'Read' + } else { + newval = value + } + newPermissions[`${cat}${obj}`] = `${cat}.${obj}.${newval}` + }) + }) + onChange(newPermissions) + } + }} + + )} + + )} + + ) + WhenFieldChanges.propTypes = { + field: PropTypes.node, + set: PropTypes.string, + } + + const ApiPermissionRow = ({ obj, cat }) => { + const [offcanvasVisible, setOffcanvasVisible] = useState(false) + + var items = [] + for (var key in apiPermissions[cat][obj]) + for (var key2 in apiPermissions[cat][obj][key]) { + items.push({ heading: '', content: apiPermissions[cat][obj][key][key2] }) + } + var group = [{ items: items }] + + return ( + <> + +
    +
    {obj}
    +
    +
    + + setOffcanvasVisible(true)} variant="ghost" size="sm" color="info"> + + + + + + + setOffcanvasVisible(false)} + title="Permission Info" + placement="end" + size="lg" + > +

    {`${cat}.${obj}`}

    +

    + Listed below are the available API endpoints based on permission level, ReadWrite level + includes endpoints under Read. +

    + {[apiPermissions[cat][obj]].map((permissions, key) => { + var sections = Object.keys(permissions).map((type) => { + var items = [] + for (var api in permissions[type]) { + items.push({ heading: '', content: permissions[type][api] }) + } + return ( + + ) + }) + return sections + })} +
    + + ) + } + ApiPermissionRow.propTypes = { + obj: PropTypes.node, + cat: PropTypes.node, + } + + return ( + + <> +

    + Custom roles can be used to restrict permissions for users with the 'editor' or 'readonly' + roles in CIPP. They can be limited to a subset of tenants and API permissions. To restrict + direct API access, create a role with the name 'CIPP-API'. +

    +

    + This functionality is in + beta and should be treated as such. The custom role must be added to the user in SWA in + conjunction with the base role. (e.g. editor,mycustomrole) +

    + {isSuccess && !isFetching && !tenantsFetching && ( + { + return ( + + + +
    + ({ + name: role.RowKey, + value: role.RowKey, + }))} + isLoading={customRoleListFetching} + refreshFunction={() => refetchCustomRoleList()} + allowCreate={true} + placeholder="Select an existing role or enter a custom role name" + /> + + + + {cippApiRoleSelected && ( + + This role will limit access for the CIPP-API integration. It is not + intended to be used for users. + + )} +
    +
    +
    Allowed Tenants
    + handleTenantChange(e)} + /> + {allTenantSelected && ( + + All tenants selected, no tenant restrictions will be applied. + + )} +
    +
    +
    Blocked Tenants
    + handleBlockedTenantChange(e)} + /> +
    + +
    API Permissions
    + + +
    +
    Set All Permissions
    +
    +
    + + + + + +
    + + <> + {Object.keys(apiPermissions) + .sort() + .map((cat, catIndex) => ( + + {cat} + + {Object.keys(apiPermissions[cat]) + .sort() + .map((obj, index) => { + return ( + + + + ) + })} + + + ))} + + +
    + + + + {({ values }) => { + return ( + <> + {values['RoleName'] && selectedTenant.length > 0 && ( + <> +
    Allowed Tenants
    +
      + {selectedTenant.map((tenant, idx) => ( +
    • {tenant.label}
    • + ))} +
    + + )} + {values['RoleName'] && blockedTenants.length > 0 && ( + <> +
    Blocked Tenants
    +
      + {blockedTenants.map((tenant, idx) => ( +
    • {tenant.label}
    • + ))} +
    + + )} + {values['RoleName'] && values['Permissions'] && ( + <> +
    Selected Permissions
    +
      + {values['Permissions'] && + Object.keys(values['Permissions']) + ?.sort() + .map((cat, idx) => ( + <> + {!values['Permissions'][cat].includes('None') && ( +
    • {values['Permissions'][cat]}
    • + )} + + ))} +
    + + )} + + ) + }} +
    +
    +
    + + {postResults.isSuccess && ( + {postResults.data.Results} + )} + + + + + Save + + + {({ values }) => { + return ( + handleDelete(values)} + disabled={!values['RoleName']} + > + + Delete + + ) + }} + + + + +
    + ) + }} + /> + )} + +
    + ) +} + +export default SettingsCustomRoles diff --git a/src/views/cipp/app-settings/components/SettingsDNSResolver.jsx b/src/views/cipp/app-settings/components/SettingsDNSResolver.jsx index a656578a185a..02067c5c8db2 100644 --- a/src/views/cipp/app-settings/components/SettingsDNSResolver.jsx +++ b/src/views/cipp/app-settings/components/SettingsDNSResolver.jsx @@ -2,6 +2,7 @@ import { CAlert, CButton, CButtonGroup } from '@coreui/react' import React, { useState } from 'react' import { useLazyEditDnsConfigQuery, useLazyGetDnsConfigQuery } from 'src/store/api/domains.js' import { CippCallout } from 'src/components/layout/index.js' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' /** * Sets the DNS resolver based on user selection. @@ -17,34 +18,48 @@ export function SettingsDNSResolver() { await editDnsConfig({ resolver }) await getDnsConfig() } - + const cardbuttonGroup = ( + + {resolvers.map((resolver, index) => ( + switchResolver(resolver)} + color={resolver === getDnsConfigResult.data?.Resolver ? 'primary' : 'secondary'} + key={index} + > + {resolver} + + ))} + + ) return ( <> - {getDnsConfigResult.isUninitialized && getDnsConfig()} - {getDnsConfigResult.isSuccess && ( - <> -

    DNS Resolver

    - - {resolvers.map((resolver, index) => ( - switchResolver(resolver)} - color={resolver === getDnsConfigResult.data.Resolver ? 'primary' : 'secondary'} - key={index} - > - {resolver} - - ))} - - {(editDnsConfigResult.isSuccess || editDnsConfigResult.isError) && - !editDnsConfigResult.isFetching && ( - - {editDnsConfigResult.isSuccess - ? editDnsConfigResult.data.Results - : 'Error setting resolver'} - - )} - - )} + + {getDnsConfigResult.isUninitialized && getDnsConfig()} + {getDnsConfigResult.isSuccess && ( + <> + + Select your DNS Resolver. The DNS resolve is used for the domain analyser only, and + not for generic DNS resolution. + + {(editDnsConfigResult.isSuccess || editDnsConfigResult.isError) && + !editDnsConfigResult.isFetching && ( + + {editDnsConfigResult.isSuccess + ? editDnsConfigResult.data.Results + : 'Error setting resolver'} + + )} + + )} + ) } diff --git a/src/views/cipp/app-settings/components/SettingsGeneralRow.jsx b/src/views/cipp/app-settings/components/SettingsGeneralRow.jsx index 5e1f01f91e39..fa85482d11a1 100644 --- a/src/views/cipp/app-settings/components/SettingsGeneralRow.jsx +++ b/src/views/cipp/app-settings/components/SettingsGeneralRow.jsx @@ -6,7 +6,7 @@ import { } from 'src/store/api/app.js' import React, { useRef } from 'react' import useConfirmModal from 'src/hooks/useConfirmModal.jsx' -import { CButton, CCard, CCardBody, CCardHeader, CCol, CRow } from '@coreui/react' +import { CButton, CCard, CCardBody, CCardHeader, CCol, CFormCheck, CRow } from '@coreui/react' import { StatusIcon } from 'src/components/utilities/index.js' import { CippCallout } from 'src/components/layout/index.js' import Skeleton from 'react-loading-skeleton' @@ -14,6 +14,8 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' import { SettingsPassword } from 'src/views/cipp/app-settings/components/SettingsPassword.jsx' import { SettingsDNSResolver } from 'src/views/cipp/app-settings/components/SettingsDNSResolver.jsx' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import { RFFCFormCheck } from 'src/components/forms' /** * Fetches and maintains DNS configuration settings for the application. @@ -21,12 +23,17 @@ import { SettingsDNSResolver } from 'src/views/cipp/app-settings/components/Sett * @return {JSX.Element | void} The settings DNS component or nothing if data not ready. */ export function SettingsGeneralRow() { + const [setBackupSchedule, BackupScheduleResult] = useLazyGenericGetRequestQuery() const [runBackup, RunBackupResult] = useLazyGenericGetRequestQuery() const [restoreBackup, restoreBackupResult] = useLazyGenericPostRequestQuery() const inputRef = useRef(null) const [clearCache, clearCacheResult] = useLazyExecClearCacheQuery() - const { data: versions, isSuccess: isSuccessVersion } = useLoadVersionsQuery() + const { + data: versions, + isSuccess: isSuccessVersion, + refetch: RefechVersion, + } = useLoadVersionsQuery() const downloadTxtFile = (data) => { const txtdata = [JSON.stringify(RunBackupResult.data.backup)] @@ -44,6 +51,9 @@ export function SettingsGeneralRow() { restoreBackup({ path: '/api/ExecRestoreBackup', values: e.target.result }) } } + const handleBackupSchedule = () => { + setBackupSchedule({ path: `/api/ExecSetCIPPAutoBackup?Enabled=true` }) + } const handleClearCache = useConfirmModal({ body:
    Are you sure you want to clear the cache?
    , @@ -59,120 +69,177 @@ export function SettingsGeneralRow() { clearCache({ tenantsOnly: true }) }, }) + const refreshVersionButton = ( + RefechVersion()}>Check version update + ) + const cacheButton = ( + <> + handleClearCache()} + disabled={clearCacheResult.isFetching} + > + {clearCacheResult.isFetching && ( + + )} + Clear All Cache + + handleClearCacheTenant()} + disabled={clearCacheResult.isFetching} + > + {clearCacheResult.isFetching && ( + + )} + Clear Tenant Cache + + + ) + const backupButton = ( + <> + runBackup({ path: '/api/ExecRunBackup' })} + disabled={RunBackupResult.isFetching} + > + {RunBackupResult.isFetching && ( + + )} + Run backup + + inputRef.current.click()} + disabled={restoreBackupResult.isFetching} + > + {restoreBackupResult.isFetching && ( + + )} + Restore backup + + handleBackupSchedule()} + disabled={BackupScheduleResult.isFetching} + > + {BackupScheduleResult.isFetching && ( + + )} + Create Automated Backup Task + + + ) return ( <> - - - - - - - - - - - -

    Frontend Version

    - + + + + + + + + + + +
    Latest: {isSuccessVersion ? versions.RemoteCIPPVersion : }
    -
    - Current: {isSuccessVersion ? versions.LocalCIPPVersion : } -
    -
    - -

    Clear Caches

    - handleClearCache()} - disabled={clearCacheResult.isFetching} - > - {clearCacheResult.isFetching && ( - - )} - Clear All Cache - - handleClearCacheTenant()} - disabled={clearCacheResult.isFetching} - > - {clearCacheResult.isFetching && ( - - )} - Clear Tenant Cache - - {clearCacheResult.isSuccess && !clearCacheResult.isFetching && ( - - {clearCacheResult.data?.Results} - - )} -
    - -

    Settings Backup

    - runBackup({ path: '/api/ExecRunBackup' })} - disabled={RunBackupResult.isFetching} - > - {RunBackupResult.isFetching && ( - - )} - Run backup - - handleChange(e)} - /> - inputRef.current.click()} - disabled={restoreBackupResult.isFetching} +
    Current: {isSuccessVersion ? versions.LocalCIPPVersion : }
    +
    + +
    +
    + + + + + Use this button to clear the caches used by CIPP. This will slow down some aspects of + the application, and should only be used when instructed to do so by support. + + {clearCacheResult.isSuccess && !clearCacheResult.isFetching && ( + - {restoreBackupResult.isFetching && ( - - )} - Restore backup - - {restoreBackupResult.isSuccess && !restoreBackupResult.isFetching && ( - - {restoreBackupResult.data.Results} - - )} - {RunBackupResult.isSuccess && !restoreBackupResult.isFetching && ( - - downloadTxtFile(RunBackupResult.data.backup)}> - Download Backup - - - )} - - -

    Backend API Version

    - + {clearCacheResult.data?.Results} + + )} + +
    + + + handleChange(e)} + /> + + + Use this button to backup the system configuration for CIPP. This will not include + authentication information or extension configuration. You can also set an automated + daily backup schedule by clicking the button below. This will create a scheduled + task for you. + + + {restoreBackupResult.isSuccess && !restoreBackupResult.isFetching && ( + + {restoreBackupResult.data.Results} + + )} + {BackupScheduleResult.isSuccess && !BackupScheduleResult.isFetching && ( + + {BackupScheduleResult.data.Results} + + )} + {RunBackupResult.isSuccess && !restoreBackupResult.isFetching && ( + + downloadTxtFile(RunBackupResult.data.backup)}> + Download Backup + + + )} + + + + + +
    Latest: {isSuccessVersion ? versions.RemoteCIPPAPIVersion : }
    -
    - Current: {isSuccessVersion ? versions.LocalCIPPAPIVersion : } -
    -
    -
    -
    -
    +
    Current: {isSuccessVersion ? versions.LocalCIPPAPIVersion : }
    +
    + + +
    ) } diff --git a/src/views/cipp/app-settings/components/SettingsPassword.jsx b/src/views/cipp/app-settings/components/SettingsPassword.jsx index aa8ed046d2b5..971f9b161a4b 100644 --- a/src/views/cipp/app-settings/components/SettingsPassword.jsx +++ b/src/views/cipp/app-settings/components/SettingsPassword.jsx @@ -1,7 +1,8 @@ import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app.js' import React, { useState } from 'react' -import { CButton, CButtonGroup, CCallout } from '@coreui/react' +import { CButton, CButtonGroup, CCallout, CCardText } from '@coreui/react' import { CippCallout } from 'src/components/layout/index.js' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' /** * This method is responsible for handling password settings in the application. @@ -33,36 +34,50 @@ export function SettingsPassword() { } const resolvers = ['Classic', 'Correct-Battery-Horse'] - + const cardbuttonGroup = ( + + {resolvers.map((r, index) => ( + switchResolver(r)} + color={ + r === getPasswordConfigResult.data?.Results?.passwordType ? 'primary' : 'secondary' + } + key={index} + > + {r} + + ))} + + ) return ( <> - {getPasswordConfigResult.isUninitialized && - getPasswordConfig({ path: '/api/ExecPasswordConfig?list=true' })} -

    Password Style

    - - {resolvers.map((r, index) => ( - switchResolver(r)} - color={ - r === getPasswordConfigResult.data?.Results?.passwordType ? 'primary' : 'secondary' - } - key={index} - > - {r} - - ))} - - {(editPasswordConfigResult.isSuccess || editPasswordConfigResult.isError) && - !editPasswordConfigResult.isFetching && ( - - {editPasswordConfigResult.isSuccess - ? editPasswordConfigResult.data.Results - : 'Error setting password style'} - - )} + + {getPasswordConfigResult.isUninitialized && + getPasswordConfig({ path: '/api/ExecPasswordConfig?list=true' })} + + + Choose your password style. Classic passwords are a combination of letters and symbols. + Correct-Battery-Horse style is a passphrase, which is easier to remember and more secure + than classic passwords. + + + {(editPasswordConfigResult.isSuccess || editPasswordConfigResult.isError) && + !editPasswordConfigResult.isFetching && ( + + {editPasswordConfigResult.isSuccess + ? editPasswordConfigResult.data.Results + : 'Error setting password style'} + + )} + ) } diff --git a/src/views/cipp/app-settings/components/SettingsSAMRoles.jsx b/src/views/cipp/app-settings/components/SettingsSAMRoles.jsx new file mode 100644 index 000000000000..ebc8310b6abd --- /dev/null +++ b/src/views/cipp/app-settings/components/SettingsSAMRoles.jsx @@ -0,0 +1,150 @@ +import React, { useEffect, useRef, useState } from 'react' +import { + CButton, + CCallout, + CCol, + CForm, + CRow, + CAccordion, + CAccordionHeader, + CAccordionBody, + CAccordionItem, +} from '@coreui/react' +import { Field, Form, FormSpy } from 'react-final-form' +import { RFFCFormRadioList, RFFSelectSearch } from 'src/components/forms' +import { useGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { TenantSelectorMultiple, ModalService, CippOffcanvas } from 'src/components/utilities' +import PropTypes from 'prop-types' +import { OnChange } from 'react-final-form-listeners' +import { useListTenantsQuery } from 'src/store/api/tenants' +import { OffcanvasListSection } from 'src/components/utilities/CippListOffcanvas' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import GDAPRoles from 'src/data/GDAPRoles' + +const SettingsSAMRoles = () => { + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const [selectedTenant, setSelectedTenant] = useState([]) + const tenantSelectorRef = useRef() + const { + data: tenants = [], + isFetching: tenantsFetching, + isSuccess: tenantSuccess, + } = useListTenantsQuery({ + showAllTenantSelector: true, + }) + + const { + data: cippSAMRoles = [], + isFetching: roleListFetching, + isSuccess: roleListSuccess, + refetch: refetchRoleList, + } = useGenericGetRequestQuery({ + path: 'api/ExecSAMRoles', + }) + + const handleTenantChange = (e) => { + setSelectedTenant(e) + } + + const handleSubmit = async (values) => { + //filter on only objects that are 'true' + genericPostRequest({ + path: '/api/ExecSAMRoles?Action=Update', + values: { + Roles: values.Roles, + Tenants: selectedTenant.map((tenant) => tenant.value), + }, + }).then(() => { + refetchRoleList() + }) + } + + useEffect(() => { + if (roleListSuccess && cippSAMRoles.Tenants.length > 0) { + var selectedTenants = [] + tenants.map((tenant) => { + if (cippSAMRoles.Tenants.includes(tenant.customerId)) { + selectedTenants.push({ label: tenant.displayName, value: tenant.customerId }) + } + }) + tenantSelectorRef.current.setValue(selectedTenants) + } + }, [cippSAMRoles, roleListSuccess, tenantSuccess, tenantSelectorRef, tenants]) + + return ( + + <> +

    + Add your CIPP-SAM application Service Principal directly to Admin Roles in the tenant. + This is an advanced use case where you need access to additional Graph endpoints or + Exchange Cmdlets otherwise unavailable via Delegated permissions. +

    +

    + This functionality is in + beta and should be treated as such. Roles are added during the Update Permissions process + or a CPV refresh. +

    + + {roleListSuccess && ( + { + return ( + + + +
    + ({ + name: role.Name, + value: role.ObjectId, + }))} + multi={true} + refreshFunction={() => refetchRoleList()} + placeholder="Select admin roles" + /> +
    +
    +
    Selected Tenants
    + handleTenantChange(e)} + /> +
    +
    +
    + + {postResults.isSuccess && ( + {postResults.data.Results} + )} + + + + + Save + + + + +
    + ) + }} + /> + )} + +
    + ) +} + +export default SettingsSAMRoles diff --git a/src/views/email-exchange/administration/AddTenantAllowBlockList.jsx b/src/views/email-exchange/administration/AddTenantAllowBlockList.jsx new file mode 100644 index 000000000000..09c48987a730 --- /dev/null +++ b/src/views/email-exchange/administration/AddTenantAllowBlockList.jsx @@ -0,0 +1,126 @@ +import React from 'react' +import { + CCallout, + CButton, + CCol, + CForm, + CRow, + CSpinner, + CCard, + CCardHeader, + CCardTitle, + CCardBody, +} from '@coreui/react' +import { Form } from 'react-final-form' +import { RFFCFormSelect, RFFCFormInput, RFFCFormCheck } from 'src/components/forms' +import { CippPage } from 'src/components/layout/CippPage' +import { useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { useSelector } from 'react-redux' + +const AddTenantAllowBlockList = () => { + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const onSubmit = (values) => { + const shippedValues = { + tenantID: tenantDomain, + entries: values.entries, + listType: values.listType, + notes: values.notes, + listMethod: values.listMethod, + NoExpiration: values.NoExpiration, + } + genericPostRequest({ path: '/api/AddTenantAllowBlockList', values: shippedValues }) + } + return ( + + + + Add Tenant Allow/Block List + + + { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + Add Entry + + + + {postResults.isFetching && ( + + + + )} + {postResults.isSuccess && ( + {postResults.data.Results} + )} + + ) + }} + /> + + + + ) +} + +export default AddTenantAllowBlockList diff --git a/src/views/email-exchange/administration/ContactsList.jsx b/src/views/email-exchange/administration/ContactsList.jsx index f0709de26be3..f25a8a56dc0a 100644 --- a/src/views/email-exchange/administration/ContactsList.jsx +++ b/src/views/email-exchange/administration/ContactsList.jsx @@ -3,6 +3,7 @@ import { useSelector } from 'react-redux' import { CButton } from '@coreui/react' import { CippPageList } from 'src/components/layout' import { CellTip, cellBooleanFormatter } from 'src/components/tables' +import { Link, useSearchParams } from 'react-router-dom' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faEdit, faEllipsisV } from '@fortawesome/free-solid-svg-icons' import { TitleButton } from 'src/components/buttons' @@ -11,16 +12,16 @@ import { CippActionsOffcanvas } from 'src/components/utilities' const Actions = (row, rowIndex, formatExtraData) => { const tenant = useSelector((state) => state.app.currentTenant) const [ocVisible, setOCVisible] = useState(false) + const editLink = row?.tenant + ? `/email/administration/edit-contact?ContactID=${row.id}&tenantDomain=${row.Tenant}` + : `/email/administration/edit-contact?ContactID=${row.id}&tenantDomain=${tenant.defaultDomainName}` return ( <> - - - - + + + + + setOCVisible(true)}> @@ -109,6 +110,17 @@ const ContactList = () => { reportName: `${tenant?.defaultDomainName}-Contacts-List`, path: '/api/ListContacts', columns, + tableProps: { + selectableRows: true, + actionsList: [ + { + label: 'Remove selected Contacts', + color: 'danger', + modal: true, + modalUrl: `/api/RemoveContact?TenantFilter=${tenant.defaultDomainName}&GUID=!id`, + }, + ], + }, params: { TenantFilter: tenant?.defaultDomainName }, }} /> diff --git a/src/views/email-exchange/administration/DeletedMailboxes.jsx b/src/views/email-exchange/administration/DeletedMailboxes.jsx new file mode 100644 index 000000000000..0c115973a2b0 --- /dev/null +++ b/src/views/email-exchange/administration/DeletedMailboxes.jsx @@ -0,0 +1,159 @@ +import React, { useState } from 'react' +import { CButton } from '@coreui/react' +import { useSelector } from 'react-redux' +import { faEllipsisV } from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { cellBooleanFormatter } from 'src/components/tables' +import { CippPageList } from 'src/components/layout' +import { TitleButton } from 'src/components/buttons' +import { CippActionsOffcanvas } from 'src/components/utilities' + +const Offcanvas = (row, rowIndex, formatExtraData) => { + const tenant = useSelector((state) => state.app.currentTenant) + const [ocVisible, setOCVisible] = useState(false) + + const now = new Date() // Get the current date and time + const requestName = `${row.UPN}-${String(now.getDate()).padStart(2, '0')}-${String( + now.getMonth() + 1, + ).padStart(2, '0')}-${now.getFullYear()}-${String(now.getHours()).padStart(2, '0')}${String( + now.getMinutes(), + ).padStart(2, '0')}` + + return ( + <> + setOCVisible(true)}> + + + setOCVisible(false)} + /> + + ) +} + +const columns = [ + { + name: 'Display Name', + selector: (row) => row['displayName'], + sortable: true, + exportSelector: 'displayName', + }, + { + name: 'User Principal Name', + selector: (row) => row['UPN'], + sortable: true, + exportSelector: 'UPN', + minWidth: '350px', + }, + { + name: 'Primary SMTP Address', + selector: (row) => row['primarySmtpAddress'], + sortable: true, + exportSelector: 'primarySmtpAddress', + minWidth: '350px', + }, + { + name: 'Date Deleted', + selector: (row) => row['WhenSoftDeleted'], + sortable: true, + exportSelector: 'WhenSoftDeleted', + }, + { + name: 'Recipient Type', + selector: (row) => row['recipientType'], + omit: true, + exportSelector: 'recipientType', + }, + { + name: 'Recipient Type Details', + selector: (row) => row['recipientTypeDetails'], + omit: true, + exportSelector: 'recipientTypeDetails', + }, + { + name: 'Additional Email Addresses', + selector: (row) => row['AdditionalEmailAddresses'], + omit: true, + exportSelector: 'AdditionalEmailAddresses', + }, + { + name: 'Exchange Guid', + selector: (row) => row['ExchangeGuid'], + sortable: true, + exportSelector: 'ExchangeGuid', + minWidth: '350px', + }, + { + name: 'Archive Guid', + selector: (row) => row['ArchiveGuid'], + sortable: true, + exportSelector: 'ArchiveGuid', + }, + { + name: 'id', + selector: (row) => row['Id'], + omit: true, + exportSelector: 'Id', + }, + { + name: 'Actions', + cell: Offcanvas, + }, +] + +const DeletedMailboxes = () => { + const tenant = useSelector((state) => state.app.currentTenant) + const titleButton = ( + + ) + return ( + + ) +} + +export default DeletedMailboxes diff --git a/src/views/email-exchange/administration/EditContact.jsx b/src/views/email-exchange/administration/EditContact.jsx index 00cd06b2f933..f1a0c6eeb77c 100644 --- a/src/views/email-exchange/administration/EditContact.jsx +++ b/src/views/email-exchange/administration/EditContact.jsx @@ -1,11 +1,306 @@ -import React from 'react' +import React, { useEffect, useState } from 'react' +import { CButton, CCallout, CCol, CForm, CRow, CSpinner } from '@coreui/react' +import countryList from 'src/data/countryList' +import useQuery from 'src/hooks/useQuery' +import { useDispatch, useSelector } from 'react-redux' +import { Form } from 'react-final-form' +import { RFFCFormInput, RFFSelectSearch } from 'src/components/forms' +import { useListContactsQuery } from 'src/store/api/users' +import { CippCodeBlock, ModalService } from 'src/components/utilities' +import { useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faCircleNotch, faEdit, faEye } from '@fortawesome/free-solid-svg-icons' +import { CippContentCard, CippPage } from 'src/components/layout' +import { required } from 'src/validators' -const EditContact = (props) => { +const EditContact = () => { + const dispatch = useDispatch() + let query = useQuery() + const ContactID = query.get('ContactID') + const tenantDomain = query.get('tenantDomain') + + const [queryError, setQueryError] = useState(false) + + const { + data: Contact = [], + isFetching: ContactIsFetching, + error: ContactError, + } = useListContactsQuery({ tenantDomain, ContactID }) + + useEffect(() => { + if (!ContactID || !tenantDomain) { + ModalService.open({ + body: 'Error invalid request, could not load requested contact.', + title: 'Invalid Request', + }) + setQueryError(true) + } else { + setQueryError(false) + } + }, [ContactID, tenantDomain, dispatch]) + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const onSubmit = (values) => { + if (values.defaultAttributes) { + //map default attributes to the addedAttributes array. If addedAttributes is not present, create it. + values.addedAttributes = values.addedAttributes ? values.addedAttributes : [] + Object.keys(values.defaultAttributes).forEach((key) => { + values.addedAttributes.push({ Key: key, Value: values.defaultAttributes[key].Value }) + }) + } + const countryValue = values.country ? values.country.value : '' + + const shippedValues = { + BusinessPhone: values.businessPhones, + City: values.city, + CompanyName: values.companyName, + Country: countryValue, + mail: values.mail, + DisplayName: values.displayName, + firstName: values.givenName, + Jobtitle: values.jobTitle, + LastName: values.surname, + MobilePhone: values.mobilePhone, + PostalCode: values.postalCode, + ContactID: ContactID, + streetAddress: values.streetAddress, + tenantID: tenantDomain, + } + // window.alert(JSON.stringify(shippedValues)) + genericPostRequest({ path: '/api/EditContact', values: shippedValues }) + } + const [addedAttributes, setAddedAttribute] = React.useState(0) + const currentSettings = useSelector((state) => state.app) + const country = useSelector((state) => state.app.usageLocation) + + // Extract the first contact from the array + const contactData = Contact.length > 0 ? Contact[0] : {} + + // Extract address and phone details + const address = + contactData.addresses && contactData.addresses.length > 0 ? contactData.addresses[0] : {} + const mobilePhone = contactData.phones + ? contactData.phones.find((phone) => phone.type === 'mobile') + : {} + const businessPhones = contactData.phones + ? contactData.phones + .filter((phone) => phone.type === 'business') + .map((phone) => phone.number) + .join(', ') + : '' + + const initialState = { + ...contactData, + streetAddress: address.street || '', + postalCode: address.postalCode || '', + city: address.city || '', + country: { + value: address.countryOrRegion ? address.countryOrRegion : country?.value, + label: address.countryOrRegion ? address.countryOrRegion : country?.label, + }, + mobilePhone: mobilePhone ? mobilePhone.number : '', + businessPhones: businessPhones || '', + } + + const formDisabled = + queryError === true || !!ContactError || !Contact || Object.keys(contactData).length === 0 + const RawUser = JSON.stringify(contactData, null, 2) return ( -
    -

    Edit Contact

    - future release. -
    + + {!queryError && ( + <> + {postResults.isSuccess && ( + {postResults.data?.Results} + )} + {queryError && ( + + + + {/* @todo add more descriptive help message here */} + Failed to load contact + + + + )} + + + + {ContactIsFetching && } + {ContactError && Error loading user} + {!ContactIsFetching && ( + { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ({ + value: Code, + name: Name, + }))} + name="country" + placeholder="Type to search..." + label="Country" + validate={required} + /> + + + + + + + + + + + + + + + + + + + Edit Contact + {postResults.isFetching && ( + + )} + + + + {postResults.isSuccess && ( + + {Array.isArray(postResults.data.Results) ? ( + postResults.data.Results.map((message, idx) => ( +
  • {message}
  • + )) + ) : ( + {postResults.data.Results} + )} +
    + )} +
    + ) + }} + /> + )} +
    +
    + + + {ContactIsFetching && } + {ContactError && Error loading user} + {!ContactIsFetching && ( + <> + This is the (raw) information for this contact. + + + )} + + +
    + + )} +
    ) } diff --git a/src/views/email-exchange/administration/ListTenantAllowBlockList.jsx b/src/views/email-exchange/administration/ListTenantAllowBlockList.jsx new file mode 100644 index 000000000000..e3a44ab7e7cc --- /dev/null +++ b/src/views/email-exchange/administration/ListTenantAllowBlockList.jsx @@ -0,0 +1,125 @@ +import React, { useState } from 'react' +import { useSelector } from 'react-redux' +import { CButton } from '@coreui/react' +import { CippPageList } from 'src/components/layout' +import { CellTip, cellBooleanFormatter } from 'src/components/tables' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faEdit, faEllipsisV } from '@fortawesome/free-solid-svg-icons' +import { TitleButton } from 'src/components/buttons' +import { CippActionsOffcanvas } from 'src/components/utilities' + +const Actions = (row, rowIndex, formatExtraData) => { + const tenant = useSelector((state) => state.app.currentTenant) + const [ocVisible, setOCVisible] = useState(false) + return ( + <> + setOCVisible(true)}> + + + setOCVisible(false)} + /> + + ) +} + +const columns = [ + { + name: 'Value', + selector: (row) => row['Value'], + sortable: true, + cell: (row) => CellTip(row['Value']), + exportSelector: 'Value', + }, + { + name: 'ListType', + selector: (row) => row['ListType'], + sortable: true, + cell: (row) => CellTip(row['ListType']), + exportSelector: 'ListType', + maxWidth: '80px', + }, + { + name: 'Action', + selector: (row) => row['Action'], + sortable: true, + cell: (row) => CellTip(row['Action']), + exportSelector: 'Action', + maxWidth: '80px', + }, + { + name: 'Notes', + selector: (row) => row['Notes'], + sortable: true, + cell: (row) => CellTip(row['Notes']), + exportSelector: 'Notes', + }, + { + name: 'LastModifiedDateTime', + selector: (row) => row['LastModifiedDateTime'], + sortable: true, + cell: (row) => CellTip(row['LastModifiedDateTime']), + exportSelector: 'LastModifiedDateTime', + }, + { + name: 'ExpirationDate', + selector: (row) => row['ExpirationDate'], + sortable: true, + cell: (row) => CellTip(row['ExpirationDate']), + exportSelector: 'ExpirationDate', + }, + /*{ + name: 'Actions', + cell: Actions, + maxWidth: '80px', + },*/ +] + +const AllowBlockList = () => { + const tenant = useSelector((state) => state.app.currentTenant) + + return ( + + } + title="Tenant Allow/Block Lists" + datatable={{ + keyField: 'id', + reportName: `${tenant?.defaultDomainName}-TenantAllowBlockList`, + path: '/api/ListTenantAllowBlockList', + columns, + params: { TenantFilter: tenant?.defaultDomainName }, + }} + /> + ) +} + +export default AllowBlockList diff --git a/src/views/email-exchange/administration/MailboxesList.jsx b/src/views/email-exchange/administration/MailboxesList.jsx index 71bf2ba141b8..ee624c2cfa7a 100644 --- a/src/views/email-exchange/administration/MailboxesList.jsx +++ b/src/views/email-exchange/administration/MailboxesList.jsx @@ -86,15 +86,21 @@ const MailboxList = () => { color: 'info', modal: true, modalUrl: `/api/ExecConvertToSharedMailbox?TenantFilter=${tenant.defaultDomainName}&ID=${row.UPN}`, - modalMessage: 'Are you sure you want to convert this user to a shared mailbox?', + modalMessage: 'Are you sure you want to convert this mailbox to a shared mailbox?', }, { label: 'Convert to User Mailbox', color: 'info', modal: true, modalUrl: `/api/ExecConvertToSharedMailbox?TenantFilter=${tenant.defaultDomainName}&ID=${row.UPN}&ConvertToUser=true`, - modalMessage: - 'Are you sure you want to convert this shared mailbox to a user mailbox?', + modalMessage: 'Are you sure you want to convert this mailbox to a user mailbox?', + }, + { + label: 'Convert to Room Mailbox', + color: 'info', + modal: true, + modalUrl: `/api/ExecConvertToRoomMailbox?TenantFilter=${tenant.defaultDomainName}&ID=${row.UPN}`, + modalMessage: 'Are you sure you want to convert this mailbox to a Room mailbox?', }, { label: 'Copy Sent Items to Shared Mailbox', @@ -126,6 +132,28 @@ const MailboxList = () => { modalMessage: 'Are you sure you want to unhide this mailbox from the global address list? Remember this will not work if the user is AD Synched.', }, + { + label: 'Start Managed Folder Assistant', + color: 'info', + modal: true, + modalUrl: `/api/ExecStartManagedFolderAssistant?TenantFilter=${tenant.defaultDomainName}&ID=${row.UPN}`, + modalMessage: + 'Are you sure you want to start the managed folder assistant for the user?', + }, + { + label: 'Set mailbox locale', + color: 'info', + modal: true, + modalType: 'POST', + modalBody: { + user: row.UPN, + TenantFilter: tenant.defaultDomainName, + ProhibitSendQuota: true, + }, + modalUrl: `/api/ExecSetMailboxLocale`, + modalInput: true, + modalMessage: 'Enter a locale, e.g. en-US', + }, { label: 'Set Send Quota', color: 'info', @@ -231,14 +259,22 @@ const MailboxList = () => { maxWidth: '150px', }, ] - const titleButton = ( - + + const titleButtons = ( +
    +
    + +
    +
    + +
    +
    ) return ( { color: 'info', modal: true, modalUrl: `/api/ExecConvertToSharedMailbox?TenantFilter=${tenant.defaultDomainName}&ID=!UPN`, - modalMessage: 'Are you sure you want to convert this user to a shared mailbox?', + modalMessage: 'Are you sure you want to convert these mailboxes to shared mailboxes?', }, { label: 'Convert to User Mailbox', color: 'info', modal: true, modalUrl: `/api/ExecConvertToSharedMailbox?TenantFilter=${tenant.defaultDomainName}&ID=!UPN&ConvertToUser=true`, - modalMessage: - 'Are you sure you want to convert this shared mailbox to a user mailbox?', + modalMessage: 'Are you sure you want to convert these mailboxes to user mailboxes?', + }, + { + label: 'Convert to Room Mailbox', + color: 'info', + modal: true, + modalUrl: `/api/ExecConvertToRoomMailbox?TenantFilter=${tenant.defaultDomainName}&ID=!UPN`, + modalMessage: 'Are you sure you want to convert these mailboxes to Room mailboxes?', }, { label: 'Hide from Global Address List', @@ -279,6 +321,14 @@ const MailboxList = () => { modalMessage: 'Are you sure you want to unhide this mailbox from the global address list? Remember this will not work if the user is AD Synched.', }, + { + label: 'Start Managed Folder Assistant', + color: 'info', + modal: true, + modalUrl: `/api/ExecStartManagedFolderAssistant?TenantFilter=${tenant.defaultDomainName}&ID=!UPN`, + modalMessage: + 'Are you sure you want to start the managed folder assistant for these users?', + }, { label: 'Set Send Quota', color: 'info', @@ -334,6 +384,7 @@ const MailboxList = () => { filter: '"SharedMailboxWithLicense":true', }, { filterName: 'Shared Mailboxes', filter: '"recipientTypeDetails":"SharedMailbox"' }, + { filterName: 'Room mailboxes', filter: '"recipientTypeDetails":"RoomMailbox"' }, { filterName: 'Has an alias', filter: '"AdditionalEmailAddresses":"' }, ], }} diff --git a/src/views/email-exchange/administration/QuarantineList.jsx b/src/views/email-exchange/administration/QuarantineList.jsx index a97211466431..6c5de828afec 100644 --- a/src/views/email-exchange/administration/QuarantineList.jsx +++ b/src/views/email-exchange/administration/QuarantineList.jsx @@ -98,7 +98,7 @@ const QuarantineList = () => { name: 'Reason', sortable: true, exportSelector: 'Type', - maxWidth: '150px', + maxWidth: '200px', }, { selector: (row) => row['ReceivedTime'], @@ -126,7 +126,7 @@ const QuarantineList = () => { { name: 'Actions', cell: Offcanvas, - maxWidth: '150px', + maxWidth: '100px', }, ] @@ -135,10 +135,51 @@ const QuarantineList = () => { capabilities={{ allTenants: false, helpContext: 'https://google.com' }} title="Quarantine Management" datatable={{ + filterlist: [ + { filterName: 'Status: Not Released', filter: '"ReleaseStatus":"NotReleased"' }, + { filterName: 'Status: Released', filter: '"ReleaseStatus":"Released"' }, + { filterName: 'Status: Denied', filter: '"ReleaseStatus":"Denied"' }, + { + filterName: 'Reason: High Confidence Phishing', + filter: '"QuarantineTypes":"HighConfPhish"', + }, + { filterName: 'Reason: Phishing', filter: '"QuarantineTypes":"Phish"' }, + { filterName: 'Reason: Spam', filter: '"QuarantineTypes":"Spam"' }, + { filterName: 'Reason: Malware', filter: '"QuarantineTypes":"Malware"' }, + { filterName: 'Reason: FileTypeBlock', filter: '"QuarantineTypes":"FileTypeBlock"' }, + { filterName: 'Reason: Bulk', filter: '"QuarantineTypes":"Bulk"' }, + ], keyField: 'id', reportName: `${tenant?.defaultDomainName}-Mailbox-Quarantine`, path: '/api/ListMailQuarantine', columns, + tableProps: { + selectableRows: true, + actionsList: [ + { + label: 'Release', + color: 'info', + modal: true, + modalUrl: `/api/ExecQuarantineManagement?TenantFilter=${tenant.defaultDomainName}&ID=!Identity&Type=Release`, + modalMessage: 'Are you sure you want to release these messages?', + }, + { + label: 'Deny', + color: 'info', + modal: true, + modalUrl: `/api/ExecQuarantineManagement?TenantFilter=${tenant.defaultDomainName}&ID=!Identity&Type=Deny`, + modalMessage: 'Are you sure you want to deny these messages?', + }, + { + label: 'Release & Allow Sender', + color: 'info', + modal: true, + modalUrl: `/api/ExecQuarantineManagement?TenantFilter=${tenant.defaultDomainName}&ID=!Identity&Type=Release&AllowSender=true`, + modalMessage: + 'Are you sure you want to release these messages, and add the senders to the whitelist?', + }, + ], + }, params: { TenantFilter: tenant?.defaultDomainName }, }} /> diff --git a/src/views/email-exchange/connectors/ConnectorList.jsx b/src/views/email-exchange/connectors/ConnectorList.jsx index 990e1d555199..c18d5eeb0004 100644 --- a/src/views/email-exchange/connectors/ConnectorList.jsx +++ b/src/views/email-exchange/connectors/ConnectorList.jsx @@ -151,6 +151,20 @@ const ConnectorList = () => { } tenantSelector={true} datatable={{ + filterlist: [ + { filterName: 'Enabled connectors', filter: 'Complex: Enabled eq true' }, + { filterName: 'Disabled connectors', filter: 'Complex: Enabled eq false' }, + { filterName: 'Inbound connectors', filter: 'Complex: cippconnectortype eq inbound' }, + { filterName: 'Outbound connectors', filter: 'Complex: cippconnectortype eq outbound' }, + { + filterName: 'Transport rule connectors', + filter: 'Complex: IsTransportRuleScoped eq true', + }, + { + filterName: 'Non-transport rule connectors', + filter: 'Complex: IsTransportRuleScoped eq false', + }, + ], reportName: `${tenant?.defaultDomainName}-connectors-list`, path: '/api/ListExchangeConnectors', params: { TenantFilter: tenant?.defaultDomainName }, diff --git a/src/views/email-exchange/connectors/DeployConnector.jsx b/src/views/email-exchange/connectors/DeployConnector.jsx index 16ebec88e10a..f2465f19d8ef 100644 --- a/src/views/email-exchange/connectors/DeployConnector.jsx +++ b/src/views/email-exchange/connectors/DeployConnector.jsx @@ -54,7 +54,6 @@ const DeployConnectorTemplate = () => { let template = EXConnectorTemplates.data.filter(function (obj) { return obj.GUID === value }) - // console.log(template[0][set]) onChange(JSON.stringify(template[0])) }} diff --git a/src/views/email-exchange/reports/AntiPhishingFilters.jsx b/src/views/email-exchange/reports/AntiPhishingFilters.jsx new file mode 100644 index 000000000000..ed68929c2005 --- /dev/null +++ b/src/views/email-exchange/reports/AntiPhishingFilters.jsx @@ -0,0 +1,293 @@ +import { CButton } from '@coreui/react' +import { faBan, faBook, faCheck, faEllipsisV, faTrash } from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import React, { useState } from 'react' +import { CippActionsOffcanvas } from 'src/components/utilities' +import { useSelector } from 'react-redux' +import { CippPageList } from 'src/components/layout' +import { cellDateFormatter, cellBooleanFormatter, CellTip } from 'src/components/tables' +import { cellTableFormatter } from 'src/components/tables/CellTable' + +const ListAntiPhishingFilters = () => { + const tenant = useSelector((state) => state.app.currentTenant) + + const Offcanvas = (row, rowIndex, formatExtraData) => { + const [ocVisible, setOCVisible] = useState(false) + + return ( + <> + setOCVisible(true)}> + + + , + modal: true, + modalUrl: `/api/EditAntiPhishingFilter?State=Enable&TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to enable this rule?', + }, + { + label: 'Disable Rule', + color: 'info', + icon: , + modal: true, + modalUrl: `/api/EditAntiPhishingFilter?State=Disable&TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to disable this rule?', + }, + /*{ + label: 'Delete Rule', + color: 'danger', + modal: true, + icon: , + modalUrl: `/api/RemoveAntiPhishingFilter?TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to delete this rule?', + },*/ + ]} + placement="end" + visible={ocVisible} + id={row.id} + hideFunction={() => setOCVisible(false)} + /> + + ) + } + + const columns = [ + { + name: 'Rule Name', + selector: (row) => row['RuleName'], + sortable: true, + exportSelector: 'RuleName', + }, + { + name: 'Policy Name', + selector: (row) => row['Name'], + sortable: true, + exportSelector: 'Name', + }, + { + name: 'Enabled', + selector: (row) => row['State'], + exportSelector: 'State', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Priority', + selector: (row) => row['Priority'], + sortable: true, + exportSelector: 'Priority', + maxWidth: '40px', + }, + { + name: 'Recipient Domains', + selector: (row) => row['RecipientDomainIs'], + sortable: true, + exportSelector: 'RecipientDomainIs', + cell: cellTableFormatter('RecipientDomainIs'), + }, + { + name: 'Excluded Domains', + selector: (row) => row['ExcludedDomains'], + sortable: true, + exportSelector: 'ExcludedDomains', + cell: cellTableFormatter('ExcludedDomains'), + }, + { + name: 'Excluded Senders', + selector: (row) => row['ExcludedSenders'], + sortable: true, + exportSelector: 'ExcludedSenders', + cell: cellTableFormatter('ExcludedSenders'), + }, + { + name: 'PhishThresholdLevel', + selector: (row) => row['PhishThresholdLevel'], + sortable: true, + exportSelector: 'PhishThresholdLevel', + }, + { + name: 'Mailbox Intelligence', + selector: (row) => row['EnableMailboxIntelligence'], + exportSelector: 'EnableMailboxIntelligence', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Mailbox Intelligence Protection', + selector: (row) => row['EnableMailboxIntelligenceProtection'], + exportSelector: 'EnableMailboxIntelligenceProtection', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Spoof Intelligence', + selector: (row) => row['EnableSpoofIntelligence'], + exportSelector: 'EnableSpoofIntelligence', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'First Contact Safety Tips', + selector: (row) => row['EnableFirstContactSafetyTips'], + exportSelector: 'EnableFirstContactSafetyTips', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Similar Users Safety Tips', + selector: (row) => row['EnableSimilarUsersSafetyTips'], + exportSelector: 'EnableSimilarUsersSafetyTips', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Similar Domain Safety Tips', + selector: (row) => row['EnableSimilarDomainsSafetyTips'], + exportSelector: 'EnableSimilarDomainsSafetyTips', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Unusual Characters Safety Tips', + selector: (row) => row['EnableUnusualCharactersSafetyTips'], + exportSelector: 'EnableUnusualCharactersSafetyTips', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Unauthenticated Sender', + selector: (row) => row['EnableUnauthenticatedSender'], + exportSelector: 'EnableUnauthenticatedSender', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'ViaTag', + selector: (row) => row['EnableViaTag'], + exportSelector: 'EnableViaTag', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Organization Domains Protection', + selector: (row) => row['EnableOrganizationDomainsProtection'], + exportSelector: 'EnableOrganizationDomainsProtection', + cell: cellBooleanFormatter(), + }, + { + name: 'Authentication Fail Action', + selector: (row) => row['AuthenticationFailAction'], + exportSelector: 'AuthenticationFailAction', + maxWidt: '100px', + }, + { + name: 'Spoof Quarantine Tag', + selector: (row) => row['SpoofQuarantineTag'], + exportSelector: 'SpoofQuarantineTag', + maxWidth: '100px', + }, + { + name: 'MailboxIntelligence Protection Action', + selector: (row) => row['MailboxIntelligenceProtectionAction'], + exportSelector: 'MailboxIntelligenceProtectionAction', + maxWidth: '100px', + }, + { + name: 'Mailbox Intelligence Quarantine Tag', + selector: (row) => row['MailboxIntelligenceQuarantineTag'], + exportSelector: 'MailboxIntelligenceQuarantineTag', + maxWidth: '100px', + }, + { + name: 'Targeted UserProtection Action', + selector: (row) => row['TargetedUserProtectionAction'], + exportSelector: 'TargetedUserProtectionAction', + maxWidth: '100px', + }, + { + name: 'Targeted UserQuarantine Tag', + selector: (row) => row['TargetedUserQuarantineTag'], + exportSelector: 'TargetedUserQuarantineTag', + maxWidth: '100px', + }, + { + name: 'Targeted Domain Protection Action', + selector: (row) => row['TargetedDomainProtectionAction'], + exportSelector: 'TargetedDomainProtectionAction', + maxWidth: '100px', + }, + { + name: 'Targeted Domain Quarantine Tag', + selector: (row) => row['TargetedDomainQuarantineTag'], + exportSelector: 'TargetedDomainQuarantineTag', + maxWidth: '100px', + }, + { + name: 'Creation Date', + selector: (row) => row['WhenCreated'], + sortable: true, + exportSelector: 'WhenCreated', + cell: cellDateFormatter(), + maxWidth: '150px', + }, + { + name: 'Last Modified Date', + selector: (row) => row['WhenChanged'], + sortable: true, + exportSelector: 'WhenChanged', + cell: cellDateFormatter(), + maxWidth: '150px', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '80px', + }, + ] + + return ( + <> + + + ) +} + +export default ListAntiPhishingFilters diff --git a/src/views/email-exchange/reports/MailboxStatisticsList.jsx b/src/views/email-exchange/reports/MailboxStatisticsList.jsx index 0a6a4c80e9c0..abe707575e83 100644 --- a/src/views/email-exchange/reports/MailboxStatisticsList.jsx +++ b/src/views/email-exchange/reports/MailboxStatisticsList.jsx @@ -2,6 +2,11 @@ import React, { useEffect, useState } from 'react' import { useSelector } from 'react-redux' import { CellTip, cellBooleanFormatter } from 'src/components/tables' import { CippPageList } from 'src/components/layout' +import { + CellBytes, + CellBytesToPercentage, + cellBytesFormatter, +} from 'src/components/tables/CellBytes' const MailboxStatsList = () => { const [tenantColumnSet, setTenantColumn] = useState(true) @@ -64,23 +69,32 @@ const MailboxStatsList = () => { exportSelector: 'lastActivityDate', }, { - selector: (row) => (row['storageUsedInBytes'] / 1024 ** 3).toFixed(2), + selector: (row) => row['storageUsedInBytes'], + cell: cellBytesFormatter(), name: 'Used Space (GB)', sortable: true, exportSelector: 'storageUsedInBytes', + exportFormatter: CellBytes, }, { - selector: (row) => (row['prohibitSendReceiveQuotaInBytes'] / 1024 ** 3).toFixed(2), + selector: (row) => row['prohibitSendReceiveQuotaInBytes'], + cell: cellBytesFormatter(), name: 'Quota (GB)', sortable: true, - exportSelector: 'QuotaGB', + exportSelector: 'prohibitSendReceiveQuotaInBytes', + exportFormatter: CellBytes, }, { selector: (row) => Math.round((row.storageUsedInBytes / row.prohibitSendReceiveQuotaInBytes) * 100 * 10) / 10, name: 'Quota Used(%)', sortable: true, - exportSelector: 'QuotaUsed', + exportSelector: 'CippStatus', + exportFormatter: CellBytesToPercentage, + exportFormatterArgs: { + value: 'storageUsedInBytes', + dividedBy: 'prohibitSendReceiveQuotaInBytes', + }, }, { selector: (row) => row['itemCount'], diff --git a/src/views/email-exchange/reports/MalwareFilters.jsx b/src/views/email-exchange/reports/MalwareFilters.jsx new file mode 100644 index 000000000000..ebd9d5ad354c --- /dev/null +++ b/src/views/email-exchange/reports/MalwareFilters.jsx @@ -0,0 +1,217 @@ +import { CButton } from '@coreui/react' +import { faBan, faBook, faCheck, faEllipsisV, faTrash } from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import React, { useState } from 'react' +import { CippActionsOffcanvas } from 'src/components/utilities' +import { useSelector } from 'react-redux' +import { CippPageList } from 'src/components/layout' +import { cellDateFormatter, cellBooleanFormatter, CellTip } from 'src/components/tables' +import { cellTableFormatter } from 'src/components/tables/CellTable' + +const ListMalwareFilters = () => { + const tenant = useSelector((state) => state.app.currentTenant) + + const Offcanvas = (row, rowIndex, formatExtraData) => { + const [ocVisible, setOCVisible] = useState(false) + + return ( + <> + setOCVisible(true)}> + + + , + modal: true, + modalUrl: `/api/EditMalwareFilter?State=Enable&TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to enable this rule?', + }, + { + label: 'Disable Rule', + color: 'info', + icon: , + modal: true, + modalUrl: `/api/EditMalwareFilter?State=Disable&TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to disable this rule?', + }, + /*{ + label: 'Delete Rule', + color: 'danger', + modal: true, + icon: , + modalUrl: `/api/RemoveMalwareFilter?TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to delete this rule?', + },*/ + ]} + placement="end" + visible={ocVisible} + id={row.id} + hideFunction={() => setOCVisible(false)} + /> + + ) + } + + const columns = [ + { + name: 'Rule Name', + selector: (row) => row['RuleName'], + sortable: true, + exportSelector: 'RuleName', + }, + { + name: 'Policy Name', + selector: (row) => row['Name'], + sortable: true, + exportSelector: 'Name', + }, + { + name: 'Enabled', + selector: (row) => row['State'], + exportSelector: 'State', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Priority', + selector: (row) => row['Priority'], + sortable: true, + exportSelector: 'Priority', + maxWidth: '40px', + }, + { + name: 'Recipient Domains', + selector: (row) => row['RecipientDomainIs'], + sortable: true, + exportSelector: 'RecipientDomainIs', + cell: cellTableFormatter('RecipientDomainIs'), + }, + { + name: 'File Filter', + selector: (row) => row['EnableFileFilter'], + exportSelector: 'EnableFileFilter', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'File Types', + selector: (row) => row['FileTypes'], + sortable: true, + exportSelector: 'FileTypes', + cell: cellTableFormatter('FileTypes'), + }, + { + name: 'File Type Action', + selector: (row) => row['FileTypeAction'], + sortable: true, + exportSelector: 'FileTypeAction', + maxWidth: '200px', + }, + { + name: 'Zap', + selector: (row) => row['ZapEnabled'], + exportSelector: 'ZapEnabled', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Quarantine Tag', + selector: (row) => row['QuarantineTag'], + sortable: true, + exportSelector: 'QuarantineTag', + maxWidth: '200px', + }, + { + name: 'Internal Admin Notifications', + selector: (row) => row['EnableInternalSenderAdminNotifications'], + exportSelector: 'EnableInternalSenderAdminNotifications', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Internal Sender Admin Address', + selector: (row) => row['InternalSenderAdminAddress'], + sortable: true, + exportSelector: 'InternalSenderAdminAddress', + }, + { + name: 'External Admin Notifications', + selector: (row) => row['EnableExternalSenderAdminNotifications'], + exportSelector: 'EnableExternalSenderAdminNotifications', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'External Sender Admin Address', + selector: (row) => row['ExternalSenderAdminAddress'], + sortable: true, + exportSelector: 'ExternalSenderAdminAddress', + }, + { + name: 'Creation Date', + selector: (row) => row['WhenCreated'], + sortable: true, + exportSelector: 'WhenCreated', + cell: cellDateFormatter(), + maxWidth: '150px', + }, + { + name: 'Last Modified Date', + selector: (row) => row['WhenChanged'], + sortable: true, + exportSelector: 'WhenChanged', + cell: cellDateFormatter(), + maxWidth: '150px', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '80px', + }, + ] + + return ( + <> + + + ) +} + +export default ListMalwareFilters diff --git a/src/views/email-exchange/reports/PhishingPoliciesList.jsx b/src/views/email-exchange/reports/PhishingPoliciesList.jsx deleted file mode 100644 index b4cd5ba23a01..000000000000 --- a/src/views/email-exchange/reports/PhishingPoliciesList.jsx +++ /dev/null @@ -1,73 +0,0 @@ -import React from 'react' -import { useSelector } from 'react-redux' -import { CippPageList } from 'src/components/layout/CippPage' -import { cellBooleanFormatter, cellDateFormatter } from 'src/components/tables' - -//TODO: Add CellBoolean -const columns = [ - { - selector: (row) => row['Name'], - name: 'Name', - sortable: true, - exportSelector: 'Name', - }, - { - selector: (row) => row['PhishThresholdLevel'], - name: 'Phish Threshold Level', - sortable: true, - exportSelector: 'PhishThresholdLevel', - }, - { - selector: (row) => row['Enabled'], - name: 'Enabled', - sortable: true, - cell: cellBooleanFormatter({ warning: true, colourless: true }), - exportSelector: 'Enabled', - }, - { - selector: (row) => row['ExcludedSenders'], - name: 'Excluded Senders', - sortable: true, - cell: cellBooleanFormatter({ warning: true, colourless: true, noDataIsFalse: true }), - exportSelector: 'ExcludedSenders', - }, - { - selector: (row) => row['ExcludedDomains'], - name: 'Excluded Domains', - sortable: true, - cell: cellBooleanFormatter(), - exportSelector: 'ExcludedDomains', - }, - { - selector: (row) => row['WhenChangedUTC'], - name: 'Last Change Date (Local)', - sortable: true, - cell: cellDateFormatter(), - exportSelector: 'WhenChangedUTC', - }, - { - selector: (row) => row['Priority'], - name: 'Priority', - sortable: true, - exportSelector: 'Priority', - }, -] - -const MailboxList = () => { - const tenant = useSelector((state) => state.app.currentTenant) - - return ( - - ) -} - -export default MailboxList diff --git a/src/views/email-exchange/reports/SafeAttachmentsFilters.jsx b/src/views/email-exchange/reports/SafeAttachmentsFilters.jsx new file mode 100644 index 000000000000..a9257edfd7e4 --- /dev/null +++ b/src/views/email-exchange/reports/SafeAttachmentsFilters.jsx @@ -0,0 +1,181 @@ +import { CButton } from '@coreui/react' +import { faBan, faBook, faCheck, faEllipsisV, faTrash } from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import React, { useState } from 'react' +import { CippActionsOffcanvas } from 'src/components/utilities' +import { useSelector } from 'react-redux' +import { CippPageList } from 'src/components/layout' +import { cellDateFormatter, cellBooleanFormatter, CellTip } from 'src/components/tables' +import { cellTableFormatter } from 'src/components/tables/CellTable' + +const ListSafeAttachmentsFilters = () => { + const tenant = useSelector((state) => state.app.currentTenant) + + const Offcanvas = (row, rowIndex, formatExtraData) => { + const [ocVisible, setOCVisible] = useState(false) + + return ( + <> + setOCVisible(true)}> + + + , + modal: true, + modalUrl: `/api/EditSafeAttachmentsFilter?State=Enable&TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to enable this rule?', + }, + { + label: 'Disable Rule', + color: 'info', + icon: , + modal: true, + modalUrl: `/api/EditSafeAttachmentsFilter?State=Disable&TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to disable this rule?', + }, + /*{ + label: 'Delete Rule', + color: 'danger', + modal: true, + icon: , + modalUrl: `/api/RemoveSafeAttachmentsFilter?TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to delete this rule?', + },*/ + ]} + placement="end" + visible={ocVisible} + id={row.id} + hideFunction={() => setOCVisible(false)} + /> + + ) + } + + const columns = [ + { + name: 'Rule Name', + selector: (row) => row['RuleName'], + sortable: true, + exportSelector: 'RuleName', + }, + { + name: 'Policy Name', + selector: (row) => row['Name'], + sortable: true, + exportSelector: 'Name', + }, + { + name: 'Enabled', + selector: (row) => row['State'], + exportSelector: 'State', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Priority', + selector: (row) => row['Priority'], + sortable: true, + exportSelector: 'Priority', + maxWidth: '40px', + }, + { + name: 'Recipient Domains', + selector: (row) => row['RecipientDomainIs'], + sortable: true, + exportSelector: 'RecipientDomainIs', + cell: cellTableFormatter('RecipientDomainIs'), + }, + { + name: 'Action', + selector: (row) => row['Action'], + sortable: true, + exportSelector: 'Action', + }, + { + name: 'QuarantineTag', + selector: (row) => row['QuarantineTag'], + sortable: true, + exportSelector: 'QuarantineTag', + }, + { + name: 'Redirect', + selector: (row) => row['Redirect'], + exportSelector: 'Redirect', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Redirect Address', + selector: (row) => row['RedirectAddress'], + sortable: true, + exportSelector: 'RedirectAddress', + }, + { + name: 'Creation Date', + selector: (row) => row['WhenCreated'], + sortable: true, + exportSelector: 'WhenCreated', + cell: cellDateFormatter(), + maxWidth: '150px', + }, + { + name: 'Last Modified Date', + selector: (row) => row['WhenChanged'], + sortable: true, + exportSelector: 'WhenChanged', + cell: cellDateFormatter(), + maxWidth: '150px', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '80px', + }, + ] + + return ( + <> + + + ) +} + +export default ListSafeAttachmentsFilters diff --git a/src/views/email-exchange/reports/SafeLinksFilters.jsx b/src/views/email-exchange/reports/SafeLinksFilters.jsx new file mode 100644 index 000000000000..68c9d07305ff --- /dev/null +++ b/src/views/email-exchange/reports/SafeLinksFilters.jsx @@ -0,0 +1,226 @@ +import { CButton } from '@coreui/react' +import { faBan, faBook, faCheck, faEllipsisV, faTrash } from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import React, { useState } from 'react' +import { CippActionsOffcanvas } from 'src/components/utilities' +import { useSelector } from 'react-redux' +import { CippPageList } from 'src/components/layout' +import { cellDateFormatter, cellBooleanFormatter, CellTip } from 'src/components/tables' +import { cellTableFormatter } from 'src/components/tables/CellTable' + +const ListSafeLinksFilters = () => { + const tenant = useSelector((state) => state.app.currentTenant) + + const Offcanvas = (row, rowIndex, formatExtraData) => { + const [ocVisible, setOCVisible] = useState(false) + + return ( + <> + setOCVisible(true)}> + + + , + modal: true, + modalUrl: `/api/EditSafeLinksFilter?State=Enable&TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to enable this rule?', + }, + { + label: 'Disable Rule', + color: 'info', + icon: , + modal: true, + modalUrl: `/api/EditSafeLinksFilter?State=Disable&TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to disable this rule?', + }, + /*{ + label: 'Delete Rule', + color: 'danger', + modal: true, + icon: , + modalUrl: `/api/RemoveSafeLinksFilter?TenantFilter=${tenant.defaultDomainName}&RuleName=${row.RuleName}`, + modalMessage: 'Are you sure you want to delete this rule?', + },*/ + ]} + placement="end" + visible={ocVisible} + id={row.id} + hideFunction={() => setOCVisible(false)} + /> + + ) + } + + const columns = [ + { + name: 'Rule Name', + selector: (row) => row['RuleName'], + sortable: true, + exportSelector: 'RuleName', + }, + { + name: 'Policy Name', + selector: (row) => row['Name'], + sortable: true, + exportSelector: 'Name', + }, + { + name: 'Enabled', + selector: (row) => row['State'], + exportSelector: 'State', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Priority', + selector: (row) => row['Priority'], + sortable: true, + exportSelector: 'Priority', + maxWidth: '40px', + }, + { + name: 'Recipient Domains', + selector: (row) => row['RecipientDomainIs'], + sortable: true, + exportSelector: 'RecipientDomainIs', + cell: cellTableFormatter('RecipientDomainIs'), + }, + { + name: 'SafeLinks For Email', + selector: (row) => row['EnableSafeLinksForEmail'], + exportSelector: 'EnableSafeLinksForEmail', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'SafeLinks For Teams', + selector: (row) => row['EnableSafeLinksForTeams'], + exportSelector: 'EnableSafeLinksForTeams', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'SafeLinks For Office', + selector: (row) => row['EnableSafeLinksForOffice'], + exportSelector: 'EnableSafeLinksForOffice', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Track Clicks', + selector: (row) => row['TrackClicks'], + exportSelector: 'TrackClicks', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Scan Urls', + selector: (row) => row['ScanUrls'], + exportSelector: 'ScanUrls', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Enable For Internal Senders', + selector: (row) => row['EnableForInternalSenders'], + exportSelector: 'EnableForInternalSenders', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Deliver Message After Scan', + selector: (row) => row['DeliverMessageAfterScan'], + exportSelector: 'DeliverMessageAfterScan', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Allow Click Through', + selector: (row) => row['AllowClickThrough'], + exportSelector: 'AllowClickThrough', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Disable Url Rewrite', + selector: (row) => row['DisableUrlRewrite'], + exportSelector: 'DisableUrlRewrite', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Organization Branding', + selector: (row) => row['EnableOrganizationBranding'], + exportSelector: 'EnableOrganizationBranding', + cell: cellBooleanFormatter(), + maxWidth: '40px', + }, + { + name: 'Creation Date', + selector: (row) => row['WhenCreated'], + sortable: true, + exportSelector: 'WhenCreated', + cell: cellDateFormatter(), + maxWidth: '150px', + }, + { + name: 'Last Modified Date', + selector: (row) => row['WhenChanged'], + sortable: true, + exportSelector: 'WhenChanged', + cell: cellDateFormatter(), + maxWidth: '150px', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '80px', + }, + ] + + return ( + <> + + + ) +} + +export default ListSafeLinksFilters diff --git a/src/views/email-exchange/rooms/AddRoomMailbox.jsx b/src/views/email-exchange/rooms/AddRoomMailbox.jsx new file mode 100644 index 000000000000..7cddd93b8974 --- /dev/null +++ b/src/views/email-exchange/rooms/AddRoomMailbox.jsx @@ -0,0 +1,118 @@ +import React from 'react' +import { + CCallout, + CButton, + CCol, + CForm, + CRow, + CSpinner, + CCard, + CCardHeader, + CCardTitle, + CCardBody, +} from '@coreui/react' +import { Form } from 'react-final-form' +import { RFFCFormInput, RFFCFormSelect, RFFCFormTextarea } from 'src/components/forms' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' +import { CippPage } from 'src/components/layout/CippPage' +import { useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { useListDomainsQuery } from 'src/store/api/domains' +import { useSelector } from 'react-redux' + +const AddRoomMailbox = () => { + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const { + data: domains = [], + isFetching: domainsIsFetching, + error: domainsError, + } = useListDomainsQuery({ tenantDomain }) + + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const onSubmit = (values) => { + const shippedValues = { + tenantID: tenantDomain, + domain: values.domain, + displayName: values.displayName.trim(), + username: values.username.trim(), + userPrincipalName: values.username.trim() + '@' + values.domain.trim(), + resourceCapacity: values.resourceCapacity ? values.resourceCapacity.trim() : undefined, + } + // window.alert(JSON.stringify(shippedValues)) + genericPostRequest({ path: '/api/AddRoomMailbox', values: shippedValues }) + } + + // TODO: Add functionality to set location, office, floor and other things here + return ( + + + + Add Room + + + { + return ( + + + + + + + + + + + + {domainsIsFetching && } + {!domainsIsFetching && ( + ({ + value: domain.id, + label: domain.id, + }))} + /> + )} + {domainsError && Failed to load list of domains} + + + + + + + + + Add Room Mailbox + {postResults.isFetching && ( + + )} + + + + {postResults.isSuccess && ( + + {postResults.data.Results.map((message, idx) => { + return
  • {message}
  • + })} +
    + )} +
    + ) + }} + /> +
    +
    +
    + ) +} + +export default AddRoomMailbox diff --git a/src/views/email-exchange/rooms/ListRoomLists.jsx b/src/views/email-exchange/rooms/ListRoomLists.jsx new file mode 100644 index 000000000000..b6db3bcd2b40 --- /dev/null +++ b/src/views/email-exchange/rooms/ListRoomLists.jsx @@ -0,0 +1,76 @@ +import React from 'react' +import { useSelector } from 'react-redux' +import { CButton } from '@coreui/react' +import { faEye, faEdit } from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { Link } from 'react-router-dom' +import { CippPageList } from 'src/components/layout' +import { CellTip } from 'src/components/tables' + +const RoomLists = () => { + const tenant = useSelector((state) => state.app.currentTenant) + /* const Actions = (row, rowIndex, formatExtraData) => ( + <> + + + + + + + )*/ + + const columns = [ + { + name: 'Name', + selector: (row) => row['displayName'], + sortable: true, + cell: (row) => CellTip(row['displayName']), + exportSelector: 'displayName', + maxWidth: '500px', + }, + { + name: 'Coordinates', + selector: (row) => row['geoCoordinates'], + sortable: true, + exportSelector: 'geoCoordinates', + maxWidth: '200px', + }, + { + name: 'PlaceId', + selector: (row) => row['placeId'], + sortable: true, + cell: (row) => CellTip(row['placeId']), + exportSelector: 'placeId', + maxWidth: '300px', + }, + /*{ + name: 'Address', + selector: (row) => row['address'], + sortable: true, + cell: (row) => CellTip(row['address']), + exportSelector: 'address', + maxWidth: '200px', + },*/ + /*{ + name: 'Actions', + cell: Actions, + maxWidth: '80px', + },*/ + ] + + return ( + + ) +} + +export default RoomLists diff --git a/src/views/email-exchange/rooms/ListRooms.jsx b/src/views/email-exchange/rooms/ListRooms.jsx new file mode 100644 index 000000000000..77d4132ff906 --- /dev/null +++ b/src/views/email-exchange/rooms/ListRooms.jsx @@ -0,0 +1,93 @@ +import React from 'react' +import { useSelector } from 'react-redux' +import { CButton } from '@coreui/react' +import { faEye, faEdit } from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { Link } from 'react-router-dom' +import { TitleButton } from 'src/components/buttons' +import { CippPageList } from 'src/components/layout' +import { CellTip } from 'src/components/tables' + +const Rooms = () => { + const tenant = useSelector((state) => state.app.currentTenant) + /* const Actions = (row, rowIndex, formatExtraData) => ( + <> + + + + + + + )*/ + const titleButton = + const columns = [ + { + name: 'Name', + selector: (row) => row['displayName'], + sortable: true, + cell: (row) => CellTip(row['displayName']), + exportSelector: 'displayName', + }, + { + name: 'Building', + selector: (row) => row['building'], + sortable: true, + exportSelector: 'building', + maxWidth: '200px', + }, + { + name: 'Floor', + selector: (row) => row['floorNumber'], + sortable: true, + cell: (row) => CellTip(row['floorNumber']), + exportSelector: 'floorNumber', + maxWidth: '100px', + }, + { + name: 'Capacity', + selector: (row) => row['capacity'], + sortable: true, + cell: (row) => CellTip(row['capacity']), + exportSelector: 'capacity', + maxWidth: '100px', + }, + { + name: 'bookingType', + selector: (row) => row['bookingType'], + sortable: true, + cell: (row) => CellTip(row['bookingType']), + exportSelector: 'bookingType', + maxWidth: '200px', + }, + /*{ + name: 'Address', + selector: (row) => row['address'], + sortable: true, + cell: (row) => CellTip(row['address']), + exportSelector: 'address', + maxWidth: '100px', + },*/ + /*{ + name: 'Actions', + cell: Actions, + maxWidth: '80px', + },*/ + ] + + return ( + + ) +} + +export default Rooms diff --git a/src/views/email-exchange/spamfilter/DeploySpamfilter.jsx b/src/views/email-exchange/spamfilter/DeploySpamfilter.jsx index 4a8c7e0e21b0..c2135ec9c833 100644 --- a/src/views/email-exchange/spamfilter/DeploySpamfilter.jsx +++ b/src/views/email-exchange/spamfilter/DeploySpamfilter.jsx @@ -6,7 +6,7 @@ import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons' import { CippWizard } from 'src/components/layout' import { WizardTableField } from 'src/components/tables' import PropTypes from 'prop-types' -import { RFFCFormSelect, RFFCFormTextarea } from 'src/components/forms' +import { RFFCFormSelect, RFFCFormTextarea, RFFCFormInput } from 'src/components/forms' import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' import { OnChange } from 'react-final-form-listeners' @@ -54,7 +54,6 @@ const SpamFilterAdd = () => { let template = intuneTemplates.data.filter(function (obj) { return obj.GUID === value }) - // console.log(template[0][set]) onChange(JSON.stringify(template[0])) }} @@ -152,6 +151,11 @@ const SpamFilterAdd = () => { /> + + + + +
    @@ -180,6 +184,8 @@ const SpamFilterAdd = () => {
    Rule Settings
    {props.values.PowerShellCommand} +
    Priority
    + {props.values.Priority} diff --git a/src/views/email-exchange/tools/MailTest.jsx b/src/views/email-exchange/tools/MailTest.jsx index d433e658dba3..27b55070f6db 100644 --- a/src/views/email-exchange/tools/MailTest.jsx +++ b/src/views/email-exchange/tools/MailTest.jsx @@ -40,22 +40,22 @@ const MailTest = () => { }, { name: 'SPF', - selector: (row) => row?.AuthResult.filter((x) => x?.Name === 'spf')[0].Status == 'pass', + selector: (row) => row?.AuthResult?.find((x) => x?.Name === 'spf')?.Status == 'pass', cell: cellBooleanFormatter(), }, { name: 'DKIM', - selector: (row) => row?.AuthResult.filter((x) => x?.Name === 'dkim')[0].Status == 'pass', + selector: (row) => row?.AuthResult?.find((x) => x?.Name === 'dkim')?.Status == 'pass', cell: cellBooleanFormatter(), }, { name: 'DMARC', - selector: (row) => row?.AuthResult.filter((x) => x?.Name === 'dmarc')[0].Status == 'pass', + selector: (row) => row?.AuthResult?.find((x) => x?.Name === 'dmarc')?.Status == 'pass', cell: cellBooleanFormatter(), }, { name: 'Comp Auth', - selector: (row) => row?.AuthResult.filter((x) => x?.Name === 'compauth')[0].Status == 'pass', + selector: (row) => row?.AuthResult?.find((x) => x?.Name === 'compauth')?.Status == 'pass', cell: cellBooleanFormatter(), }, { diff --git a/src/views/email-exchange/tools/MessageViewer.jsx b/src/views/email-exchange/tools/MessageViewer.jsx new file mode 100644 index 000000000000..f010c0b37c4f --- /dev/null +++ b/src/views/email-exchange/tools/MessageViewer.jsx @@ -0,0 +1,342 @@ +import React, { useCallback, useEffect, useMemo, useState } from 'react' +import PropTypes from 'prop-types' +import { CippPage, CippMasonry, CippMasonryItem, CippContentCard } from 'src/components/layout' +import { parseEml, readEml, GBKUTF8, decode } from 'eml-parse-js' +import { useMediaPredicate } from 'react-media-hook' +import { useSelector } from 'react-redux' +import { CellDate } from 'src/components/tables' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { + CButton, + CCard, + CCardBody, + CCol, + CDropdown, + CDropdownMenu, + CDropdownToggle, + CLink, + CRow, +} from '@coreui/react' +import ReactTimeAgo from 'react-time-ago' +import { CippCodeBlock, ModalService } from 'src/components/utilities' +import DOMPurify from 'dompurify' +import ReactHtmlParser from 'react-html-parser' +import CippDropzone from 'src/components/utilities/CippDropzone' + +const MessageViewer = ({ emailSource }) => { + const [emlContent, setEmlContent] = useState(null) + const [emlError, setEmlError] = useState(false) + const [messageHtml, setMessageHtml] = useState('') + const [emlHeaders, setEmlHeaders] = useState(null) + + const getAttachmentIcon = (contentType) => { + if (contentType.includes('image')) { + return 'image' + } else if (contentType.includes('audio')) { + return 'volume-up' + } else if (contentType.includes('video')) { + return 'video' + } else if (contentType.includes('text')) { + return 'file-lines' + } else if (contentType.includes('pdf')) { + return 'file-pdf' + } else if ( + contentType.includes('zip') || + contentType.includes('compressed') || + contentType.includes('tar') || + contentType.includes('gzip') + ) { + return 'file-zipper' + } else if (contentType.includes('msword')) { + return 'file-word' + } else if (contentType.includes('spreadsheet')) { + return 'file-excel' + } else if (contentType.includes('presentation')) { + return 'file-powerpoint' + } else if (contentType.includes('json') || contentType.includes('xml')) { + return 'file-code' + } else if (contentType.includes('rfc822')) { + return 'envelope' + } else { + return 'file' + } + } + + const downloadAttachment = (attachment, newTab = false) => { + var contentType = attachment?.contentType?.split(';')[0] ?? 'text/plain' + var fileBytes = attachment.data + if (fileBytes instanceof Uint8Array && attachment?.data64) { + fileBytes = new Uint8Array( + atob(attachment.data64) + .split('') + .map((c) => c.charCodeAt(0)), + ) + } + var fileName = attachment.name + const blob = new Blob([fileBytes], { type: contentType ?? 'application/octet-stream' }) + const url = URL.createObjectURL(blob) + const link = document.createElement('a') + if (newTab) { + if (contentType.includes('rfc822')) { + var content = fileBytes + const nestedMessage = + ModalService.open({ + body: nestedMessage, + title: fileName, + size: 'lg', + }) + } else if (contentType.includes('pdf')) { + const embeddedPdf = + ModalService.open({ + body: embeddedPdf, + title: fileName, + size: 'lg', + }) + } else if (contentType.includes('image')) { + const embeddedImage = {fileName} + ModalService.open({ + body: embeddedImage, + title: fileName, + size: 'lg', + }) + } else if (contentType.includes('text')) { + const textContent = fileBytes + ModalService.open({ + data: textContent, + componentType: 'codeblock', + title: fileName, + size: 'lg', + }) + setTimeout(() => { + URL.revokeObjectURL(url) + }, 1000) + } else { + const newWindow = window.open() + newWindow.location.href = url + URL.revokeObjectURL(url) + } + } else { + link.href = url + link.download = fileName + link.click() + URL.revokeObjectURL(url) + } + } + + function isValidDate(d) { + return d instanceof Date && !isNaN(d) + } + + const showEmailModal = (emailSource, title = 'Email Source') => { + ModalService.open({ + data: emailSource, + componentType: 'codeblock', + title: title, + size: 'lg', + }) + } + + const EmailButtons = (emailHeaders, emailSource) => { + const emailSourceBytes = new TextEncoder().encode(emailSource) + const blob = new Blob([emailSourceBytes], { type: 'message/rfc822' }) + const url = URL.createObjectURL(blob) + return ( + + {emailHeaders && ( + showEmailModal(emailHeaders, 'Email Headers')} className="me-2"> + + View Headers + + )} + showEmailModal(emailSource)}> + + View Source + + + ) + } + + useEffect(() => { + readEml(emailSource, (err, ReadEmlJson) => { + if (err) { + setEmlError(true) + setEmlContent(null) + setMessageHtml(null) + setEmlHeaders(null) + } else { + setEmlContent(ReadEmlJson) + setEmlError(false) + if (ReadEmlJson.html) { + var sanitizedHtml = DOMPurify.sanitize(ReadEmlJson.html) + var parsedHtml = ReactHtmlParser(sanitizedHtml) + setMessageHtml(parsedHtml) + } else { + setMessageHtml(null) + } + const header_regex = /(?:^[\w-]+:\s?.*(?:\r?\n[ \t].*)*\r?\n?)+/gm + const headers = emailSource.match(header_regex) + setEmlHeaders(headers ? headers[0] : null) + } + }) + }, [emailSource, setMessageHtml, setEmlError, setEmlContent, setEmlHeaders]) + + var buttons = EmailButtons(emlHeaders, emailSource) + + return ( + <> + {emlError && ( + + Unable to parse the EML file, email source is displayed below. + + + )} + + {emlContent && ( + <> + + <> + + +
    + + {emlContent?.from?.name} <{emlContent?.from?.email}> +
    + {emlContent?.to?.length > 0 && ( +
    + + To:{' '} + {emlContent?.to?.map((to) => to.name + ' <' + to.email + '>').join(', ')} + +
    + )} + {emlContent?.cc?.length > 0 && ( +
    + + CC:{' '} + {emlContent?.cc?.map((cc) => cc.name + ' <' + cc.email + '>').join(', ')} + +
    + )} +
    + +
    + + + {emlContent.date && isValidDate(emlContent.date) + ? emlContent.date.toLocaleDateString() + : 'Invalid Date'} + + {emlContent.date && isValidDate(emlContent.date) && ( + <> + () + + )} + +
    +
    +
    + + + {emlContent.attachments && emlContent.attachments.length > 0 && ( + + + {emlContent.attachments.map((attachment, index) => ( + + + + {attachment.name ?? 'No name'} + + + downloadAttachment(attachment)} + > + + Download + + {(attachment?.contentType === undefined || + attachment?.contentType?.includes('text') || + attachment?.contentType?.includes('pdf') || + attachment?.contentType?.includes('image') || + attachment?.contentType?.includes('rfc822')) && ( + downloadAttachment(attachment, true)} + > + + View + + )} + + + ))} + + + )} + + {(emlContent?.text || emlContent?.html) && ( + + + {messageHtml ? ( +
    {messageHtml}
    + ) : ( +
    + +
    + )} +
    +
    + )} +
    + + )} + + ) +} + +MessageViewer.propTypes = { + emailSource: PropTypes.string, +} + +const MessageViewerPage = () => { + const [emlFile, setEmlFile] = useState(null) + const onDrop = useCallback((acceptedFiles) => { + acceptedFiles.forEach((file) => { + const reader = new FileReader() + reader.onabort = () => console.log('file reading was aborted') + reader.onerror = () => console.log('file reading has failed') + reader.onload = () => { + setEmlFile(reader.result) + } + reader.readAsText(file) + }) + }, []) + + return ( + + + {emlFile && } + + ) +} + +export default MessageViewerPage diff --git a/src/views/email-exchange/transport/DeployTransport.jsx b/src/views/email-exchange/transport/DeployTransport.jsx index 4ba34de996b4..8a0e5b6c35cb 100644 --- a/src/views/email-exchange/transport/DeployTransport.jsx +++ b/src/views/email-exchange/transport/DeployTransport.jsx @@ -54,7 +54,6 @@ const AddPolicy = () => { let template = TransportTemplates.data.filter(function (obj) { return obj.GUID === value }) - // console.log(template[0][set]) onChange(JSON.stringify(template[0])) }} diff --git a/src/views/email-exchange/transport/TransportRules.jsx b/src/views/email-exchange/transport/TransportRules.jsx index 4e6f3f68a35d..9d534e17dee5 100644 --- a/src/views/email-exchange/transport/TransportRules.jsx +++ b/src/views/email-exchange/transport/TransportRules.jsx @@ -131,6 +131,10 @@ const TransportRulesList = () => { } datatable={{ + filterlist: [ + { filterName: 'Enabled rules', filter: 'Complex: State eq Enabled' }, + { filterName: 'Disabled rules', filter: 'Complex: State eq Disabled' }, + ], reportName: `${tenant?.defaultDomainName}-transport-rules-list`, path: '/api/ListTransportRules', params: { TenantFilter: tenant?.defaultDomainName }, diff --git a/src/views/endpoint/applications/ApplicationsAddWinGet.jsx b/src/views/endpoint/applications/ApplicationsAddWinGet.jsx index 525c39d93799..0880a67e3755 100644 --- a/src/views/endpoint/applications/ApplicationsAddWinGet.jsx +++ b/src/views/endpoint/applications/ApplicationsAddWinGet.jsx @@ -88,10 +88,8 @@ const AddWinGet = () => { {(value) => { let template = foundPackages.data.filter(function (obj) { - // console.log(value) return obj.packagename === value }) - //console.log(template[0]) onChange(template[0][set]) }} diff --git a/src/views/endpoint/autopilot/AutopilotAddDevice.jsx b/src/views/endpoint/autopilot/AutopilotAddDevice.jsx index 248f890b7e87..b475e2712388 100644 --- a/src/views/endpoint/autopilot/AutopilotAddDevice.jsx +++ b/src/views/endpoint/autopilot/AutopilotAddDevice.jsx @@ -34,6 +34,28 @@ Error.propTypes = { const AddAPDevice = () => { const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() const [autopilotData, setAutopilotdata] = useState([]) + const completeColumns = [ + { + name: 'Serial Number', + selector: (row) => row['serialNumber'], + sortable: true, + }, + { + name: 'Status', + selector: (row) => row['status'], + sortable: true, + }, + { + name: 'Error Code', + selector: (row) => row['errorCode'], + sortable: true, + }, + { + name: 'Error Description', + selector: (row) => row['errorDescription'], + sortable: true, + }, + ] const tableColumns = [ { name: 'serialNumber', @@ -93,7 +115,6 @@ const AddAPDevice = () => { } }) setAutopilotdata([...autopilotData, ...importdata]) - // console.log(importdata) } const handleOnError = (err, file, inputElem, reason) => { @@ -268,8 +289,18 @@ const AddAPDevice = () => { Loading )} - {postResults.isSuccess && {postResults.data.Results}} - {autopilotData && ( + {postResults.isSuccess && ( + <> + {postResults.data?.Results?.Status} + + + )} + {autopilotData && !postResults.isSuccess && ( ( { - + + ({ + value: tag, + name: language, + }))} + name="languages" + multi={false} + label="Languages" + /> + + + + { - + -

    - - - - - - - - - + + + + + + + + + + + + +
    diff --git a/src/views/endpoint/intune/Devices.jsx b/src/views/endpoint/intune/Devices.jsx index 85111eab9967..01ab8dd14071 100644 --- a/src/views/endpoint/intune/Devices.jsx +++ b/src/views/endpoint/intune/Devices.jsx @@ -283,6 +283,44 @@ const DevicesList = () => { path: '/api/ListDevices', reportName: `${tenant?.defaultDomainName}-Device-List`, params: { TenantFilter: tenant?.defaultDomainName }, + tableProps: { + keyField: 'id', + selectableRows: true, + actionsList: [ + { + label: 'Sync Device', + modal: true, + modalUrl: `/api/ExecDeviceAction?TenantFilter=${tenant.defaultDomainName}&GUID=!id&Action=syncDevice`, + modalMessage: 'Are you sure you want to Sync these device(s)?', + }, + { + label: 'Reboot Device(s)', + modal: true, + modalUrl: `/api/ExecDeviceAction?TenantFilter=${tenant.defaultDomainName}&GUID=!id&Action=rebootNow`, + modalMessage: 'Are you sure you want to reboot these device(s)?', + }, + { + label: 'Update Windows Defender', + modal: true, + modalUrl: `/api/ExecDeviceAction?TenantFilter=${tenant.defaultDomainName}&GUID=!id&Action=windowsDefenderUpdateSignatures`, + modalMessage: + 'Are you sure you want to update the Windows Defender signatures for these device(s)?', + }, + { + label: 'Rotate Local Admin Password', + modal: true, + modalUrl: `/api/ExecDeviceAction?TenantFilter=${tenant.defaultDomainName}&GUID=!id&Action=RotateLocalAdminPassword`, + modalMessage: 'Are you sure you want to rotate the password for these devices(s)?', + }, + { + label: 'Rotate Bitlocker Keys', + modal: true, + modalUrl: `/api/ExecDeviceAction?TenantFilter=${tenant.defaultDomainName}&GUID=!id&Action=rotateBitLockerKeys`, + modalMessage: + 'Are you sure you want to rotate the Bitlocker Keys for these device(s)?', + }, + ], + }, }} /> ) diff --git a/src/views/endpoint/intune/MEMAddPolicy.jsx b/src/views/endpoint/intune/MEMAddPolicy.jsx index 161b0134665f..d742ba0c203a 100644 --- a/src/views/endpoint/intune/MEMAddPolicy.jsx +++ b/src/views/endpoint/intune/MEMAddPolicy.jsx @@ -2,9 +2,15 @@ import React, { useState } from 'react' import { CCol, CRow, CListGroup, CListGroupItem, CCallout, CSpinner } from '@coreui/react' import { Field, FormSpy } from 'react-final-form' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faCheck, faExclamationTriangle, faTimes } from '@fortawesome/free-solid-svg-icons' +import { + faCheck, + faExclamationTriangle, + faFunnelDollar, + faTimes, +} from '@fortawesome/free-solid-svg-icons' import { CippWizard } from 'src/components/layout' import { WizardTableField } from 'src/components/tables' +import { validateAlphabeticalSort } from 'src/components/utilities' import PropTypes from 'prop-types' import { Condition, @@ -16,6 +22,7 @@ import { import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' import { OnChange } from 'react-final-form-listeners' import CippJsonView from 'src/components/utilities/CippJsonView' +import { value } from 'lodash-es' const Error = ({ name }) => ( { let template = intuneTemplates.data.filter(function (obj) { return obj.GUID === value }) - // console.log(template[0][set]) onChange(template[0][set]) }} @@ -145,10 +151,12 @@ const AddPolicy = () => { {intuneTemplates.isSuccess && ( ({ - value: template.GUID, - label: template.Displayname, - }))} + values={validateAlphabeticalSort(intuneTemplates.data, ['Displayname'])?.map( + (template) => ({ + value: template.GUID, + label: template.Displayname, + }), + )} placeholder="Select a template" label="Please choose a template to apply." /> @@ -207,7 +215,6 @@ const AddPolicy = () => { {(props) => { - console.log(props.values.RAWJson) const json = props.values?.RAWJson ? JSON.parse(props.values.RAWJson) : undefined return ( <> diff --git a/src/views/endpoint/intune/MEMAddPolicyTemplate.jsx b/src/views/endpoint/intune/MEMAddPolicyTemplate.jsx index 7d8e752d6a72..a6774de654dd 100644 --- a/src/views/endpoint/intune/MEMAddPolicyTemplate.jsx +++ b/src/views/endpoint/intune/MEMAddPolicyTemplate.jsx @@ -58,8 +58,10 @@ const MEMAddPolicyTemplate = () => { label="Select Policy Type" placeholder="Select a template type" values={[ + { label: 'App Protection Policy', value: 'AppProtection' }, { label: 'Administrative Template', value: 'Admin' }, { label: 'Settings Catalog', value: 'Catalog' }, + { label: 'Device Compliance Policy', value: 'deviceCompliancePolicies' }, { label: 'Custom Configuration', value: 'Device' }, ]} validate={required} diff --git a/src/views/endpoint/intune/MEMListAppProtection.jsx b/src/views/endpoint/intune/MEMListAppProtection.jsx index 569608ec916c..a1efd5bacc2a 100644 --- a/src/views/endpoint/intune/MEMListAppProtection.jsx +++ b/src/views/endpoint/intune/MEMListAppProtection.jsx @@ -48,7 +48,7 @@ const Actions = (row, rowIndex, formatExtraData) => { color: 'danger', modal: true, icon: , - modalUrl: `/api/RemovePolicy?TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&URLName=${row.URLName}`, + modalUrl: `/api/RemovePolicy?TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&URLName=managedAppPolicies`, modalMessage: 'Are you sure you want to delete this policy?', }, ]} @@ -122,6 +122,15 @@ const AppProtectionList = () => { expandableRows: true, expandableRowsComponent: ExpandedComponent, expandOnRowClicked: true, + selectableRows: true, + actionsList: [ + { + label: 'Delete Policy', + modal: true, + modalUrl: `api/RemovePolicy?TenantFilter=${tenant?.defaultDomainName}&ID=!id&URLName=managedAppPolicies`, + modalMessage: 'Are you sure you want to delete these policies?', + }, + ], }, }} /> diff --git a/src/views/endpoint/intune/MEMListCompliance.jsx b/src/views/endpoint/intune/MEMListCompliance.jsx index c65a395997fd..328a387566fd 100644 --- a/src/views/endpoint/intune/MEMListCompliance.jsx +++ b/src/views/endpoint/intune/MEMListCompliance.jsx @@ -19,7 +19,6 @@ import { cellBooleanFormatter, cellDateFormatter } from 'src/components/tables' const Actions = (row, rowIndex, formatExtraData) => { const [ocVisible, setOCVisible] = useState(false) - console.log(row) const tenant = useSelector((state) => state.app.currentTenant) return ( <> @@ -72,7 +71,7 @@ const Actions = (row, rowIndex, formatExtraData) => { color: 'danger', modal: true, icon: , - modalUrl: `/api/RemovePolicy?TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&URLName=${row.URLName}`, + modalUrl: `/api/RemovePolicy?TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&URLName=deviceCompliancePolicies`, modalMessage: 'Are you sure you want to delete this policy?', }, ]} @@ -146,6 +145,15 @@ const ComplianceList = () => { expandableRows: true, expandableRowsComponent: ExpandedComponent, expandOnRowClicked: true, + selectableRows: true, + actionsList: [ + { + label: 'Delete Policy', + modal: true, + modalUrl: `api/RemovePolicy?TenantFilter=${tenant?.defaultDomainName}&ID=!id&URLName=deviceCompliancePolicies`, + modalMessage: 'Are you sure you want to delete these policies?', + }, + ], }, }} /> diff --git a/src/views/endpoint/intune/MEMListPolicies.jsx b/src/views/endpoint/intune/MEMListPolicies.jsx index 0ea3ed1a26f4..f63db28effef 100644 --- a/src/views/endpoint/intune/MEMListPolicies.jsx +++ b/src/views/endpoint/intune/MEMListPolicies.jsx @@ -140,6 +140,15 @@ const IntuneList = () => { expandableRows: true, expandableRowsComponent: ExpandedComponent, expandOnRowClicked: true, + selectableRows: true, + actionsList: [ + { + label: 'Delete Policy', + modal: true, + modalUrl: `api/RemovePolicy?TenantFilter=${tenant?.defaultDomainName}&ID=!id&URLName=!URLName`, + modalMessage: 'Are you sure you want to delete these policies?', + }, + ], }, }} /> diff --git a/src/views/endpoint/intune/MEMListPolicyTemplates.jsx b/src/views/endpoint/intune/MEMListPolicyTemplates.jsx index 4ca9452daeff..1b389af653bc 100644 --- a/src/views/endpoint/intune/MEMListPolicyTemplates.jsx +++ b/src/views/endpoint/intune/MEMListPolicyTemplates.jsx @@ -16,6 +16,7 @@ import { useLazyGenericGetRequestQuery } from 'src/store/api/app' import { CippPage } from 'src/components/layout' import { ModalService } from 'src/components/utilities' import CippCodeOffCanvas from 'src/components/utilities/CippCodeOffcanvas' +import { TitleButton } from 'src/components/buttons' //todo: expandable with RAWJson property. @@ -106,6 +107,11 @@ const AutopilotListTemplates = () => { Endpoint Manager Templates + {getResults.isFetching && ( diff --git a/src/views/home/Home.jsx b/src/views/home/Home.jsx index e667c9fc0cbd..c3dc3de2afa6 100644 --- a/src/views/home/Home.jsx +++ b/src/views/home/Home.jsx @@ -2,39 +2,53 @@ import React, { useState } from 'react' import { faBook, faCog, - faEllipsisH, - faHotel, faLaptopCode, faMailBulk, - faSearch, - faShieldAlt, - faSync, faUser, - faUserAlt, faUserFriends, faUserPlus, faUsers, - faServer, } from '@fortawesome/free-solid-svg-icons' -import { CButton, CCol, CCollapse, CRow } from '@coreui/react' +import { + CButton, + CCol, + CCollapse, + CDropdown, + CDropdownMenu, + CDropdownToggle, + CLink, + CRow, +} from '@coreui/react' import { useGenericGetRequestQuery } from 'src/store/api/app' import { CippContentCard } from 'src/components/layout' import Skeleton from 'react-loading-skeleton' import { UniversalSearch } from 'src/components/utilities/UniversalSearch' -import { ActionContentCard } from 'src/components/contentcards' import { useSelector } from 'react-redux' import allStandardsList from 'src/data/standards' -import ReactTimeAgo from 'react-time-ago' -import { CellDelegatedPrivilege } from 'src/components/tables/CellDelegatedPrivilege' import Portals from 'src/data/portals' +import CippCopyToClipboard from 'src/components/utilities/CippCopyToClipboard' +import { CChart } from '@coreui/react-chartjs' +import { getStyle } from '@coreui/utils' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { Link } from 'react-router-dom' -import { TableModalButton } from 'src/components/buttons' +import { useNavigate, Link } from 'react-router-dom' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { ModalService } from 'src/components/utilities' -const Home = () => { +const TenantDashboard = () => { const [visible, setVisible] = useState(false) const [domainVisible, setDomainVisible] = useState(false) + const navigate = useNavigate() + const currentTenant = useSelector((state) => state.app.currentTenant) + const theme = useSelector((state) => state.app.currentTheme) + + var buttonColor = '' + if (theme === 'impact') { + buttonColor = 'secondary' + } else { + buttonColor = 'primary' + } + const { data: organization, isLoading: isLoadingOrg, @@ -81,7 +95,7 @@ const Home = () => { isFetching: isFetchingStandards, } = useGenericGetRequestQuery({ path: '/api/ListStandards', - params: {}, + params: { ShowConsolidated: true, TenantFilter: currentTenant.defaultDomainName }, }) const { @@ -142,260 +156,382 @@ const Home = () => { icon: faUserFriends, }, ] + const filteredStandards = (count, type) => { + const filteredStandards = standards?.filter((standard) => standard.Settings[type] === true) + if (count) { + return filteredStandards.length + } + return filteredStandards.map((standard, idx) => { + const standardDisplayname = allStandardsList.find((p) => p.name.includes(standard.Standard)) + return ( +
  • + {standardDisplayname?.label || standard.Standard} +
  • + ) + }) + } - const filteredStandards = standards - .filter( - (p) => p.displayName === 'AllTenants' || p.displayName === currentTenant.defaultDomainName, - ) - .flatMap((tenant) => { - return Object.keys(tenant.standards).map((standard, idx) => { - const standardDisplayname = allStandardsList.filter((p) => p.name.includes(standard)) - return ( -
  • - {standardDisplayname[0]?.label} ({tenant.displayName}) -
  • - ) + const handleTable = (data, title) => { + const QueryColumns = [] + const columns = Object.keys(data[0]).map((key) => { + QueryColumns.push({ + name: key, + selector: (row) => row[key], // Accessing the property using the key + sortable: true, + exportSelector: key, + cell: cellGenericFormatter(), }) }) + ModalService.open({ + data: data, + componentType: 'table', + componentProps: { + columns: QueryColumns, + keyField: 'id', + }, + title: title, + size: 'lg', + }) + } + + const userChartLegendClickHandler = function (e, legendItem, legend) { + switch (legendItem.text) { + case 'Total Users': + navigate('/identity/administration/users?customerId=' + currentTenant.customerId) + break + case 'Licensed Users': + navigate( + '/identity/administration/users?customerId=' + + currentTenant.customerId + + '&tableFilter=Graph%3A+assignedLicenses%2F%24count+ne+0', + ) + break + case 'Guests': + navigate( + '/identity/administration/users?customerId=' + + currentTenant.customerId + + '&tableFilter=Graph%3A+usertype+eq+%27guest%27', + ) + break + case 'Global Admins': + handleTable(GlobalAdminList.data?.Results, 'Global Admins') + break + } + } + return ( <> - - - - - - - - - + + + + + Portals + + + {actions1.map((item, idx) => ( + + {item.icon && } + {item.label} + + ))} + + + + + + CIPP Actions + + + {actions2.map((item, idx) => ( + + {item.icon && } + {item.label} + + ))} + + - {currentTenant?.customerId !== 'AllTenants' ? ( - <> + + - - - -
    - {issuccessUserCounts && !isFetchingUserCount ? dashboard?.Users : } -
    + + + {currentTenant?.displayName} + + + + + + {currentTenant?.customerId} + - - - -
    - {issuccessUserCounts && !isFetchingUserCount ? dashboard?.LicUsers : } -
    + + + {currentTenant?.defaultDomainName} + - - - {GlobalAdminList.isSuccess ? ( +
    + + + + {!isFetchingOrg && issuccessOrg && ( <> - + {organization.verifiedDomains?.slice(0, 3).map((item, idx) => ( +
  • {item.name}
  • + ))} + {organization.verifiedDomains?.length > 3 && ( + <> + + {organization.verifiedDomains?.slice(3).map((item, idx) => ( +
  • {item.name}
  • + ))} +
    + setDomainVisible(!domainVisible)} + > + {domainVisible ? 'See less' : 'See more...'} + + + )} - ) : ( - )}
    - - - -
    - {issuccessUserCounts && !isFetchingUserCount ? dashboard?.Guests : } -
    + + + {(isLoadingPartners || isFetchingPartners) && } + {issuccessPartners && + !isFetchingPartners && + partners?.Results.map((partner, idx) => { + if (partner.TenantInfo) { + return ( +
  • + {partner.TenantInfo.displayName} ({partner.TenantInfo.defaultDomainName}) +
  • + ) + } + })} +
    +
    + + + {(isLoadingOrg || isFetchingOrg) && } + {!isFetchingOrg && + issuccessOrg && + organization?.assignedPlans + ?.filter((p) => p.capabilityStatus == 'Enabled') + .reduce((plan, curr) => { + if (!plan.includes(curr.service)) { + plan.push(curr.service) + } + return plan + }, []) + .map((plan, idx) => ( +
    + {plan === 'exchange' &&
  • Exchange
  • } + {plan === 'AADPremiumService' &&
  • AAD Premium
  • } + {plan === 'WindowsDefenderATP' &&
  • Windows Defender
  • } +
    + ))}
    - - - - - -

    Tenant Name

    - {currentTenant?.displayName} -
    - -

    Tenant ID

    - {currentTenant?.customerId} -
    - -

    Default Domain Name

    - {currentTenant?.defaultDomainName} -
    -
    - - -

    Tenant Status

    - -
    - -

    Creation Date

    - {(isLoadingOrg || isFetchingOrg) && } - {organization && !isFetchingOrg && organization?.createdDateTime} -
    - -

    AD Connect Status

    - {(isLoadingOrg || isFetchingOrg) && } - {!isLoadingOrg && !isFetchingOrg && organization?.onPremisesSyncEnabled ? ( - <> -
  • - Directory Sync: - {organization?.onPremisesLastSyncDateTime ? ( - - ) : ( - 'Never' - )} -
  • -
  • - Password Sync: - {organization?.onPremisesLastPasswordSyncDateTime ? ( - - ) : ( - 'Never' - )} -
  • - - ) : ( - 'Disabled' - )} -
    -
    - - -

    Domain(s)

    - {(isLoadingOrg || isFetchingOrg) && } - <> - {!isFetchingOrg && issuccessOrg && ( - <> - {organization.verifiedDomains?.slice(0, 5).map((item, idx) => ( -
  • {item.name}
  • - ))} - {organization.verifiedDomains?.length > 5 && ( - <> - - {organization.verifiedDomains?.slice(5).map((item, idx) => ( -
  • {item.name}
  • - ))} -
    - setDomainVisible(!domainVisible)} - > - {domainVisible ? 'See less' : 'See more...'} - - - )} - - )} - -
    - -

    Capabilities

    - {(isLoadingOrg || isFetchingOrg) && } - {!isFetchingOrg && - issuccessOrg && - organization?.assignedPlans - ?.filter((p) => p.capabilityStatus == 'Enabled') - .reduce((plan, curr) => { - if (!plan.includes(curr.service)) { - plan.push(curr.service) - } - return plan - }, []) - .map((plan, idx) => ( -
    - {plan === 'exchange' &&
  • Exchange
  • } - {plan === 'AADPremiumService' &&
  • AAD Premium
  • } - {plan === 'WindowsDefenderATP' &&
  • Windows Defender
  • } -
    - ))} -
    - -

    Sharepoint Quota

    - {(isLoadingSPQuota || isFetchingSPQuota) && } - {sharepoint && !isFetchingSPQuota && sharepoint?.Dashboard} -
    - -

    Applied Standards

    - {(isLoadingStandards || isFetchingStandards) && } - - {issuccessStandards && !isFetchingStandards && ( + + + + {(!issuccessUserCounts || isFetchingUserCount) && } + {issuccessUserCounts && !isFetchingUserCount && ( + { + event.native.target.style.cursor = 'pointer' + }, + onLeave: (event) => { + event.native.target.style.cursor = 'default' + }, + }, + }, + }} + /> + )} + + + + + {(isLoadingStandards || isFetchingStandards) && } + {issuccessStandards && !isFetchingStandards && ( + <> + + Remediation Standards: + {filteredStandards(false, 'remediate').slice(0, 5)} + {filteredStandards(false, 'remediate').length > 5 && ( <> - {filteredStandards.slice(0, 5)} - - {filteredStandards.length > 5 && ( - <> - {filteredStandards.slice(5)} - setVisible(!visible)} - > - {visible ? 'See less' : 'See more...'} - - - )} + + {filteredStandards(false, 'remediate').slice(5)} + + setVisible(!visible)}> + {visible ? 'See less' : 'See more...'} + )} - - -

    Partner Relationships

    - {(isLoadingPartners || isFetchingPartners) && } - {issuccessPartners && - !isFetchingPartners && - partners?.Results.map((partner, idx) => { - if (partner.TenantInfo) { - return ( -
  • - {partner.TenantInfo.displayName} ( - {partner.TenantInfo.defaultDomainName}) -
  • - ) - } - })} -
    -
    + + )}
    -
    - - - - - - + + + {(isLoadingSPQuota || isFetchingSPQuota) && } + {issuccessSPQuota && + sharepoint.GeoUsedStorageMB === null && + 'No SharePoint Information available'} + {sharepoint && !isFetchingSPQuota && sharepoint.GeoUsedStorageMB && ( + + )} + - +
    +
    + + ) +} + +const Home = () => { + const currentTenant = useSelector((state) => state.app.currentTenant) + + return ( + <> + + + + + + + + + + + + + {currentTenant?.customerId !== 'AllTenants' ? ( + ) : ( diff --git a/src/views/identity/administration/AddGroup.jsx b/src/views/identity/administration/AddGroup.jsx index cf02d42fbfa8..0fe240483cfd 100644 --- a/src/views/identity/administration/AddGroup.jsx +++ b/src/views/identity/administration/AddGroup.jsx @@ -138,6 +138,7 @@ const AddGroup = () => { + { + const currentDate = new Date() + const [startDate, setStartDate] = useState(currentDate) let navigate = useNavigate() const [addedAttributes, setAddedAttribute] = React.useState(0) const tenant = useSelector((state) => state.app.currentTenant) @@ -81,6 +85,8 @@ const AddUser = () => { values.addedAttributes.push({ Key: key, Value: values.defaultAttributes[key].Value }) }) } + const unixTime = Math.floor(startDate.getTime() / 1000) + const shippedValues = { AddedAliases: values.addedAliases ? values.addedAliases : '', BusinessPhone: values.businessPhones, @@ -106,6 +112,10 @@ const AddUser = () => { tenantID: tenantDomain, addedAttributes: values.addedAttributes, setManager: values.setManager, + Scheduled: values.Scheduled?.enabled ? { enabled: true, date: unixTime } : { enabled: false }, + PostExecution: values.Scheduled?.enabled + ? { webhook: values.webhook, psa: values.psa, email: values.email } + : '', ...values.license, } //window.alert(JSON.stringify(shippedValues)) @@ -408,6 +418,33 @@ const AddUser = () => { /> {usersError && Failed to load list of users} + + + + + + + + + setStartDate(date)} + /> + + + + + + + + + + diff --git a/src/views/identity/administration/AddUserBulk.jsx b/src/views/identity/administration/AddUserBulk.jsx index 9b1e6dd3a507..7f572f69f60e 100644 --- a/src/views/identity/administration/AddUserBulk.jsx +++ b/src/views/identity/administration/AddUserBulk.jsx @@ -93,7 +93,6 @@ const AddUserBulk = () => { return item.data }) setBulkUser([...BulkUser, ...importdata]) - // console.log(importdata) } const handleOnError = (err, file, inputElem, reason) => { @@ -230,8 +229,8 @@ const AddUserBulk = () => {

    {postResults.isSuccess && ( { - return

  • {item}
  • + code={postResults.data?.map((item) => { + return
  • {item.Results}
  • })} callout={true} calloutCopyValue={postResults.data?.Results} diff --git a/src/views/identity/administration/DeployGroupTemplate.jsx b/src/views/identity/administration/DeployGroupTemplate.jsx index f9bb9edfdb86..e86a70ff5228 100644 --- a/src/views/identity/administration/DeployGroupTemplate.jsx +++ b/src/views/identity/administration/DeployGroupTemplate.jsx @@ -60,7 +60,6 @@ const ApplyGroupTemplate = () => { let template = intuneTemplates.data.filter(function (obj) { return obj.GUID === value }) - // console.log(template[0][set]) onChange(template[0][set]) }} diff --git a/src/views/identity/administration/DeployJITAdmin.jsx b/src/views/identity/administration/DeployJITAdmin.jsx new file mode 100644 index 000000000000..81d23666fa61 --- /dev/null +++ b/src/views/identity/administration/DeployJITAdmin.jsx @@ -0,0 +1,363 @@ +import React, { useState } from 'react' +import { CButton, CCallout, CCol, CForm, CRow, CSpinner, CTooltip } from '@coreui/react' +import { useSelector } from 'react-redux' +import { Field, Form, FormSpy } from 'react-final-form' +import { + Condition, + RFFCFormInput, + RFFCFormRadioList, + RFFCFormSwitch, + RFFSelectSearch, + RFFCFormSelect, +} from 'src/components/forms' +import { + useGenericGetRequestQuery, + useLazyGenericGetRequestQuery, + useLazyGenericPostRequestQuery, +} from 'src/store/api/app' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faCircleNotch, faEdit, faEye } from '@fortawesome/free-solid-svg-icons' +import { CippContentCard, CippPage, CippPageList } from 'src/components/layout' +import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import 'react-datepicker/dist/react-datepicker.css' +import { TenantSelector } from 'src/components/utilities' +import arrayMutators from 'final-form-arrays' +import DatePicker from 'react-datepicker' +import 'react-datepicker/dist/react-datepicker.css' +import { useListUsersQuery } from 'src/store/api/users' +import GDAPRoles from 'src/data/GDAPRoles' +import { CippDatatable, cellDateFormatter } from 'src/components/tables' +import { useListDomainsQuery } from 'src/store/api/domains' + +const DeployJITAdmin = () => { + const [ExecuteGetRequest, getResults] = useLazyGenericGetRequestQuery() + const currentDate = new Date() + const [startDate, setStartDate] = useState(currentDate) + const [endDate, setEndDate] = useState(currentDate) + + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const [refreshState, setRefreshState] = useState(false) + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const { + data: domains = [], + isFetching: domainsIsFetching, + error: domainsError, + } = useListDomainsQuery({ tenantDomain }) + + const onSubmit = (values) => { + const startTime = Math.floor(startDate.getTime() / 1000) + const endTime = Math.floor(endDate.getTime() / 1000) + const shippedValues = { + TenantFilter: tenantDomain, + UserId: values.UserId?.value, + UserPrincipalName: `${values.username}@${values.domain}`, + FirstName: values.FirstName, + LastName: values.LastName, + useraction: values.useraction, + AdminRoles: values.AdminRoles?.map((role) => role.value), + StartDate: startTime, + UseTAP: values.useTap, + EndDate: endTime, + ExpireAction: values.expireAction.value, + PostExecution: { + Webhook: values.webhook, + Email: values.email, + PSA: values.psa, + }, + } + genericPostRequest({ path: '/api/ExecJITAdmin', values: shippedValues }).then((res) => { + setRefreshState(res.requestId) + }) + } + + const { + data: users = [], + isFetching: usersIsFetching, + error: usersError, + } = useGenericGetRequestQuery({ + path: '/api/ListGraphRequest', + params: { + TenantFilter: tenantDomain, + Endpoint: 'users', + $select: 'id,displayName,userPrincipalName,accountEnabled', + $count: true, + $top: 999, + $orderby: 'displayName', + }, + }) + + return ( + + <> + + + + { + return ( + +

    + JIT Admin creates an account that is usable for a specific period of time. + Enter a username, select admin roles, date range and expiration action. +

    + + + + + {(props) => } + + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + {domainsIsFetching && } + {!domainsIsFetching && ( + ({ + value: domain.id, + label: domain.id, + }))} + /> + )} + {domainsError && Failed to load list of domains} + + + + + + + ({ + value: user.id, + name: `${user.displayName} <${user.userPrincipalName}>`, + }))} + placeholder={!usersIsFetching ? 'Select user' : 'Loading...'} + name="UserId" + isLoading={usersIsFetching} + /> + + {({ values }) => { + return users?.Results?.map((user, key) => { + if ( + user.id === values?.UserId?.value && + user.accountEnabled === false + ) { + return ( + + This user is currently disabled, they will automatically be + enabled when JIT is executed. + + ) + } + }) + }} + + + + +
    + + + ({ + value: role.ObjectId, + name: role.Name, + }))} + multi={true} + placeholder="Select Roles" + name="AdminRoles" + /> + + + + + + setStartDate(date)} + /> + + + + setEndDate(date)} + /> + + + + + + + + + + +
    + +
    +
    +
    +
    + + + + + + + + + + + + Add JIT Admin + {postResults.isFetching && ( + + )} + + + + {postResults.isSuccess && ( + + {postResults.data?.Results.map((result, idx) => ( +
  • {result}
  • + ))} +
    + )} + {getResults.isFetching && ( + + Loading + + )} + {getResults.isSuccess && ( + {getResults.data?.Results} + )} + {getResults.isError && ( + + Could not connect to API: {getResults.error.message} + + )} +
    + ) + }} + /> +
    +
    + + + row['userPrincipalName'], + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'userPrincipalName', + }, + { + name: 'Account Enabled', + selector: (row) => row['accountEnabled'], + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'accountEnabled', + }, + { + name: 'JIT Enabled', + selector: (row) => row['jitAdminEnabled'], + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'jitAdminEnabled', + }, + { + name: 'JIT Expires', + selector: (row) => row['jitAdminExpiration'], + sortable: true, + cell: cellDateFormatter({ format: 'short' }), + exportSelector: 'jitAdminExpiration', + }, + { + name: 'Admin Roles', + selector: (row) => row['memberOf'], + sortable: false, + cell: cellGenericFormatter(), + exportSelector: 'memberOf', + }, + ]} + /> + + +
    + +
    + ) +} + +export default DeployJITAdmin diff --git a/src/views/identity/administration/EditGroup.jsx b/src/views/identity/administration/EditGroup.jsx index 928962af5b83..2c74c0542a2c 100644 --- a/src/views/identity/administration/EditGroup.jsx +++ b/src/views/identity/administration/EditGroup.jsx @@ -18,6 +18,7 @@ import { useListGroupMembersQuery, useListGroupOwnersQuery, useListGroupQuery, + useListGroupSenderAuthQuery, } from 'src/store/api/groups' import { useDispatch } from 'react-redux' import { ModalService } from 'src/components/utilities' @@ -88,6 +89,13 @@ const EditGroup = () => { } }, [owners, members, ownersIsSuccess, membersIsSuccess, postResults]) + const { + data: SenderAuth = {}, + isFetching: SenderAuthisFetching, + error: SenderAuthError, + isSuccess: SenderAuthIsSuccess, + } = useListGroupSenderAuthQuery({ tenantDomain, groupId, type: group?.[0]?.calculatedGroupType }) + useEffect(() => { if (!groupId || !tenantDomain) { ModalService.open({ @@ -97,6 +105,7 @@ const EditGroup = () => { setQueryError(true) } }, [groupId, tenantDomain, dispatch]) + const onSubmit = (values) => { const shippedValues = { tenantID: tenantDomain, @@ -111,7 +120,7 @@ const EditGroup = () => { allowExternal: values.allowExternal, sendCopies: values.sendCopies, mail: group[0].mail, - groupName: group[0].DisplayName, + groupName: group[0].displayName, } //window.alert(JSON.stringify(shippedValues)) genericPostRequest({ path: '/api/EditGroup', values: shippedValues }).then((res) => { @@ -154,6 +163,12 @@ const EditGroup = () => { {isSuccess && ( { return ( @@ -304,8 +319,10 @@ const EditGroup = () => { {isFetching && } {isSuccess && ( <> - This is the (raw) information for this group. -
    {JSON.stringify(group, null, 2)}
    +
    + This is the (raw) information for this group. +
    {JSON.stringify(group, null, 2)}
    +
    )}
    diff --git a/src/views/identity/administration/EditUser.jsx b/src/views/identity/administration/EditUser.jsx index 3cfc21641997..126a72f4e29b 100644 --- a/src/views/identity/administration/EditUser.jsx +++ b/src/views/identity/administration/EditUser.jsx @@ -167,6 +167,12 @@ const EditUser = () => { link for more information. )} + {user?.onPremisesSyncEnabled === true && ( + + Warning! This user is Active Directory sync enabled. Edits should be made from a + Domain Controller. + + )} {postResults.isSuccess && ( {postResults.data?.Results} )} @@ -180,7 +186,7 @@ const EditUser = () => { )} - + {userIsFetching && } diff --git a/src/views/identity/administration/OffboardingWizard.jsx b/src/views/identity/administration/OffboardingWizard.jsx index 688be60b885f..208190c00ee9 100644 --- a/src/views/identity/administration/OffboardingWizard.jsx +++ b/src/views/identity/administration/OffboardingWizard.jsx @@ -1,5 +1,5 @@ import React, { useState } from 'react' -import { CCallout, CCol, CListGroup, CListGroupItem, CRow, CSpinner } from '@coreui/react' +import { CCallout, CCol, CListGroup, CListGroupItem, CRow, CSpinner, CTooltip } from '@coreui/react' import { Field, FormSpy } from 'react-final-form' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faExclamationTriangle, faTimes, faCheck } from '@fortawesome/free-solid-svg-icons' @@ -47,7 +47,18 @@ const OffboardingWizard = () => { data: users = [], isFetching: usersIsFetching, error: usersError, - } = useListUsersQuery({ tenantDomain }) + } = useGenericGetRequestQuery({ + path: `/api/ListGraphRequest`, + params: { + TenantFilter: tenantDomain, + Endpoint: 'users', + $select: + 'id,displayName,givenName,mail,mailNickname,proxyAddresses,usageLocation,userPrincipalName,userType,assignedLicenses,onPremisesSyncEnabled', + $count: true, + $orderby: 'displayName', + $top: 999, + }, + }) const { data: recipients = [], @@ -71,6 +82,7 @@ const OffboardingWizard = () => { HideFromGAL: values.HideFromGAL, DisableSignIn: values.DisableSignIn, RemoveGroups: values.RemoveGroups, + removeCalendarInvites: values.removeCalendarInvites, RemoveLicenses: values.RemoveLicenses, ResetPass: values.ResetPass, RevokeSessions: values.RevokeSessions, @@ -121,7 +133,7 @@ const OffboardingWizard = () => { ({ + values={users?.Results?.map((user) => ({ value: user.userPrincipalName, name: `${user.displayName} <${user.userPrincipalName}>`, }))} @@ -133,7 +145,6 @@ const OffboardingWizard = () => { {/* eslint-disable react/prop-types */} {(props) => ( <> - {console.log(props.values)} {props.values.User?.length >= 3 && ( A maximum of three users is recommend. )} @@ -156,16 +167,17 @@ const OffboardingWizard = () => {
    - - + + + + + + - - + - - @@ -178,36 +190,30 @@ const OffboardingWizard = () => { x.mail) - .map((user) => ({ - value: user.mail, - name: `${user.displayName} <${user.mail}>`, - }))} + values={users.Results?.filter((x) => x.mail).map((user) => ({ + value: user.mail, + name: `${user.displayName} <${user.mail}>`, + }))} placeholder={!usersIsFetching ? 'Select user' : 'Loading...'} name="AccessNoAutomap" /> x.mail) - .map((user) => ({ - value: user.mail, - name: `${user.displayName} <${user.mail}>`, - }))} + values={users.Results?.filter((x) => x.mail).map((user) => ({ + value: user.mail, + name: `${user.displayName} <${user.mail}>`, + }))} placeholder={!usersIsFetching ? 'Select user' : 'Loading...'} name="AccessAutomap" /> x.mail) - .map((user) => ({ - value: user.mail, - name: `${user.displayName} <${user.mail}>`, - }))} + values={users.Results?.filter((x) => x.mail).map((user) => ({ + value: user.mail, + name: `${user.displayName} <${user.mail}>`, + }))} placeholder={!usersIsFetching ? 'Select user' : 'Loading...'} name="OnedriveAccess" /> @@ -297,7 +303,21 @@ const OffboardingWizard = () => { className="d-flex justify-content-between align-items-center" >
    Selected User:
    - {user.value} + + {users.Results?.find((x) => x.userPrincipalName === user.value) + .onPremisesSyncEnabled === true ? ( + + + + ) : ( + '' + )} + {user.value} + ))} @@ -379,6 +399,14 @@ const OffboardingWizard = () => { icon={props.values.RemoveGroups ? faCheck : faTimes} /> + + Cancel all calendar invites + + Hide from Global Address List { icon={props.values.forward ? faCheck : faTimes} /> + + Delete User + +
    diff --git a/src/views/identity/administration/RiskyUsers.jsx b/src/views/identity/administration/RiskyUsers.jsx new file mode 100644 index 000000000000..9d0b949b135a --- /dev/null +++ b/src/views/identity/administration/RiskyUsers.jsx @@ -0,0 +1,218 @@ +import React, { useState } from 'react' +import { useSelector } from 'react-redux' +import { CippPageList } from 'src/components/layout' +import { CButton } from '@coreui/react' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faEllipsisV, faMinusCircle, faPaperPlane, faEye } from '@fortawesome/free-solid-svg-icons' +import { CippActionsOffcanvas } from 'src/components/utilities' +import { Link, useSearchParams } from 'react-router-dom' + +const RiskyUsers = () => { + const tenant = useSelector((state) => state.app.currentTenant) + + const Offcanvas = (row, rowIndex, formatExtraData) => { + const [ocVisible, setOCVisible] = useState(false) + const viewLink = `/identity/administration/ViewBec?userId=${row.id}&tenantDomain=${tenant.defaultDomainName}&ID=${row.userPrincipalName}` + return ( + <> + + + + + + setOCVisible(true)}> + + + , + }, + ]} + placement="end" + visible={ocVisible} + id={row.id} + hideFunction={() => setOCVisible(false)} + /> + + ) + } + + const columns = [ + { + name: 'Tenant', + selector: (row) => row['Tenant'], + sortable: true, + exportSelector: 'Tenant', + omit: tenant.defaultDomainName === 'AllTenants' ? false : true, + }, + { + name: 'Status', + selector: (row) => row['CippStatus'], + sortable: true, + exportSelector: 'CippStatus', + omit: tenant.defaultDomainName === 'AllTenants' ? false : true, + }, + { + name: 'Risk Last Updated Date', + selector: (row) => row['riskLastUpdatedDateTime'], + sortable: true, + exportSelector: 'riskLastUpdatedDateTime', + }, + { + name: 'User Principal Name', + selector: (row) => row['userPrincipalName'], + sortable: true, + exportSelector: 'userPrincipalName', + }, + { + name: 'Risk Level', + selector: (row) => row['riskLevel'], + sortable: true, + exportSelector: 'riskLevel', + }, + { + name: 'Risk State', + selector: (row) => row['riskState'], + sortable: true, + exportSelector: 'riskState', + }, + { + name: 'Risk Detail', + selector: (row) => row['riskDetail'], + sortable: true, + exportSelector: 'riskDetail', + }, + { + name: 'isProcessing', + selector: (row) => row['isProcessing'], + sortable: true, + exportSelector: 'isProcessing', + }, + { + name: 'isDeleted', + selector: (row) => row['isDeleted'], + sortable: true, + exportSelector: 'isDeleted', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '100px', + }, + ] + + return ( + <> + + + ) +} + +export default RiskyUsers diff --git a/src/views/identity/administration/Roles.jsx b/src/views/identity/administration/Roles.jsx index 79383c4f007d..7e103a130920 100644 --- a/src/views/identity/administration/Roles.jsx +++ b/src/views/identity/administration/Roles.jsx @@ -23,7 +23,12 @@ const Offcanvas = (row, rowIndex, formatExtraData) => { >
    Role Group Name:
    {row.DisplayName}



    -
    Member Names:
    {row.Members ?

    {row.Members}

    :

    Role has no members.

    } +
    Member Names:
    {' '} + {row.Members ? ( + row.Members.split(',').map((member, index) =>

    {member}

    ) + ) : ( +

    Role has no members.

    + )} ) @@ -53,6 +58,26 @@ const columns = [ exportSelector: 'Members', omit: true, }, + { + selector: (row) => row['Members'], + name: 'Assignments', + sortable: false, + cell: (row) => { + if (row.Members === 'none') { + return null + } + const memberCount = row.Members ? row.Members.split(',').length : 0 + const memberText = + row.Members && row.Members !== 'none' ? `Member${memberCount === 1 ? '' : 's'}` : null + return ( + <> + {memberCount} {memberText} + + ) + }, + exportSelector: 'Members', + maxWidth: '150px', + }, { selector: (row) => 'View Members', name: 'Members', diff --git a/src/views/identity/administration/UserMailboxRuleList.jsx b/src/views/identity/administration/UserMailboxRuleList.jsx index 4ab999081ee8..ae2592866e85 100644 --- a/src/views/identity/administration/UserMailboxRuleList.jsx +++ b/src/views/identity/administration/UserMailboxRuleList.jsx @@ -10,7 +10,7 @@ const rowStyle = (row, rowIndex) => { return style } -export default function UserMailboxRuleList({ userId, tenantDomain, className = null }) { +export default function UserMailboxRuleList({ userId, userEmail, tenantDomain, className = null }) { const formatter = (cell) => CellBoolean({ cell }) const columns = [ { @@ -79,7 +79,7 @@ export default function UserMailboxRuleList({ userId, tenantDomain, className = datatable={{ reportName: 'ListUserMailboxRules', path: '/api/ListUserMailboxRules', - params: { tenantFilter: tenantDomain, userId }, + params: { tenantFilter: tenantDomain, userId, userEmail }, columns, keyField: 'id', responsive: true, @@ -93,6 +93,7 @@ export default function UserMailboxRuleList({ userId, tenantDomain, className = UserMailboxRuleList.propTypes = { userId: PropTypes.string.isRequired, + userEmail: PropTypes.string, tenantDomain: PropTypes.string.isRequired, className: PropTypes.string, } diff --git a/src/views/identity/administration/UserSigninLogs.jsx b/src/views/identity/administration/UserSigninLogs.jsx index ad20ffbcb3b9..63cdd4b7fcfd 100644 --- a/src/views/identity/administration/UserSigninLogs.jsx +++ b/src/views/identity/administration/UserSigninLogs.jsx @@ -129,6 +129,7 @@ export default function UserSigninLogs({ userId, tenantDomain, className = null name: 'Date (Local)', selector: (row) => FixDate(row['Date']), exportSelector: 'Date', + sortable: true, minWidth: '145px', cell: cellDateFormatter(), }, @@ -138,6 +139,7 @@ export default function UserSigninLogs({ userId, tenantDomain, className = null exportSelector: 'Application', cell: (row) => CellTip(row['Application']), minWidth: '230px', + sortable: true, }, { name: 'Login Status', @@ -145,58 +147,75 @@ export default function UserSigninLogs({ userId, tenantDomain, className = null exportSelector: 'LoginStatus', cell: (row) => CellTip(ConvertErrorCode(row)), minWidth: '230px', + sortable: true, }, { name: 'Conditional Access Status', selector: (row) => row['ConditionalAccessStatus'], exportSelector: 'ConditionalAccessStatus', + sortable: true, }, { name: 'Overall Login Status', selector: (row) => row['OverallLoginStatus'], + sortable: true, + exportSelector: 'OverallLoginStatus', }, { name: 'IP Address', selector: (row) => row['IPAddress'], + sortable: true, + exportSelector: 'IPAddress', }, { name: 'Town', selector: (row) => row['Town'], + sortable: true, + exportSelector: 'Town', cell: (row) => CellTip(row['Town']), }, { name: 'State', selector: (row) => row['State'], + sortable: true, + exportSelector: 'State', cell: (row) => CellTip(row['State']), }, { name: 'Country', selector: (row) => row['Country'], + sortable: true, + exportSelector: 'Country', }, { name: 'Device', selector: (row) => row['Device'], exportSelector: 'Device', + sortable: true, }, { name: 'Device Compliant', selector: (row) => row['DeviceCompliant'], cell: cellBooleanFormatter(), exportSelector: 'DeviceCompliant', + sortable: true, }, { name: 'OS', selector: (row) => row['OS'], + sortable: true, + exportSelector: 'OS', }, { name: 'Browser', selector: (row) => row['Browser'], + sortable: true, exportSelector: 'Browser', cell: (row) => CellTip(row['Browser']), }, diff --git a/src/views/identity/administration/Users.jsx b/src/views/identity/administration/Users.jsx index dc3b5243815b..4d236659ad7f 100644 --- a/src/views/identity/administration/Users.jsx +++ b/src/views/identity/administration/Users.jsx @@ -111,6 +111,26 @@ const Offcanvas = (row, rowIndex, formatExtraData) => { modalUrl: `/api/ExecSendPush?TenantFilter=${tenant.defaultDomainName}&UserEmail=${row.userPrincipalName}`, modalMessage: 'Are you sure you want to send a MFA request?', }, + { + label: 'Set Per-User MFA', + color: 'info', + modal: true, + modalUrl: `/api/ExecPerUserMFA`, + modalType: 'POST', + modalBody: { + TenantFilter: tenant.defaultDomainName, + userId: `${row.userPrincipalName}`, + }, + modalMessage: 'Are you sure you want to set per-user MFA for these users?', + modalDropdown: { + url: '/MFAStates.json', + labelField: 'label', + valueField: 'value', + addedField: { + State: 'value', + }, + }, + }, { label: 'Convert to Shared Mailbox', color: 'info', @@ -227,11 +247,13 @@ const Offcanvas = (row, rowIndex, formatExtraData) => { modal: true, modalType: 'POST', modalBody: { - user: row.userPrincipalName, + username: row.userPrincipalName, + userid: row.userPrincipalName, TenantFilter: tenant.defaultDomainName, + DisableForwarding: true, message: row.message, }, - modalUrl: `/api/ExecDisableEmailForward`, + modalUrl: `/api/ExecEmailForward`, modalMessage: 'Are you sure you want to disable forwarding of this users emails?', }, { @@ -253,7 +275,8 @@ const Offcanvas = (row, rowIndex, formatExtraData) => { color: 'info', modal: true, modalUrl: `/api/ExecResetPass?MustChange=true&TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&displayName=${row.displayName}`, - modalMessage: 'Are you sure you want to reset the password for this user?', + modalMessage: + 'Are you sure you want to reset the password for this user? The user must change their password at next logon.', }, { label: 'Reset Password', @@ -262,6 +285,13 @@ const Offcanvas = (row, rowIndex, formatExtraData) => { modalUrl: `/api/ExecResetPass?MustChange=false&TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&displayName=${row.displayName}`, modalMessage: 'Are you sure you want to reset the password for this user?', }, + { + label: 'Pre-provision OneDrive', + color: 'info', + modal: true, + modalUrl: `/api/ExecOneDriveProvision?TenantFilter=${tenant.defaultDomainName}&UserPrincipalName=${row.userPrincipalName}`, + modalMessage: 'Are you sure you want to pre-provision OneDrive for this user??', + }, { label: 'Clear ImmutableId', color: 'warning', @@ -273,7 +303,7 @@ const Offcanvas = (row, rowIndex, formatExtraData) => { label: 'Revoke all user sessions', color: 'danger', modal: true, - modalUrl: `/api/ExecRevokeSessions?TenantFilter=${tenant.defaultDomainName}&ID=${row.id}`, + modalUrl: `/api/ExecRevokeSessions?TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&Username=${row.userPrincipalName}`, modalMessage: 'Are you sure you want to revoke this users sessions?', }, { @@ -447,11 +477,12 @@ const Users = (row) => { filterlist: [ { filterName: 'Enabled users', filter: '"accountEnabled":true' }, { filterName: 'Disabled users', filter: '"accountEnabled":false' }, - { filterName: 'AAD users', filter: '"onPremisesSyncEnabled":false' }, + { filterName: 'AAD users', filter: 'Complex: onPremisesSyncEnabled ne True' }, { filterName: 'Synced users', filter: '"onPremisesSyncEnabled":true', }, + { filterName: 'Non-guest users', filter: 'Complex: usertype ne Guest' }, { filterName: 'Guest users', filter: '"usertype":"guest"' }, { filterName: 'Users with a license', @@ -480,6 +511,7 @@ const Users = (row) => { 'id,accountEnabled,businessPhones,city,createdDateTime,companyName,country,department,displayName,faxNumber,givenName,isResourceAccount,jobTitle,mail,mailNickname,mobilePhone,onPremisesDistinguishedName,officeLocation,onPremisesLastSyncDateTime,otherMails,postalCode,preferredDataLocation,preferredLanguage,proxyAddresses,showInAddressList,state,streetAddress,surname,usageLocation,userPrincipalName,userType,assignedLicenses,onPremisesSyncEnabled', $count: true, $orderby: 'displayName', + $top: 999, }, tableProps: { keyField: 'id', @@ -498,6 +530,26 @@ const Users = (row) => { modalUrl: `/api/ExecResetMFA?TenantFilter=!Tenant&ID=!id`, modalMessage: 'Are you sure you want to enable MFA for these users?', }, + { + label: 'Set Per-User MFA', + color: 'info', + modal: true, + modalUrl: `/api/ExecPerUserMFA`, + modalType: 'POST', + modalBody: { + TenantFilter: tenant.defaultDomainName, + userId: '!userPrincipalName', + }, + modalMessage: 'Are you sure you want to set per-user MFA for these users?', + modalDropdown: { + url: '/MFAStates.json', + labelField: 'label', + valueField: 'value', + addedField: { + State: 'value', + }, + }, + }, { label: 'Enable Online Archive', color: 'info', @@ -518,8 +570,7 @@ const Users = (row) => { color: 'info', modal: true, modalUrl: `/api/ExecResetPass?MustChange=false&TenantFilter=!Tenant&ID=!userPrincipalName&displayName=!displayName`, - modalMessage: - 'Are you sure you want to reset the password for these users? The users must change their password at next logon.', + modalMessage: 'Are you sure you want to reset the password for these users?', }, { label: 'Block signin', @@ -539,7 +590,7 @@ const Users = (row) => { label: 'Revoke sessions', color: 'info', modal: true, - modalUrl: `/api/ExecRevokeSessions?Enable=true&TenantFilter=!Tenant&ID=!userPrincipalName`, + modalUrl: `/api/ExecRevokeSessions?Enable=true&TenantFilter=!Tenant&ID=!id&Username=!userPrincipalName`, modalMessage: 'Are you sure you want to revoke all sessions for these users?', }, { @@ -646,12 +697,22 @@ const Users = (row) => { modal: true, modalType: 'POST', modalBody: { - user: '!userPrincipalName', + username: '!userPrincipalName', + userid: '!userPrincipalName', TenantFilter: tenant.defaultDomainName, + DisableForwarding: true, }, - modalUrl: `/api/ExecDisableEmailForward`, + modalUrl: `/api/ExecEmailForward`, modalMessage: 'Are you sure you want to disable forwarding of these users emails?', }, + { + label: 'Preprovision OneDrive', + color: 'info', + modal: true, + modalUrl: `/api/ExecOneDriveProvision?TenantFilter=!Tenant&UserPrincipalName=!userPrincipalName`, + modalMessage: 'Are you sure you want to preprovision onedrive for this user?', + }, + { label: 'Delete User', color: 'danger', diff --git a/src/views/identity/administration/ViewUser.jsx b/src/views/identity/administration/ViewUser.jsx index ae0e44510693..72341f5cda9f 100644 --- a/src/views/identity/administration/ViewUser.jsx +++ b/src/views/identity/administration/ViewUser.jsx @@ -91,7 +91,11 @@ const ViewUser = (props) => { - + )} diff --git a/src/views/identity/reports/MFAReport.jsx b/src/views/identity/reports/MFAReport.jsx index 70ece62c2b4e..7eb6859a3b07 100644 --- a/src/views/identity/reports/MFAReport.jsx +++ b/src/views/identity/reports/MFAReport.jsx @@ -2,6 +2,8 @@ import React from 'react' import { useSelector } from 'react-redux' import { cellBooleanFormatter, CellTip } from 'src/components/tables' import { CippPageList } from 'src/components/layout' +import { Row } from 'react-bootstrap' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' const columns = [ { @@ -9,7 +11,8 @@ const columns = [ name: 'User Principal Name', sortable: true, exportSelector: 'UPN', - grow: 2, + cell: (row) => CellTip(row['UPN']), + maxWidth: '400px', }, { selector: (row) => row['AccountEnabled'], @@ -17,6 +20,7 @@ const columns = [ sortable: true, cell: cellBooleanFormatter({ colourless: true }), exportSelector: 'AccountEnabled', + maxWidth: '200px', }, { selector: (row) => row['isLicensed'], @@ -24,6 +28,7 @@ const columns = [ sortable: true, cell: cellBooleanFormatter({ colourless: true }), exportSelector: 'isLicensed', + maxWidth: '200px', }, { selector: (row) => row['MFARegistration'], @@ -31,26 +36,44 @@ const columns = [ sortable: true, cell: cellBooleanFormatter(), exportSelector: 'MFARegistration', + maxWidth: '200px', + }, + { + selector: (row) => row['PerUser'], + name: 'Per user MFA Status', + sortable: true, + cell: cellBooleanFormatter(), + exportSelector: 'PerUser', + maxWidth: '200px', }, { selector: (row) => row['CoveredBySD'], name: 'Enforced via Security Defaults', sortable: true, - cell: cellBooleanFormatter({ colourless: true }), + cell: cellBooleanFormatter(), exportSelector: 'CoveredBySD', + maxWidth: '200px', }, { selector: (row) => row['CoveredByCA'], name: 'Enforced via Conditional Access', sortable: true, - cell: (row) => CellTip(row['CoveredByCA']), + cell: cellGenericFormatter(), exportSelector: 'CoveredByCA', }, { - selector: (row) => row['PerUser'], - name: 'Per user MFA Status', + selector: (row) => row['MFAMethods'], + name: 'MFA Methods', sortable: true, - exportSelector: 'PerUser', + cell: cellGenericFormatter(), + exportSelector: 'MFAMethods', + }, + { + selector: (row) => row['CAPolicies'], + name: 'CA Policies', + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'CAPolicies', }, ] @@ -139,11 +162,15 @@ const MFAList = () => { { filterName: 'Enabled, licensed non-guest users missing MFA', filter: - 'Complex: UPN notlike #EXT#; IsLicensed eq true; accountEnabled eq true; MFARegistration eq false', + 'Complex: UPN notlike #EXT#; IsLicensed eq true; accountEnabled eq true; MFARegistration ne true', }, { filterName: 'No MFA methods registered', - filter: 'Complex: MFARegistration eq false', + filter: 'Complex: MFARegistration ne true', + }, + { + filterName: 'MFA methods registered', + filter: 'Complex: MFARegistration eq true', }, ], columns: tenant.defaultDomainName === 'AllTenants' ? Altcolumns : columns, diff --git a/src/views/identity/reports/RiskDetections.jsx b/src/views/identity/reports/RiskDetections.jsx new file mode 100644 index 000000000000..b031a9d9fc6b --- /dev/null +++ b/src/views/identity/reports/RiskDetections.jsx @@ -0,0 +1,230 @@ +import React, { useState } from 'react' +import { useSelector } from 'react-redux' +import { CippPageList } from 'src/components/layout' +import { CellTip } from 'src/components/tables' +import { CButton } from '@coreui/react' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faEllipsisV, faMinusCircle, faPaperPlane, faEye } from '@fortawesome/free-solid-svg-icons' +import { CippActionsOffcanvas } from 'src/components/utilities' +import { Link, useSearchParams } from 'react-router-dom' + +const RiskDetections = () => { + const tenant = useSelector((state) => state.app.currentTenant) + + const Offcanvas = (row, rowIndex, formatExtraData) => { + const [ocVisible, setOCVisible] = useState(false) + const viewLink = `/identity/administration/ViewBec?userId=${row.userId}&tenantDomain=${tenant.defaultDomainName}&ID=${row.userPrincipalName}` + return ( + <> + + + + + + setOCVisible(true)}> + + + setOCVisible(false)} + /> + + ) + } + + const columns = [ + { + name: 'Detected Date', + selector: (row) => row['detectedDateTime'], + sortable: true, + exportSelector: 'detectedDateTime', + minWidth: '150px', + }, + { + name: 'User Principal Name', + selector: (row) => row['userPrincipalName'], + sortable: true, + exportSelector: 'userPrincipalName', + minWidth: '200px', + }, + { + name: 'Location', + selector: (row) => `${row.location?.city} - ${row.location?.countryOrRegion}`, + sortable: true, + exportSelector: 'Location', + cell: (row) => CellTip(`${row.location?.city} - ${row.location?.countryOrRegion}`), + minWidth: '40px', + }, + { + name: 'IP Address', + selector: (row) => row['ipAddress'], + sortable: true, + exportSelector: 'ipAddress', + minWidth: '40px', + }, + { + name: 'Risk State', + selector: (row) => row['riskState'], + sortable: true, + exportSelector: 'riskState', + minWidth: '40px', + }, + { + name: 'Risk Detail', + selector: (row) => row['riskDetail'], + sortable: true, + exportSelector: 'riskDetail', + minWidth: '200px', + }, + { + name: 'Risk Level', + selector: (row) => row['riskLevel'], + sortable: true, + exportSelector: 'riskLevel', + minWidth: '30px', + }, + { + name: 'Risk Type', + selector: (row) => row['riskType'], + sortable: true, + exportSelector: 'riskType', + minWidth: '150px', + }, + { + name: 'Risk Event Type', + selector: (row) => row['riskEventType'], + sortable: true, + exportSelector: 'riskEventType', + minWidth: '150px', + }, + { + name: 'Detection Type', + selector: (row) => row['detectionTimingType'], + sortable: true, + exportSelector: 'detectionTimingType', + minWidth: '50px', + }, + { + name: 'Activity', + selector: (row) => row['activity'], + sortable: true, + exportSelector: 'activity', + minWidth: '40px', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '100px', + }, + ] + + return ( + <> + + + ) +} + +export default RiskDetections diff --git a/src/views/identity/reports/SignIns.jsx b/src/views/identity/reports/SignIns.jsx index bcd14acc0c07..45934e5de02b 100644 --- a/src/views/identity/reports/SignIns.jsx +++ b/src/views/identity/reports/SignIns.jsx @@ -16,7 +16,7 @@ import React, { useState } from 'react' import { Form } from 'react-final-form' import { useSelector } from 'react-redux' import { useNavigate } from 'react-router-dom' -import { RFFCFormCheck, RFFCFormInput } from 'src/components/forms' +import { Condition, RFFCFormCheck, RFFCFormInput } from 'src/components/forms' import { CippPageList } from 'src/components/layout' import { CellTip } from 'src/components/tables' import useQuery from 'src/hooks/useQuery' @@ -95,11 +95,10 @@ const columns = [ const SignInsReport = () => { const tenant = useSelector((state) => state.app.currentTenant) - let navigate = useNavigate() let query = useQuery() const filter = query.get('filter') const DateFilter = query.get('DateFilter') - const searchparams = query.toString() + const [searchParams, setSearchParams] = useState({}) const [visibleA, setVisibleA] = useState(true) const handleSubmit = async (values) => { @@ -113,11 +112,7 @@ const SignInsReport = () => { SearchNow: true, ...values, } - var queryString = Object.keys(shippedValues) - .map((key) => key + '=' + shippedValues[key]) - .join('&') - - navigate(`?${queryString}`) + setSearchParams(shippedValues) } return ( @@ -152,6 +147,11 @@ const SignInsReport = () => { render={({ handleSubmit, submitting, values }) => { return ( + + + + + { + + + + + + + @@ -189,10 +201,16 @@ const SignInsReport = () => { title="Sign Ins Report" capabilities={{ allTenants: false, helpContext: 'https://google.com' }} datatable={{ + filterlist: [ + { + filterName: 'Risky sign-ins', + filter: 'Complex: riskState ne none', + }, + ], columns: columns, - path: `/api/ListSignIns?${searchparams}`, + path: `/api/ListSignIns`, reportName: `${tenant?.defaultDomainName}-SignIns-Report`, - params: { TenantFilter: tenant?.defaultDomainName }, + params: { TenantFilter: tenant?.defaultDomainName, ...searchParams }, }} /> diff --git a/src/views/teams-share/onedrive/OneDriveList.jsx b/src/views/teams-share/onedrive/OneDriveList.jsx index cacd7d39d0fc..f8bb4936e8d6 100644 --- a/src/views/teams-share/onedrive/OneDriveList.jsx +++ b/src/views/teams-share/onedrive/OneDriveList.jsx @@ -37,7 +37,7 @@ const OneDriveList = () => { TenantFilter: tenant.defaultDomainName, RemovePermission: false, }, - modalUrl: `/api/ExecSharePointOwner`, + modalUrl: `/api/ExecSharePointPerms`, modalDropdown: { url: `/api/listUsers?TenantFilter=${tenant.defaultDomainName}`, labelField: 'displayName', @@ -55,7 +55,7 @@ const OneDriveList = () => { TenantFilter: tenant.defaultDomainName, RemovePermission: true, }, - modalUrl: `/api/ExecSharePointOwner`, + modalUrl: `/api/ExecSharePointPerms`, modalDropdown: { url: `/api/listUsers?TenantFilter=${tenant.defaultDomainName}`, labelField: 'displayName', diff --git a/src/views/teams-share/sharepoint/AddSite.jsx b/src/views/teams-share/sharepoint/AddSite.jsx new file mode 100644 index 000000000000..648495590e1a --- /dev/null +++ b/src/views/teams-share/sharepoint/AddSite.jsx @@ -0,0 +1,110 @@ +import React from 'react' +import { + CCallout, + CButton, + CCol, + CForm, + CRow, + CSpinner, + CCard, + CCardHeader, + CCardTitle, + CCardBody, +} from '@coreui/react' +import { Form } from 'react-final-form' +import { RFFCFormCheck, RFFCFormInput, RFFSelectSearch } from 'src/components/forms' +import { CippPage } from 'src/components/layout/CippPage' +import { useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { useSelector } from 'react-redux' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import { useListUsersQuery } from 'src/store/api/users' + +const AddSite = () => { + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const { + data: users = [], + isFetching: usersIsFetching, + error: usersError, + } = useListUsersQuery({ tenantDomain }) + + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const onSubmit = (values) => { + const shippedValues = { + tenantFilter: tenantDomain, + ...values, + } + genericPostRequest({ path: '/api/AddSite', values: shippedValues }) + } + return ( + + Add Site + + } + > + { + return ( + + + + + + + + + + + + ({ + value: user.userPrincipalName, + name: `${user.displayName} - ${user.userPrincipalName}`, + }))} + placeholder={!usersIsFetching ? 'Select user' : 'Loading...'} + name="SiteOwner" + /> + + + + + + + + + {postResults.isFetching && ( + + + + )} + {postResults.isSuccess && ( + {postResults.data.Results} + )} + + ) + }} + /> + + ) +} + +export default AddSite diff --git a/src/views/teams-share/sharepoint/AddSiteBulk.jsx b/src/views/teams-share/sharepoint/AddSiteBulk.jsx new file mode 100644 index 000000000000..83a256a022dd --- /dev/null +++ b/src/views/teams-share/sharepoint/AddSiteBulk.jsx @@ -0,0 +1,241 @@ +import React, { useState } from 'react' +import { CButton, CCallout, CCol, CRow, CSpinner } from '@coreui/react' +import { Field, FormSpy } from 'react-final-form' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faExclamationTriangle, faPlus, faTrash } from '@fortawesome/free-solid-svg-icons' +import { CippCallout, CippWizard } from 'src/components/layout' +import PropTypes from 'prop-types' +import { RFFCFormInput } from 'src/components/forms' +import { CippTable } from 'src/components/tables' +import { CippCodeBlock, TenantSelector } from 'src/components/utilities' +import { CSVReader } from 'react-papaparse' +import { useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { useSelector } from 'react-redux' + +const Error = ({ name }) => ( + + touched && error ? ( + + + {error} + + ) : null + } + /> +) + +Error.propTypes = { + name: PropTypes.string.isRequired, +} + +const AddSiteBulk = () => { + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const [BulkSite, setBulkSite] = useState([]) + const currentSettings = useSelector((state) => state.app) + const fields = [ + 'SiteName', + 'siteDescription', + 'siteOwner', + 'TemplateName', + 'siteDesign', + 'sensitivityLabel', + ] + const columns = fields.map((field) => { + return { + name: field, + selector: (row) => row[field], + sortable: true, + } + }) + + const tableColumns = [ + ...columns, + { + name: 'Remove', + button: true, + cell: (row, index) => { + return ( + handleRemove(row)} size="sm" variant="ghost" color="danger"> + + + ) + }, + }, + ] + const valbutton = (value) => + BulkSite.length + ? undefined + : 'You must add at least one site. Did you forget to click add or upload the CSV?' + const handleOnDrop = (data) => { + const importdata = data.map((item) => { + Object.keys(item.data).forEach((key) => { + if (item.data[key] === null || item.data[key] === '') { + delete item.data[key] + } + }) + return item.data + }) + setBulkSite([...BulkSite, ...importdata]) + } + + const handleOnError = (err, file, inputElem, reason) => { + //set upload error + } + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + + const handleSubmit = async (values) => { + const shippedValues = { + TenantFilter: tenantDomain, + BulkSite, + ...values, + } + //alert(JSON.stringify(values, null, 2)) + genericPostRequest({ path: '/api/AddSiteBulk', values: shippedValues }) + } + const addRowtoData = (values) => { + setBulkSite((prevState) => { + if (prevState) { + return [values, ...prevState] + } else { + return [values] + } + }) + } + const handleRemove = async (itemindex) => { + let RemovedItems = BulkSite.filter((item) => item !== itemindex) + setBulkSite((prevState) => { + return RemovedItems + }) + } + return ( + + +
    +

    Step 1

    +
    Choose a tenant
    +
    +
    + {(props) => } + +
    +
    + +
    +

    Step 2

    +
    Enter site information
    +
    +
    + + + + Drop CSV file here or click to upload. + + +

    + + {fields.map((field, idx) => { + return ( + + + + ) + })} + + + {/* eslint-disable react/prop-types */} + {(props) => { + return ( + <> + addRowtoData(props.values)} + name="addButton" + className="mb-3" + > + + Add + + + ) + }} + + + + + + + + {BulkSite && ( + + )} + + + +
    +
    + +
    +

    Step 4

    +
    Confirm and apply
    +
    + {postResults.isFetching && ( + + Loading + + )} +

    + {postResults.isSuccess && ( + { + return

  • {item}
  • + })} + callout={true} + calloutCopyValue={postResults.data?.Results} + /> + )} +

    + {BulkSite && ( + + )} +
    +
    +
    +
    + ) +} + +export default AddSiteBulk diff --git a/src/views/teams-share/sharepoint/SharepointList.jsx b/src/views/teams-share/sharepoint/SharepointList.jsx index e4ba2d74db6f..1dd0e503e602 100644 --- a/src/views/teams-share/sharepoint/SharepointList.jsx +++ b/src/views/teams-share/sharepoint/SharepointList.jsx @@ -3,9 +3,12 @@ import { faEllipsisV } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import React, { useState } from 'react' import { useSelector } from 'react-redux' +import { TitleButton } from 'src/components/buttons' import { CippPageList } from 'src/components/layout' import { CellTip } from 'src/components/tables' +import { cellCopyButtonFormatter } from 'src/components/tables/CellCopyButton' import { CippActionsOffcanvas } from 'src/components/utilities' +import CippCopyToClipboard from 'src/components/utilities/CippCopyToClipboard' const SharepointList = () => { const tenant = useSelector((state) => state.app.currentTenant) @@ -79,7 +82,7 @@ const SharepointList = () => { RemovePermission: false, URL: row.URL, }, - modalUrl: `/api/ExecSharePointOwner`, + modalUrl: `/api/ExecSharePointPerms`, modalDropdown: { url: `/api/listUsers?TenantFilter=${tenant.defaultDomainName}`, labelField: 'displayName', @@ -98,7 +101,7 @@ const SharepointList = () => { RemovePermission: true, URL: row.URL, }, - modalUrl: `/api/ExecSharePointOwner`, + modalUrl: `/api/ExecSharePointPerms`, modalDropdown: { url: `/api/listUsers?TenantFilter=${tenant.defaultDomainName}`, labelField: 'displayName', @@ -167,14 +170,37 @@ const SharepointList = () => { exportSelector: 'Template', maxWidth: '200px', }, + { + name: 'Automapping URL', + selector: (row) => row['AutoMapUrl'], + sortable: true, + cell: cellCopyButtonFormatter(), + exportSelector: 'AutoMapUrl', + maxWidth: '170px', + }, { name: 'Actions', cell: Offcanvas, }, ] + const titleButtons = ( +
    +
    + +
    +
    + +
    +
    + ) return ( { + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const [alertType, setAlertType] = useState(false) + const [recommendedRecurrence, setRecommendedRecurrence] = useState() + const [currentFormState, setCurrentFormState] = useState() + const [selectedTenant, setSelectedTenant] = useState([]) + const { data: tenant = {}, isFetching, error, isSuccess } = useListTenantQuery(tenantDomain) + + const onSubmitAudit = (values) => { + genericPostRequest({ path: '/api/addAlert', values }).then((res) => {}) + } -const Error = ({ name }) => ( - - touched && error ? ( - - - {error} - - ) : null + const onSubmitScript = (values) => { + //get current time as startDate, to the closest 15 minutes in the future + const startDate = new Date() + startDate.setMinutes(startDate.getMinutes() + 15 - (startDate.getMinutes() % 15)) + //unix time, minus a couple of seconds to ensure it runs after the current time + const unixTime = Math.floor(startDate.getTime() / 1000) - 45 + const shippedValues = { + TenantFilter: tenantDomain, + Name: `${values.command.label} for ${tenantDomain}`, + Command: { value: `Get-CIPPAlert${values.command.value.name}` }, + Parameters: { input: values.input }, + ScheduledTime: unixTime, + Recurrence: values.Recurrence, + PostExecution: { + Webhook: values.webhook, + Email: values.email, + PSA: values.psa, + }, } - /> -) + genericPostRequest({ path: '/api/AddScheduledItem?hidden=true', values: shippedValues }).then( + (res) => {}, + ) + } -Error.propTypes = { - name: PropTypes.string.isRequired, -} + const initialValues = { + ...tenant[0], + ...currentFormState?.values, + ...recommendedRecurrence, + } + const [auditFormState, setAuditFormState] = useState() -const requiredArray = (value) => (value && value.length !== 0 ? undefined : 'Required') + const initialValuesAudit = { + tenantFilter: [...selectedTenant], + ...auditFormState, + } + const recurrenceOptions = [ + { value: '30m', name: 'Every 30 minutes' }, + { value: '1h', name: 'Every hour' }, + { value: '4h', name: 'Every 4 hours' }, + { value: '1d', name: 'Every 1 day' }, + { value: '7d', name: 'Every 7 days' }, + { value: '30d', name: 'Every 30 days' }, + { value: '365d', name: 'Every 365 days' }, + ] -const AlertWizard = () => { - const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const presetValues = auditLogTemplates - const handleSubmit = async (values) => { - Object.keys(values).filter(function (x) { - if (values[x] === null) { - delete values[x] - } - return null - }) - values.selectedTenants.map( - (tenant) => (values[`Select_${tenant.defaultDomainName}`] = tenant.defaultDomainName), - ) - genericPostRequest({ path: '/api/AddAlert', values: values }) + const getAuditLogSchema = (logbook) => { + const common = auditLogSchema.Common + const log = auditLogSchema[logbook] + const combined = { ...common, ...log } + return Object.keys(combined).map((key) => ({ + name: key, + value: combined[key], + })) } + const [addedEvent, setAddedEvent] = React.useState(1) - const formValues = {} + const getRecurrenceOptions = () => { + const values = currentFormState?.values + if (values) { + const updatedRecurrenceOptions = recurrenceOptions.map((opt) => ({ + ...opt, + name: opt.name.replace(' (Recommended)', ''), + })) + const recommendedValue = values.command?.value?.recommendedRunInterval + const option = updatedRecurrenceOptions.find((opt) => opt.value === recommendedValue) + if (option) { + option.name += ' (Recommended)' + if (option.value !== recommendedRecurrence?.Recurrence.value) { + setRecommendedRecurrence({ Recurrence: { value: option.value, label: option.name } }) + } + } + return updatedRecurrenceOptions + } + } - return ( - - -
    -

    Step 1

    -
    Choose a tenant
    -
    -
    - - {(props) => ( - row['displayName'], - sortable: true, - exportselector: 'displayName', - }, - { - name: 'Default Domain Name', - selector: (row) => row['defaultDomainName'], - sortable: true, - exportselector: 'mail', - }, - ]} - fieldProps={props} - /> - )} - - -
    -
    - -
    -

    Step 2

    -
    Select Legacy Alerts to receive
    -
    -
    - -

    - Alerts setup on this page are considered legacy. These alerts run every 15 minutes and - do not use our advanced alerting engine. -

    - - - -
    - - - - - - - + const setAuditForm = (e) => { + const preset = presetValues.find((p) => p.value === e.value) + setAuditFormState(preset.template) + setAddedEvent(preset.template.conditions.length) + } - - - - - - - - - - - - - -
    -
    -
    + const dovalues = [ + //{ value: 'cippcommand', label: 'Execute a CIPP Command' }, + { value: 'becremediate', name: 'Execute a BEC Remediate' }, + { value: 'disableuser', name: 'Disable the user in the log entry' }, + // { value: 'generatelog', label: 'Generate a log entry' }, + { value: 'generatemail', name: 'Generate an email' }, + { value: 'generatePSA', name: 'Generate a PSA ticket' }, + { value: 'generateWebhook', name: 'Generate a webhook' }, + ] -
    -
    - -
    -

    Step 3

    -
    Select webhook alerts
    -
    -
    - -

    - This setting will subscribe CIPP to receive the audit logs from this tenant directly. - You can then use the Alert Rules page to create alerts or take actions based on these - logs. -

    - - - + return ( + + {isFetching && } + {!isFetching && ( + <> + + + setAlertType('audit')}>Select} + > + Select this option if you'd like to create an alert based on a received Microsoft + Audit log. + + + + setAlertType('script')}>Select} + > + Select this option if you'd like to setup an alert based on data processed by CIPP + -
    -
    -
    - -
    -

    Step 3

    -
    Confirm and apply
    -
    -
    - {!postResults.isSuccess && ( - - {/* eslint-disable react/prop-types */} - {(props) => { - return ( - <> - - - - - - Alert on users without any form of MFA - - - - Alert on admins without any form of MFA - - - - Alert on new users added to any admin role - - - - Alert on changed admin Passwords - - - - Alert if Defender is not running - - - - Alert on Defender Malware - - - - Alert on 90% mailbox quota used - - - - Alert on unused licenses - - - - Alert on overused licenses - - - - Alert on expiring application secrets - - - - Alert on expiring APN certificates - - - - Alert on expiring VPP tokens - - - - Alert on expiring DEP tokens - - - - Alert on no CA policies - - - - Alert on Security Defaults automatic enablement - - - - - - - ) - }} - - )} - {postResults.isFetching && ( - - Loading - - )} - {postResults.isSuccess && ( - - {postResults.data.Results.map((message, idx) => { - return
  • {message}
  • - })} -
    - )} -
    -
    -
    + {alertType === 'audit' && ( + <> + + + + Select the tenants you want to include in this Alert. + setSelectedTenant(e)} + AllTenants={true} + valueisDomain={true} + /> + + + + { + return ( + + + + + {postResults.isFetching && } Save Alert + + } + > + + + setAuditForm(e)} + /> + + + + + + + + {addedEvent > 0 && + [...Array(addedEvent)].map((e, i) => ( + + + + AND + + + + + {(props) => { + return ( + + ) + }} + + + + + + + + {(props) => { + return ( + <> + {props.values?.conditions?.[i]?.Property?.value === + 'String' && ( + + )} + {props.values?.conditions?.[ + i + ]?.Property?.value.startsWith('List:') && ( + + )} + + ) + }} + + + + ))} + + + {addedEvent > 0 && ( + setAddedEvent(addedEvent - 1)} + className={`circular-button`} + title={'-'} + > + + + )} + {addedEvent < 4 && ( + setAddedEvent(addedEvent + 1)} + className={`circular-button`} + title={'+'} + > + + + )} + + + + + + + {postResults.isSuccess && ( + +
  • {postResults.data.Results}
  • +
    + )} +
    +
    +
    +
    +
    + ) + }} + /> + + )} + {alertType === 'script' && ( + <> + + + +

    Select the tenants you want to include in this Alert.

    + +
    +
    +
    + + + + Save Alert + {postResults.isFetching && ( + + )} + + } + > + { + return ( + + + + ({ + value: cmd, + name: cmd.label, + }))} + name="command" + placeholder={'Select a command'} + label="What alerting script should run" + validate={required} + /> + + + + + + + {(props) => { + return ( + + ) + }} + + + + + + + setCurrentFormState(formvalues)} + /> + + + + + + + + + + + + {postResults.isSuccess && ( + +
  • {postResults.data.Results}
  • +
    + )} +
    + ) + }} + /> +
    +
    +
    + + )} + + )} + ) } diff --git a/src/views/tenant/administration/AuthMethods.jsx b/src/views/tenant/administration/AuthMethods.jsx new file mode 100644 index 000000000000..adc16e49108c --- /dev/null +++ b/src/views/tenant/administration/AuthMethods.jsx @@ -0,0 +1,141 @@ +import React, { useState } from 'react' +import { CButton, CCardBody, CSpinner, CCard, CCardHeader, CCardTitle } from '@coreui/react' +import { useSelector } from 'react-redux' +import { faEllipsisV } from '@fortawesome/free-solid-svg-icons' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { CippPageList, CippPage } from 'src/components/layout' +import { TitleButton } from 'src/components/buttons' +import { CippActionsOffcanvas } from 'src/components/utilities' +import { useGenericGetRequestQuery } from 'src/store/api/app' +import { CippTable, cellBooleanFormatter } from 'src/components/tables' +import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' + +const Offcanvas = (row, rowIndex, formatExtraData) => { + const tenant = useSelector((state) => state.app.currentTenant) + const [ocVisible, setOCVisible] = useState(false) + const formatTargets = (targets) => { + if (Array.isArray(targets)) { + return targets.map((target) => JSON.stringify(target)).join(', ') + } + return targets + } + + return ( + <> + setOCVisible(true)}> + + + setOCVisible(false)} + /> + + ) +} + +const columns = [ + { + name: 'id', + selector: (row) => row['id'], + sortable: true, + exportSelector: 'id', + }, + { + name: 'state', + selector: (row) => row['state'], + cell: cellBooleanFormatter({ colourless: false }), + sortable: true, + exportSelector: 'state', + minWidth: '100px', + }, + { + name: 'includeTargets', + selector: (row) => row['includeTargets'], + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'includeTargets', + }, + { + name: 'excludeTargets', + selector: (row) => row['excludeTargets'], + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'excludeTargets', + }, + { + name: 'Actions', + cell: Offcanvas, + }, +] + +const AuthenticationMethods = () => { + const tenant = useSelector((state) => state.app.currentTenant) + const { data, isFetching, error, isSuccess, refetch } = useGenericGetRequestQuery({ + path: 'api/ListGraphRequest', + params: { + Endpoint: 'authenticationMethodsPolicy', + TenantFilter: tenant?.defaultDomainName, + }, + }) + return ( + <> + + + + Auth Methods + + + {isFetching && } + {isSuccess && ( + refetch()} + /> + )} + + + + + ) +} + +export default AuthenticationMethods diff --git a/src/views/tenant/administration/GDAPInviteWizard.jsx b/src/views/tenant/administration/GDAPInviteWizard.jsx index 2377ae2e0239..a3c38dbf7dc6 100644 --- a/src/views/tenant/administration/GDAPInviteWizard.jsx +++ b/src/views/tenant/administration/GDAPInviteWizard.jsx @@ -19,6 +19,7 @@ import { TitleButton } from 'src/components/buttons' import PropTypes from 'prop-types' import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { Condition, RFFCFormSwitch } from 'src/components/forms' const Error = ({ name }) => ( ( render={({ meta: { touched, error } }) => touched && error ? ( - + {error} ) : null @@ -39,27 +40,143 @@ Error.propTypes = { name: PropTypes.string.isRequired, } -const requiredArray = (value) => (value && value.length !== 0 ? undefined : 'Required') +const requiredArray = (value) => { + if (value && value.length !== 0) { + /// group each item in value by roleDefinitionId and select Role name where count is greater than 1 + const duplicateRoles = value + .map((item) => item.roleDefinitionId) + .filter((item, index, self) => index !== self.indexOf(item)) + + if (duplicateRoles.length > 0) { + var duplicates = value.filter((item) => duplicateRoles.includes(item.roleDefinitionId)) + /// get unique list of duplicate roles + + duplicates = duplicates + .filter( + (role, index, self) => + index === self.findIndex((t) => t.roleDefinitionId === role.roleDefinitionId), + ) + .map((role) => role.RoleName) + return `Duplicate GDAP Roles selected, ensure there is only one group mapping for the listed roles to continue: ${duplicates.join( + ', ', + )}` + } else { + return undefined + } + } else { + return 'You must select at least one GDAP Role' + } +} const GDAPInviteWizard = () => { + const defaultRolesArray = [ + { + Name: 'User Administrator', + ObjectId: 'fe930be7-5e62-47db-91af-98c3a49a38b1', + }, + { + Name: 'Teams Administrator', + ObjectId: '69091246-20e8-4a56-aa4d-066075b2a7a8', + }, + { + Name: 'SharePoint Administrator', + ObjectId: 'f28a1f50-f6e7-4571-818b-6a12f2af6b6c', + }, + { + Name: 'Security Administrator', + ObjectId: '194ae4cb-b126-40b2-bd5b-6091b380977d', + }, + { + Name: 'Privileged Role Administrator', + ObjectId: 'e8611ab8-c189-46e8-94e1-60213ab1f814', + }, + { + Name: 'Privileged Authentication Administrator', + ObjectId: '7be44c8a-adaf-4e2a-84d6-ab2649e08a13', + }, + { + Name: 'Intune Administrator', + ObjectId: '3a2c62db-5318-420d-8d74-23affee5d9d5', + }, + { + Name: 'Exchange Administrator', + ObjectId: '29232cdf-9323-42fd-ade2-1d097af3e4de', + }, + { + Name: 'Cloud Device Administrator', + ObjectId: '7698a772-787b-4ac8-901f-60d6b08affd2', + }, + { + Name: 'Cloud App Security Administrator', + ObjectId: '892c5842-a9a6-463a-8041-72aa08ca3cf6', + }, + { + Name: 'Authentication Policy Administrator', + ObjectId: '0526716b-113d-4c15-b2c8-68e3c22b9f80', + }, + { + Name: 'Application Administrator', + ObjectId: '9b895d92-2cd3-44c7-9d02-a6ac2d5ea5c3', + }, + ] const [inviteCount, setInviteCount] = useState(1) const [loopRunning, setLoopRunning] = React.useState(false) const [massResults, setMassResults] = React.useState([]) const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() const [genericGetRequest, getResults] = useLazyGenericGetRequestQuery() + const [easyModeDone, setEasyMode] = useState(false) + const [easyModeProgress, setEasyModeProgress] = useState(null) const handleSubmit = async (values) => { - const resultsarr = [] - setLoopRunning(true) - for (var x = 0; x < inviteCount; x++) { - const results = await genericPostRequest({ path: '/api/ExecGDAPInvite', values: values }) - resultsarr.push(results.data) - setMassResults(resultsarr) + if (values.easyMode === true) { + if (easyModeDone === false) { + const defaultRoles = { + gdapRoles: defaultRolesArray, + } + const easyModeValues = { ...defaultRoles } + try { + await genericPostRequest({ path: '/api/ExecAddGDAPRole', values: easyModeValues }) + const results = await genericGetRequest({ path: '/api/ListGDAPRoles' }) + const filteredResults = results.data.filter((role) => + defaultRolesArray.some((defaultRole) => defaultRole.ObjectId === role.roleDefinitionId), + ) + const uniqueFilteredResults = filteredResults.filter( + (role, index, self) => + index === self.findIndex((t) => t.roleDefinitionId === role.roleDefinitionId), + ) + filteredResults.length = 0 + Array.prototype.push.apply(filteredResults, uniqueFilteredResults) + setEasyMode(true) + const resultsarr = [] + setLoopRunning(true) + for (var x = 0; x < inviteCount; x++) { + const results = await genericPostRequest({ + path: '/api/ExecGDAPInvite', + values: { ...values, gdapRoles: filteredResults }, + }) + resultsarr.push(results.data) + setMassResults(resultsarr) + } + setLoopRunning(false) + } catch (error) { + setEasyModeProgress(`Failed to create GDAP roles or invite users ${error}`) + setLoopRunning(false) + } + } + } else { + // Normal mode execution + const resultsarr = [] + setLoopRunning(true) + for (var y = 0; y < inviteCount; y++) { + const results = await genericPostRequest({ path: '/api/ExecGDAPInvite', values: values }) + resultsarr.push(results.data) + setMassResults(resultsarr) + } + setLoopRunning(false) } - setLoopRunning(false) } - const formValues = {} + const formValues = { easyMode: true } const inviteColumns = [ { @@ -99,10 +216,7 @@ const GDAPInviteWizard = () => { onSubmit={handleSubmit} wizardTitle="GDAP Invite Wizard" > - +

    Step 1

    @@ -111,39 +225,66 @@ const GDAPInviteWizard = () => {

    - - CIPP will create a single relationship with all roles you've selected for the maximum - duration of 730 days using a GUID as a random name for the relationship. -
    It is recommend to put CIPP user in the correct GDAP Role Groups to manage your - environment secure after deployment of GDAP. -
    -
    - -
    + + + +

    + CIPP will create 12 new groups in your Azure AD environment if they do not exist, + and add the CIPP user to these 12 groups. The CIPP user will be added to the + following groups: +

    +
      +
    • M365 GDAP Application Administrator
    • +
    • M365 GDAP Authentication Policy Administrator
    • +
    • M365 GDAP Cloud App Security Administrator
    • +
    • M365 GDAP Cloud Device Administrator
    • +
    • M365 GDAP Exchange Administrator
    • +
    • M365 GDAP Intune Administrator
    • +
    • M365 GDAP Privileged Authentication Administrator
    • +
    • M365 GDAP Privileged Role Administrator
    • +
    • M365 GDAP Security Administrator
    • +
    • M365 GDAP SharePoint Administrator
    • +
    • M365 GDAP Teams Administrator
    • +
    • M365 GDAP User Administrator
    • +
    + Any other user that needs to gain access to your Microsoft CSP Tenants will need to be + manually added to these groups. +
    +
    + + + CIPP will create a single relationship with all roles you've selected for the maximum + duration of 730 days using a GUID as a random name for the relationship. + + +
    + +
    - - {(props) => ( - row['RoleName'], - sortable: true, - exportselector: 'Name', - }, - { - name: 'Group', - selector: (row) => row['GroupName'], - sortable: true, - }, - ]} - fieldProps={props} - /> - )} - + + {(props) => ( + row['RoleName'], + sortable: true, + exportselector: 'Name', + }, + { + name: 'Group', + selector: (row) => row['GroupName'], + sortable: true, + }, + ]} + fieldProps={props} + /> + )} + +

    @@ -190,25 +331,57 @@ const GDAPInviteWizard = () => { -
    Roles and group names
    - {props.values.gdapRoles.map((role, idx) => ( + {props.values.easyMode === false && ( + <> +
    Roles and group names
    + {props.values.gdapRoles.map((role, idx) => ( + + {role.RoleName === 'Company Administrator' && ( + + WARNING: The Company Administrator role will prevent GDAP + relationships from automatically extending. We recommend against + using this in any GDAP relationship. + + )} + + ))} + +
      + {props.values.gdapRoles.map((role, idx) => ( +
    • + {role.RoleName} - {role.GroupName} +
    • + ))} +
    +
    + + )} + {props.values.easyMode === true && ( <> - {role.RoleName === 'Company Administrator' && ( - - WARNING: The Company Administrator role will prevent GDAP - relationships from automatically extending. We recommend against using - this in any GDAP relationship. - - )} + +

    + You have selected CIPP to manage your roles and groups. Invites will + contain the following roles and groups +

    +
      +
    • M365 GDAP Application Administrator
    • +
    • M365 GDAP Authentication Policy Administrator
    • +
    • M365 GDAP Cloud App Security Administrator
    • +
    • M365 GDAP Cloud Device Administrator
    • +
    • M365 GDAP Exchange Administrator
    • +
    • M365 GDAP Intune Administrator
    • +
    • M365 GDAP Privileged Authentication Administrator
    • +
    • M365 GDAP Privileged Role Administrator
    • +
    • M365 GDAP Security Administrator
    • +
    • M365 GDAP SharePoint Administrator
    • +
    • M365 GDAP Teams Administrator
    • +
    • M365 GDAP User Administrator
    • +
    +
    - ))} - - {props.values.gdapRoles.map((role, idx) => ( -
  • - {role.RoleName} - {role.GroupName} -
  • - ))} -
    + )} + {easyModeProgress && {easyModeProgress}} + {getResults.isFetching && }
    @@ -218,6 +391,14 @@ const GDAPInviteWizard = () => { )} {(massResults.length >= 1 || loopRunning) && ( <> + +

    + The invites have been generated. You can view the results below. The + invite link is to be used by a Global Administrator + of your clients Tenant. Theonboardinglink is to be + used by a CIPP administrator to finish the process inside of CIPP. +

    +
    {loopRunning ? ( diff --git a/src/views/tenant/administration/GDAPRoleWizard.jsx b/src/views/tenant/administration/GDAPRoleWizard.jsx index acaca41de84a..8607617cfb0a 100644 --- a/src/views/tenant/administration/GDAPRoleWizard.jsx +++ b/src/views/tenant/administration/GDAPRoleWizard.jsx @@ -168,7 +168,7 @@ const GDAPRoleWizard = () => { return
  • {message}
  • })} - + Create GDAP Invite diff --git a/src/views/tenant/administration/GraphExplorer.jsx b/src/views/tenant/administration/GraphExplorer.jsx index 42cfc7f0e2da..ebc3abd8b39d 100644 --- a/src/views/tenant/administration/GraphExplorer.jsx +++ b/src/views/tenant/administration/GraphExplorer.jsx @@ -32,6 +32,7 @@ import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' import PropTypes from 'prop-types' import { CippCodeOffCanvas, ModalService } from 'src/components/utilities' import { debounce } from 'lodash-es' +import CippScheduleOffcanvas from 'src/components/utilities/CippScheduleOffcanvas' const GraphExplorer = () => { const tenant = useSelector((state) => state.app.currentTenant) @@ -57,6 +58,8 @@ const GraphExplorer = () => { error: presetsError, } = useGenericGetRequestQuery({ path: '/api/ListGraphExplorerPresets', params: { random2 } }) const QueryColumns = { set: false, data: [] } + const [scheduleVisible, setScheduleVisible] = useState(false) + const [scheduleValues, setScheduleValues] = useState({}) const debounceEndpointChange = useMemo(() => { function endpointChange(value) { @@ -75,7 +78,38 @@ const GraphExplorer = () => { }, []) if (graphrequest.isSuccess) { - if (graphrequest.data?.Results?.length > 0) { + if ( + graphrequest.data?.Metadata?.Parameters?.$select !== undefined && + graphrequest.data?.Metadata?.Parameters?.$select !== '' && + graphrequest.data?.Metadata?.Parameters?.$select !== null + ) { + //set columns + if (graphrequest.data?.Metadata?.TenantFilter === 'AllTenants') { + QueryColumns.data.push({ + name: 'Tenant', + selector: (row) => row['Tenant'], + sortable: true, + exportSelector: 'Tenant', + cell: cellGenericFormatter(), + }) + QueryColumns.data.push({ + name: 'CippStatus', + selector: (row) => row['CippStatus'], + sortable: true, + exportSelector: 'CippStatus', + cell: cellGenericFormatter(), + }) + } + graphrequest.data?.Metadata?.Parameters?.$select.split(',')?.map((value) => + QueryColumns.data.push({ + name: value, + selector: (row) => row[`${value.toString()}`], + sortable: true, + exportSelector: value, + cell: cellGenericFormatter(), + }), + ) + } else if (graphrequest.data?.Results?.length > 0) { //set columns Object.keys(graphrequest.data?.Results[0]).map((value) => QueryColumns.data.push({ @@ -117,11 +151,41 @@ const GraphExplorer = () => { }) } + function handleSchedule(values) { + var graphParameters = [] + const paramNames = ['$filter', '$format', '$search', '$select', '$top'] + paramNames.map((param) => { + if (values[param]) { + if (Array.isArray(values[param])) { + graphParameters.push({ Key: param, Value: values[param].map((p) => p.value).join(',') }) + } else { + graphParameters.push({ Key: param, Value: values[param] }) + } + } + }) + + const reportName = values.name ?? 'Graph Explorer' + const shippedValues = { + taskName: reportName + ' - ' + tenant.displayName, + command: { label: 'Get-GraphRequestList', value: 'Get-GraphRequestList' }, + parameters: { + Parameters: graphParameters, + NoPagination: values.NoPagination, + ReverseTenantLookup: values.ReverseTenantLookup, + ReverseTenantLookupProperty: values.ReverseTenantLookupProperty, + Endpoint: values.endpoint, + SkipCache: true, + }, + } + setScheduleValues(shippedValues) + setScheduleVisible(true) + } + const presets = [ { name: 'All users with email addresses', id: '6164e239-0c9a-4a27-9049-6250bf65a3e3', - params: { endpoint: '/users', $select: 'userprincipalname,mail,proxyAddresses', $filter: '' }, + params: { endpoint: '/users', $select: 'userPrincipalName,mail,proxyAddresses', $filter: '' }, isBuiltin: true, }, { @@ -248,6 +312,9 @@ const GraphExplorer = () => { if (params?.$select) { select = params.$select.map((p) => p.value).join(',') } + if (params?.name) { + params.QueueNameOverride = 'Graph Explorer - ' + params.name + } execGraphRequest({ path: 'api/ListGraphRequest', params: { @@ -500,6 +567,18 @@ const GraphExplorer = () => { placeholder="Select the number of rows to return" /> + + + + { placeholder="Enter OData search query" /> + + @@ -561,6 +650,19 @@ const GraphExplorer = () => { Query + + {(props) => { + return ( + handleSchedule(props.values)} + className="ms-2" + > + + Schedule Report + + ) + }} + @@ -572,6 +674,13 @@ const GraphExplorer = () => { + setScheduleVisible(false)} + initialValues={scheduleValues} + />
    {!searchNow && Execute a search to get started.} diff --git a/src/views/tenant/administration/ListAlertsQueue.jsx b/src/views/tenant/administration/ListAlertsQueue.jsx index abce88eca036..7a715188a824 100644 --- a/src/views/tenant/administration/ListAlertsQueue.jsx +++ b/src/views/tenant/administration/ListAlertsQueue.jsx @@ -1,301 +1,93 @@ import React, { useState } from 'react' -import { CButton, CCallout, CCol, CForm, CRow, CSpinner, CTooltip } from '@coreui/react' +import { CCol, CRow } from '@coreui/react' import { useSelector } from 'react-redux' -import { Field, Form, FormSpy } from 'react-final-form' -import { RFFCFormInput, RFFCFormSwitch } from 'src/components/forms' -import { - useGenericGetRequestQuery, - useLazyGenericGetRequestQuery, - useLazyGenericPostRequestQuery, -} from 'src/store/api/app' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faCircleNotch, faEdit, faEye } from '@fortawesome/free-solid-svg-icons' -import { CippContentCard, CippPage, CippPageList } from 'src/components/layout' -import { CellTip } from 'src/components/tables/CellGenericFormat' -import 'react-datepicker/dist/react-datepicker.css' -import { CippActionsOffcanvas, ModalService, TenantSelector } from 'src/components/utilities' -import arrayMutators from 'final-form-arrays' -const alertsList = [ - { name: 'MFAAlertUsers', label: 'Alert on users without any form of MFA' }, - { name: 'MFAAdmins', label: 'Alert on admins without any form of MFA' }, - { - name: 'NoCAConfig', - label: - 'Alert on tenants without a Conditional Access policy, while having Conditional Access licensing available.', - }, - { name: 'AdminPassword', label: 'Alert on changed admin Passwords' }, - { - name: 'QuotaUsed', - label: 'Alert on % mailbox quota used', - requiresInput: true, - inputLabel: 'Enter quota percentage', - inputName: 'QuotaUsedQuota', - }, - { - name: 'SharePointQuota', - label: 'Alert on % SharePoint quota used', - requiresInput: true, - inputLabel: 'Enter quota percentage', - inputName: 'SharePointQuotaQuota', - }, - { name: 'ExpiringLicenses', label: 'Alert on licenses expiring in 30 days' }, - { name: 'NewAppApproval', label: 'Alert on new apps in the application approval list' }, - { name: 'SecDefaultsUpsell', label: 'Alert on Security Defaults automatic enablement' }, - { - name: 'DefenderStatus', - label: 'Alert if Defender is not running (Tenant must be on-boarded in Lighthouse)', - }, - { - name: 'DefenderMalware', - label: 'Alert on Defender Malware found (Tenant must be on-boarded in Lighthouse)', - }, - { name: 'UnusedLicenses', label: 'Alert on unused licenses' }, - { name: 'OverusedLicenses', label: 'Alert on overused licenses' }, - { name: 'AppSecretExpiry', label: 'Alert on expiring application secrets' }, - { name: 'ApnCertExpiry', label: 'Alert on expiring APN certificates' }, - { name: 'VppTokenExpiry', label: 'Alert on expiring VPP tokens' }, - { name: 'DepTokenExpiry', label: 'Alert on expiring DEP tokens' }, -] +import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' + +import { CippPage, CippPageList } from 'src/components/layout' +import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import 'react-datepicker/dist/react-datepicker.css' +import { CellBadge, cellBadgeFormatter } from 'src/components/tables' +import { TitleButton } from 'src/components/buttons' const ListClassicAlerts = () => { const [ExecuteGetRequest, getResults] = useLazyGenericGetRequestQuery() - - const Offcanvas = (row, rowIndex, formatExtraData) => { - const [ocVisible, setOCVisible] = useState(false) - - const handleDeleteSchedule = (apiurl, message) => { - ModalService.confirm({ - title: 'Confirm', - body:
    {message}
    , - onConfirm: () => - ExecuteGetRequest({ path: apiurl }).then((res) => { - setRefreshState(res.requestId) - }), - confirmLabel: 'Continue', - cancelLabel: 'Cancel', - }) - } - let jsonResults - try { - jsonResults = JSON.parse(row) - } catch (error) { - jsonResults = row - } - - return ( - <> - - setOCVisible(true)}> - - - - - - handleDeleteSchedule( - `/api/RemoveQueuedAlert?&ID=${row.tenantId}`, - 'Do you want to delete the queued alert?', - ) - } - size="sm" - variant="ghost" - color="danger" - > - - - - ({ - label: key, - value: - typeof row[key] === 'boolean' ? ( - row[key] ? ( - - ) : ( - - ) - ) : ( - row[key] - ), - }))} - placement="end" - visible={ocVisible} - id={row.id} - hideFunction={() => setOCVisible(false)} - /> - - ) - } - const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) const [refreshState, setRefreshState] = useState(false) const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() - const onSubmit = (values) => { - Object.keys(values).filter(function (x) { - if (values[x] === null || values[x] === 0) { - delete values[x] - } - return null - }) - values['tenantFilter'] = tenantDomain - values['SetAlerts'] = true - genericPostRequest({ path: '/api/AddAlert', values: values }).then((res) => { - setRefreshState(res.requestId) - }) - } - const { data: currentlySelectedAlerts = [], isLoading: isLoadingCurrentAlerts } = - useGenericGetRequestQuery({ - path: `api/ListAlertsQueue?TenantFilter=${tenantDomain}&RefreshGuid=${refreshState}`, - }) const columns = [ { - name: 'Tenant Name', - selector: (row) => row['tenantName'], + name: 'Tenant(s)', + selector: (row) => row['Tenants'], sortable: true, - cell: (row) => CellTip(row['tenantName']), - exportSelector: 'tenantName', + cell: (row) => CellTip(row['Tenants']), + exportSelector: 'Tenants', }, { - name: 'Tenant ID', - selector: (row) => row['tenantId'], + name: 'Events', + selector: (row) => row['Conditions'], sortable: true, - cell: (row) => CellTip(row['tenantId']), - exportSelector: 'tenantId', + cell: (row) => CellTip(row['Conditions']), + exportSelector: 'Conditions', }, { - name: 'Actions', - cell: Offcanvas, - maxWidth: '80px', + name: 'Actions to take', + selector: (row) => row['Actions'], + sortable: true, + cell: cellBadgeFormatter({ color: 'info' }), + exportSelector: 'Actions', + }, + { + name: 'Repeats every', + selector: (row) => row['RepeatsEvery'], + sortable: true, + cell: (row) => CellTip(row['RepeatsEvery']), + exportSelector: 'RepeatsEvery', + }, + { + name: 'Event Type', + selector: (row) => row['EventType'], + sortable: true, + cell: cellBadgeFormatter({ color: 'info' }), + exportSelector: 'EventType', }, ] - const initialValues = currentlySelectedAlerts.filter((x) => x.tenantName === tenantDomain)[0] - const allTenantsAlert = currentlySelectedAlerts.find( - (tenant) => tenant.tenantName === 'AllTenants', - ) - function getLabel(item) { - if (typeof allTenantsAlert === 'object' && allTenantsAlert !== null) { - if (allTenantsAlert[`${item}`]) { - return `* Enabled via All Tenants` - } - } - return '' - } return ( <> - - - { - return ( - -

    - Classic Alerts are sent every 15 minutes, with a maximum of 1 unique alert - per 24 hours. These alerts do not use the Alert Rules Engine. -

    - {isLoadingCurrentAlerts && } - - - - {(props) => } - - - -
    - {alertsList.map((alert, index) => ( - - - {alert.requiresInput && ( - - {({ values }) => { - if (values[alert.name]) { - return ( - - ) - } - return null - }} - - )} - - ))} -
    - - - - Set Alerts - {postResults.isFetching && ( - - )} - - - - {postResults.isSuccess && ( - -
  • {postResults.data.Results}
  • -
    - )} - {getResults.isFetching && ( - - Loading - - )} - {getResults.isSuccess && ( - {getResults.data?.Results} - )} - {getResults.isError && ( - - Could not connect to API: {getResults.error.message} - - )} -
    - ) - }} - /> -
    -
    - + + } tenantSelector={false} datatable={{ tableProps: { selectableRows: true, actionsList: [ { - label: 'Delete task', + label: 'Delete Alert', modal: true, - modalUrl: `/api/RemoveQueuedAlert?&ID=!tenantId`, + modalUrl: `/api/RemoveQueuedAlert?&ID=!RowKey&EventType=!EventType&RefreshGuid=${refreshState}`, modalMessage: 'Do you want to delete this job?', }, ], }, columns, - reportName: `Scheduled-Jobs`, + reportName: `Alerts`, path: `/api/ListAlertsQueue?RefreshGuid=${refreshState}`, }} /> diff --git a/src/views/tenant/administration/ListAuditLogs.jsx b/src/views/tenant/administration/ListAuditLogs.jsx new file mode 100644 index 000000000000..4e1d30392b3d --- /dev/null +++ b/src/views/tenant/administration/ListAuditLogs.jsx @@ -0,0 +1,284 @@ +import React, { useEffect } from 'react' +import { CippPageList } from 'src/components/layout' +import { TitleButton } from 'src/components/buttons' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { cellDateFormatter } from 'src/components/tables' +import { useSelector } from 'react-redux' +import { + CButton, + CCard, + CCardBody, + CCardHeader, + CCardTitle, + CCol, + CCollapse, + CForm, + CFormCheck, + CFormInput, + CFormLabel, + CFormSelect, + CInputGroup, + CInputGroupText, + CLink, + CRow, + CTooltip, +} from '@coreui/react' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { Condition, RFFCFormInput, RFFCFormRadioList } from 'src/components/forms' +import { Field, Form } from 'react-final-form' +import { useSearchParams } from 'react-router-dom' +import { CippCodeBlock, CippOffcanvas } from 'src/components/utilities' + +const ListAuditLogs = () => { + // get query parameters + const [searchParams, setSearchParams] = useSearchParams() + const logId = searchParams.get('LogId') + const [interval, setInterval] = React.useState('d') + const [time, setTime] = React.useState(1) + const [relativeTime, setRelativeTime] = React.useState('1d') + const [startDate, setStartDate] = React.useState(null) + const [endDate, setEndDate] = React.useState(null) + const [visibleA, setVisibleA] = React.useState(true) + const [tenantColumnSet, setTenantColumn] = React.useState(false) + const tenant = useSelector((state) => state.app.currentTenant) + + useEffect(() => { + if (tenant.defaultDomainName === 'AllTenants') { + setTenantColumn(false) + } + if (tenant.defaultDomainName !== 'AllTenants') { + setTenantColumn(true) + } + }, [tenant.defaultDomainName, tenantColumnSet]) + + const handleSearch = (values) => { + if (values.dateFilter === 'relative') { + setRelativeTime(`${values.Time}${values.Interval}`) + setStartDate(null) + setEndDate(null) + } else if (values.dateFilter === 'startEnd') { + setRelativeTime(null) + setStartDate(values.startDate) + setEndDate(values.endDate) + } + setVisibleA(false) + } + + const Actions = (row) => { + const [visible, setVisible] = React.useState(false) + return ( + <> + setVisible(true)}> + + + + + setVisible(false)} + visible={visible} + addedClass="offcanvas-large" + placement="end" + > + + + +

    Log Details

    +
    +
    + + {row?.Data?.ActionText && ( + + + + + {row?.Data?.ActionText} + + + + )} + + +

    Raw Log

    + +
    +
    +
    +
    +
    + + ) + } + + const columns = [ + { + name: 'Timestamp', + selector: (row) => row['Timestamp'], + sortable: true, + exportSelector: 'Timestamp', + cell: cellDateFormatter({ format: 'short' }), + maxWidth: '200px', + }, + { + name: 'Tenant', + selector: (row) => row['Tenant'], + exportSelector: 'Tenant', + omit: !tenantColumnSet, + cell: cellGenericFormatter(), + maxWidth: '150px', + }, + { + name: 'Title', + selector: (row) => row['Title'], + exportSelector: 'Title', + cell: cellGenericFormatter(), + }, + { + name: 'Actions', + cell: Actions, + maxWidth: '100px', + }, + ] + return ( +
    + + + + + + Search Options + setVisibleA(!visibleA)} + > + + + + + + + + + + { + return ( + + + + Date Filter Type +
    + +
    +
    +
    +
    + + + + Relative Time + + + Last + + + {({ input, meta }) => } + + + {({ input, meta }) => ( + + + + + + )} + + + + + + + + + + + + + + + + + + + + Search + + + +
    + ) + }} + /> +
    +
    +
    +
    +
    +
    + +
    + ) +} + +export default ListAuditLogs diff --git a/src/views/tenant/administration/ListEnterpriseApps.jsx b/src/views/tenant/administration/ListEnterpriseApps.jsx index 5b2385a6c0f1..bf49da8c0b67 100644 --- a/src/views/tenant/administration/ListEnterpriseApps.jsx +++ b/src/views/tenant/administration/ListEnterpriseApps.jsx @@ -90,6 +90,11 @@ const EnterpriseApplications = () => { filter: "Graph: tags/any(t:t eq 'WindowsAzureActiveDirectoryGalleryApplicationPrimaryV1')", }, + { + filterName: 'All non-Microsoft Enterprise Apps', + filter: + 'Complex: appOwnerOrganizationId notlike f8cdef31-a31e-4b4a-93e4-5f571e91255a', + }, ], tableProps: { selectableRows: true, diff --git a/src/views/tenant/administration/ListGDAPInvites.jsx b/src/views/tenant/administration/ListGDAPInvites.jsx new file mode 100644 index 000000000000..24a44e6b253f --- /dev/null +++ b/src/views/tenant/administration/ListGDAPInvites.jsx @@ -0,0 +1,63 @@ +import React from 'react' +import { CippPageList } from 'src/components/layout' +import { TitleButton } from 'src/components/buttons' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { cellDateFormatter } from 'src/components/tables' + +const ListGDAPInvites = () => { + const columns = [ + { + name: 'Created', + selector: (row) => row['Timestamp'], + sortable: true, + exportSelector: 'Timestamp', + cell: cellDateFormatter({ format: 'short' }), + }, + { + name: 'Relationship ID', + selector: (row) => row['RowKey'], + sortable: true, + exportSelector: 'RowKey', + cell: cellGenericFormatter(), + }, + { + name: 'Invite URL', + selector: (row) => row['InviteUrl'], + exportSelector: 'InviteUrl', + cell: cellGenericFormatter(), + }, + { + name: 'Onboarding URL', + selector: (row) => row['OnboardingUrl'], + exportSelector: 'OnboardingUrl', + cell: cellGenericFormatter(), + }, + { + name: 'Role Mapping', + selector: (row) => row['RoleMappings'], + exportSelector: 'RoleMappings', + cell: cellGenericFormatter(), + }, + ] + return ( +
    + +
    + ) +} + +export default ListGDAPInvites diff --git a/src/views/tenant/administration/ListGDAPRelationships.jsx b/src/views/tenant/administration/ListGDAPRelationships.jsx index c463797c16c9..25b332ffdcaf 100644 --- a/src/views/tenant/administration/ListGDAPRelationships.jsx +++ b/src/views/tenant/administration/ListGDAPRelationships.jsx @@ -111,6 +111,14 @@ const Actions = (row, rowIndex, formatExtraData) => { modalUrl: `/api/ExecAutoExtendGDAP?ID=${row.id}`, modalMessage: 'Are you sure you want to enable auto-extend for this relationship', }, + { + label: 'Remove Global Administrator from Relationship', + color: 'danger', + modal: true, + modalUrl: `/api/ExecGDAPRemoveGArole?&GDAPID=${row.id}`, + modalMessage: + 'Are you sure you want to remove Global Administrator from this relationship?', + }, { label: 'Terminate Relationship', color: 'danger', @@ -218,6 +226,13 @@ const GDAPRelationships = () => { tableProps: { selectableRows: true, actionsList: [ + { + label: 'Remove Global Administrator from Relationship', + modal: true, + modalUrl: `/api/ExecGDAPRemoveGArole?&GDAPID=!id`, + modalMessage: + 'Are you sure you want to remove Global Administrator from these relationship(s)?', + }, { label: 'Terminate Relationship', modal: true, @@ -236,7 +251,7 @@ const GDAPRelationships = () => { columns, reportName: `GDAP-Relationships`, path: '/api/ListGraphRequest', - params: { Endpoint: 'tenantRelationships/delegatedAdminRelationships' }, + params: { Endpoint: 'tenantRelationships/delegatedAdminRelationships', $top: 300 }, }} />
    diff --git a/src/views/tenant/administration/PartnerRelationships.jsx b/src/views/tenant/administration/PartnerRelationships.jsx new file mode 100644 index 000000000000..ea05fcb9e02b --- /dev/null +++ b/src/views/tenant/administration/PartnerRelationships.jsx @@ -0,0 +1,78 @@ +import React, { useEffect } from 'react' +import { useSelector } from 'react-redux' +import { CippPageList } from 'src/components/layout' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' + +const PartnerRelationships = () => { + const tenant = useSelector((state) => state.app.currentTenant) + const [tenantColumnSet, setTenantColumn] = React.useState(false) + useEffect(() => { + if (tenant.defaultDomainName === 'AllTenants') { + setTenantColumn(false) + } + if (tenant.defaultDomainName !== 'AllTenants') { + setTenantColumn(true) + } + }, [tenant.defaultDomainName, tenantColumnSet]) + + const columns = [ + { + name: 'Tenant', + selector: (row) => row.Tenant, + sortable: true, + exportSelector: 'Tenant', + omit: tenantColumnSet, + cell: cellGenericFormatter(), + }, + { + name: 'Partner', + selector: (row) => row.TenantInfo?.displayName, + sortable: true, + exportSelector: 'TenantInfo/displayName', + cell: cellGenericFormatter(), + }, + { + name: 'Service Provider', + selector: (row) => row['isServiceProvider'], + sortable: true, + exportSelector: 'isServiceProvider', + cell: cellGenericFormatter(), + }, + { + name: 'Multi Tenant', + selector: (row) => row['isInMultiTenantOrganization'], + sortable: true, + exportSelector: 'isInMultiTenantOrganization', + cell: cellGenericFormatter(), + }, + { + name: 'Partner Info', + selector: (row) => row['TenantInfo'], + sortable: true, + exportSelector: 'TenantInfo', + cell: cellGenericFormatter(), + }, + ] + return ( +
    + +
    + ) +} + +export default PartnerRelationships diff --git a/src/views/tenant/administration/SecureScore.jsx b/src/views/tenant/administration/SecureScore.jsx new file mode 100644 index 000000000000..bfa9d2e751c2 --- /dev/null +++ b/src/views/tenant/administration/SecureScore.jsx @@ -0,0 +1,420 @@ +import React, { useEffect, useRef } from 'react' +import { + CBadge, + CButton, + CCard, + CCardBody, + CCardFooter, + CCardHeader, + CCardText, + CCardTitle, + CCol, + CFormInput, + CFormSelect, + CFormSwitch, + CRow, +} from '@coreui/react' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faCheck, faTimes } from '@fortawesome/free-solid-svg-icons' +import { CippTable } from 'src/components/tables' +import { CippPage } from 'src/components/layout/CippPage' +import { useGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { useSelector } from 'react-redux' +import Skeleton from 'react-loading-skeleton' +import standards from 'src/data/standards' +import { useNavigate } from 'react-router-dom' +import { ModalService } from 'src/components/utilities' +import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { CippCallout } from 'src/components/layout' +import CippPrettyCard from 'src/components/contentcards/CippPrettyCard' +import { TableModalButton } from 'src/components/buttons' +import DOMPurify from 'dompurify' +import ReactHtmlParser from 'react-html-parser' + +const SecureScore = () => { + const textRef = useRef() + const selectRef = useRef() + const currentTenant = useSelector((state) => state.app.currentTenant) + const [viewMode, setViewMode] = React.useState(false) + const [translateData, setTranslatedData] = React.useState([]) + const [translateState, setTranslateSuccess] = React.useState(false) + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + const [refreshCode, setRefresh] = React.useState(null) + const { + data: securescore = [], + isFetching, + isSuccess, + } = useGenericGetRequestQuery({ + path: '/api/ListGraphRequest?refresh=' + refreshCode, + params: { + tenantFilter: currentTenant.defaultDomainName, + Endpoint: 'security/secureScores', + $top: 1, + NoPagination: true, + }, + }) + + const { + data: securescoreTranslation = [], + isSuccess: isSuccessTranslation, + isFetching: isFetchingTranslation, + } = useGenericGetRequestQuery({ + path: '/api/ListGraphRequest?refresh=' + refreshCode, + params: { + tenantFilter: currentTenant.defaultDomainName, + Endpoint: 'security/secureScoreControlProfiles', + $top: 999, + NoPagination: true, + }, + }) + + const sanitizeHtml = (html) => { + var sanitizedHtml = DOMPurify.sanitize(html) + var parsedHtml = ReactHtmlParser(sanitizedHtml) + return parsedHtml + } + + useEffect(() => { + if (isSuccess) { + setTranslatedData(securescore.Results[0]) + setTranslateSuccess(true) + } + }, [isSuccess, securescore.Results]) + + useEffect(() => { + if (isSuccess && isSuccessTranslation) { + const updatedControlScores = translateData.controlScores.map((control) => { + const translation = securescoreTranslation.Results?.find( + (controlTranslation) => controlTranslation.id === control.controlName, + ) + const remediation = standards.find((standard) => standard.tag.includes(control.controlName)) + return { + ...control, + title: translation?.title, + threats: translation?.threats, + complianceInformation: translation?.complianceInformation, + actionUrl: remediation + ? '/tenant/standards/list-applied-standards' + : translation?.actionUrl, + remediation: remediation + ? `1. Enable the CIPP Standard: ${remediation.label}` + : translation?.remediation, + remediationImpact: translation?.remediationImpact, + implementationCost: translation?.implementationCost, + tier: translation?.tier, + userImpact: translation?.userImpact, + vendorInformation: translation?.vendorInformation, + controlStateUpdates: translation?.controlStateUpdates[0] + ? translation.controlStateUpdates + : [], + } + }) + + updatedControlScores.sort((a, b) => { + return b['scoreInPercentage'] - a['scoreInPercentage'] + }) + setTranslatedData((prevData) => ({ + ...prevData, + controlScores: updatedControlScores, + })) + } + }, [isSuccess, isSuccessTranslation, securescoreTranslation.Results, refreshCode]) + const navigate = useNavigate() + + const openRemediation = (url) => { + if (url.startsWith('https')) { + window.open(url, '_blank') + } else { + navigate(url) + } + } + const openResolution = (control) => { + ModalService.confirm({ + key: control, + body: ( +
    +
    + +
    +
    + +
    +
    + ), + title: 'Confirm', + onConfirm: () => + genericPostRequest({ + path: '/api/ExecUpdateSecureScore', + values: { + controlName: control.controlName, + resolutionType: selectRef.current.value, + reason: textRef.current.value, + tenantFilter: currentTenant.defaultDomainName, + vendorinformation: control.vendorInformation, + }, + }).then(() => { + setRefresh(Math.random()) + }), + }) + } + + const columns = [ + { + name: 'Task Title', + selector: (row) => row['title'], + sortable: true, + cell: (row) => CellTip(row['title']), + exportSelector: 'title', + }, + { + name: 'Percentage Complete', + selector: (row) => row['scoreInPercentage'], + sortable: true, + cell: (row) => CellTip(row['scoreInPercentage']), + exportSelector: 'scoreInPercentage', + }, + { + name: 'Remediation', + selector: (row) => row['actionUrl'], + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'actionUrl', + }, + { + name: 'Updates', + selector: (row) => row?.controlStateUpdates, + cell: cellGenericFormatter(), + }, + ] + + return ( + <> + {postResults.isFetching && } + {postResults.isSuccess && ( + + {postResults.data.Results} + + )} + {postResults.isError && ( + + {postResults.error.message} + + )} + + + + + Overview mode + + + + setViewMode(!viewMode)} /> + + + + + + + + + + + + + + + + {viewMode && translateData.controlScores?.length > 1 && isSuccess && isSuccessTranslation && ( + + + Best Practice Report + + + + + + )} + {translateState && + !viewMode && + translateData.controlScores.length > 1 && + isSuccess && + isSuccessTranslation && ( + <> + + {translateData?.controlScores?.map((info, idx) => ( + + + + {info.title} + + + + + + {info.scoreInPercentage === 100 + ? `100% ${ + info.controlStateUpdates?.length > 0 && + info.controlStateUpdates[0].state !== 'Default' + ? `(${info?.controlStateUpdates[0]?.state})` + : '' + }` + : `${info.scoreInPercentage}% ${ + info.controlStateUpdates?.length > 0 && + info.controlStateUpdates[0].state !== 'Default' + ? `(${info?.controlStateUpdates[0]?.state})` + : '' + } + `} + + + + +
    Description
    + +
    + {sanitizeHtml(`${info.description} ${info.implementationStatus}`)} +
    +
    +
    + {info.scoreInPercentage !== 100 && ( + +
    Remediation Recommendation
    + + {
    {sanitizeHtml(info.remediation)}
    } +
    +
    + )} + + {info.threats?.length > 0 && ( + <> +
    Threats
    + {info.threats?.map((threat, idx) => ( + + {threat} + + ))} + + )} +
    + + {info.complianceInformation > 0 && ( + <> +
    Compliance Frameworks
    + {info.complianceInformation?.map((framework, idx) => ( + + {framework.certificationName} -{' '} + {framework.certificationControls[0]?.name} + + ))} + + )} +
    +
    + + openRemediation(info.actionUrl)} + className="me-3" + > + Remediate + + openResolution(info)} className="me-3"> + Change Status + + + + +
    +
    + ))} +
    + + )} +
    + + ) +} + +export default SecureScore diff --git a/src/views/tenant/administration/ServiceHealth.jsx b/src/views/tenant/administration/ServiceHealth.jsx index 30d3a5e0199c..7da9f0bc195c 100644 --- a/src/views/tenant/administration/ServiceHealth.jsx +++ b/src/views/tenant/administration/ServiceHealth.jsx @@ -1,4 +1,5 @@ import React from 'react' +import { useSelector } from 'react-redux' import { CippPageList } from 'src/components/layout' import { CellTip } from 'src/components/tables' @@ -37,6 +38,7 @@ const columns = [ ] const ServiceHealth = () => { + const currentTenant = useSelector((state) => state.app.currentTenant) return ( { datatable={{ columns, path: '/api/ListServiceHealth', + params: { + tenantFilter: currentTenant.customerId, + displayName: currentTenant.displayName, + defaultDomainName: currentTenant.defaultDomainName, + }, reportName: `Service-Health-Report`, }} /> diff --git a/src/views/tenant/administration/TenantLookup.jsx b/src/views/tenant/administration/TenantLookup.jsx index abb95f701571..ced62911ae8d 100644 --- a/src/views/tenant/administration/TenantLookup.jsx +++ b/src/views/tenant/administration/TenantLookup.jsx @@ -122,25 +122,27 @@ const GraphExplorer = () => {

    Tenant Name

    {graphrequest.isFetching && } - {graphrequest.data?.GraphRequest.displayName} + {graphrequest.data?.GraphRequest?.displayName + ? graphrequest.data?.GraphRequest?.displayName + : 'Could not find tenant - Is this a M365 domain name?'}

    Tenant ID

    {graphrequest.isFetching && } - {graphrequest.data?.GraphRequest.tenantId} + {graphrequest.data?.GraphRequest?.tenantId}

    Default Domain Name

    {graphrequest.isFetching && } - {graphrequest.data?.GraphRequest.defaultDomainName} + {graphrequest.data?.GraphRequest?.defaultDomainName}

    Tenant Brand Name

    {graphrequest.isFetching && } - {graphrequest.data?.GraphRequest.federationBrandName} - {graphrequest.data?.GraphRequest.federationBrandName === null && + {graphrequest.data?.GraphRequest?.federationBrandName} + {graphrequest.data?.GraphRequest?.federationBrandName === null && 'No brand name set'}
    diff --git a/src/views/tenant/administration/TenantOnboarding.jsx b/src/views/tenant/administration/TenantOnboarding.jsx new file mode 100644 index 000000000000..94afd7437938 --- /dev/null +++ b/src/views/tenant/administration/TenantOnboarding.jsx @@ -0,0 +1,153 @@ +import { CBadge, CTooltip } from '@coreui/react' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import React from 'react' +import { TitleButton } from 'src/components/buttons' +import { CippPageList } from 'src/components/layout' +import { CellBadge, cellDateFormatter } from 'src/components/tables' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' + +const TenantOnboarding = () => { + const titleButton = ( + + ) + function ucfirst(str) { + return str.charAt(0).toUpperCase() + str.slice(1) + } + function getBadgeColor(status) { + switch (status.toLowerCase()) { + case 'queued': + return 'info' + case 'failed': + return 'danger' + case 'succeeded': + return 'success' + case 'running': + return 'primary' + } + } + function getLatestStep(steps) { + var activeSteps = steps?.filter((step) => step.Status !== 'pending') + var currentStep = activeSteps[activeSteps.length - 1] + var color = 'info' + var icon = 'me-2 info-circle' + var spin = false + switch (currentStep?.Status) { + case 'succeeded': + color = 'me-2 text-success' + icon = 'check-circle' + break + case 'failed': + color = 'me-2 text-danger' + icon = 'times-circle' + break + case 'running': + color = 'me-2 text-primary' + icon = 'sync' + spin = true + break + } + return ( + +
    + + {currentStep?.Title} +
    +
    + ) + } + const columns = [ + { + name: 'Last Update', + selector: (row) => row.Timestamp, + sortable: true, + exportSelector: 'Timestamp', + cell: cellDateFormatter({ format: 'short' }), + }, + { + name: 'Tenant', + selector: (row) => row?.Relationship?.customer?.displayName, + sortable: true, + cell: cellGenericFormatter(), + exportSelector: 'Relationship/customer/displayName', + }, + { + name: 'Status', + selector: (row) => row?.Status, + sortable: true, + exportSelector: 'Status', + cell: (row) => CellBadge({ label: ucfirst(row?.Status), color: getBadgeColor(row?.Status) }), + }, + { + name: 'Onboarding Step', + selector: (row) => row?.OnboardingSteps, + cell: (row) => getLatestStep(row?.OnboardingSteps), + }, + { + name: 'Logs', + selector: (row) => row?.Logs, + sortable: false, + cell: cellGenericFormatter(), + }, + ] + return ( +
    + +
    + ) +} + +export default TenantOnboarding diff --git a/src/views/tenant/administration/TenantOnboardingWizard.jsx b/src/views/tenant/administration/TenantOnboardingWizard.jsx index a6eb19460e55..981a047702d0 100644 --- a/src/views/tenant/administration/TenantOnboardingWizard.jsx +++ b/src/views/tenant/administration/TenantOnboardingWizard.jsx @@ -1,32 +1,16 @@ -import React, { useState, useRef, useEffect } from 'react' -import { - CAccordion, - CAccordionBody, - CAccordionHeader, - CAccordionItem, - CButton, - CCallout, - CCol, - CRow, - CSpinner, -} from '@coreui/react' +import React, { useRef, useEffect } from 'react' +import { CAccordion, CCallout, CCol, CRow } from '@coreui/react' import { Field, FormSpy } from 'react-final-form' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faExclamationTriangle, faTimes, faCheck } from '@fortawesome/free-solid-svg-icons' import { useSelector } from 'react-redux' import { CippWizard } from 'src/components/layout' import PropTypes from 'prop-types' -import { RFFCFormCheck, RFFCFormInput, RFFCFormSwitch, RFFSelectSearch } from 'src/components/forms' -import { CippCodeBlock, TenantSelector } from 'src/components/utilities' +import { RFFCFormSwitch } from 'src/components/forms' import { useLazyGenericPostRequestQuery } from 'src/store/api/app' -import { - CellDate, - WizardTableField, - cellDateFormatter, - cellNullTextFormatter, -} from 'src/components/tables' -import ReactTimeAgo from 'react-time-ago' -import { TableModalButton, TitleButton } from 'src/components/buttons' +import { WizardTableField, cellDateFormatter, cellNullTextFormatter } from 'src/components/tables' +import { TitleButton } from 'src/components/buttons' +import RelationshipOnboarding from 'src/views/tenant/administration/onboarding/RelationshipOnboarding' const Error = ({ name }) => ( { - const [relationshipReady, setRelationshipReady] = useState(false) - const [refreshGuid, setRefreshGuid] = useState(false) - const [getOnboardingStatus, onboardingStatus] = useLazyGenericPostRequestQuery() - var headerIcon = relationshipReady ? 'check-circle' : 'question-circle' - - useInterval( - async () => { - if (onboardingStatus.data?.Status == 'running' || onboardingStatus.data?.Status == 'queued') { - getOnboardingStatus({ - path: '/api/ExecOnboardTenant', - values: { id: relationship.id }, - }) - } - }, - 5000, - onboardingStatus.data, - ) - - return ( - - - {onboardingStatus?.data?.Status == 'running' ? ( - - ) : ( - - )} - Onboarding Relationship: {} - {relationship.displayName} - - - - {(relationship?.customer?.displayName || - onboardingStatus?.data?.Relationship?.customer?.displayName) && ( - -

    Customer

    - {onboardingStatus?.data?.Relationship?.customer?.displayName - ? onboardingStatus?.data?.Relationship?.customer?.displayName - : relationship.customer.displayName} -
    - )} - {onboardingStatus?.data?.Timestamp && ( - -

    Last Updated

    - -
    - )} - -

    Relationship Status

    - {relationship.status} -
    - -

    Creation Date

    - -
    - {relationship.status == 'approvalPending' && - onboardingStatus?.data?.Relationship?.status != 'active' && ( - -

    Invite URL

    - -
    - )} -
    - {onboardingStatus.isUninitialized && - getOnboardingStatus({ - path: '/api/ExecOnboardTenant', - values: { id: relationship.id, gdapRoles, autoMapRoles, addMissingGroups }, - })} - {onboardingStatus.isSuccess && ( - <> - {onboardingStatus.data?.Status != 'queued' && ( - - getOnboardingStatus({ - path: '/api/ExecOnboardTenant?Retry=True', - values: { id: relationship.id, gdapRoles, autoMapRoles, addMissingGroups }, - }) - } - className="mb-3 me-2" - > - Retry - - )} - {onboardingStatus.data?.Logs && ( - - )} -
    - {onboardingStatus.data?.OnboardingSteps?.map((step, idx) => ( - - - {step.Status == 'running' ? ( - - ) : ( - - )}{' '} - {step.Title} - - - {step.Message} - - - ))} - - )} -
    -
    - ) -} -RelationshipOnboarding.propTypes = { - relationship: PropTypes.object.isRequired, - gdapRoles: PropTypes.array, - autoMapRoles: PropTypes.bool, - addMissingGroups: PropTypes.bool, -} - const TenantOnboardingWizard = () => { const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) const currentSettings = useSelector((state) => state.app) @@ -303,7 +136,10 @@ const TenantOnboardingWizard = () => {
    - +
    {(props) => ( @@ -312,14 +148,14 @@ const TenantOnboardingWizard = () => { reportName="Add-GDAP-Relationship" keyField="id" path="/api/ListGraphRequest" - params={{ Endpoint: 'tenantRelationships/delegatedAdminRelationships' }} + params={{ + Endpoint: 'tenantRelationships/delegatedAdminRelationships', + $filter: + "(status eq 'active' or status eq 'approvalPending') and not startsWith(displayName,'MLT_')", + }} columns={columns} filterlist={[ { filterName: 'Active Relationships', filter: 'Complex: status eq active' }, - { - filterName: 'Terminated Relationships', - filter: 'Complex: status eq terminated', - }, { filterName: 'Pending Relationships', filter: 'Complex: status eq approvalPending', @@ -350,6 +186,20 @@ const TenantOnboardingWizard = () => {
    Tenant Onboarding Options

    +
    Standards
    + +
    Optional Settings
    +

    + Use these options for relationships created outside of the CIPP Invite Wizard or if the + SAM user is missing required GDAP groups from the Partner Tenant. +

    @@ -419,6 +269,7 @@ const TenantOnboardingWizard = () => { gdapRoles={props.values.gdapRoles} autoMapRoles={props.values.autoMapRoles} addMissingGroups={props.values.addMissingGroups} + standardsExcludeAllTenants={props.values.standardsExcludeAllTenants} key={idx} /> ))} diff --git a/src/views/tenant/administration/onboarding/RelationshipOnboarding.jsx b/src/views/tenant/administration/onboarding/RelationshipOnboarding.jsx new file mode 100644 index 000000000000..9147caebbf63 --- /dev/null +++ b/src/views/tenant/administration/onboarding/RelationshipOnboarding.jsx @@ -0,0 +1,212 @@ +import React, { useState, useRef, useEffect } from 'react' +import { + CAccordionBody, + CAccordionHeader, + CAccordionItem, + CButton, + CCallout, + CCol, + CRow, + CSpinner, +} from '@coreui/react' +import { Field } from 'react-final-form' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faExclamationTriangle, faTimes, faCheck } from '@fortawesome/free-solid-svg-icons' +import PropTypes from 'prop-types' +import { CippCodeBlock, TenantSelector } from 'src/components/utilities' +import { useLazyGenericPostRequestQuery } from 'src/store/api/app' +import { CellDate } from 'src/components/tables' +import ReactTimeAgo from 'react-time-ago' +import { TableModalButton, TitleButton } from 'src/components/buttons' + +function useInterval(callback, delay, state) { + const savedCallback = useRef() + + // Remember the latest callback. + useEffect(() => { + savedCallback.current = callback + }) + + // Set up the interval. + useEffect(() => { + function tick() { + savedCallback.current() + } + + if (delay !== null) { + let id = setInterval(tick, delay) + return () => clearInterval(id) + } + }, [delay, state]) +} + +const RelationshipOnboarding = ({ + relationship, + gdapRoles, + autoMapRoles, + addMissingGroups, + standardsExcludeAllTenants, +}) => { + const [getOnboardingStatus, onboardingStatus] = useLazyGenericPostRequestQuery() + + useInterval( + async () => { + if (onboardingStatus.data?.Status == 'running' || onboardingStatus.data?.Status == 'queued') { + getOnboardingStatus({ + path: `/api/ExecOnboardTenant`, + values: { id: relationship.id }, + }) + } + }, + 5000, + onboardingStatus.data, + ) + console.log(standardsExcludeAllTenants) + + return ( + + + {onboardingStatus?.data?.Status == 'running' ? ( + + ) : ( + + )} + Onboarding Relationship: {} + {relationship.displayName} + + + + {(relationship?.customer?.displayName || + onboardingStatus?.data?.Relationship?.customer?.displayName) && ( + +

    Customer

    + {onboardingStatus?.data?.Relationship?.customer?.displayName + ? onboardingStatus?.data?.Relationship?.customer?.displayName + : relationship.customer.displayName} +
    + )} + {onboardingStatus?.data?.Timestamp && ( + +

    Last Updated

    + +
    + )} + +

    Relationship Status

    + {relationship.status} +
    + +

    Creation Date

    + +
    + {relationship.status == 'approvalPending' && + onboardingStatus?.data?.Relationship?.status != 'active' && ( + +

    Invite URL

    + +
    + )} +
    + {onboardingStatus.isUninitialized && + getOnboardingStatus({ + path: '/api/ExecOnboardTenant', + values: { + id: relationship.id, + gdapRoles, + autoMapRoles, + addMissingGroups, + standardsExcludeAllTenants, + }, + })} + {onboardingStatus.isSuccess && ( + <> + {onboardingStatus.data?.Status != 'queued' && ( + + getOnboardingStatus({ + path: '/api/ExecOnboardTenant?Retry=True', + values: { + id: relationship.id, + gdapRoles, + autoMapRoles, + addMissingGroups, + standardsExcludeAllTenants, + }, + }) + } + className="mb-3 me-2" + > + Retry + + )} + {onboardingStatus.data?.Logs && ( + + )} +
    + {onboardingStatus.data?.OnboardingSteps?.map((step, idx) => ( + + + {step.Status == 'running' ? ( + + ) : ( + + )}{' '} + {step.Title} + + + {step.Message} + + + ))} + + )} +
    +
    + ) +} +RelationshipOnboarding.propTypes = { + relationship: PropTypes.object.isRequired, + gdapRoles: PropTypes.array, + autoMapRoles: PropTypes.bool, + addMissingGroups: PropTypes.bool, + statusOnly: PropTypes.bool, + standardsExcludeAllTenants: PropTypes.bool, +} + +export default RelationshipOnboarding diff --git a/src/views/tenant/backup/CreateBackup.jsx b/src/views/tenant/backup/CreateBackup.jsx new file mode 100644 index 000000000000..faec25e074a3 --- /dev/null +++ b/src/views/tenant/backup/CreateBackup.jsx @@ -0,0 +1,268 @@ +import React, { useState } from 'react' +import { CButton, CCallout, CCol, CForm, CRow, CSpinner, CTooltip } from '@coreui/react' +import { useSelector } from 'react-redux' +import { Field, Form } from 'react-final-form' +import { RFFCFormSwitch } from 'src/components/forms' +import { + useGenericGetRequestQuery, + useLazyGenericGetRequestQuery, + useLazyGenericPostRequestQuery, +} from 'src/store/api/app' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faCircleNotch, faEdit, faEye } from '@fortawesome/free-solid-svg-icons' +import { CippPage, CippPageList } from 'src/components/layout' +import 'react-datepicker/dist/react-datepicker.css' +import { ModalService, TenantSelector } from 'src/components/utilities' +import arrayMutators from 'final-form-arrays' +import { useListConditionalAccessPoliciesQuery } from 'src/store/api/tenants' +import CippButtonCard from 'src/components/contentcards/CippButtonCard' +import { CellTip, cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import { cellBadgeFormatter, cellDateFormatter } from 'src/components/tables' + +const CreateBackup = () => { + const [ExecuteGetRequest, getResults] = useLazyGenericGetRequestQuery() + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const [refreshState, setRefreshState] = useState(false) + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + + const onSubmit = (values) => { + const startDate = new Date() + startDate.setHours(0, 0, 0, 0) + const unixTime = Math.floor(startDate.getTime() / 1000) - 45 + const shippedValues = { + TenantFilter: tenantDomain, + Name: `CIPP Backup ${tenantDomain}`, + Command: { value: `New-CIPPBackup` }, + Parameters: { backupType: 'Scheduled', ScheduledBackupValues: { ...values } }, + ScheduledTime: unixTime, + Recurrence: { value: '1d' }, + } + genericPostRequest({ + path: '/api/AddScheduledItem?hidden=true&DisallowDuplicateName=true', + values: shippedValues, + }).then((res) => { + setRefreshState(res.requestId) + }) + } + const Offcanvas = (row, rowIndex, formatExtraData) => { + const handleDeleteSchedule = (apiurl, message) => { + ModalService.confirm({ + title: 'Confirm', + body:
    {message}
    , + onConfirm: () => + ExecuteGetRequest({ path: apiurl }).then((res) => { + setRefreshState(res.requestId) + }), + confirmLabel: 'Continue', + cancelLabel: 'Cancel', + }) + } + let jsonResults + try { + jsonResults = JSON.parse(row.Results) + } catch (error) { + jsonResults = row.Results + } + + return ( + <> + + + handleDeleteSchedule( + `/api/RemoveScheduledItem?&ID=${row.RowKey}`, + 'Do you want to delete this job?', + ) + } + size="sm" + variant="ghost" + color="danger" + > + + + + + ) + } + const columns = [ + { + name: 'Tenant', + selector: (row) => row['Tenant'], + sortable: true, + cell: (row) => CellTip(row['Tenant']), + exportSelector: 'Tenant', + }, + { + name: 'Task State', + selector: (row) => row['TaskState'], + sortable: true, + cell: cellBadgeFormatter(), + exportSelector: 'TaskState', + }, + { + name: 'Last executed time', + selector: (row) => row['ExecutedTime'], + sortable: true, + cell: cellDateFormatter({ format: 'relative' }), + exportSelector: 'ExecutedTime', + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '100px', + }, + ] + + const { + data: users = [], + isFetching: usersIsFetching, + error: usersError, + } = useGenericGetRequestQuery({ + path: '/api/ListGraphRequest', + params: { + TenantFilter: tenantDomain, + Endpoint: 'users', + $select: 'id,displayName,userPrincipalName,accountEnabled', + $count: true, + $top: 999, + $orderby: 'displayName', + }, + }) + + const { + data: caPolicies = [], + isFetching: caIsFetching, + error: caError, + } = useListConditionalAccessPoliciesQuery({ domain: tenantDomain }) + + return ( + + <> + + + + Create Backup Schedule + {postResults.isFetching && ( + + )} + + } + title="Add backup Schedule" + icon={faEdit} + > + { + return ( + +

    + Backups are stored in CIPPs storage and can be restored using the CIPP + Restore Backup Wizard. Backups run daily or on demand by clicking the backup + now button. +

    + + + + {(props) => } + + + +
    +
    + + +

    Identity

    + + +

    Conditional Access

    + +

    Intune

    + + + +

    CIPP

    + + + +
    +
    + {postResults.isSuccess && ( + +
  • {postResults.data.Results}
  • +
    + )} + {getResults.isFetching && ( + + Loading + + )} + {getResults.isSuccess && ( + {getResults.data?.Results} + )} + {getResults.isError && ( + + Could not connect to API: {getResults.error.message} + + )} +
    + ) + }} + /> +
    +
    + + + + +
    + +
    + ) +} + +export default CreateBackup diff --git a/src/views/tenant/backup/RestoreBackup.jsx b/src/views/tenant/backup/RestoreBackup.jsx new file mode 100644 index 000000000000..e2d3d1ec9a61 --- /dev/null +++ b/src/views/tenant/backup/RestoreBackup.jsx @@ -0,0 +1,239 @@ +import React, { useState } from 'react' +import { CCallout, CCol, CListGroup, CListGroupItem, CRow, CSpinner, CTooltip } from '@coreui/react' +import { Field, FormSpy } from 'react-final-form' +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faExclamationTriangle, faTimes, faCheck } from '@fortawesome/free-solid-svg-icons' +import { useSelector } from 'react-redux' +import { CippCallout, CippWizard } from 'src/components/layout' +import PropTypes from 'prop-types' +import { Condition, RFFCFormSwitch, RFFSelectSearch } from 'src/components/forms' +import { TenantSelector } from 'src/components/utilities' +import { useGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' +import 'react-datepicker/dist/react-datepicker.css' + +const Error = ({ name }) => ( + + touched && error ? ( + + + {error} + + ) : null + } + /> +) + +Error.propTypes = { + name: PropTypes.string.isRequired, +} + +const OffboardingWizard = () => { + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) + const { + data: currentBackups = [], + isFetching: currentBackupsIsFetching, + error: currentBackupsError, + } = useGenericGetRequestQuery({ + path: `/api/ExecListBackup?TenantFilter=${tenantDomain}&Type=Scheduled`, + }) + + const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() + + const handleSubmit = (values) => { + const startDate = new Date() + const unixTime = Math.floor(startDate.getTime() / 1000) - 45 + const shippedValues = { + TenantFilter: tenantDomain, + Name: `CIPP Restore ${tenantDomain}`, + Command: { value: `New-CIPPRestore` }, + Parameters: { Type: 'Scheduled', RestoreValues: { ...values } }, + ScheduledTime: unixTime, + PostExecution: { + Webhook: values.webhook, + Email: values.email, + PSA: values.psa, + }, + } + genericPostRequest({ path: '/api/AddScheduledItem', values: shippedValues }).then((res) => {}) + } + + return ( + + +
    +

    Step 1

    +
    Choose a tenant
    +
    +
    + {(props) => } +
    +
    + +
    +

    Step 2

    +
    Select the backup to restore
    +
    +
    +
    + ({ + value: backup.RowKey, + name: `${backup.RowKey}`, + }))} + placeholder={!currentBackupsIsFetching ? 'Select a backup' : 'Loading...'} + name="backup" + /> + {currentBackupsError && Failed to load list of Current Backups} +
    +
    +
    + +
    +

    Step 3

    +
    Choose restore options
    +
    +
    +
    + + +

    Identity

    + + +

    Conditional Access

    + +
    + +

    Intune

    + + + +

    CIPP

    + + + +
    +
    +
    + + + + + + +
    Warning
    +

    + Overwriting existing entries will remove the current settings and replace them + with the backup settings. If you have selected to restore users, all properties + will be overwritten with the backup settings. +

    + +

    + To prevent and skip already existing entries, deselect the setting from the list + above, or disable overwrite. +

    +
    +
    +
    +
    + + + + + + + + +
    +
    +
    + +
    +

    Step 4

    +
    Confirm and apply
    +
    +
    +
    + {postResults.isFetching && ( + + Loading + + )} + {postResults.isSuccess && {postResults.data.Results}} + {!postResults.isSuccess && ( + + {/* eslint-disable react/prop-types */} + {(props) => ( + <> + + + + +
    Selected Tenant:
    + {tenantDomain} +
    + +
    Selected Backup:
    + {props.values.backup.value} +
    +
    +
    +
    +
    + + + + + Overwrite existing configuration + + + + Send results to Webhook + + + + Send results to E-Mail + + + + Send results to PSA + + + + + + + )} +
    + )} +
    +
    +
    +
    + ) +} + +export default OffboardingWizard diff --git a/src/views/tenant/conditional/DeployCA.jsx b/src/views/tenant/conditional/DeployCA.jsx index 46de880a02da..b68a928391de 100644 --- a/src/views/tenant/conditional/DeployCA.jsx +++ b/src/views/tenant/conditional/DeployCA.jsx @@ -61,7 +61,6 @@ const AddPolicy = () => { let template = intuneTemplates.data.filter(function (obj) { return obj.GUID === value }) - // console.log(template[0][set]) onChange(JSON.stringify(template[0])) }} diff --git a/src/views/tenant/conditional/DeployVacation.jsx b/src/views/tenant/conditional/DeployVacation.jsx index 572aee8bb83d..6f43e2ddda30 100644 --- a/src/views/tenant/conditional/DeployVacation.jsx +++ b/src/views/tenant/conditional/DeployVacation.jsx @@ -50,7 +50,17 @@ const ListClassicAlerts = () => { data: users = [], isFetching: usersIsFetching, error: usersError, - } = useListUsersQuery({ tenantDomain }) + } = useGenericGetRequestQuery({ + path: '/api/ListGraphRequest', + params: { + TenantFilter: tenantDomain, + Endpoint: 'users', + $select: 'id,displayName,userPrincipalName,accountEnabled', + $count: true, + $top: 999, + $orderby: 'displayName', + }, + }) const { data: caPolicies = [], @@ -90,12 +100,13 @@ const ListClassicAlerts = () => { ({ + values={users?.Results?.map((user) => ({ value: user.id, name: `${user.displayName} <${user.userPrincipalName}>`, }))} placeholder={!usersIsFetching ? 'Select user' : 'Loading...'} name="UserId" + isLoading={usersIsFetching} />
    @@ -109,6 +120,7 @@ const ListClassicAlerts = () => { }))} placeholder={!caIsFetching ? 'Select policy' : 'Loading...'} name="PolicyId" + isLoading={caIsFetching} /> diff --git a/src/views/tenant/conditional/ListCATemplates.jsx b/src/views/tenant/conditional/ListCATemplates.jsx index 555a595c3ddb..13b652854a42 100644 --- a/src/views/tenant/conditional/ListCATemplates.jsx +++ b/src/views/tenant/conditional/ListCATemplates.jsx @@ -15,6 +15,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { useLazyGenericGetRequestQuery } from 'src/store/api/app' import { CippPage } from 'src/components/layout' import { ModalService, CippCodeOffCanvas } from 'src/components/utilities' +import { TitleButton } from 'src/components/buttons' //todo: expandable with RAWJson property. @@ -87,6 +88,11 @@ const AutopilotListTemplates = () => { Results + {getResults.isFetching && ( diff --git a/src/views/tenant/conditional/NamedLocations.jsx b/src/views/tenant/conditional/NamedLocations.jsx index b7f1ebb0f68c..817528a2078c 100644 --- a/src/views/tenant/conditional/NamedLocations.jsx +++ b/src/views/tenant/conditional/NamedLocations.jsx @@ -22,6 +22,88 @@ function DateNotNull(date) { return date.toString().trim() + 'Z' } +const Offcanvas = (row, rowIndex, formatExtraData) => { + const tenant = useSelector((state) => state.app.currentTenant) + const [ocVisible, setOCVisible] = useState(false) + return ( + <> + setOCVisible(true)}> + + + setOCVisible(false)} + /> + + ) +} const columns = [ { name: 'Name', @@ -62,6 +144,11 @@ const columns = [ exportSelector: 'modifiedDateTime', maxWidth: '150px', }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '80px', + }, ] const NamedLocationsList = () => { diff --git a/src/views/tenant/standards/BPAReportBuilder.jsx b/src/views/tenant/standards/BPAReportBuilder.jsx index 1a247f7bff68..eabe4d1bdc63 100644 --- a/src/views/tenant/standards/BPAReportBuilder.jsx +++ b/src/views/tenant/standards/BPAReportBuilder.jsx @@ -1,5 +1,5 @@ import React, { useState, useEffect, useRef } from 'react' -import { CippPage, CippContentCard } from 'src/components/layout' +import { CippPage, CippContentCard, CippCallout } from 'src/components/layout' import BPAReportSchema from 'src/data/BPAReport.schema.v1' import BPAReportUISchema from 'src/data/BPAReport.uischema.v1' import validator from '@rjsf/validator-ajv8' @@ -24,7 +24,7 @@ import { CFormLabel, CTooltip, } from '@coreui/react' -import { useGenericGetRequestQuery } from 'src/store/api/app' +import { useGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import CopyToClipboard from 'react-copy-to-clipboard' import PropTypes from 'prop-types' @@ -109,6 +109,8 @@ const BPAReportBuilder = () => { let query = useQuery() const [refreshValue, setRefreshValue] = useState('') const Report = query.get('Report') + const [newBPATemplate, newTemplateResult] = useLazyGenericPostRequestQuery() + const [filename, setFilename] = useState() const [visibleA, setVisibleA] = useState(true) const { data: templates = [], isLoading: templatesfetch } = useGenericGetRequestQuery({ @@ -151,13 +153,14 @@ const BPAReportBuilder = () => { const handlePublish = async (event) => { event.preventDefault() - const data = new FormData(event.target) - const ghuser = data.get('GitHubUser') - const reportfilename = data.get('ReportFilename') - const report = JSON.stringify(formData, null, 2) - const url = - 'https://github.com/' + ghuser + '/CIPP-API/new/master/Config?filename=' + reportfilename - window.open(url, '_blank') + const data = formData + newBPATemplate({ path: '/api/AddBPATemplate', values: data }) + } + + const handleDelete = async (event) => { + event.preventDefault() + const data = formData.name + newBPATemplate({ path: `/api/RemoveBPATemplate?TemplateName=${data}` }) } const options = { @@ -224,30 +227,38 @@ const BPAReportBuilder = () => {
    - + - GitHub Username/Org Name - - Report Filename - + Store and Publish Report in CIPP - - - - - - - Publish - - - - + + + + + + Publish + + + handleDelete(e)}> + + Delete + + + {newTemplateResult.isFetching && } + {newTemplateResult.isSuccess && ( + + {newTemplateResult?.data?.Results} + + )} diff --git a/src/views/tenant/standards/BestPracticeAnalyser.jsx b/src/views/tenant/standards/BestPracticeAnalyser.jsx index 3c94d28db3fd..a0e1cb00b101 100644 --- a/src/views/tenant/standards/BestPracticeAnalyser.jsx +++ b/src/views/tenant/standards/BestPracticeAnalyser.jsx @@ -164,14 +164,27 @@ const BestPracticeAnalyser = () => { }, ], } - + const normalizeTableData = (value) => { + if (Array.isArray(value)) { + return value + } else if (value === null) { + return null + } else if (typeof value === 'object') { + return [value] + } else { + return value + } + } if (graphrequest.isSuccess) { if (graphrequest.data.length === 0) { graphrequest.data = [{ data: 'No Data Found' }] } - const flatObj = graphrequest.data.Columns ? graphrequest.data.Columns : [] + const flatObj = graphrequest.data.Columns.length >= 0 ? graphrequest.data.Columns : [] flatObj.map((col) => { + if (col === null) { + return + } // Determine the cell selector based on the 'formatter' property let cellSelector if (col.formatter) { @@ -336,77 +349,115 @@ const BestPracticeAnalyser = () => { refreshFunction={setRefreshValue} />
    - {graphrequest.data.Columns.map((info, idx) => ( - - - - {info.name} - - - - {info.formatter === 'bool' && ( - - - {graphrequest.data.Data[0][info.value] ? 'Yes' : 'No'} - - )} - {info.formatter === 'reverseBool' && ( - - - {graphrequest.data.Data[0][info.value] ? 'No' : 'Yes'} - - )} - {info.formatter === 'warnBool' && ( - - - {graphrequest.data.Data[0][info.value] ? 'Yes' : 'No'} - - )} + {graphrequest.data?.Data[0] && + Object.keys(graphrequest.data.Data[0]).length === 0 ? ( + + + Best Practice Report + + + + No Data Found for this tenant. Please refresh the tenant data. + + + + ) : ( + graphrequest.data.Columns.map((info, idx) => ( + + + + {info.name} + + + + {info.formatter === 'bool' && ( + + + {graphrequest.data.Data[0][info.value] ? 'Yes' : 'No'} + + )} + {info.formatter === 'reverseBool' && ( + + + {graphrequest.data.Data[0][info.value] ? 'No' : 'Yes'} + + )} + {info.formatter === 'warnBool' && ( + + + {graphrequest.data.Data[0][info.value] ? 'Yes' : 'No'} + + )} - {info.formatter === 'table' && ( - - )} + {info.formatter === 'table' && ( + <> + + + )} - {info.formatter === 'number' && ( -

    - {getNestedValue(graphrequest.data.Data[0], info.value)} -

    - )} -
    - - {info.desc} - -
    -
    -
    - ))} + {info.formatter === 'number' && ( +

    + {getNestedValue(graphrequest.data.Data[0], info.value)} +

    + )} +
    + + {info.desc} + +
    +
    +
    + )) + )}
    )} diff --git a/src/views/tenant/standards/ListAppliedStandards.jsx b/src/views/tenant/standards/ListAppliedStandards.jsx index 62a679ff1d9a..226f2cf028c6 100644 --- a/src/views/tenant/standards/ListAppliedStandards.jsx +++ b/src/views/tenant/standards/ListAppliedStandards.jsx @@ -1,4 +1,4 @@ -import React, { useRef, useState } from 'react' +import React, { useEffect, useRef, useState } from 'react' import { CButton, CCallout, @@ -13,6 +13,7 @@ import { CWidgetStatsB, CBadge, CFormInput, + CTooltip, } from '@coreui/react' import { Form, FormSpy } from 'react-final-form' import { @@ -28,17 +29,25 @@ import { useLazyGenericGetRequestQuery, useLazyGenericPostRequestQuery, } from 'src/store/api/app' -import { faCheck, faCircleNotch, faExclamationTriangle } from '@fortawesome/free-solid-svg-icons' -import { CippContentCard, CippPage } from 'src/components/layout' +import { + faCheck, + faCircleNotch, + faExclamationTriangle, + faTrash, +} from '@fortawesome/free-solid-svg-icons' +import { CippCallout, CippContentCard, CippPage } from 'src/components/layout' import { useSelector } from 'react-redux' -import { ModalService } from 'src/components/utilities' +import { ModalService, validateAlphabeticalSort } from 'src/components/utilities' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import Skeleton from 'react-loading-skeleton' import { CippTable, cellBooleanFormatter } from 'src/components/tables' import allStandardsList from 'src/data/standards' import CippCodeOffCanvas from 'src/components/utilities/CippCodeOffcanvas' import GDAPRoles from 'src/data/GDAPRoles' +import timezoneList from 'src/data/timezoneList' import Select from 'react-select' +import { cellGenericFormatter } from 'src/components/tables/CellGenericFormat' +import langaugeList from 'src/data/languageList' const DeleteAction = () => { const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) @@ -67,19 +76,22 @@ const DeleteAction = () => { ) } + const ApplyNewStandard = () => { const [templateStandard, setTemplateStandard] = useState() - console.log(templateStandard) - const RefreshAction = () => { - const [execStandards, execStandardsResults] = useLazyGenericGetRequestQuery() - const { - data: listStandardTemplates = [], - isFetching, - isSuccess, - isError, - } = useGenericGetRequestQuery({ + const [loadedTemplate, setLoadedTemplate] = useState(false) + const [loadingTemplate, setLoadingTemplate] = useState(false) + const [enabledAlertsCount, setEnabledAlertsCount] = useState(0) + const [enabledRemediationsCount, setEnabledRemediationsCount] = useState(0) + const [enabledWarningsCount, setEnabledWarningsCount] = useState(0) + + const { data: listStandardTemplates = [], refetch: refetchStandardsTemplates } = + useGenericGetRequestQuery({ path: 'api/listStandardTemplates', }) + const RefreshAction = () => { + const [execStandards, execStandardsResults] = useLazyGenericGetRequestQuery() + const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) const showModal = (selectedTenant) => ModalService.confirm({ @@ -92,32 +104,118 @@ const ApplyNewStandard = () => { onConfirm: () => execStandards({ path: `api/ExecStandardsRun?Tenantfilter=${selectedTenant}` }), }) - const ourRef = useRef() - const TemplateModal = () => + const templateStandardSet = (template) => { + setLoadingTemplate(true) + setTemplateStandard(template) + setLoadedTemplate(true) + setLoadingTemplate(false) + } + + const Offcanvas = (row, rowIndex, formatExtraData) => { + const handleDeleteIntuneTemplate = (apiurl, message) => { + ModalService.confirm({ + title: 'Confirm', + body:
    {message}
    , + onConfirm: () => + ExecuteGetRequest({ path: apiurl }).then(() => refetchStandardsTemplates()), + confirmLabel: 'Continue', + cancelLabel: 'Cancel', + }) + } + return ( + <> + + templateStandardSet(row.standards)} + > + + + + + handleDeleteIntuneTemplate( + `/api/RemoveStandardTemplate?ID=${row.GUID}`, + 'Do you want to delete the template?', + ) + } + > + + + + ) + } + const TemplateModal = () => { + const columns = [ + { + name: 'name', + selector: (row) => row['name'], + sortable: true, + exportSelector: 'name', + cell: cellGenericFormatter(), + }, + { + name: 'Remediate', + selector: (row) => + Object.keys(row.standards).filter((key) => row.standards?.[key]?.remediate === true), + sortable: true, + exportSelector: 'name', + cell: cellGenericFormatter(), + }, + { + name: 'Alert', + selector: (row) => + Object.keys(row.standards).filter((key) => row.standards?.[key]?.alert === true), + sortable: true, + exportSelector: 'name', + cell: cellGenericFormatter(), + }, + { + name: 'Report', + selector: (row) => + Object.keys(row.standards).filter((key) => row.standards?.[key]?.report === true), + sortable: true, + exportSelector: 'name', + cell: cellGenericFormatter(), + }, + { + name: 'GUID', + selector: (row) => row['GUID'], + sortable: true, + exportSelector: 'GUID', + omit: true, + }, + { + name: 'standards', + selector: (row) => row['standards'], + sortable: true, + exportSelector: 'standards', + omit: true, + }, + { + name: 'Actions', + cell: Offcanvas, + maxWidth: '80px', + }, + ] + ModalService.open({ - body: ( -
    - {isFetching && } - {isError && 'Something went wrong loading your templates'} - {isSuccess && ( -