EventLogging icon indicating copy to clipboard operation
EventLogging copied to clipboard

System.Windows.Forms not present on Windows Server Core

Open nolsen311 opened this issue 3 years ago • 1 comments

function get-csvfilepath loads an assembly that is not present on Server Core and will fail.

I committed a change to wrap this in try-catch and use read-host if the load fails (I think), but have no idea how to move this forward...or even if my rough "fix" works properly.

nolsen311 avatar Sep 26 '22 18:09 nolsen311

I dont see the code you pushed. I would recommend forking the repo and then changing the code there then make a pull request back to the project.

mon0pixel avatar Sep 27 '22 18:09 mon0pixel

Fixed by #19

mon0pixel avatar Nov 18 '22 14:11 mon0pixel