CVS download of AD user info
Add the following action to user asset pages: {actionpath}CSV_download.vbs "{username}" And then this is the content of CSV_download.vbs uName = WScript.Arguments(0)Set objShell = CreateObject("WScript.Shell")Set objFSO = CreateObject("Scripting.File...