Comments
-
Its possible, but It relies on the bit following "Statistic." and "Message." to be different. Maybe adjust it like this. ("Statistic." + $_.Property1 + "a: " + $_.Result1) ("Message." + $_.Property1 + "a: " + $_.Result2) ("Message." + $_.Property1 + "b: " + $_.Result3) ("Message." + $_.Property1 + "b: " + $_.Result4) This…
-
Sorry for the delay and thank you for the response. My post got flagged as spam for some reason before the long weekend. Your inquiry to the issue being rights related got me thinking and when i expanded my logging i found it was in fact a rights issue. Even though I was using the 'run the script under specified account'…