Allscripts Vision User Reporting
A quick Powershell script I hacked together that will enumerate all Active Directory users, and build an XML file for an application I wrote that generates user reports for a specific application. The output file format is similar to: <quickreports> <report name=Organizational Unit> <database name=v001/> <usrlogin name=jdoe01/> </report> <quickreports> $ErrorActionPreference= ‘silentlycontinue’ $arr=@{} foreach ($usr in…
Read More Allscripts Vision User Reporting