keywan Posted September 3 Report post Posted September 3 Hi, I have Power Shell script a want to run in simply Task Sequence. the script should be output to file or to a output to a task sequence variable. my Collection What I want, it should show the result or the output of my PS script here on the Collection. Is there any way to do that? Regards Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted September 3 Report post Posted September 3 when you create a custom variable in the collection, you assign a value to it, eg: CheckOutput = 100 In your task sequence, you CHECK for the value of the CheckOutput variable and act accordingly. For example you can have a step or group that checks if CheckOutput = 100 and if so it runs, if not, it does not run that step or group. Does that make sense ? Quote Share this post Link to post Share on other sites More sharing options...
0 keywan Posted September 4 Report post Posted September 4 What I want in my TS, is to run my PS and it should display it in my Collection as Value and can see there the Result. Have you any Idea how I can realize it? Quote Share this post Link to post Share on other sites More sharing options...
Hi,
I have Power Shell script a want to run in simply Task Sequence. the script should be output to file or to a output to a task sequence variable.
my Collection
What I want, it should show the result or the output of my PS script here on the Collection. Is there any way to do that?
Regards
Share this post
Link to post
Share on other sites