E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
winrm
python
winrm
连接windows
最近遇到项目需要使用windows服务器,之前分开部署,先需求linux连接windows,使用
winrm
即可一、配置windows
winrm
1.运行如下,如果没有返回,则没有开启
winrm
PS C:\
ckl893
·
2018-07-17 14:57
winrm
连接
windows
Linux
Ansible管理windows
Ansible管理windows安装步骤一、系统要求1,管理机必须是Linux系统且需预安装Python
Winrm
模块(本次使用Linux版本是CentOSLinuxrelease7.3.1611(Core
hwg1227
·
2018-04-28 10:30
ansible
windows
系统
自动化
Manage Windows Hosts from Linux
UsingPowershellConfigurationsontheWindowsHostOnthetargetwithWindowssystem,configurethe
WinRM
servertoacceptbasicauthenticationandallowunencryptedtraffic.Toenablebasicauth
lwjgxj999
·
2018-04-23 16:21
powershell
ssh
comandline
ansible笔记
ansible笔记ansible失败的地方被控机器是Windows1、被控机要开
winrm
端口2、Windows的模块非常少如果某个主机执行失败了,会生成retry文件,然后用--limit参数来重新执行即可
xiaohuazi
·
2018-03-28 22:00
Windows powerShell远程连接服务器
WindowspowerShell远程连接服务器,需要设置以下3个步骤:1、在服务器端添加信任的客户端地址(客户端的IP地址)通过
winrm
命令配置:这里host1,2,3可以填你所在的客户端机器的ip
gang0221li0920
·
2018-02-27 10:06
ansible管理windows主机
1.安装、配置控制机https://pypi.python.org/packages/source/p/py
winrm
/py
winrm
-0.1.1.tar.gz或者pipinstall"py
winrm
>
simon_ymc
·
2018-02-23 14:16
ansible
windows管理
ansible
SUSE Linux 11编译安装Ansible自动化运维管理工具
对于Windows机器则是通过与Windows的
Winrm
Service服务(PowerShell3.0需要以上
HMLinux
·
2017-11-29 22:53
Ansible
运维
Ansible
Ansible管理windows系统
2.3.1.0pythonversion:2.7.5二、配置ansiblemanager如没有安装pip则需先安装pip[root@localhost~]#easy_installpip使用pip安装py
winrm
Juladoe
·
2017-08-09 09:05
Ansible
windows服务器远程执行命令(PowerShell+
WinRM
)
Windows远程管理(
WinRM
)是WS-Management协议的Microsoft实现。
张斌_青岛
·
2017-05-18 10:07
powershell
WinRM
Invoke
Windows
Windows下使用Ansible应用
AnsibleMaster(CentOS)AnisbleSlave(WindowsSP1)步骤:[Linux]yum -y install python-kerberos.x86_64 python2-
winrm
.noarch
luweiv998
·
2017-04-24 11:23
Linux
Windows
Ansible
阿里云WindowsServer2012安装IIS失败
向微软官方论坛的大神致敬:https://social.technet.microsoft.com/Forums/office/en-US/e5f8cfee-d4a6-4e5c-9baf-e8a8a67d9316/
winrm
-access-denied
drfxiaoliuzi
·
2017-02-10 23:15
无标题文章
用powershell管理windows服务器1连接远程powershell1.1服务器端配置开启
winrm
服务netstart
winrm
如果不确定是否开启,通过以下方式查看,状态runningGet-Service
隔壁二狗子
·
2016-12-16 10:56
powershell远程管理服务器磁盘空间的实现代码
\client\trustedhosts�Cvalue*2、在远程服务器上运行Enable-PSremoting注:在本地服务器上以Administrator运行“Enable-Psremoting、
Winrm
Quickconfig
njshiney
·
2016-11-28 20:41
windows 2008 r2 x64 离线升级PowerShell3.0 及打开
WinRM
模块
windows2008r2x64离线升级PowerShell3.0及打开
WinRM
模块bat脚本echo offset apath=%~dp0:: 如果运行提示找不到文件apath 写完整路径echo
juestnow
·
2016-11-21 14:36
windows
2008
r2
x64
windows
Windows自动化运维——ansible控制Windows安装过程
目录一、必须安装在ansible的Linux管控主机上安装控制Windows的组件 1.安装py
winrm
,kerberos二、配置Windows主机 1.安装安装Framework 4.5(最低3.0
Mengix
·
2016-10-18 13:12
运维
自动化
ansible
ansible
power shell 远程连接
Powershell远程管理采用一种新的通信协议,WebServicesforManagement,简称WS-MAN它通过http或者https进行工作,WS-WAN的实现主要基于一个后台服务:Windows远程管理(
WinRM
bilinyee
·
2016-09-18 14:56
shell
power
远程连接
PowerShell
配置
WinRM
的Https
1.打开IIS管理器,选中IIS服务根节点,然后在主内容页选中IIS条目下的服务器证书双击;2.在新出现的服务器证书面板下点右边一列的创建自签名证书3.证书名称是:名称(这里强调一下,证书的名称Subject必须为hostName。具体到域环境中,比如机器test加入了域cszi.com,那这个HostName应当为test.cszi.com。具体到Azure环境中,应当就是hostservice
咒语
·
2016-09-05 17:00
powershell远程连接
开启ps远程管理:enable-psremoting-force(如果出现提示:按y键回车)2.开启wrm的请求:
winrm
quickconfig客户端配置:添加主机信任:Set-Itemwsman:\
笨奔本
·
2016-07-06 23:00
winServer-常用
winrm
命令
学习WinServer必须学习powershell,学习powershell必须掌握远程管理服务器的方法,所以必须学会
winrm
来远程管理服务器记录一些常用的
winrm
命令和错误常用命令//在Powershell
spike_xy
·
2016-06-08 13:00
Exchange 2013 打开EMS命令行窗口报
WinRM
错误
前2天有用户反映无法打开exchange2013EMS命令行窗口,报以下错误:通过上图的报错一时无法确定原因,通过查看:事件查看器,发现有以下错误事件:事件ID:2280该错误大约15s出现一次。通过此错误ID大概判断出跟IIS有关,通过和客户沟通了解客户在此服务器上重新安装了exchange2013,而且安装目录和第1次时不一样。由此判定此问题是因为客户重新安装exchange2013时修改了安
ljb_job
·
2016-05-25 16:47
style
Exchange
target
PowerShell 远程连接指定 TrustedHost
PowerShell默认的远程连接是通过
winrm
实现的。
beanxyz
·
2016-05-16 12:00
winrm
trustedhost
Use PowerShell Invoke-Command for Remoting
1:Get-Service
winrm
|fl (Toensurethisserviceisrunningasbelow)wecanusergrouppolicytobatchenablethisservice2
KS1943
·
2016-02-06 11:17
powershell
2008R2 无法安装 HDP Apache 系列服务解决方案
Enable-PSRemoting Set-item wsman:localhost\client\trustedhosts -value "localhost"
winrm
·
2015-11-07 14:16
apache
Problem with
WinRM
on Exchange 2013 Management Shell and Exchange Toolbox on a new exchange 2013 with
While deploying MS Exchange 2013 I experienced issues with accessing the Exchange Management Shell and Exchange Toolbox. Whenever I tried to open the Exchange Management Shell I kept get the following
·
2015-11-02 18:32
Exchange
Powershell 远程管理 (一)
Powershell 2.0以后可以说是有了质的变化,Modules的加入、ISE、
WinRM
远程管理的支持,今天主要讲一系列PowerShell在企业级应用的远程管理,其实也是我这次在部署一个应急方案使用的一些脚本和方案的集合吧
·
2015-11-01 11:31
powershell
PowerShell远程执行脚本
准备步骤: 1、在远程机器上执行
winrm
quickconfig -q,具体作用请看执行结果。
·
2015-10-31 11:18
powershell
WMF 3.0 RTM(包含PowerShell 3.0 )业已发布
同时也包括了Windows Management Instrumentation(WMI)和Windows Remote Management (
WinRM
)的升级以及一种新的OData的IIS扩展。
·
2015-10-31 10:21
powershell
Powershell的远程管理
我归纳下,不知道有无遗漏: 1.
winrm
,bits服务开启 2. 防火墙allow tcp
·
2015-10-30 14:42
powershell
事件日志订阅-基于 源已启动
Windows事件日志订阅有两种模式: 收集器已启动:配置简单,客户端启用
winrm
quickconfig –q即可,然后在收集器中只能单台计算机进行添加,需要添加Event Log Readers
·
2015-10-28 08:25
日志
Windows 远程管理
WinRM
根据
WinRM
SDK (msdn2.microsoft.com/aa384426),Windows 远程管理是“WS 管理协议的 Microsoft 实施,该协议是基于标准 SOAP、不受防火墙影响的协议
·
2015-10-23 09:27
windows
Windows Server 2012添加WORKGROUPS Windows Server 2008 R2服务器
通过下列操作可以解决该问题: 1、打开目标机器powershell,输入并运行
winrm
s
winrm
/config/client
·
2015-10-23 08:40
远程管理服务 Windows Remote Management (WS-Management)
WindowsRemoteManagement(WS-Management) Windows远程管理(
WinRM
)服务执行WS-Management协议来实现远程管理。
Endv
·
2015-09-06 21:00
添加Hyper-V群集主机到VMM服务器
3.VMM仅支持通过组策略配置
WinRM
服务设置,并且只能在受信任ActiveDirectory域中的主机上配置。具体而言,VMM支持配置“允许自动配置侦听器”
lianggj
·
2015-08-07 23:06
添加Hyper-V群集主机到VMM服务器
3.VMM仅支持通过组策略配置
WinRM
服务设置,并且只能在受信任ActiveDirectory域中的主机上配置。具体而言,VMM支持配置“允许自动配置侦听器”
lianggj
·
2015-08-07 23:06
python
winrm
模块使用
使用session方法### import
winrm
s=
winrm
.Session('http://10.10.60.14:5985/wsman',auth=('administrator','password
zxiaohe
·
2015-07-21 16:42
Win
py
python
winrm
模块使用
使用session方法###import
winrm
s=
winrm
.Session('http://10.10.60.14:5985/wsman',auth=('administrator','password
zxiaohe
·
2015-07-21 16:42
py
win
好记星
不如烂笔头
'The
WinRM
Shell client cannot process the request' 错误, Exchange 2013 PowerShell
背景描述:=====在测试环境中搭建了Exchange2013服务器,更换了证书,并安装相关更新以及重启。重启之后,PowerShell中出现以下错误;VERBOSE:ConnectingtoPNL-EX2013.petenetlive.net.New-PSSession:[pnl-ex2013.petenetlive.net]Processingdatafromremoteserverpnl-e
BillWang09
·
2015-06-25 14:17
Exchange
2013
powershell
Tip:Powershell无法连接到CAS服务器
错误消息如下:
WinRM
客户端接收到HTTP服务器错误状态(500),但远程服务器并未包含有关失败原因的任何其他信息。有关详细信息,请参阅about_Remo
zengchuixin2008
·
2015-06-15 19:02
server
Exchange
powershell
troubleshooting
Tip:Powershell无法连接到CAS服务器
错误消息如下:
WinRM
客户端接收到HTTP服务器错误状态(500),但远程服务器并未包含有关失败原因的任何其他信息。有关详细信息,请参阅about_Remo
zengchuixin2008
·
2015-06-15 19:02
server
Exchange
powershell
troubleshooting
Tip:Powershell无法连接到CAS服务器
错误消息如下:
WinRM
客户端接收到HTTP服务器错误状态(500),但远程服务器并未包含有关失败原因的任何其他信息。有关详细信息,请参阅about_Remo
zengchuixin2008
·
2015-06-15 19:02
powershell
troubleshooting
exchange
server
Exchange
Server
15. PowerShell -- 远程管理(1)
・ PowerShell中的远程管理:通过远程管理计算机,通过
WinRM
(WindowsRemoteManagement)起作用,它是基于微软的WS-Management协议的。
chenhao_asd
·
2015-05-04 17:56
windows
powershell
远程管理
15. PowerShell -- 远程管理(1)
・ PowerShell中的远程管理:通过远程管理计算机,通过
WinRM
(WindowsRemoteManagement)起作用,它是基于微软的WS-Management协议的。
chenhao_asd
·
2015-05-04 17:56
windows
powershell
远程管理
继之前SCVMM
WinRM
问题后重新添加群集后Windows Azure Pack创建虚拟机失败
租户选择虚拟机模板创建虚拟机运行一会就报错:我重新注册了VM云以及自动化都成功,但问题依旧,提示说数据库连接问题,因此我怀疑之前在排错SCVMM
WinRM
问题时卸载了SCVMMCU5,因此怀疑CU5是对数据库是有更新的
j2629zd
·
2015-04-17 11:28
windows
虚拟机
继之前SCVMM
WinRM
问题后重新添加群集后Windows Azure Pack创建虚拟机失败
租户选择虚拟机模板创建虚拟机运行一会就报错:我重新注册了VM云以及自动化都成功,但问题依旧,提示说数据库连接问题,因此我怀疑之前在排错SCVMM
WinRM
问题时卸载了SCVMMCU5,因此怀疑CU5是对数据库是有更新的
j2629zd
·
2015-04-17 11:28
windows
虚拟机
SCVMM2012R2
WinRM
错误
然后发现每台hyper-v主机的状态都不对了:错误(20506) VirtualMachineManager无法在计算机CTU1-S-HYPV-001.contoso.com上完成Windows远程管理(
WinRM
j2629zd
·
2015-04-17 11:25
主机
winrm
SCVMM2012R2
WinRM
错误
然后发现每台hyper-v主机的状态都不对了:错误(20506) VirtualMachineManager无法在计算机CTU1-S-HYPV-001.contoso.com上完成Windows远程管理(
WinRM
j2629zd
·
2015-04-17 11:25
主机
winrm
SCVMM2012R2
WinRM
错误
然后发现每台hyper-v主机的状态都不对了:错误(20506)VirtualMachineManager无法在计算机CTU1-S-HYPV-001.contoso.com上完成Windows远程管理(
WinRM
ZJUNSEN
·
2015-04-17 11:25
主机
winrm
云管理
VMM系列之添加Hyper-V群集主机到VMM服务器
3.VMM仅支持通过组策略配置
WinRM
服务设置,并且只能在受信任ActiveDirectory域中的主机上配置。具体而言,VMM支持配置“允许自动配置侦听器”
徐庭
·
2015-03-31 21:18
Hyper-v
群集主机
VMM服务器
VMM系列之添加Hyper-V群集主机到VMM服务器
3.VMM仅支持通过组策略配置
WinRM
服务设置,并且只能在受信任ActiveDirectory域中的主机上配置。具体而言,VMM支持配置“允许自动配置侦听器”
徐庭
·
2015-03-31 21:18
Hyper-v
群集主机
VMM服务器
WinRM
服务无法创建以下 SPN: /WSMAN/DC.contoso.com; WSMAN/DC
当在WindowsServer2008R2上安装ActiveDirectory服务后,重新启动服务器会收到类似“
WinRM
服务无法创建以下SPN:/WSMAN/DC.contoso.com;WSMAN/
Tskydream
·
2015-03-06 11:12
事件ID:10154
Microsoft
Serve
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他