可参考:Creating Add-ons, Plugins, and Tools for the
PowerShell ISE
http://www.leeholmes.com/blog/2013/04/04/creating-add-ons-plugins-and-tools-for-the-po...
分类:
其他好文 时间:
2014-07-22 23:16:54
阅读次数:
340
http://hi.baidu.com/zzy382/item/a5b197f97a38e01ba7298832之前电脑上安装了一个
Oracle 有一段时间没用,就把密码给忘了,按上面链接里的操作,重置密码成功,步骤如下:connect system/oracle以 system 用户
orac....
分类:
数据库 时间:
2014-07-22 23:09:56
阅读次数:
335
Windows
Powershell和cmdlet的学习是一个积累的过程。最近在学习编写自定义的Cmdlet封装一些命令,以此记录自己的学习心得。
自定义cmdlet的实现大致可以分为以下几步: 1.将.Net类声明为cmdlet 2.继承自类PSCmdlet或者Cmdlet ...
分类:
其他好文 时间:
2014-05-09 07:37:19
阅读次数:
296
Download any version source code of Windows
Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases
Downdload Wix ToolSet from http://...
备份站点Backup-SPSite -Identity -Path [-Force]
[-NoSiteLock] [-UseSqlSnapshot] [-Verbose] 那么就按照上面的代码敲吧(注意要有管理员的身份)命令是:
backup-spsite -identity http://po.....
分类:
其他好文 时间:
2014-05-07 10:24:21
阅读次数:
473
在powershell下,上一条命令的返回值通过$LASTEXITCODE
得出,如xcopy,robocopy等的返回值。在cmd下,上一条命令的返回值通过
%errorlevel%得出xcopy的退出码:0文件复制没有错误。1没有找到要复制的文件。2用户按CTRL+C终止了xcopy。4出现了初...
分类:
其他好文 时间:
2014-05-07 02:30:27
阅读次数:
300
#servicemysqlstop#servicemysqlstart--skip-grant-tables//跳过授权表启动MySQL服务程序#mysql-uroot//不需要密码登录mysql>updatemysql.usersetpassword=password(‘123456‘)wherehost="localhost";//通过修改mysql库中user表的相关记录重置密码QueryOK,0rowsaffected(0.38..
分类:
数据库 时间:
2014-05-06 16:52:46
阅读次数:
439
ExchangeServer2013部署(二)先决条件及必备组件安装上文我们已经介绍了部署环境和AD架构的准备,本文进行安装邮箱服务器前的组件安装一、安装远程工具管理包;打开Powershell输入Install-WindowsFeatureRSAT-ADDS二、在Server2012安装Exchange2013所需的必备项取决于您想要安..
分类:
其他好文 时间:
2014-05-03 15:16:16
阅读次数:
526