Robuta

https://learn.microsoft.com/en-us/powershell/module/powershellget/register-psrepository?view=powershellget-2.x Register-PSRepository (PowerShellGet) - PowerShell | Microsoft Learn The Register-PSRepository cmdlet registers the default repository for PowerShell modules. After a repository is registered, you can reference it from the... registerpowershellgetmicrosoftlearn https://learn.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershellget-2.x&viewFallbackFrom=powershell-7.1 Install-Module (PowerShellGet) - PowerShell | Microsoft Learn The Install-Module cmdlet gets one or more modules that meet specified criteria from an online repository. The cmdlet verifies that search results are valid... install modulepowershellgetmicrosoftlearn https://learn.microsoft.com/en-us/powershell/module/powershellget/unregister-psrepository?view=powershellget-2.x Unregister-PSRepository (PowerShellGet) - PowerShell | Microsoft Learn The Unregister-PSRepository cmdlet unregisters a repository for the current user. unregisterpowershellgetmicrosoftlearn https://learn.microsoft.com/en-us/powershell/module/powershellget/find-dscresource?view=powershellget-2.x Find-DscResource (PowerShellGet) - PowerShell | Microsoft Learn The Find-DscResource cmdlet searches registered repositories to find DSC resources contained in modules. By default Find-DscResource searches all registered... findpowershellgetmicrosoftlearn https://learn.microsoft.com/en-us/powershell/module/powershellget/publish-module?view=powershellget-2.x Publish-Module (PowerShellGet) - PowerShell | Microsoft Learn The Publish-Module cmdlet publishes a module to an online NuGet-based gallery by using an API key, stored as part of a user's profile in the gallery. You can... publishmodulepowershellgetmicrosoftlearn https://learn.microsoft.com/en-us/powershell/module/powershellget/update-module?view=powershellget-2.x Update-Module (PowerShellGet) - PowerShell | Microsoft Learn The Update-Module cmdlet installs a module's newest version from an online gallery. You're prompted to confirm the update before it's installed. Updates are... updatemodulepowershellgetmicrosoftlearn https://learn.microsoft.com/en-us/powershell/module/powershellget/save-script?view=powershellget-2.x Save-Script (PowerShellGet) - PowerShell | Microsoft Learn The Save-Script cmdlet saves the specified script. savescriptpowershellgetmicrosoftlearn https://learn.microsoft.com/en-us/powershell/module/powershellget/update-script?view=powershellget-2.x Update-Script (PowerShellGet) - PowerShell | Microsoft Learn The Update-Script cmdlet updates a script that is installed on the local computer. The updated script is downloaded from the same repository as the installed... update scriptpowershellgetmicrosoftlearn https://learn.microsoft.com/en-us/powershell/module/powershellget/uninstall-script?view=powershellget-2.x Uninstall-Script (PowerShellGet) - PowerShell | Microsoft Learn The Uninstall-Script cmdlet uninstalls a specified script from the local computer. uninstallscriptpowershellgetmicrosoftlearn https://devblogs.microsoft.com/powershell/powershellget-3-0-22-beta22-is-now-available/ PowerShellGet 3.0.22-beta22 is now available - PowerShell Team Feb 28, 2025 - The latest preview of PowerShellGet is now available on the PowerShell Gallery. In this new preview version of PowerShellGet, PowerShellGet is a compatibility... is now availablepowershellgetteam