I do not have a ton of experience with batch files, so this may seem stupid. Does anyone know how I would be able to combine the logon as utility in this section.
net use \\%E%\ipc$ /user:administrator *
With the PSList tool? Either all in one command line, or within a batch file.
IDM_TOOL5=PSLIST
IDM_TOOLCMD5=cmd.exe /x /c \\server\tools\pslist.exe \\%E% & pause
Any ideas?
net use \\%E%\ipc$ /user:administrator *
With the PSList tool? Either all in one command line, or within a batch file.
IDM_TOOL5=PSLIST
IDM_TOOLCMD5=cmd.exe /x /c \\server\tools\pslist.exe \\%E% & pause
Any ideas?
Comment