Tags Archives
You are currently viewing all posts tagged with powershell core
Out-HtmlView – HTML alternative to Out-GridView
One of the most comfortable output's in PowerShell to work and analyze data is Out-GridView. It's handy as you can search, sort and have things done quicker than trying to do things in the console. However it's currently not available in PowerShell Core (PowerShell 6+), and when it is available in PowerShell 7, it will NOT be cross-platform. Since I had released Dashimo a few days ago, I thought it was trivial to make a simple command out of it that could solve this problem.
Read morePSTeams – Send notifications to MS Teams from Mac / Linux or Windows
If you're new to this module it's very simple PowerShell module allowing to send notifications straight to Microsoft Teams channels. Full overview of this ...
Read morePowerShell Core – The type initializer for Gdip threw an exception.
While working on PSWriteExcel on Ubuntu / Mac OS I've noticed that my -AutoFit method for ConvertTo-Excel was crashing. I couldn't reproduce same behavior on ...
Read more