How do you properly pass script arguments?
How do you properly pass script arguments?
It's unclear to me how to type arguments so they pass to the script properly. Let's take the
DeleteUnusedLocalProfiles.ps1 script you provide in the Script Repository Templates. It says
Script Arguments: "<No. of days not used>"
When I type the number of days, do I type
30
or
"30"
or
"<30>"
?
Thanks.
Topic Participants
JS
Navin Kumar