Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

IISAdministration does not work on PowerShell 7. #84

@PeterHodges15

Description

@PeterHodges15

IISAdministration does not work on PowerShell 7, even the latest release candidate.
I understand that the install does not install a required DLL.
There is also talk that some required 'bits' might not yet be ported to .Net Core.
the result is no known (decent) way to manage IIS services via PowerShell 7
WebAdministration is not being ported).
Get-ChildItem IIS: not functional (yet)

Steps to reproduce

install-Module -Name IISAdministration -allowclobber
import-module -name IISAdministration
Import-Module: Could not load file or assembly 'Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified.

Expected behavior

Works on Powershell 5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions