Untitled
unknown
powershell
3 years ago
229 B
11
Indexable
if(-not(Get-Module -Name WebAdministration -ListAvailable))
{
try{
Install-WindowsFeature webadministration -ErrorAction Stop }
catch { }
}
Editor is loading...