Tag

Windows Server

6 posts tagged with this.

  1. Official Blog
    · 4 min read

    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

  2. Official Blog
    · 4 min read

    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

  3. Knowledge BaseGeneral
    · 3 min read

    Are Your Server Times Synchronized and Accurate?

    All of our servers use NTP to sync with a local GPS-based time server as primary and NIST servers as backup. They are kept within a few milliseconds of real time. Accurate time is critical for hosting reliability.

  4. Knowledge BaseDatabase VaultWHMCS Modules
    · 3 min read

    Does Database Vault Run as a Windows Service?

    Database Vault does not run as a Windows service. Backups execute via the Windows Task Scheduler using credentials supplied at creation. This delivers precise scheduling, lower resource use, and advanced control. Learn architecture details, configuration steps, PowerShell examples, pitfalls, and tro

  5. SalesLinux Cloud HostingWindows Cloud Hosting
    · 4 min read

    What Are the Technical Specifications of Our Shared Web Servers?

    Our shared web servers feature Intel Xeon E5-2698V3 CPUs (16 cores/32 threads), 64-128GB of DDR4 RAM, Samsung SSD RAID storage, and Intel Pro 1000 network cards. Windows servers use Server 2012 R2 and IIS 8.5 while Linux servers run CloudLinux based on CentOS 7.5. These are organized in server farms

  6. Official Blog
    · 4 min read

    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.