UnregisterPSRepository
Unregister-PSRepository is a PowerShell cmdlet used to remove a previously registered PowerShell repository from the current user's session or the machine's configuration. PowerShell repositories are sources from which modules can be installed and updated. When a repository is registered, PowerShell can discover and download modules from it.
This cmdlet is used to manage the list of available repositories. If a repository is no longer
The basic syntax for Unregister-PSRepository is Unregister-PSRepository -Name <RepositoryName>. The -Name parameter specifies the name of
Unregistering a repository does not delete the repository itself from its source, nor does it uninstall any