码迷,mamicode.com
首页 >  
搜索关键字:powershell 解锁账号 重置密码    ( 2648个结果
windows server 2012 dos 恢复GUI的办法
之前安装server2012服务器,带GUI的,但是手欠,再删除功能的时候把freamwork4.5卸载了。查资料,通过以下方式恢复GUI。首先在server2012core下安装PowerShell:1.用下面的命令列出当前服务器的功能和状态2.获取以下,FX3(FX2)功能是否开启。get一下(...
分类:Windows程序   时间:2014-08-31 11:50:21    阅读次数:526
PowerShell Modules
PSSQLSERVER:\>Import-ModuleAppControllerImport-Module:Thespecifiedmodule‘AppController‘wasnotloadedbecausenovalidmodulefilewasfoundinanymoduledirectory.Atline:1char:1+Import-ModuleAppController+~~~~~~~~~~~~~~~~~~~~~~~~~~~+CategoryInfo:ResourceUnavailable..
分类:其他好文   时间:2014-08-29 16:14:38    阅读次数:609
PowerShell远程安装应用程序
安装MSI包使用PowerShell调用WMI对象,你可以执行下面的脚本来安装你的MSI安装包:1 $box="deviis01" #this is the name of your server2 $product= [WMICLASS]"\\$box\ROOT\CIMV2:win32_Produ...
分类:其他好文   时间:2014-08-28 14:41:19    阅读次数:476
powershell.exe直接运行命令
powershell.exe -Command "& { ('time={0},user={1}' -f (get-date),(whoami)) | Out-File "d:\user.log" -Append }"给.exe文件添加参数,参数是 array 格式$argus = "$env:wi...
分类:其他好文   时间:2014-08-28 14:39:59    阅读次数:220
PowerShell查询sql server
function Invoke-SQL1:function Invoke-SQL { param( [string] $dataSource = ".\SQLEXPRESS", [string] $database = "MasterData", [s...
分类:数据库   时间:2014-08-28 13:01:59    阅读次数:288
Start-Process传递变量
如果$b="aa,bb"Start-Process PowerShell.exe -Argumentlist "d:\w.ps1 $a $b $c"Start-Process powershell.exe "d:\w.ps1 $a $b $c"则 $b 中的 逗号 会被识别为特殊字符,在此处会自动被...
分类:其他好文   时间:2014-08-25 18:45:24    阅读次数:194
PowerShell 调用 Oracle.ManagedDataAccess.dll
PowerShell 调用 Oracle.ManagedDataAccess.dll # #PowerShell 调Ì¡Â用®? Oracle.ManagedDataAccess.dll #   [System.Reflection.Assembly]::LoadFrom("C:\oracle\odp.net\managed\common\O...
分类:数据库   时间:2014-08-22 14:30:38    阅读次数:348
scvmm sdk之powershell(一)
shell表示计算机操作系统中的壳层,与之相对的是内核,内核不能与用户直接交互,而是通过shell为用户提供操作界面,shell分为两类,一种提供命令行界面,一种提供图形界面。windows powershell第一个版本是在2006年,提供类似unix系统的命令行壳程程序。powershell是建...
分类:其他好文   时间:2014-08-21 18:39:34    阅读次数:251
PowerShell脚本保存密码
当使用批处理或VBS脚本访问远程计算机的时候,我们可以直接将其用户名和密码写入到脚本中,但是在PowerShell中,则不允许直接将密码写入其中,这虽然在很大程度上提高了脚本的安全性,但有时候却也给我们带来了一些麻烦。 如果我们要获取计算机(192.168.12.6)的系统信息,则需要使用Ge...
分类:其他好文   时间:2014-08-21 13:13:14    阅读次数:174
Using the Windows Scheduler to run a SharePoint PowerShell Backup Script
ProblemSharePoint administrators need to run regular backups using PowerShell, the STSADM tool or in Central Administration. There is no "built in" wa...
分类:Windows程序   时间:2014-08-20 13:58:42    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!