摘要:
IntroductionThe Internet changes the ways in which companies handle their day-to-day business and how they compete in the marketplace. With the advent of new Web technologies and an increase in the number of customers accessing resources that are available through the Web, there is a pressing need f 阅读全文
posted @ 2014-02-15 17:16
Edward Guan
阅读(763)评论(0)推荐(0)
摘要:
OverviewIn this article, I’ll talk about your options when it comes to managing Group Policy using PowerShell. To be sure, depending upon your needs, Group Policy is nearly a full citizen in the world of PowerShell-based management. I’ll talk about why I say, “nearly” a little later, but to review, 阅读全文
posted @ 2014-02-01 00:40
Edward Guan
阅读(1236)评论(0)推荐(0)
摘要:
Grant-Permission.ps1Download the EXE version of SetACL 3.0.6 for 32-bit and 64-bit Windows. Put setacl.exe at the same location with the script.function Grant-Permission{ [CmdletBinding(SupportsShouldProcess=$true)] param( [Parameter()] [string]$ComputerName = $env:computername, ... 阅读全文
posted @ 2014-01-31 21:08
Edward Guan
阅读(382)评论(0)推荐(0)
摘要:
This article provides links for installing the .NET Framework 4.5 and 4.5.1 on your computer. If you're a developer, you can also use these links to download and redistribute the .NET Framework with your apps.If you're using one of the latest versions of the Windows or Windows Server operati 阅读全文
posted @ 2014-01-31 13:20
Edward Guan
阅读(3642)评论(0)推荐(0)