- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
今天我需要在 W2008R2 和 Win7 上启用 PSRemoting:
所有虚拟机都在工作组中。
我在每个虚拟机上设置了相同的管理员帐户和相同的密码。
以管理员角色在 powershell 中运行 Enable-PSRemoting。
但是我仍然面临以下错误:
错误一:
Set-WSManQuickConfig : Access is denied.
[192.168.23.2] Connecting to remote server failed with the following error message : The WinRM client cannot process th e request. If the authentication scheme is different from Kerberos, or if the client computer is not joined to a domain , then HTTPS transport must be used or the destination machine must be added to the TrustedHosts configuration setting. Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. You can get more information about that by running the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic. + CategoryInfo : OpenError: (:) [], PSRemotingTransportException + FullyQualifiedErrorId : PSSessionStateBroken
Set-WSManQuickConfig : WinRM firewall exception will not work since one of the network connection types on this machine is set to Public. Change the network connection type to either Domain or Private and try again.
最佳答案
对于错误 3,运行以下命令:
Set-WSManQuickConfig -SkipNetworkProfileCheck
Set-WSManQuickConfig
将因该消息而失败。您可以更改它(如果系统允许)或跳过配置文件检查。
关于powershell - 在 win2008R2 和 Win7 上启用 PSRemoting 的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27101910/
这与http://www.computerperformance.co.uk/powershell/powershell_remote.htm有关。当前,我的测试环境中的大多数计算机都在Powersh
我想在其他计算机上远程启用 powershell 远程处理。远程计算机需要身份验证。我试图创建一个批处理文件来安排执行 Enable-Psremoting 的任务,显然我无法将它放在远程计算机上。 最
我不能远程进入任何机器来挽救我的生命!我已经尝试了我能找到的一切。如果有人可以排除故障或指导我,我将不胜感激,因为这将是添加到我的域的好工具。 设置: 域内的客户端机器 域内或域外的服务器计算机 -
我想在提升模式下执行Enable-PSRemoting。我是 powershell 的新手。我正在 JAVA 中工作并执行 WMI 命令 import java.io.BufferedReader;
这在 LOCALSERVER 上在 2.3 分钟内完成: 答:measure-command {$x = invoke-command {gci -recurse "C:\"}} 这在 LOCALSE
最近,我创建了一个脚本,它利用了诸如 Out-GridView 和 Winforms 之类的 GUI,并将该模块放在远程 Windows 2012 服务器上。这是为了允许用户建立远程 PSSessio
今天我需要在 W2008R2 和 Win7 上启用 PSRemoting: 所有虚拟机都在工作组中。 我在每个虚拟机上设置了相同的管理员帐户和相同的密码。 以管理员角色在 powershell 中运行
我使用 Windows 8.1 Enterprise 64 位和 Powershell 4.0。 我想执行 powershell 远程处理并使用身份验证 CredSSP。 我打开控制台 Powersh
我是一名优秀的程序员,十分优秀!