Thanks, verry helpful Script
Thanks, verry helpful Script
Hi there, Thanks for this script. Does this script include users that are connected to both the frontend servers and the edge servers? If not, is there a way of running this script on the edge server? If so, are there certain requirements to do so? Thanks, Mark
Hi Mahmoud, I'm a little confused with the line $overallrecords = $overallrecords + $data. When I run the script it completes but errors along the way with 'Method invocation failed because [System.Data.DataRow] doesn't contain a method named 'op_Addition'. It does this I believe because you haven't previously defined what $overallrecords is prior to using the line $overallrecords = $overallrecords + $data. Am I missing something here? Regards, Nick