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:
- Use
Install-Moduleto install M365Documentation version 3.3.1 via PowerShellGet. - Use
Install-PSResourceto install the same package using PSResourceGet. - The package version specified for all methods is 3.3.1.
- PowerShellGet and PSResourceGet are different tools for managing PowerShell modules.
- Deployment to Azure Automation is supported and includes all dependencies.
- Users are informed that dependencies will be included in Azure Automation deployment.
- There’s an option to manually download the .nupkg file.
- Manual downloads do not unpack the file or include dependencies.
- Instructions link to more information for each installation method.
- The package can be used in both local and cloud-based PowerShell environments.
TAKEAWAYS:
- Multiple installation methods are available for M365Documentation 3.3.1.
- Azure Automation deployment ensures dependency management.
- Manual downloads are less convenient due to missing dependencies.
- PSResourceGet is an alternative to PowerShellGet for installing modules.
- Clear version control is maintained by specifying the required package version.