EventLogging
EventLogging copied to clipboard
System.Windows.Forms not present on Windows Server Core
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.
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.
Fixed by #19