<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Tue, 28 Apr 2026 01:34:41 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>The Mike Dominick Show - Episodes Tagged with “Powershell”</title>
    <link>https://www.automator.show/tags/powershell</link>
    <pubDate>Wed, 12 Feb 2020 20:00:00 -0500</pubDate>
    <description>A look at the latest news in the technology and open-source worlds. 
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>Tech News and Binks</itunes:subtitle>
    <itunes:author>The Mad Botter INC</itunes:author>
    <itunes:summary>A look at the latest news in the technology and open-source worlds. 
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/c/caf7c968-2a51-4d7b-bc2d-96058c787ad0/cover.jpg?v=3"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>automation, tech, science, business, economics, programming</itunes:keywords>
    <itunes:owner>
      <itunes:name>The Mad Botter INC</itunes:name>
      <itunes:email>sales@themadbotter.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Business"/>
<itunes:category text="Science"/>
<item>
  <title>Episode 7: Avri Roth aka Powershell On Linux</title>
  <link>https://www.automator.show/7</link>
  <guid isPermaLink="false">64af6d7d-5a59-4249-a3fc-5f829638b1fd</guid>
  <pubDate>Wed, 12 Feb 2020 20:00:00 -0500</pubDate>
  <author>The Mad Botter INC</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/caf7c968-2a51-4d7b-bc2d-96058c787ad0/64af6d7d-5a59-4249-a3fc-5f829638b1fd.mp3" length="31884437" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter INC</itunes:author>
  <itunes:subtitle>A discussion of Powershell on Linux and other platforms. </itunes:subtitle>
  <itunes:duration>22:03</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/c/caf7c968-2a51-4d7b-bc2d-96058c787ad0/cover.jpg?v=3"/>
  <description>What's PowerShell? 
"Those who don't automate are doomed to repeat themselves" 
Brief origin of PowerShell
PowerShell going open source https://github.com/PowerShell/PowerShell
Introduction about me 
Avri Chen-Roth
https://www.linkedin.com/in/avritech/
Just for fun exercise
Open a PowerShell on your computer Win/Linux/Mac
And run:
Invoke-RestMethod https://www.automator.show/rss
PSAvalonia - Avalonia bindings for PowerShell
https://github.com/ironmansoftware/psavalonia
UDForge 
"Native" Electron apps running Universal Dashboard 
https://ironmansoftware.com/udforge-build-desktop-apps-with-universal-dashboard/
Snek - PowerShell wrapper around Python for .NET to invoke Python from PowerShell
https://github.com/adamdriscoll/snek
PSKoans - The goal of the PowerShell koans is to teach you PowerShell by presenting you with a set of questions. Each kōan (each question) is represented by a failing Pester test (Unit test) 
https://github.com/vexx32/PSKoans
ImportExcel - This PowerShell Module allows you to read and write Excel files without installing Microsoft Excel on your system. No need to bother with the cumbersome Excel COM-object. Creating Tables, Pivot Tables, Charts and much more has just become a lot easier.
https://github.com/dfinke/ImportExcel
Building Lambda Functions with PowerShell
https://docs.aws.amazon.com/lambda/latest/dg/powershell-programming-model.html
Bash command completers for PowerShell 
https://github.com/rjmholt/PSUnixUtilCompleters
Posh-git is a PowerShell module that integrates Git and PowerShell by providing Git status summary information that can be displayed in the PowerShell prompt
https://github.com/dahlbyk/posh-git
Selenium-powershell 
The Selenium PowerShell module allows you to automate browser interaction using the Selenium API. You can navigate to pages, find elements, click buttons, enter text and even take screenshots.
https://github.com/adamdriscoll/selenium-powershell
Making music 🎶 using PowerShell 
https://twitter.com/LeeAlanBerg/status/1226684454015578114?s=19
</description>
  <itunes:keywords>linux, powershell, foss, programming, azure</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>What&#39;s PowerShell? <br>
&quot;Those who don&#39;t automate are doomed to repeat themselves&quot; </p>

<p>Brief origin of PowerShell<br>
PowerShell going open source <a href="https://github.com/PowerShell/PowerShell" rel="nofollow">https://github.com/PowerShell/PowerShell</a></p>

<p>Introduction about me <br>
Avri Chen-Roth<br>
<a href="https://www.linkedin.com/in/avritech/" rel="nofollow">https://www.linkedin.com/in/avritech/</a></p>

<p>Just for fun exercise<br>
Open a PowerShell on your computer Win/Linux/Mac<br>
And run:<br>
Invoke-RestMethod <a href="https://www.automator.show/rss" rel="nofollow">https://www.automator.show/rss</a></p>

<p>PSAvalonia - Avalonia bindings for PowerShell<br>
<a href="https://github.com/ironmansoftware/psavalonia" rel="nofollow">https://github.com/ironmansoftware/psavalonia</a></p>

<p>UDForge <br>
&quot;Native&quot; Electron apps running Universal Dashboard <br>
<a href="https://ironmansoftware.com/udforge-build-desktop-apps-with-universal-dashboard/" rel="nofollow">https://ironmansoftware.com/udforge-build-desktop-apps-with-universal-dashboard/</a></p>

<p>Snek - PowerShell wrapper around Python for .NET to invoke Python from PowerShell<br>
<a href="https://github.com/adamdriscoll/snek" rel="nofollow">https://github.com/adamdriscoll/snek</a></p>

