Source: www.powershellgallery.com
Author: unknown
URL: https://www.powershellgallery.com/packages/M365Documentation/3.3.1
## ONE SENTENCE SUMMARY:
Instructions are provided for installing the M365Documentation package version 3.3.1 using various PowerShell methods and deployment options.
## MAIN POINTS:
1. Use `Install-Module` to install M365Documentation version 3.3.1 via PowerShellGet.
2. Use `Install-PSResource` to install the same package using PSResourceGet.
3. The package version specified for all methods is 3.3.1.
4. PowerShellGet and PSResourceGet are different tools for managing PowerShell modules.
5. Deployment to Azure Automation is supported and includes all dependencies.
6. Users are informed that dependencies will be included in Azure Automation deployment.
7. There’s an option to manually download the .nupkg file.
8. Manual downloads do not unpack the file or include dependencies.
9. Instructions link to more information for each installation method.
10. The package can be used in both local and cloud-based PowerShell environments.
## TAKEAWAYS:
1. Multiple installation methods are available for M365Documentation 3.3.1.
2. Azure Automation deployment ensures dependency management.
3. Manual downloads are less convenient due to missing dependencies.
4. PSResourceGet is an alternative to PowerShellGet for installing modules.
5. Clear version control is maintained by specifying the required package version.