Reply to Message

View discussion in a popup

Replying to:
daphnissov
Immortal
Immortal

Forgot that with OU distinguished names they do need to be quoted. Change your script in the software component to enclose that variable in single quotes. You may need to wrap that in double quotes to get the variable to expand properly. I always forget what the order is when getting variable expansion to work but also include quotes. It's either

"'myVar'"

or

""myVar""

First is double quotes then single; second is two double quotes.

Reply
0 Kudos