Windows

Office 365, Windows

The cloud file provider is not running – PowerShell

Today I came across an issue when trying to import or install modules in PowerShell. I started off with the following error: “The ‘Install-Module’ command was found in the module ‘PowerShellGet’, but the module could not be loaded. For more information, run ‘Import-Module PowerShellGet’.” So I tried to run Import-Module PowerShellGet which returned this error: […]

Windows, winget

Get started with winget

winget is a Microsoft command line tool to install and update applications on the Windows Operating System – effectively Microsoft’s take on Chocolatey. This blog post is intended for those wanting to get started with winget as a quick start or reference guide. Installing winget To get started with winget we must first install it.

Scroll to Top