<p>PSKoans - The goal of the PowerShell koans is to teach you PowerShell by presenting you with a set of questions. Each kōan (each question) is represented by a failing Pester test (Unit test) <br>
<a href="https://github.com/vexx32/PSKoans" rel="nofollow">https://github.com/vexx32/PSKoans</a></p>

<p>ImportExcel - This PowerShell Module allows you to read and write Excel files without installing Microsoft Excel on your system. No need to bother with the cumbersome Excel COM-object. Creating Tables, Pivot Tables, Charts and much more has just become a lot easier.<br>
<a href="https://github.com/dfinke/ImportExcel" rel="nofollow">https://github.com/dfinke/ImportExcel</a></p>

<p>Building Lambda Functions with PowerShell<br>
<a href="https://docs.aws.amazon.com/lambda/latest/dg/powershell-programming-model.html" rel="nofollow">https://docs.aws.amazon.com/lambda/latest/dg/powershell-programming-model.html</a></p>

<p>Bash command completers for PowerShell <br>
<a href="https://github.com/rjmholt/PSUnixUtilCompleters" rel="nofollow">https://github.com/rjmholt/PSUnixUtilCompleters</a></p>

<p>Posh-git is a PowerShell module that integrates Git and PowerShell by providing Git status summary information that can be displayed in the PowerShell prompt<br>
<a href="https://github.com/dahlbyk/posh-git" rel="nofollow">https://github.com/dahlbyk/posh-git</a></p>

<p>Selenium-powershell <br>
The Selenium PowerShell module allows you to automate browser interaction using the Selenium API. You can navigate to pages, find elements, click buttons, enter text and even take screenshots.<br>
<a href="https://github.com/adamdriscoll/selenium-powershell" rel="nofollow">https://github.com/adamdriscoll/selenium-powershell</a></p>

<p>Making music 🎶 using PowerShell <br>
<a href="https://twitter.com/LeeAlanBerg/status/1226684454015578114?s=19" rel="nofollow">https://twitter.com/LeeAlanBerg/status/1226684454015578114?s=19</a></p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>What&#39;s PowerShell? <br>
&quot;Those who don&#39;t automate are doomed to repeat themselves&quot; </p>

<p>Brief origin of PowerShell<br>
PowerShell going open source <a href="https://github.com/PowerShell/PowerShell" rel="nofollow">https://github.com/PowerShell/PowerShell</a></p>

<p>Introduction about me <br>
Avri Chen-Roth<br>
<a href="https://www.linkedin.com/in/avritech/" rel="nofollow">https://www.linkedin.com/in/avritech/</a></p>

<p>Just for fun exercise<br>
Open a PowerShell on your computer Win/Linux/Mac<br>
And run:<br>
Invoke-RestMethod <a href="https://www.automator.show/rss" rel="nofollow">https://www.automator.show/rss</a></p>

<p>PSAvalonia - Avalonia bindings for PowerShell<br>
<a href="https://github.com/ironmansoftware/psavalonia" rel="nofollow">https://github.com/ironmansoftware/psavalonia</a></p>

<p>UDForge <br>
&quot;Native&quot; Electron apps running Universal Dashboard <br>
<a href="https://ironmansoftware.com/udforge-build-desktop-apps-with-universal-dashboard/" rel="nofollow">https://ironmansoftware.com/udforge-build-desktop-apps-with-universal-dashboard/</a></p>

<p>Snek - PowerShell wrapper around Python for .NET to invoke Python from PowerShell<br>
<a href="https://github.com/adamdriscoll/snek" rel="nofollow">https://github.com/adamdriscoll/snek</a></p>

<p>PSKoans - The goal of the PowerShell koans is to teach you PowerShell by presenting you with a set of questions. Each kōan (each question) is represented by a failing Pester test (Unit test) <br>
<a href="https://github.com/vexx32/PSKoans" rel="nofollow">https://github.com/vexx32/PSKoans</a></p>

<p>ImportExcel - This PowerShell Module allows you to read and write Excel files without installing Microsoft Excel on your system. No need to bother with the cumbersome Excel COM-object. Creating Tables, Pivot Tables, Charts and much more has just become a lot easier.<br>
<a href="https://github.com/dfinke/ImportExcel" rel="nofollow">https://github.com/dfinke/ImportExcel</a></p>

<p>Building Lambda Functions with PowerShell<br>
<a href="https://docs.aws.amazon.com/lambda/latest/dg/powershell-programming-model.html" rel="nofollow">https://docs.aws.amazon.com/lambda/latest/dg/powershell-programming-model.html</a></p>

<p>Bash command completers for PowerShell <br>
<a href="https://github.com/rjmholt/PSUnixUtilCompleters" rel="nofollow">https://github.com/rjmholt/PSUnixUtilCompleters</a></p>

<p>Posh-git is a PowerShell module that integrates Git and PowerShell by providing Git status summary information that can be displayed in the PowerShell prompt<br>
<a href="https://github.com/dahlbyk/posh-git" rel="nofollow">https://github.com/dahlbyk/posh-git</a></p>

<p>Selenium-powershell <br>
The Selenium PowerShell module allows you to automate browser interaction using the Selenium API. You can navigate to pages, find elements, click buttons, enter text and even take screenshots.<br>
<a href="https://github.com/adamdriscoll/selenium-powershell" rel="nofollow">https://github.com/adamdriscoll/selenium-powershell</a></p>

<p>Making music 🎶 using PowerShell <br>
<a href="https://twitter.com/LeeAlanBerg/status/1226684454015578114?s=19" rel="nofollow">https://twitter.com/LeeAlanBerg/status/1226684454015578114?s=19</a></p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
