<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>pswritehtml</title><link>https://evotec.xyz/de/tags/pswritehtml</link><description>Evotec Main Website</description><atom:link href="https://evotec.xyz/de/tags/pswritehtml/index.xml" rel="self" type="application/rss+xml" /><item><title>Enhanced Dashboards with PSWriteHTML – Introducing InfoCards and Density Options</title><link>https://evotec.xyz/de/blog/enhanced-dashboards-with-pswritehtml-introducing-infocards-and-density-options</link><description>Discover new features in the PSWriteHTML PowerShell module – including New-HTMLInfoCard, improved layout controls with the -Density parameter, and customizable shadows for clean, modern dashboards and reports.</description><pubDate>Wed, 04 Jun 2025 13:54:28 GMT</pubDate><guid>https://evotec.xyz/de/blog/enhanced-dashboards-with-pswritehtml-introducing-infocards-and-density-options</guid><category>css</category><category>html</category><category>js</category><category>PowerShell</category><category>pswritehtml</category><category>reporting</category></item><item><title>Seamless HTML Report Creation: Harness the Power of Markdown with PSWriteHTML PowerShell Module</title><link>https://evotec.xyz/de/blog/unlocking-seamless-html-report-creation-harness-the-power-of-markdown-with-pswritehtml-powershell-module</link><description>In today’s digital age, the ability to create compelling and informative HTML reports and documents is a crucial skill for professionals in various fields. Whether you’re a data analyst, a system administrator, a developer, or simply someone who wants to present information in an organized and visually appealing manner, having the right tools at your disposal can make all the difference. That’s where the PSWriteHTML PowerShell module steps in, offering an array of possibilities to suit your reporting needs.</description><pubDate>Sun, 03 Sep 2023 16:59:27 GMT</pubDate><guid>https://evotec.xyz/de/blog/unlocking-seamless-html-report-creation-harness-the-power-of-markdown-with-pswritehtml-powershell-module</guid><category>css</category><category>html</category><category>markdown</category><category>powershell</category><category>powershell module</category><category>pswritehtml</category></item><item><title>PowerShell – Comparing advanced objects</title><link>https://evotec.xyz/de/blog/powershell-comparing-advanced-objects</link><description>Two years ago, I wrote a blog post on how you can compare two or more objects visually in PowerShell that works on Windows, Linux, or macOS. I’ve been using that for a while, but it had a specific flaw. Comparing more advanced objects that you often see (for example, returned by Graph API, two config files) wasn’t working correctly, often throwing errors. The reason for this was that having nested hashtables arrays require more advanced logic. Today I’ve updated my module to use the ConvertTo-FlatObject function, which allows the Compare-MultipleObjects function to compare suitably more advanced objects hopefully. Of course, it should not throw errors anymore.</description><pubDate>Mon, 28 Feb 2022 16:22:25 GMT</pubDate><guid>https://evotec.xyz/de/blog/powershell-comparing-advanced-objects</guid><category>compare</category><category>html</category><category>powershell</category><category>pssharedgoods</category><category>pswritehtml</category></item><item><title>PowerShell – Converting advanced object to flat object</title><link>https://evotec.xyz/de/blog/powershell-converting-advanced-object-to-flat-object</link><description>PowerShell language allows you to work and build complicated objects. There are multiple ways to save them, such as XML or JSON, but sometimes using them is impossible or inadequate. Sometimes you want to use HTML or CSV or any other single dimension output.</description><pubDate>Sun, 27 Feb 2022 14:57:20 GMT</pubDate><guid>https://evotec.xyz/de/blog/powershell-converting-advanced-object-to-flat-object</guid><category>convert</category><category>export-csv</category><category>office 365</category><category>powershell</category><category>pswritehtml</category></item><item><title>Office 365 Health Service using PowerShell</title><link>https://evotec.xyz/de/blog/office-365-health-service-using-powershell</link><description>Two years ago, I wrote a PowerShell module called PSWinDocumentation.O365HealthService. The idea was simple – replicate Health Service data Microsoft offers in Office Portal so you can do with data whatever you want and display it however you like. I’ve written about it in this blog post. A few weeks back, someone reported that the module stopped working, and I’ve confirmed it indeed no longer works! Initially, I thought that maybe some data format changed, as it changed multiple times, or perhaps the date format was wrong again, but no. Microsoft has deprecated Office 365 Service Communications API reference and instead tells us that Service Health is now only available via Microsoft Graph API. Is it only me who didn’t get the memo about this?</description><pubDate>Mon, 14 Feb 2022 17:48:15 GMT</pubDate><guid>https://evotec.xyz/de/blog/office-365-health-service-using-powershell</guid><category>documentation</category><category>health</category><category>office 365</category><category>powershell</category><category>pswindocumentation</category><category>pswritehtml</category><category>reporting</category></item><item><title>Solving typo problems with Fuzzy Search in PSWriteHTML</title><link>https://evotec.xyz/de/blog/solving-typo-problems-with-fuzzy-search-in-pswritehtml</link><description>One of the everyday use cases with PSWriteHTML is to create a simple view of PowerShell data in a table. While PowerShell comes with a built-in cmdlet ConvertTo-Html, it’s basic in its functionality. It makes an HTML representation of PowerShell data, but it brings no CSS, JavaScript, or other functionality. While for some use cases, it’s enough, the other times, you need to make an effort to make it usable.</description><pubDate>Mon, 29 Nov 2021 18:53:28 GMT</pubDate><guid>https://evotec.xyz/de/blog/solving-typo-problems-with-fuzzy-search-in-pswritehtml</guid><category>css</category><category>fuzzysearch</category><category>html</category><category>javascript</category><category>js</category><category>out-htmlview</category><category>powershell</category><category>pswritehtml</category><category>reporting</category></item><item><title>Advanced HTML reporting using PowerShell</title><link>https://evotec.xyz/de/blog/advanced-html-reporting-using-powershell</link><description>I’ve been using HTML reporting in PowerShell for a while. Initially, I would usually build HTML by hand, but the time spent trying to figure out what works and what doesn’t drive me mad. With the PSWriteHTML module, a lot has changed. With just a few PowerShell lines, I can create feature-rich reports that change how I show data to my Clients. Today I wanted to show you some advanced HTML reporting without actually complicating PowerShell code. In the last few months, I’ve added many features that create advanced reports without sacrificing readability.</description><pubDate>Tue, 16 Mar 2021 17:15:23 GMT</pubDate><guid>https://evotec.xyz/de/blog/advanced-html-reporting-using-powershell</guid><category>advanced reporting</category><category>css</category><category>html</category><category>javascript</category><category>powershell</category><category>pswritehtml</category><category>reporting</category></item><item><title>Creating Office 365 Migration Diagram with PowerShell</title><link>https://evotec.xyz/de/blog/creating-office-365-migration-diagram-with-powershell</link><description>A few weeks ago, I posted a concept migration diagram for Office 365 to Twitter and Facebook. Today I thought I would show you how you can do it yourself using PowerShell and PSWriteHTML PowerShell module. When I started working on this, I’ve thought I want to create before and after infrastructure to see how it will look when migration ends. I’ve initially planned to assign myself an Office 365 Visio Plan 2 license and do something manually, thinking it may be just much easier. Unfortunately for me, there were no free Visio licenses in my tenant, and my laziness took over, so I’ve decided to give it a go using PowerShell only.</description><pubDate>Sun, 03 Jan 2021 18:27:05 GMT</pubDate><guid>https://evotec.xyz/de/blog/creating-office-365-migration-diagram-with-powershell</guid><category>diagram</category><category>module</category><category>office 365</category><category>powershell</category><category>pswritehtml</category></item><item><title>Visually display Active Directory Trusts using PowerShell</title><link>https://evotec.xyz/de/blog/visually-display-active-directory-trusts-using-powershell</link><description>Active Directory Trusts are useful to connect one or more domains. But as useful those are, they can be very dangerous. Also, keeping trusts working and in good shape should be a top priority for Active Directory Admins. While there is a couple of command in the Active Directory module Get-ADTrust, I thought I would try and write my own that checks a few more things. I want to thank Chris Dent for his input on the part of this command. His binary skills amaze me!</description><pubDate>Mon, 14 Sep 2020 13:44:10 GMT</pubDate><guid>https://evotec.xyz/de/blog/visually-display-active-directory-trusts-using-powershell</guid><category>Active Directory</category><category>activedirectory</category><category>adessentials</category><category>get-winadtrust</category><category>powershell</category><category>pswritehtml</category><category>show-winadtrust</category></item><item><title>Visually display Active Directory Nested Group Membership using PowerShell</title><link>https://evotec.xyz/de/blog/visually-display-active-directory-nested-group-membership-using-powershell</link><description>In the Active Directory PowerShell module, you have two commands to your disposal that help display group membership. Those are Get-ADGroup and Get-ADGroupMember. The first command contains property Members, which gives you DistinguishedName of all members, and Get-ADGroupMember can provide you either direct members or with Recursive switch all members recursively (skipping groups). Till a few weeks ago, I was a happy user of those commands until I noticed two things. Member property for Get-ADGroup sometimes misses elements for whatever reason.</description><pubDate>Wed, 02 Sep 2020 16:06:48 GMT</pubDate><guid>https://evotec.xyz/de/blog/visually-display-active-directory-nested-group-membership-using-powershell</guid><category>Active Directory</category><category>adessentials</category><category>diagram</category><category>get-adgroup</category><category>get-adgroupmember</category><category>nested groups</category><category>powershell</category><category>pswritehtml</category></item><item><title>Emailimo merged into PSWriteHTML, IE support and no dependencies</title><link>https://evotec.xyz/de/blog/emailimo-merged-into-pswritehtml-ie-support-and-no-dependencies</link><description>If you don’t know this yet, I use PSWriteHTML a lot. That means I get to test it under a lot of different conditions. I use it in reports, emails for small, medium, and large companies. Today’s blog post summarizes the work I did in the last few weeks over different areas of PSWriteHTML.</description><pubDate>Tue, 12 Nov 2019 15:41:10 GMT</pubDate><guid>https://evotec.xyz/de/blog/emailimo-merged-into-pswritehtml-ie-support-and-no-dependencies</guid><category>emailimo</category><category>ie</category><category>internet explorer</category><category>powershell</category><category>pswritehtml</category></item><item><title>Nested Tabs, Diagram Updates, Diagram Events, Calendar Object and more in PSWriteHTML</title><link>https://evotec.xyz/de/blog/nested-tabs-diagram-updates-diagram-events-calendar-object-and-more-in-pswritehtml</link><description>One of the new features I’ve worked on was connecting Diagrams with Tables. Someone suggested, and I thought it would be cool to be able to click on the Diagram node and find more details about it in a table next to it. But then I thought it would be even cooler if you could have multiple tables linked to one Diagram. For example, below, I’ve created two tables with Users and Computers and populated Diagram with that data.</description><pubDate>Sun, 13 Oct 2019 14:52:40 GMT</pubDate><guid>https://evotec.xyz/de/blog/nested-tabs-diagram-updates-diagram-events-calendar-object-and-more-in-pswritehtml</guid><category>dashimo</category><category>html</category><category>powershell</category><category>pswritehtml</category></item><item><title>Easy way to create diagrams using PowerShell and PSWriteHTML</title><link>https://evotec.xyz/de/blog/easy-way-to-create-diagrams-using-powershell-and-pswritehtml</link><description>A few months ago, when I was working on PSWriteWord and PSWriteHTML, I thought to myself that in 2020 if I’ll get time, I’ll try to create PSWriteVisio. While I wasn’t sure I would be able to make it past some concept, it was in my plans for 2020. It’s still 2019 though, and while working on Testimo for Active Directory Healthchecks, I thought it would be nice to have a visual representation of network, forest schema or replication. I couldn’t get this idea out of my head. I thought on using PSGraph from Kevin Marquette to generate image and import that to PSWriteHTML but it was a bit tricky and PSGraph requires external software to work – and has some additional steps for Windows, Mac or Linux.</description><pubDate>Sun, 29 Sep 2019 15:48:32 GMT</pubDate><guid>https://evotec.xyz/de/blog/easy-way-to-create-diagrams-using-powershell-and-pswritehtml</guid><category>architecture</category><category>css</category><category>dashimo</category><category>diagram</category><category>html</category><category>js</category><category>network</category><category>powershell</category><category>pswritehtml</category><category>reports</category></item><item><title>Comparing two or more objects visually in PowerShell (cross-platform)</title><link>https://evotec.xyz/de/blog/comparing-two-or-more-objects-visually-in-powershell-cross-platform</link><description>For the last few weeks I’m working on a small project, that should be released within next few weeks (it is open source so don’t worry – you’ll get to play with it). This project requires me to compare two or more objects and tell if those are equal and if those aren’t to what degree. Of course, PowerShell offers built-in functionality via Compare-Object command. It’s mighty but it leaves comparing differences, different properties to you. While there are probably other solutions that help users compare objects, I haven’t found anything that would meet my requirements. After I’ve written Compare-MultipleObjects function, I thought it could be interesting to implement visual comparison – you know human-readable – and I had the perfect place to apply it.</description><pubDate>Sun, 25 Aug 2019 13:01:32 GMT</pubDate><guid>https://evotec.xyz/de/blog/comparing-two-or-more-objects-visually-in-powershell-cross-platform</guid><category>compare</category><category>dashimo</category><category>html</category><category>out-htmlview</category><category>powershell</category><category>pswritehtml</category><category>statusimo</category></item><item><title>Formatting and minifying resources (HTML, CSS, JavaScript) with PowerShell</title><link>https://evotec.xyz/de/blog/formatting-and-minifying-resources-html-css-javascript-with-powershell</link><description>When you work with HTML, CSS, and JavaScript, you often meet three versions on how those are stored in files – minified, formatted, somewhere in the middle (usually a total mess). I have all three versions in my PSWriteHTML module. Some are minified 3rd party resources, some are generated by my PowerShell commands (and are a total mess when it comes to formatting), and finally, some are formatted resources by using built-in VSCode features. In whatever form they are, they generally have no impact on how browsers display them. Browsers will read them in any kind and not care for how they look.</description><pubDate>Sun, 11 Aug 2019 16:42:54 GMT</pubDate><guid>https://evotec.xyz/de/blog/formatting-and-minifying-resources-html-css-javascript-with-powershell</guid><category>css</category><category>html</category><category>javascript</category><category>powershell</category><category>psparsehtml</category><category>pswritehtml</category></item><item><title>Working with HTML in PowerShell just got better</title><link>https://evotec.xyz/de/blog/working-with-html-in-powershell-just-got-better</link><description>Last few weeks, I’ve been working on making creating HTML based Dashboards, Reports, and Emails better. PSWriteHTML already allows fancy looking reports or emails without much effort, but this release makes it even more helpful. I will be mixing three PowerShell modules in this blost post – PSWriteHTML (responsible for creating HTML/CSS/JS code), Emailimo (simplifies creating emails based on PSWriteHTML) and Dashimo (simple dashboard building). If you’ve never heard of those modules before I encourage you to start from earlier blogs about them to understand the concepts before you dive into this one. Hopefully, those will give you some ideas that will match what you will learn today.</description><pubDate>Sun, 04 Aug 2019 18:04:55 GMT</pubDate><guid>https://evotec.xyz/de/blog/working-with-html-in-powershell-just-got-better</guid><category>css</category><category>dashimo</category><category>emailimo</category><category>html</category><category>js</category><category>powershell</category><category>pswritehtml</category></item><item><title>Sending HTML emails with PowerShell and zero HTML knowledge required</title><link>https://evotec.xyz/de/blog/sending-html-emails-with-powershell-and-zero-html-knowledge-required</link><description>I saw this article by Altaro tweeted Building PowerShell Tools for MSPs: HTML Tables for Reporting, and it describes how you can create HTML emails with just a few lines of code. Luke created that article in 2018 (tweets from the archive I guess), but I just saw it now so thought I would make a slight comparison. In 2018 I would probably go the same way as shown by Luke Orellana, who takes a simple example of querying WMI to get disk drive sizes and send them over, formatted via Email.</description><pubDate>Thu, 11 Jul 2019 07:24:21 GMT</pubDate><guid>https://evotec.xyz/de/blog/sending-html-emails-with-powershell-and-zero-html-knowledge-required</guid><category>Altaro</category><category>dashimo</category><category>email</category><category>emailimo</category><category>html</category><category>powershell</category><category>pswritehtml</category></item><item><title>All your HTML Tables are belong to us</title><link>https://evotec.xyz/de/blog/all-your-html-tables-are-belong-to-us</link><description>Last few days, I’ve fulfilled my little dream related to building HTML tables. You know I’ve been using HTML based scripts for a long while for Microsoft Exchange from multiple people like Steve Goodman or Paul Cunningham (and others) and when I was going thru their PowerShell building code on how they create an HTML table with multi-row titles I thought Those guys are crazy. The effort to build an HTML table for a report for a person who has no clue how to do it is not something one can easily digest and understand. Sure I’ve learned how to build HTML tables at some point, but there was one final piece that I was missing – multi-row headers. If you don’t know what I mean, and how they look like the below image from Steve’s Goodman script should give you a hint.</description><pubDate>Fri, 28 Jun 2019 16:35:13 GMT</pubDate><guid>https://evotec.xyz/de/blog/all-your-html-tables-are-belong-to-us</guid><category>dashimo</category><category>html</category><category>javascript</category><category>powershell</category><category>pswritehtml</category></item><item><title>Dashimo (PSWriteHTML) – Charting, Icons and few other changes</title><link>https://evotec.xyz/de/blog/dashimo-pswritehtml-charting-icons-and-few-other-changes</link><description>A few months ago when I first released Dashimo, I’ve promised that Charts will come. Unfortunately, time passed by, and there were no Charts in sight. It’s not that I didn’t want to deliver, I just wasn’t sure on the way I want to allow charts building. Today after playing with the idea for a while I’ve decided to release essential support for diagrams, with a couple of other fixes. Some of that stuff is already there for longer while I just never announced it. There are probably a lot of other hidden gems you may find if you explore PSWriteHTML or Dashimo.</description><pubDate>Mon, 17 Jun 2019 10:46:20 GMT</pubDate><guid>https://evotec.xyz/de/blog/dashimo-pswritehtml-charting-icons-and-few-other-changes</guid><category>css</category><category>dashimo</category><category>html</category><category>javascript</category><category>js</category><category>powershell</category><category>pswritehtml</category></item><item><title>Meet Emailimo – New way to send pretty emails with PowerShell</title><link>https://evotec.xyz/de/blog/meet-emailimo-new-way-to-send-pretty-emails-with-powershell</link><description>When reading this blog post, you may be thinking that there’s nothing new one can add to emailing with PowerShell as there were tons of articles in recent years covering this subject pretty good. It’s all known, and people have used it since the early days of PowerShell. You can even send an email with just one line using Send-MailMessage. Now, this post is not about that. This post is about sending HTML based emails. You see when you want to send an email that is just text based that’s pretty trivial. Things get complicated when you want your emails to have some colors, some tables, some links or some lists. This is where you have to involve HTML and CSS. Since I’ve been working with PowerShell for a while now, I’ve seen my share of scripts/modules or blog posts that cover this but one thing that usually hit me – it was sometimes tough to understand what is happening, what the author is doing, and what happens if I change this or that. While I’ve seen people dismissing programmers doing HTML / CSS or JavaScript for not being real programmers, I disagree entirely. You have to know what you’re doing if you want your stuff to look good. I’ve spent days or even weeks playing with HTML/CSS/JS, and I must admit half of what I do I don’t even understand until I see the output. So before you go and tell people that HTML/CSS is easy, think again.</description><pubDate>Fri, 12 Apr 2019 08:13:43 GMT</pubDate><guid>https://evotec.xyz/de/blog/meet-emailimo-new-way-to-send-pretty-emails-with-powershell</guid><category>css</category><category>emailimo</category><category>html</category><category>javascript</category><category>js</category><category>Linux</category><category>Mac OS X</category><category>mailing</category><category>outlook</category><category>PowerShell</category><category>pswritehtml</category><category>send-email</category><category>send-mail</category><category>Windows</category></item><item><title>Dashimo – Easy Table Conditional Formatting and more</title><link>https://evotec.xyz/de/blog/dashimo-easy-table-conditional-formatting-and-more</link><description>Dashimo ultimate goal is to be as easy to use as possible. With the introduction of it a few days ago I made a promise to myself that I want to keep it as simple to use as possible. If you don’t know what Dashimo is, have a read here – Meet Dashimo. When I posted it on Reddit few people had some ideas and feature request that would make it a bit nicer, and when I heard about I agreed. So today, after a couple of days I have a few updates. I also noticed that my examples might have been too hard to use and understand for beginners and people not having a lot of touch with Active Directory. This time all code you can find below will use Get-Process as a way to show you that you can use any output that comes as a Table.</description><pubDate>Thu, 04 Apr 2019 20:17:24 GMT</pubDate><guid>https://evotec.xyz/de/blog/dashimo-easy-table-conditional-formatting-and-more</guid><category>dashimo</category><category>powershell</category><category>pswritehtml</category><category>reporthtml</category></item></channel></rss>