Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
Keys
In Windows you can extract the contents of an MSI package (.msi file) using the command line or via a script. I keep forgetting the correct msiexec.exe syntax to use...
Follow these steps to install Internet Information Services (IIS) Manager on a Windows Server Core edition, to locally or remotely manage hosted websites. This post also shows how to install...
Turn Windows features on or off, Internet Information Services and IIS Management Console selected
Start Internet Information Services (IIS) Manager as Administrator
Connect to a Site in IIS Manager
IIS Manager Specify Site Connection Details
IIS Manager’s Provide Credentials screen...
IIS Manager Server Certificate Alert pop-up when connecting to a site
Specify a Connection Name in IIS Manager’s Connect to Site screen...
New Features Available for IIS Manager
IIS Manager Connecto to Site Could not connect to the specified computer
WMSVC Management Service installation
This post shows you some Postfix queue operations to maintain your mail servers on a day to day basis. The Postfix superintendent postsuper command does maintenance jobs on the Postfix...
Postfix logo
You can use PowerShell to install Windows Updates automatically, unattended and simple. Neat, right? For this, you don’t have to have an enterprise environment with WSUS, or Windows Server, but...
PowerShell Get-Command PSWindowsUpdate lists all available cmdlets within the PSWindowsUpdate module
Start PowerShell 7 as Administrator in Windows
Get-Command -Module PSWindowsUpdate shows all available commands, cmdlets and functions in this module
Here is how you can verify whether an external command in PowerShell was executed successfully or not by checking its errorlevel. Simply by verifying the PowerShell exit code using the...