So here is the key:
...code...
Convertto-Html
foreach {$_.replace("<","<").replace(">",">")}
Afterwards, you can pipe to a file where the formatting you placed in your code stays intact.
Trying to help the technically challenged... so mainly myself. 日本語訳が必要な方は、コメントをください。
...code...
Convertto-Html
foreach {$_.replace("<","<").replace(">",">")}
1 comments:
Thanks a lot..!! I had the same issue and your solution worked well..!!!
Post a Comment