Install-M365DSCDevBranch¶
Description¶
Downloads the Dev branch archive from GitHub, installs required dependencies, and updates the local Microsoft365DSC module files.
Output¶
This function does not generate any output.
Parameters¶
| Parameter | Required | DataType | Default Value | Allowed Values | Description |
|---|---|---|---|---|---|
| Scope | False | Object | AllUsers | CurrentUser, AllUsers | Specifies the installation scope used for dependency installation. |
Examples¶
-------------------------- EXAMPLE 1 --------------------------
Install-M365DSCDevBranch
-------------------------- EXAMPLE 2 --------------------------
Install-M365DSCDevBranch -Scope CurrentUser