Archive for May, 2011
-
May 25, 2011
3 CommentsWindows Server 2008 R2 Domain Controller Default Domain Policy Default Settings
Below you can find a screenshot of Group Policy Management console on Windows Server 2008 R2 Domain Controller right after the clean installation (and promoting to a DC). These are the default Default Domain Policy settings on a clean Domain Controller. Not sure if it makes a difference but Forest and Domain functional level is...
-
May 15, 2011
2 CommentsRecycle an Application Pool on remote server using Powershell
The following script will let you recycle an Application Pool on a remote server running IIS 6 or IIS 7 (with IIS 6 WMI Compatibility Features installed). The script accepts 2 parameters: a server name and an application pools name, in the following format: PS >.\RecycleIIsAppPool.ps1 server_name "application_pool_name" To obtain a list of application pools...
-
May 14, 2011
No CommentsList IIS application pools on remote server using Powershell
The following script will let you query remote IIS server and return a list of the application pools on that server. It is assumed that you run the script with domain account that is a member of Administrators group on the remote computer but the script can be easily modified to use other credentials. This...
