tim
Member
- Messages
- 18
- Reaction score
- 2
- Points
- 3
Hello
I made some collection variables and I want to use them as a parameter of a powershell script in my task sequence.
Does anyone know how I can do this?
For example:
Collection variable: Text
Powershell script: writeText.ps1 -Text <Collection variable Text>
WriteText.ps1 -Text %Text% does not work.
I made some collection variables and I want to use them as a parameter of a powershell script in my task sequence.
Does anyone know how I can do this?
For example:
Collection variable: Text
Powershell script: writeText.ps1 -Text <Collection variable Text>
WriteText.ps1 -Text %Text% does not work.