Hello fellow scripters,
is there a way to compile message / category / Parameter files (for use as resources in Eventlogging) using PowerShell V2 only? (even if I have to swallow a dead crow and do lots of .NET)
I need to be able to build them inside script execution on any target system capable of running PowerShell V2. The basic idea is to be able to create a custom logfile system (with event IDs, categories, sources, ...) on the fly without having our technicians be forced to run installers or copy files. Thus I can't count on MC.exe (the official compiler) being available (centralized distribution of the file is - alas - impossible in our situation).
Writing the precompiled message / etc... files is fairly simple and straightforward, but compiling them is another matter for me, so if anybody could point me in the right direction, I'd much appreciate the help.
Cheers,
Fred
There's no place like 127.0.0.1