我一直在玩PSTermninalServices一段时间,我想知道是否有可能跟踪或获取持有的用户,工作目录,远程桌面sessoin的当前位置?例如,哪些文件夹是打开的以及用户打开了哪些文件。这可以通过像PowerShell这样的脚本来实现吗?
操作系统:Windows Server 2008 R2
祝你好运。 DA。
答案 0 :(得分:2)
我不知道怎么用PS做,但你可以使用psfile(Mark Russinovich出色的pstools套件的一部分)
psfile.exe [\\RemoteComputer [-u Username [-p Password]]] [[Id | path] [-c]]
-u Specifies optional user name for login to
remote computer.
-p Specifies password for user name.
Id Id of file to print information for or close.
Path Full or partial path of files to match.
-c Closes file identified by file Id.
Omitting a file identifier has PsFile list all files opened remotely.