About 927,000 results
Open links in new tab
  1. powershell - What's the difference between IISAdministration and ...

    Mar 1, 2023 · Introducing IISAdministration in the PowerShell Gallery IISAdministration PowerShell Cmdlets | Microsoft Learn It seems that IISAdministration is the newer utility as of …

  2. powershell - Getting "Can't find the drive. The drive called 'IIS' …

    Jan 26, 2015 · I wrote a PowerShell script to deploy IIS Website automatically, but when I pass parameters to the script I get the following error: Cannot find the drive. The drive called 'IIS' …

  3. powershell - Setting certificate information after creating an IIS ...

    Aug 6, 2025 · The API/cmdlets were designed along with IIS Manager, so you should use it in the same way as you use IIS Manager to create sites. That is, when creating a site, you must start …

  4. How do I enumerate IIS websites using Powershell and find the …

    Aug 2, 2014 · How do I enumerate IIS websites using Powershell and find the app pool for each? Asked 11 years, 5 months ago Modified 1 year, 4 months ago Viewed 40k times

  5. iis - Display all sites and bindings in PowerShell - Stack Overflow

    I am documenting all the sites and binding related to the site from the IIS. Is there an easy way to get this list through a PowerShell script rather than manually typing looking at IIS? I want the

  6. Toggle IIS Feature Delegation with Powershell - Stack Overflow

    May 23, 2017 · How can I change IIS "Feature Delegation" using Powershell. I want to change "Authentication - Anonymous" to read/write . I found this Toggle IIS 7.5 Authentication …

  7. windows - Powershell update IIS Bindings - Stack Overflow

    Jun 17, 2011 · Set-ItemProperty "IIS:\Sites\SiteName" -Name bindings -Value @{protocol="http";bindingInformation=*:80:hostname.site.net} The problem I'm having though …

  8. How to retrieve SSL certificate of an IIS website in PowerShell

    Feb 18, 2021 · Get-ChildItem -Path IIS:Sites | Select-Object -ExpandProperty Bindings However, I can't figure out how I can retrieve the certificate thumbprint of these websites. I have the target …

  9. iis - Powershell - Set SSL Certificate on https Binding - Stack …

    Sep 4, 2015 · 32 I am trying to use PowerShell to set the SSL certificate on an IIS site for a self signed/local certificate. I create the certificate:

  10. powershell - How do I configure URL Rewrite for IIS using Desired …

    Mar 17, 2025 · When automating a setup of an IIS site, I run into an issue that required me to use URL Rewrite. However, I don't seem to get the grip of how to use the DSC Resource …