Question about Invoke-Plaster and -Passthru #384
LaurentDardenne
started this conversation in
Ideas
Replies: 1 comment
-
The Result variable contains two objects: a string and a PsCustomObject. And the MissingModules property contains a string, A hashtable @{Name;Version} avoid text parsing if I want install this modules. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the latest build, and i test the passthru parameter of Invoke-Plaster :
The result is correct :
Now i lock the test.psm1 file and call Invoke-Plaster again :
The Result variable is not created.
Is the correct behavior in this case or all exceptions must trapped when -Passtrhu is set ?
Beta Was this translation helpful? Give feedback.
All reactions