Uninstall A Role From Nano Server 2016

In this article I’ll show you how I uninstall a role or module from my Nano Server 2016 Server.

In this article I’ll uninstall the Windows Defender Role that I have Installed on my Nano Server previously.

To get started I have download Nano Server 2016 and Connect to It using Remote PowerShell.

To view Installed roles I run:

Import-PackageProvider NanoServerPackage

Get-Package | select name

To Uninstall A package run:

Uninstall-Package microsoft-nanoserver-defender-package

Restart-Computer

Import-PackageProvider NanoServerPackage

Get-Package | select name


Posted

in

by