### Install Latest PowerShellGet Source: https://learn.microsoft.com/en-gb/powershell/scripting/?view=powershell-7.5/gallery/overview Ensures you have the latest version of the PowerShellGet module installed, which is necessary for managing packages from the PowerShell Gallery. ```PowerShell Install-Module PowerShellGet -Force ``` -------------------------------- ### PowerShell Gallery Access and Usage Source: https://learn.microsoft.com/en-gb/powershell/scripting/?view=powershell-7.5/gallery/overview The PowerShell Gallery is the central repository for PowerShell modules. You can use cmdlets like Find-Module, Install-Module, and Save-Module to interact with the gallery. Ensure you have the latest PowerShellGet module installed for optimal performance. ```PowerShell Install-Module -Name PowerShellGet -Force Find-Module -Name "SomeModule" Install-Module -Name "SomeModule" Save-Module -Name "SomeModule" -Path "C:\Modules" ``` -------------------------------- ### PowerShell Documentation Navigation Source: https://learn.microsoft.com/en-gb/powershell/scripting/?view=powershell-7.5/gallery/overview Provides links to key sections of the PowerShell documentation, including overview, DSC, PowerShellGet, utility modules, and resources. ```PowerShell https://learn.microsoft.com/en-gb/powershell/scripting/ https://learn.microsoft.com/en-gb/powershell/dsc/overview/ https://learn.microsoft.com/en-gb/powershell/gallery/overview/ https://learn.microsoft.com/en-gb/powershell/utility-modules/overview/ https://code.visualstudio.com/docs/languages/powershell/ https://www.powershellgallery.com/ https://devblogs.microsoft.com/powershell/ https://devblogs.microsoft.com/powershell-community/ ``` -------------------------------- ### PowerShell Version Links Source: https://learn.microsoft.com/en-gb/powershell/scripting/?view=powershell-7.5/gallery/overview Links to different versions of PowerShell, including stable releases, preview versions, and Long-Term Support (LTS) versions. ```PowerShell https://learn.microsoft.com/en-gb/powershell/scripting/gallery/overview?view=powershell-7.6 https://learn.microsoft.com/en-gb/powershell/scripting/gallery/overview?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/gallery/overview?view=powershell-7.4 https://learn.microsoft.com/en-gb/powershell/scripting/gallery/overview?view=powershell-5.1 https://learn.microsoft.com/en-gb/previous-versions/powershell/scripting/overview ``` -------------------------------- ### PowerShell Core Concepts Source: https://learn.microsoft.com/en-gb/powershell/scripting/?view=powershell-7.5/gallery/overview Links to foundational concepts in PowerShell scripting, such as what PowerShell is, the difference between PowerShell and Windows PowerShell, command shells, and PowerShell commands. ```PowerShell https://learn.microsoft.com/en-gb/powershell/scripting/overview?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/what-is-windows-powershell?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/what-is-a-command-shell?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/powershell-commands?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/discover-powershell?view=powershell-7.5 ``` -------------------------------- ### PowerShell What's New Source: https://learn.microsoft.com/en-gb/powershell/scripting/?view=powershell-7.5/gallery/overview Provides links to information about new features and updates in various PowerShell versions, including 7.6, 7.5, 7.4, 7.3, and 7.2. ```PowerShell https://learn.microsoft.com/en-gb/powershell/scripting/whats-new/overview?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/whats-new/what-s-new-in-powershell-76?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/whats-new/what-s-new-in-powershell-75?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/whats-new/what-s-new-in-powershell-74?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/whats-new/what-s-new-in-powershell-73?view=powershell-7.5 https://learn.microsoft.com/en-gb/powershell/scripting/whats-new/what-s-new-in-powershell-72?view=powershell-7.5 ``` -------------------------------- ### PowerShell API Browser Link Source: https://learn.microsoft.com/en-gb/powershell/scripting/?view=powershell-7.5/gallery/overview Provides a direct link to the PowerShell API Browser, allowing users to explore available APIs and SDKs for PowerShell. ```PowerShell https://learn.microsoft.com/en-gb/dotnet/api/?view=powershellsdk-7.4.0 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.