winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Get-WinGetVersion.md (946B)


      1 ---
      2 external help file: Microsoft.WinGet.Client.Cmdlets.dll-Help.xml
      3 Module Name: Microsoft.WinGet.Client
      4 ms.date: 08/01/2024
      5 online version:
      6 schema: 2.0.0
      7 title: Get-WinGetVersion
      8 ---
      9 
     10 # Get-WinGetVersion
     11 
     12 ## SYNOPSIS
     13 Gets the installed version of WinGet.
     14 
     15 ## SYNTAX
     16 
     17 ```
     18 Get-WinGetVersion [<CommonParameters>]
     19 ```
     20 
     21 ## DESCRIPTION
     22 
     23 Gets the installed version of WinGet.
     24 
     25 ## EXAMPLES
     26 
     27 ### Example 1: Default example
     28 
     29 ```powershell
     30 Get-WinGetVersion
     31 ```
     32 
     33 Gets the installed version of WinGet.
     34 
     35 ## PARAMETERS
     36 
     37 ### CommonParameters
     38 
     39 This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
     40 -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable,
     41 -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
     42 [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
     43 
     44 ## INPUTS
     45 
     46 ### None
     47 
     48 ## OUTPUTS
     49 
     50 ### System.String
     51 
     52 ## NOTES
     53 
     54 ## RELATED LINKS