Tag Archives: windows

Windows: Installer stops with error “The System Administrator has set Policies to prevent this Installation”

Hi,

you tried to install a Software Package and it stops with MSI Error: The System Administrator Has Set Policies to Prevent This Installation

Windows Installer Error
Windows Installer Error

Continue reading Windows: Installer stops with error “The System Administrator has set Policies to prevent this Installation”

Windows: List WWNs of all Fibre Channel HBAs

Hi,

the following powershell one liner lists all WWNs of all attached Fibre Channel HBAs.

Continue reading Windows: List WWNs of all Fibre Channel HBAs

Python: Install Python with pip on Windows by the embeddable zip file

Hi,

to install Python on Windows download the latest version. In this example Python 3.6.5.

Extract the zip file to an directory, e.g. D:\python3.6.5.
Continue reading Python: Install Python with pip on Windows by the embeddable zip file

Powershell: Accessing Applications and Services Logs

Hi,

for showing or exporting the System, Application and Security Log the command let Get-EventLog is the first choice.
Continue reading Powershell: Accessing Applications and Services Logs

Windows: Enable NTP Client and Server

Hi,

the Windows Time service includes both an NTP Client and an NTP Server. The NTP Server is disabled by default.
Continue reading Windows: Enable NTP Client and Server