Updated MyPackage code

Better handling of package creation/modification via Set-MyPackage
Update the szCondition class to include CmdletExists+AppExeExists
This commit is contained in:
Gal Szkolnik 2021-05-20 14:15:58 -04:00
parent 23e4c03c92
commit 60825c92c8
2 changed files with 15 additions and 4 deletions

View file

@ -91,6 +91,8 @@ class szCondition {
[string[]]$System = $null
[string[]]$Hostname = $null
[string[]]$Username = $null
[string[]]$CmdletExists = $null
[string[]]$AppExeExists = $null
[szLogic]$Logic = [szLogic]::and
[string] ToString() {