[Solved] No valid module file was found in any module directory

Problem context Everything seems correct: The path is correctly set to find your PowerShell module (normally C:\Program Files\WindowsPowerShell\Modules) Your PowerShell module was correctly build Your files are in a subfolder of the C:\Program Files\WindowsPowerShell\Modules folder the PSM1 and PSD1 (if you created one) files have the same name as the folder name Your module is […]

How to read more easily the WindowsUpdate.log file

The C:\Windows\WindowsUpdate.log file is the first basic log file where you can find helpful information when you try to investigate on the installation of updates. However, it is complex to read because the data comes from multiple sources. Among them you have: agent report setup misc sls ep idletmr au PT wutask dnldmgr In this […]

[Solved] PowerShell run as Administrator doesn’t find the program

Sometimes on a Windows 2012 R2 server, you can get this error message This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel. The solution Click on the shortcut without the Run […]