Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 228309

Re: Trouble with populating the Get-VIEventPlus function into html code

$
0
0

You can easily enhace the output of the ConvertTo-Html cmdlet by using a cascading stylesheet. via the -CssUri parameter.

 

For example to use the Tahoma font as in your code you can create a file called html.css that contains:

 

Body {font-family: Tahoma;}

 

And then call:

 

} | ConvertTo-Html -CssUri html.css

 

Message was edited by: Robert van den Nieuwendijk


Viewing all articles
Browse latest Browse all 228309

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>