-
I have a variable appParameters which only returns true instead of its content, during my tests i found out that it is due to the -.
but if i try to escape it then i also get the characters output.
|
Beta Was this translation helpful? Give feedback.
Answered by
mjr4077au
Feb 3, 2025
Replies: 1 comment 6 replies
-
@Hardexit do you still require help here? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think most of your issues are from the
.\
stuff you've got in there. You should replace that with$($adtSession.DirFiles)\
.