microsoft / Network-Performance-Visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix PowerShell Core compatibility

tmolenh opened this issue · comments

This module does not work on PS Core (6.0+) due to PowerShell/PowerShell#11837.

  • At least .Cells(x, y) COM calls need to be replaced with .Cells.Item(x, y)
  • Hopefully that is all that needs to be changed.