Skip to content

Fixes #1911 #1917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docs-conceptual/azps-6.4.0/install-az-ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,16 @@ done the same way as installing. Ensure you use the `Force` parameter with `Inst
reinstalling.

Unlike MSI-based installations, installing or updating using PowerShellGet does not remove older
versions that may exist on your system. To remove old versions of the Az PowerShell module from your
system, see [Uninstall the Azure PowerShell module](uninstall-az-ps.md). For more information about
MSI-based installations, see [Install Azure PowerShell with an MSI](install-az-ps-msi.md).
versions that may exist on your system.

> [!NOTE]
> Uninstallation can be complicated if you have more than one version of the Az PowerShell module
> installed. Because of this complexity, we only support uninstalling all versions of the Az
> PowerShell module that are currently installed.

To remove all versions of the Az PowerShell module from your system, see
[Uninstall the Azure PowerShell module](uninstall-az-ps.md). For more information about MSI-based
installations, see [Install Azure PowerShell with an MSI](install-az-ps-msi.md).

## Troubleshooting

Expand Down