Replies: 2 comments 3 replies
-
Hi @anwather, in the examples folder, there is an example: https://github.com/PowerShell/DSC/blob/main/dsc/examples/winps_script.dsc.yaml. Does this meet your needs :)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks I didn't see that, now let's say I wanted to inject a parameter e.g. To replace the Also in a multi resource configuration is it possible to pass outputs from one resource to another? |
Beta Was this translation helpful? Give feedback.
3 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.
-
So coming from the world of DSC V2 and now Machine Configuration - there are lots of time when I have used the Script resource in either PSDscResources module or in the PSDesiredStateConfiguration module.
How would I go about doing something like this in DSC v3 - for example a simple script resource could look something like below:-
Just need some guidance on how to do something basic like above....
Beta Was this translation helpful? Give feedback.
All reactions