Skip to content

Commit

Permalink
add parameter help for new MachineCharacteristicsOverride parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jantari committed Jul 31, 2023
1 parent ccd444b commit 387a208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/Get-LSUpdate.ps1
Expand Up @@ -37,6 +37,9 @@
.PARAMETER Repository
The path to a package repository. This can either be an HTTP(S) URL pointing to a webserver or a filesystem path to a directory.
.PARAMETER MachineCharacteristicsOverride
Advanced usage: Pass a Hashtable to override information about the computer that is used to evaluate packages.
.PARAMETER NoTestApplicable
Do not check whether packages are applicable to the computer. The IsApplicable property of the package objects will be set to $null.
This switch is only available together with -All.
Expand Down

0 comments on commit 387a208

Please sign in to comment.