Untitled

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