标签: windows shell powershell command
我想列出Windows PowerShell中输入的命令及其各自的时间戳。如何使用Get-History命令执行此操作?
PowerShell
Get-History
如果这不可行,那么请告诉我一种检查通过urls(network)访问了哪些时间戳CMD的方法。
urls(network)
CMD
还要考虑我已重新启动计算机。
感谢生命储蓄者
答案 0 :(得分:2)
在Get-History的结果上使用format-list将显示有关过去任务的其他信息,包括执行开始和结束时间。
format-list
h | format-list