{"id":23459443,"url":"https://github.com/devkimchi/powerplatform-hands-on-lab-environment-automatic-provsioning","last_synced_at":"2025-04-11T21:37:30.587Z","repository":{"id":53080136,"uuid":"355115125","full_name":"devkimchi/PowerPlatform-Hands-on-Lab-Environment-Automatic-Provsioning","owner":"devkimchi","description":"This provides sample PowerShell scripts to automatically provision Microsoft 365 and Azure environments for Power Platform hands-on-labs.","archived":false,"fork":false,"pushed_at":"2021-04-08T00:03:29.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-15T23:44:12.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devkimchi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-06T08:31:20.000Z","updated_at":"2024-01-20T15:54:24.000Z","dependencies_parsed_at":"2022-09-12T03:21:53.472Z","dependency_job_id":null,"html_url":"https://github.com/devkimchi/PowerPlatform-Hands-on-Lab-Environment-Automatic-Provsioning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkimchi%2FPowerPlatform-Hands-on-Lab-Environment-Automatic-Provsioning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkimchi%2FPowerPlatform-Hands-on-Lab-Environment-Automatic-Provsioning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkimchi%2FPowerPlatform-Hands-on-Lab-Environment-Automatic-Provsioning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkimchi%2FPowerPlatform-Hands-on-Lab-Environment-Automatic-Provsioning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devkimchi","download_url":"https://codeload.github.com/devkimchi/PowerPlatform-Hands-on-Lab-Environment-Automatic-Provsioning/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248484942,"owners_count":21111751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T06:14:32.821Z","updated_at":"2025-04-11T21:37:30.559Z","avatar_url":"https://github.com/devkimchi.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerPlatform Hands-on-Lab Environment Automatic Provsioning #\n\nThis provides sample PowerShell scripts to automatically provision Microsoft 365 and Azure environments for Power Platform hands-on-labs.\n\n\n## Acknowledgement ##\n\n* The tenant validation process in the PowerShell script uses an HTTP API on [https://o365.rocks/](https://o365.rocks/).\n\n\n## More Readings ##\n\n* 한국어: 파워 플랫폼 핸즈온랩 자동 환경 설정\n* English: Automatic Provisioning Power Platform Hands-on-Labs Environment\n\n\n## Prerequisites ##\n\n* **Windows (x64) only**\n* More details about the environment, refer to [this document](https://docs.microsoft.com/microsoft-365/enterprise/connect-to-microsoft-365-powershell?WT.mc_id=github-0000-juyoo#what-do-you-need-to-know-before-you-begin).\n\n\n## Getting Started ##\n\n### 1. Trial Tenant for Microsoft 365 ###\n\n* Open a trial tenant for Microsoft 365: [http://aka.ms/Office365E5Trial](http://aka.ms/Office365E5Trial)\n  * Use the username, \"`admin`\" (or something else you like), and a password of your choice.\n  * Use a tenant name of your choice.\n  * **DON'T need a credit card.**\n\n\n### 2. Trial Subscription for Azure ###\n\n* Open a trial subscription for Azure: [https://portal.azure.com](https://portal.azure.com?WT.mc_id=github-0000-juyoo)\n  * Use the admin account of the Microsoft 365 tenant created above.\n  * **DO need a credit card for the verification purpose.**\n\n\n### 3. Environment Provisioning ###\n\n* Run the following PowerShell script. Make sure this is for **Windows only**.\n* Note that the `$password` is a plain text format. It will be encrypted within the PowerShell script.\n\n    ```powershell\n    $username = \"admin\"\n    $password = \"\u003cpassword_of_your_choice\u003e\"\n    $tenantName = \"\u003ctenant_name_of_your_choice\u003e\"\n\n    ./AzureAD/Set-Environment.ps1 `\n        -AdminUsername $username `\n        -AdminPassword $password `\n        -TenantName $tenantName\n    ```\n\n\n## Contribution ##\n\nYour contributions are always welcome! All your work should be done in your forked repository. Once you finish your work, please send us a pull request onto our `main` branch for review.\n\n\n## License ##\n\nThis is released under [MIT License](http://opensource.org/licenses/MIT)\n\n\u003e The MIT License (MIT)\n\u003e\n\u003e Copyright (c) 2021 [Dev Kimchi](https://devkimchi.com)\n\u003e \n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\u003e \n\u003e The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\u003e \n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevkimchi%2Fpowerplatform-hands-on-lab-environment-automatic-provsioning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevkimchi%2Fpowerplatform-hands-on-lab-environment-automatic-provsioning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevkimchi%2Fpowerplatform-hands-on-lab-environment-automatic-provsioning/lists"}