Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.46 KB

FU.WhyAmIBlocked

Build Status

PowerShell Gallery

PSGallery Downloads

Summary

Can't get the latest Windows 10 Feature update? Need to find out what's blocking you? This module will help you find the block quickly!

Getting Started

Install module from gallery

Install-Module FU.WhyAmIBlocked -Scope CurrentUser
Import-Module FU.WhyAmIBlocked

Once module is installed Initialize and run commands..

Initialize-FUModule
Get-FUBlocks

Python is required to process the sdb compatibility database, but the module will still function partially without it.

Build from source

.\Build.ps1 -ModulePath .\FU.WhyAmIBlocked -BuildLocal
Import-Module ".\bin\release\*\FU.WhyAmIBlocked" -Force #replace the * with release number generated from build.

Resources used