上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: 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 阅读(3415) 评论(0) 推荐(0) 编辑
摘要: For aquick start, tell SetACL the following:Object name (-on): This is the path to the object SetACL should operate on (file/directory/registry key/network share/service/printer).Object type (-ot): What kind of object does the object name refer to: file or directory (file), registry key (reg), servi 阅读全文
posted @ 2014-01-31 10:39 Edward Guan 阅读(799) 评论(0) 推荐(0) 编辑
摘要: MKServerBuilder.psm1function Test-ElevatedShell{ $user = [Security.Principal.WindowsIdentity]::GetCurrent() (New-Object Security.Principal.WindowsPrincipal $user).IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator)}if(!(Test-ElevatedShell)){$warning=@" To run commands exposed b... 阅读全文
posted @ 2014-01-31 10:18 Edward Guan 阅读(212) 评论(0) 推荐(0) 编辑
摘要: MKServerBuilder.psd1## Module manifest for module 'MKServerBuilder'## Generated by: Edward Guan## Generated on: 02/01/2014#@{ # Script module or binary module file associated with this manifestModuleToProcess = 'MKServerBuilder.psm1'# Version number of this module.ModuleVersion =  阅读全文
posted @ 2014-01-31 10:16 Edward Guan 阅读(368) 评论(0) 推荐(0) 编辑
摘要: Install-User.ps1function Install-User{ param( [Parameter()] [string]$ComputerName = $env:computername, [Parameter(Mandatory=$true)] [string]$UserName, [Parameter(Mandatory=$true)] [string]$Password, [Parameter()] [boo... 阅读全文
posted @ 2014-01-30 21:47 Edward Guan 阅读(434) 评论(0) 推荐(0) 编辑
摘要: Windows Server 2008跟Windows Server 2003一样,在关机的时候会弹出一个“关闭事件跟踪程序”窗口,当然微软这么做是处于安全的考虑啦,但是如果我们只是个人用用的话,那就有点麻烦了,所以今天就教大家在Windows Server 2008中关闭事件跟踪程序的方法。 1、开始→运行→输入gpedit.msc,打开组策略 2、依次展开计算机配置→管理模板→系统,在右边的窗口中找到显示“关闭事件跟踪程序”,相关截图如下所示: 3、双击显示“关闭事件跟踪程序”,打开显示“关闭事件跟踪程序”属性窗口,将其设置为“已禁用”即可,相关截图如下所示:PowerShell脚本: 阅读全文
posted @ 2014-01-26 22:32 Edward Guan 阅读(3490) 评论(0) 推荐(0) 编辑
摘要: 一、概述 Cmdlets 用于服务器的管理方面主要体现在4个方面:服务、日志、进程、服务器管理器。1、服务• Get-Service。查看某个服务的属性。• New-Service。创建一个新的服务。• Restart-Service。重启一个已有的服务。• Resume-Service。使一个暂停的服务继续运行。• Set-Service。配置某个服务的属性。• Start-Service。启动一个已停止的服务。• Stop-Service。停止一个正在运行的服务。• Suspend-Service。挂起一个服务。2、日志•Get-EventLog。显示某个事件日志里的事件。•Clear-. 阅读全文
posted @ 2014-01-26 22:08 Edward Guan 阅读(5706) 评论(0) 推荐(1) 编辑
摘要: For many of us familiar problem. You developing applications under IIS6 and you're about to move them to IIS7. In previous version of IIS was enough to copy over your files, create app pool and site. IIS7 (7.5) is different in this point.In IIS6 there was only one way hot to extend server with o 阅读全文
posted @ 2014-01-22 22:07 Edward Guan 阅读(803) 评论(0) 推荐(0) 编辑
摘要: 当在Windows Sever 2008 R2中运动IE8的时候会发现默认情况下IE启用了增强的安全配置,为了方便而且是在内网的情况下我们可以关闭IE8的增强安全配置,操作很简单如下步骤。一,以本机管理员或是域管理员的身份登陆系统,在“开始”菜单-->“管理工具”-->“服务器管理器”,如下图:(或者点击任务栏上的服务器管理器图标即可)二,或者在“开始”菜单-->“运行”中输入“servermanager.msc”回车即可,如下图:三,在打开的服务器管理器窗口中选中“服务器管理器”,然后单右边窗口中的“配置 IE ESC”如下图:在接下来打开的新窗口中,分别选中“管理员”-- 阅读全文
posted @ 2014-01-14 21:58 Edward Guan 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: 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-01-13 15:33 Edward Guan 阅读(425) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页