About 2,230,000 results
Open links in new tab
  1. 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' …

  2. 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 …

  3. 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

  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, 3 months ago Viewed 40k times

  5. 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 …

  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. 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 …

  8. 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 …

  9. powershell - Update all bindings in IIS to replace an expiring SSL ...

    Apr 26, 2022 · I wish to iterate through all IIS bindings and find any that use a particular certificate (the one that is expiring) and replace them all with a new certificate. Without changing …

  10. 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: