Browse by Tags

Tagged Content List
  • Wiki Page: PowerShell WebAccess

    Table of Contents 1. Install Windows PowerShell Web Access 2. Configure Windows PowerShell Web Access 3.Connected the AD partitions using PSWA. 4. Ports 5985 and 5986 are the default ports for PowerShell HTTP and HTTPS respectively 5.My Other PowerShell Blogs. Today i was able to...
  • Wiki Page: Web Platform Installer

    Table of Contents Introduction Community Resources Blogs Web Pages Forums Credit Other Languages Deutsch (de-DE) Introduction The Microsoft Web Platform Installer is also called Web PI. It is a free tool that makes getting the latest components of the Microsoft Web Platform, including...
  • Wiki Page: Write an IIS Warm Up Script for a SharePoint Intranet Site

    What is a Warm-Up Script In a SharePoint production environment where IIS has been taken as hosting platform, AppPool recycling on daily basis is considered as a good practice. But as an after-effect of AppPool-recycle, when the first user hits the sites of the corresponding SharePoint Web application...
  • Wiki Page: Using Remote Desktop Services Over the Internet

    This is a landing page for articles about how to make Remote Desktop Services available from the Internet. It links to articles about this, including but not limited to: Planning considerations for Internet Access installing RD Gateway Configuring RD Web Access to Use RD Gateway . Please add links...
  • Wiki Page: Enabling the RD WebAccess Expired password reset option in Windows Server 2012

    This Wiki article explains how the password reset option in RD WebAccess on Windows Server 2012 can be enabled. Windows Server 2012 comes with an option to support the ability to let users changes their password from within the RD Webaccess interface in case it's expired. The password change...
  • Wiki Page: How to Configure the BizTalk Accelerator for RosettaNet in x64 Environments

    While BizTalk Server natively supports x64 environments, the BizTalk Accelerator for RosettaNet will only operate in 32-bit environments. In order to use the accelerator correctly in an x64 environment, you must make specific configuration settings to both BizTalk and IIS. Table of Contents BizTalk...
  • Wiki Page: SharePoint 2010: Backup and Restore IIS Web Server Configuration Through PowerShell

    Backing up SharePoint 2010 IIS Web Server configuration is such an important administrative task that every SharePoint administrator should know the steps. Additionally it's a part of your disaster recovery plan that you need to document carefully SharePoint 2010 is running on IIS 7. Web Server...
  • Wiki Page: ConfigMgr (SCCM) Hash Mismatch Issue

    Hash Mismatch issues can be big headache for the technical teams. Through this post I am trying to document Hash Mismatch issue in my terms. Most of the Hash Mismatch issues are identified through CAS.log “Hash does not match expected”. There could be several reasons for Hash Mismatch issue such...
  • Wiki Page: SharePoint 2013 PowerShell - Internet Information Services (IIS)

    Table of Contents PowerShell How To See Also PowerShell How To Identify w3wp.exe processes running SharePoint 2010 and 2013 App Pools (TechNet Gallery) This PowerShell function fully automates the task of identifying which w3wp.exe processes are running which IIS Application Pools for SharePoint...
  • Wiki Page: WCF, IIS, and SSL

    It’s become apparent to me of late that the concept of using SSL with WCF in IIS can be confusing even to some of the most experienced WCF programmers. The motivation behind this article is to try and clear the air around SSL and provide an implementation that can be applied by a novice or expert....
  • Wiki Page: Hunting Zombies: How to Remove Orphaned IIS Web Applications

    When you run many of the AppFabric configuration commands via PowerShell or the IIS Manager, the result is a change to a web.config file. IIS configuration is hierarchical with settings being inherited from parent nodes. The implication of this is that when determining the correct settings for a web...
  • Wiki Page: What’s New in Windows Server 2012 Remote Desktop Gateway

    This wiki discusses several changes and improvements to RD Gateway in Windows Server 2012. Transport changes to enable the WAN improvements in Remote Desktop Protocol (RDP) 8.0 Management console changes to facilitate using these new protocols IIS configuration changes Load balancing changes...
  • Wiki Page: Configurando IIS en Windows 8

    Internet Information Server (IIS) es un servidor web, desarrollado por Microsoft que viene incluido con Windows 8. Este mismo servidor web viene como parte de Windows Server, en todas sus versiones, para ser usado en entornos de producción.... 1. Si no lo tienes lo puedes descargar desde este link...
  • Wiki Page: IIS 7 Presentation

    Table of Contents Who should read this post Why read this post Foundation Who should read this post Who host web sites / web applications in IIS but its not perform properly Who want to know in details of IIS Who want to troubleshoot of IIS Who want to trace the bugs of IIS Who want to tune...
  • Wiki Page: IIS 7.0 Architecture

    Table of Contents Who should read this post Why read this post Foundation Who should read this post Who host web sites / web applications in IIS but its not perform properly Who want to know in details of IIS Who want to troubleshoot of IIS Who want to trace the bugs of IIS Who want to tune...
  • Wiki Page: Install SharePoint 2010 on Windows Server 8 Beta

    Table of Contents: Introduction What is the reason for this article? Getting Prepared for the Installation The Installation Procedure Step 1) Install Windows Server 8 Beta Step 2) Join your new Windows Server 8 Beta server to your development/test domain Step 3) Install SQL Server...
  • Wiki Page: Troubleshoot Common IIS and BITS Issues with MED-V

    Here are some common errors related to IIS and BITS that you may encounter when uploading and downloading images from an image distribution server. Table of Contents 1. When you attempt to upload a packed image to an image distribution server within the MED-V management console, you may get the following...
  • Wiki Page: Quick Analytics from SharePoint (kind of...) using PowerShell and Logparser

    SharePoints builtin analytics, interesting as they are, don't always provide you with what you need. Sometimes you just need to quickly "knock something out". Here's a quick way to use the IIS logs, Microsoft's Logparser and PowerShell to gain some insight into the readership...
  • Wiki Page: 如何利用 IIS7 的 ARR 模組實做 Reverse Proxy 機制 (zh-TW)

    IIS7 的 ARR ( Application Request Routing ) 模組是個「 非常強悍 」的網站工具,今天抽空研究了一下,並成功設定 Reverse Proxy 機制,由於初學者要上手 ARR 真的有點困難,即便是對 Regular Expression 有經驗的 IT 人要成功設定都可能會遇到許多障礙,如果沒使用過 URL Rewrite 或不瞭解 Reverse Proxy 的人要上手那可是難上加難,所以今天我就分享一篇完整的安裝、設定過程。 安裝 Application Request Routing 1.0 模組 1. 使用 Microsoft Web Platform...
  • Wiki Page: SharePoint 2010: Change the Public URL of a Web Application (en-US)

    First, go to central admin on SharePoint and click to " Configure Alternate Access Mapping ". Change the URL that you want to a name that the company wants to have. Then go to IIS on the Application Server, where the SharePoint 2010 is installed. At the left side, choose your site,...
  • Wiki Page: Hosting a WCF REST service on IIS

    All of the WCF REST samples use self-hosted services and many people have been asking for a sample that is hosted on IIS , so I'll explain how to do that here. Let's start with a simple service contract: // IService.cs namespace SimpleRESTService { [ServiceContract] public interface...
  • Wiki Page: How to Retrieve or Decrypt a Password of an Application Pool in IIS 7.0 or 7.5 (en-US)

    If you ever forgot the password of the account used by a particular Application Pool in IIS 7.0 or 7.5, and would like to retrieve the same. You can use APPCMD to do the same. Let’s Start Let’s Start 1. Let’s assume we do not know or have forgot the password of the account used by the Site_App_Pool...
  • Wiki Page: An old password still works after you change it in Outlook Web Access‏ (en-US)

    Release: Microsoft Exchange Server 2010 Problem: After changing the password through OWA user still can access the mail boxes with old password Cause: This latency exists by design for Internet Information Services (IIS) performance Note: You may notice a 15-minute...
  • Wiki Page: Internet Information Services

    Internet Information Services or (IIS) is windows based web server, currently comes with Windows, after Vista version or higher and is available to install from Windows Features , in Vista, 7 and 8 versions and From Roles in Windows Server versions For more information...
  • Wiki Page: IIS and Related Upload Limit Settings (en-AU)

    This article will attempt to pull the various settings that might restrict uploads into an IIS-based web server into an easy-to-check list. IIS (6.0 and above) uses HTTP.SYS as the kernel-mode HTTP listener, and frequently runs an application-layer framework like ASP or ASP.Net, as well as ISAPI...
Page 1 of 5 (110 items) 12345
Can't find it? Write it!