码迷,mamicode.com
首页 >  
搜索关键字:powershell 停止支持 2003    ( 2331个结果
Windows server 2012 AD架构 试验 系列22 -ADAC与PowerShell History
Windowsserver2012AD架构试验系列22-ADAC与PowerShellHistoryADAC是建立于WindowsPowerShell之上的一个用户界面工具。在WindowsServer2012,IT管理员可以利用ADAC中的WindowsPowerShell记录查看器来学习WindowsPowerShell。最终目的是使得管理员可以创建自动化脚本和减少重复工..
分类:Windows程序   时间:2015-04-02 11:53:16    阅读次数:189
学习网站
PowerShellhttp://www.cnblogs.com/ceachy/tag/PowerShell/WMIhttp://www.codeproject.com/Articles/60874/Working-With-Windows-Management-Instrumentation
分类:Web程序   时间:2015-04-02 11:39:38    阅读次数:146
powershell执行脚本
执行powershell脚本有两种方式:1、通过命令行参数启动脚本C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -version 2.0 -noexit -command ". 'C:\Users\Administrator\De...
分类:系统相关   时间:2015-04-01 16:56:31    阅读次数:134
Windows下PowerShell监控Keepalived
一、背景 某数据库服务器为CentOS,想要监控Keepalived的VIP是否有问题,通过邮件进行报警,但这台机器不能上外网,现在只能在Windows下通过PowerShell来完成发邮件预警。二、脚本详情三、注意事项采用的ISE编辑器:PowerShell ISE查看PowerShell版本信....
分类:Windows程序   时间:2015-03-31 22:11:18    阅读次数:200
Windows任务计划创建计划,定时执行PowerShell命令
【环境介绍】操作系统:Windows Server 2012 R2,64位操作系统PowerShell版本:PowerShell 1.0脚本位置:C:\BackUp.ps1启动目录:C:\Windows\SysWOW64\WindowsPowerShell\v1.0\PowerShell.exe【步...
分类:Windows程序   时间:2015-03-31 19:52:17    阅读次数:607
Azure PowerShell (8) 使用PowerShell设置Azure负载均衡器规则
《Windows Azure Platform 系列文章目录》 注意:如果Azure面对的客户只是企业级客户,企业级客户使用NAT设备访问Internet的话,因为多个客户端使用相同的Source IP地址,会造成单台服务器压力过大的情况。 这个功能已经出来一段时间了,笔者在这里做一下小记。...
分类:系统相关   时间:2015-03-30 22:26:11    阅读次数:273
Azure Powershell
Azure PowerShell is a powerful scripting environment that you can use to control and automate the deployment and management of your workloads in Azure...
分类:系统相关   时间:2015-03-29 16:27:37    阅读次数:177
Kinect开发笔记之五使用PowerShell控制Kinect
这是第一次用MarkDown编辑器来写博客,挺喜欢这种没有任何格式舒服的编辑器,自由洒脱更加易读,留一个不自然的自然段纪念下找到舒服的编辑器。这次要记录使用win7/win8内建的PowerShell来控制Kinect,改变Kinect的俯仰角度。在我们安装Kinect SDK后,所有用来控制Kinect的驱动程序与相关函数库都已装进Windows中。所以我们可以直接使用Windows内置的Powe...
分类:系统相关   时间:2015-03-21 11:16:33    阅读次数:179
禁用连续爬网
Add-PSSnapin microsoft.sharepoint.powershell$SSA = Get-SPEnterpriseSearchServiceApplication$SPContentSources = $SSA | Get-SPEnterpriseSearchCrawlConte...
分类:其他好文   时间:2015-03-20 10:46:28    阅读次数:119
SharePoint:备份和还原
注意事项:1.备份和还原最好都用PowerShell,用时候用管理中心会遇到错误。2.备份PowerShell要注意数据库服务器名,要与管理中心的数据库服务器一致,用ip可能会报错。Restore-SPSite http://10.246.5.201:8000/workflow -Path C:\1...
分类:其他好文   时间:2015-03-19 21:46:15    阅读次数:110
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!