$PowershellPath = "$WinDirectory\WindowsPowerShell\v1.0\powershell.exe"
$CommandLine = "$PowershellPath -ExecutionPolicy Unrestricted -command &{& $UNCFolderPath\ScriptProcessor.ps1 $RemoteLogpath}"
#So i am exepecting $RemoteLogpath to have some value but returns nothing
#Hence i checked it just "hello" message to a file but nothing comes up
|