Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/14/2024 01:11 PM
Hi Team,
We are trying to enable mailbox in MS Exchange 2016 via WINCONNECTOR. We are calling a powershell script but unfortunately we are unable to escape $ in one of the lines.
$path = [file://$Server/$driveLetter$/$pathPortion]\\$Server\$driveLetter$\$pathPortion
In the above line, second $ is what is causing us the issue and we are getting below error.
We tried with below, however, we are still getting the issue.
[file://\\$Server/\\$driveLetter\\$/\\$pathPortion]\\\\$Server\\$driveLetter\\$\\$pathPortion
Any leads on how to resolve this issue?
Thanks in advance.
Regards,
Mohit Arora
05/14/2024 07:11 PM