Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue] VSSTester block on powershell instructions with Exchange 2016 Server #2289

Open
lguenier37 opened this issue Mar 3, 2025 · 1 comment
Labels
Backups Backups tools issue

Comments

@lguenier37
Copy link

Hello,

The script VSSTester.ps1 stop on Get-ExchangeVersion function. It can not parse the line "$exchVerMajor = $exchVer.major".

The previous instruction ($exchVer = (Get-ExchangeServer $ServerName).AdminDisplayVersion) is OK.

Is there something special to install with powershell on the Exchange server ?

Regards,

Laurent.

@lguenier37 lguenier37 changed the title VSSTester block on powershell instructions with Exchange 2016 Server [Issue] VSSTester block on powershell instructions with Exchange 2016 Server Mar 3, 2025
@dpaulson45
Copy link
Member

It is likely failing due to Deserialization issues.

Run this script to verify your Auth Cert, as that could be causing your issues.

https://microsoft.github.io/CSS-Exchange/Admin/MonitorExchangeAuthCertificate/

@dpaulson45 dpaulson45 added the Backups Backups tools issue label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backups Backups tools issue
Projects
None yet
Development

No branches or pull requests

2 participants