Skip to content

tabs-not-spaces/FU.WhyAmIBlocked

This branch is 49 commits behind AdamGrossTX/FU.WhyAmIBlocked:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0133847 Β· Jul 29, 2020

History

25 Commits
Jul 29, 2020
Jul 28, 2020
Jul 28, 2020
Jul 28, 2020
Jul 28, 2020
Jul 28, 2020
Jul 28, 2020
Jul 28, 2020
Jul 27, 2020
Jul 26, 2020
Jul 21, 2020

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 98.3%
  • Python 1.7%