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:
parent
23e4c03c92
commit
60825c92c8
2 changed files with 15 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue