IISManager

PowerShell module to help manage IIS instances, which can also be run from PowerShell Core

MIT License

Stars
19
Committers
1

Bot releases are hidden (Show)

IISManager - IISManager v2.1.1 Latest Release

Published by Badgerati about 4 years ago

  • Adds support for SslFlags on HTTPS bindings.
IISManager - IISManager v2.1.0

Published by Badgerati about 4 years ago

Adds support for FTP Logging, and fixes a performance issue with Test-IISMApp.

IISManager - IISManager v2.0.1

Published by Badgerati about 4 years ago

Fixes an issue with timeout parsing - from int to timespan.

IISManager - IISManager v2.0.0

Published by Badgerati over 4 years ago

Support for FTP, change PSObject to Hashtables,and some perf improvements.

IISManager - IISManager v1.2.8

Published by Badgerati over 4 years ago

Adds new Test and Clear functions for IIS Logging headers

IISManager - IISManager v1.2.7

Published by Badgerati over 4 years ago

Adds support for logging periods, and being able to set them and logging paths.

IISManager - IISManager v1.2.6

Published by Badgerati almost 5 years ago

Stopping and Starting a site will now persist a server restart.

IISManager - IISManager v1.2.5

Published by Badgerati about 5 years ago

Fixes for incorrect parameter validation.

IISManager - IISManager v1.2.3

Published by Badgerati about 5 years ago

  • Fix issue where new AppPools weren't being created for Virtual Apps
  • Fix missing quotes issue on Log Fields
  • Adds new function to Recycle all AppPools associated with a Site and its Apps
IISManager - IISManager v1.2.2

Published by Badgerati about 5 years ago

  • Fix issue with retrieving site information going very slow
  • Add -Quick option to sites, to return minimal info: ID, Name, Status
IISManager - IISManager v1.2.1

Published by Badgerati about 5 years ago

  • Fixes Test-IISM functions to better detect null responses
  • Allows filtering of multiple objects for Sites and AppPools
IISManager - IISManager v1.2.0

Published by Badgerati about 5 years ago

  • Adding site logging support
IISManager - IISManager v1.1.0

Published by Badgerati over 5 years ago

  • Adds new Get-IISMCertificateThumbprint function
  • Removes binding requirement when creating new website from New-IISMSite
IISManager - IISManager v1.0.0

Published by Badgerati over 5 years ago

Initial release of the IISManager module.

This module uses the appcmd, netsh and net commands to help you manage websites, apps, application pools, and virtual directories in IIS. You can also share directories, and bind certificates to website endpoints.

Badges
Extracted from project README
MIT licensed PowerShell
Related Projects