您好我是PowerShell的新手,但我正在学习,我的问题是,我已经想出如何使用PowerShell连接到远程计算机
我在Windows Small Business Server 2008上运行PowerShell版本2
Enter-PSSession -ComputerName Admin01 -Credential domain\user
当我连接到远程计算机时,我运行'hostname'和'ipconfig'之类的命令,我收到以下错误消息:
The term 'ipconfig' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spe
+ CategoryInfo :
+ FullyQualifiedErrorId : CommandNotFoundException
任何想法为什么?