Skip to content

2013 detection #1

@Jono007

Description

@Jono007

The detection cmdlet (line 265) for 2013 servers has mistake it it:

$ExchangeServers = Get-ExchangeServer | ? {$.AdminDisplayVersion -match "15.2" -and -not ($.ServerRole -match "Edge")}

Should be "15.0" for 2013.

I realize Exchange 2013 is mostly deprecated but your script/tool still includes it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions