PowerShell中查询错误编号信息的2个方法
有时候,一些本地命令,比如net.exe,在执行过程中,会返回数字编号形式的错误信息。很郁闷的是,我们不知道这些数字代表什么意思。以前,我们可以使用如下的方式去获取数字代表的信息:
PS>nethelpmsg3534 Theservicedidnotreportanerror.
PS>nethelpmsg1 Incorrectfunction.
PS>nethelpmsg4323 Thetransportcannotaccessthemedium.