码迷,mamicode.com
首页 >  
搜索关键字:lync powershell    ( 2749个结果
NTFS权限设置
1. OverviewSome time ago, I was automating a few tasks with PowerShell and needed to set NTFS permissions on a folder. I was tempted to use the good o...
分类:其他好文   时间:2014-07-18 19:31:42    阅读次数:359
安装chocolatey
C:\> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1...
分类:其他好文   时间:2014-07-18 16:26:38    阅读次数:185
sharepoint admin svc must be running in order to create deployment timer job 若要创建计时器作业,必须运行SVC
sharepoint admin svc must be running in order to create deployment timer job 若要创建计时器作业,必须运行SVC...
分类:其他好文   时间:2014-07-18 11:19:35    阅读次数:197
SharePoint 2010: Export User Profile Properties to a Text File or Excel using PowerShell
导出到txt[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server") [void][System.Reflection.Assembly]::LoadWithParti...
分类:其他好文   时间:2014-07-17 21:37:20    阅读次数:454
在CMD命令行和PowerShell中实现复制粘贴功能
经常使用命令行或者PowerShell的朋友肯定会遇到这种情况:粘贴文本很简单,右键--选择粘贴即可,但是想要复制命令行或者PowerShell中的命令,倒是不知道怎么办了。其实只需要更改其属性。...
分类:其他好文   时间:2014-07-17 20:35:06    阅读次数:228
部署解决方案----STSADM和PowerShell
因为最近总是要部署wsp解决方案,所以经常要用到命令行或者PowerShell,所以有必要将命令集中放在这里,在部署的时候能够快速的参考。...
分类:其他好文   时间:2014-07-17 16:16:23    阅读次数:206
PowerShell 导出SharePoint管理中心解决方案
SharePoint QQ群有人问能不能下载(导出)管理中心里的解决方案。我发现使用PowerShell语句就可以轻松实现上面的需求,只需要三行代码就够了。...
分类:其他好文   时间:2014-07-16 17:27:24    阅读次数:183
PowerShell 批量导入/导出Active Directory
最近因为公司要求,需要导入20个供应商、20个客户到AD域中,刚开始手动加入了2个供应商,2个客户。但是感觉费时费力。如果能够找到一个命令,批量导入AD该多好呀。...
分类:其他好文   时间:2014-07-16 13:03:12    阅读次数:553
通过 powershell 配置 IIS
1. 设置iis pool: cls Import-Module WebAdministration Get-ChildItem IIS:\apppools | ForEach-Object{ $name = $_.name Write-Host $_.name $pool = Get-Item I...
分类:其他好文   时间:2014-07-16 12:26:18    阅读次数:1084
Exchange 混合部署—Exchange 2013&2007配置
将下列命令输入WindowsPowerShell会自动安装先决条件Install-WindowsFeatureRSAT-ADDS,AS-HTTP-Activation,Desktop-Experience,NET-Framework-45-Features,RPC-over-HTTP-proxy,RSAT-Clustering,RSAT-Clustering-CmdInterface,RSAT-Clustering-Mgmt,RSAT-Clustering-PowerShell..
分类:其他好文   时间:2014-07-15 10:51:31    阅读次数:579
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!