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
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...
分类:
其他好文 时间:
2014-07-18 11:19:35
阅读次数:
197
导出到txt[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server") [void][System.Reflection.Assembly]::LoadWithParti...
分类:
其他好文 时间:
2014-07-17 21:37:20
阅读次数:
454
经常使用命令行或者PowerShell的朋友肯定会遇到这种情况:粘贴文本很简单,右键--选择粘贴即可,但是想要复制命令行或者PowerShell中的命令,倒是不知道怎么办了。其实只需要更改其属性。...
分类:
其他好文 时间:
2014-07-17 20:35:06
阅读次数:
228
因为最近总是要部署wsp解决方案,所以经常要用到命令行或者PowerShell,所以有必要将命令集中放在这里,在部署的时候能够快速的参考。...
分类:
其他好文 时间:
2014-07-17 16:16:23
阅读次数:
206
SharePoint QQ群有人问能不能下载(导出)管理中心里的解决方案。我发现使用PowerShell语句就可以轻松实现上面的需求,只需要三行代码就够了。...
分类:
其他好文 时间:
2014-07-16 17:27:24
阅读次数:
183
最近因为公司要求,需要导入20个供应商、20个客户到AD域中,刚开始手动加入了2个供应商,2个客户。但是感觉费时费力。如果能够找到一个命令,批量导入AD该多好呀。...
分类:
其他好文 时间:
2014-07-16 13:03:12
阅读次数:
553
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
将下列命令输入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