Searches for available applications from WinGet or Chocolatey repositories.
The Get-CIPPPotentialApps function searches for available applications from WinGet or Chocolatey repositories. This is useful for finding applications that can be deployed through CIPP to managed endpoints.
![]()
![]()
Specifies the application repository type. Valid values are 'WinGet' and 'Choco'. This parameter is mandatory.
![]()
![]()
Specifies the search term to find applications. This parameter is mandatory.
PS > Get-CIPPPotentialApps -Type "WinGet" -SearchString "Chrome"PS > Get-CIPPPotentialApps -Type "Choco" -SearchString "Firefox"