PowerShell
5 posts tagged with this.
-
Automating IIS with PowerShell on Windows Server 2022
Automate IIS configuration on Windows Server 2022 with PowerShell for consistent, repeatable deployments. This guide details server preparation, isolated app pool creation with AD accounts, automated site provisioning with HTTPS, security hardening, and config locking. Scripts eliminate drift, reduc
-
Securing IIS with Active Directory and PowerShell
Integrate Active Directory with IIS for centralized Windows Authentication and role-based access on Windows Server. This guide details IIS Manager steps, web.config rules for AD groups, and PowerShell automation using the WebAdministration module to disable anonymous access, prioritize Kerberos, and
-
Pushover Client for Windows Changelog & Release Details
Version 1.1.7 of the Pushover Client for Windows was released on October 14, 2014 as the initial release. This expanded guide adds setup steps, prerequisites, a PowerShell integration example, troubleshooting advice, and context for using desktop notifications with monitoring scripts and application
-
Fix 'An Unexpected Error Occurred on Send' in IIS Remote Management
The 'An unexpected error occurred on send' error when connecting to IIS Remote Management is caused by .NET using outdated TLS versions unsupported by the servers. Resolve it by setting SchUseStrongCrypto and SystemDefaultTlsVersions registry keys with these PowerShell commands, then restart.
-
Automating Secure IIS Configurations on Windows Server with PowerShell
Manual IIS tweaks lead to inconsistent security postures across your hosting fleet. This article walks through battle-tested PowerShell scripts that enforce app pool isolation, strict TLS policies, request filtering, security headers, and Active Directory authentication on Windows Server 2022.