You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This week, our Intrepid Heroes talk about News in the PowerShell world, bring you fresh Resources from the wild Internet, and share their experiences in the Tips section, with you, the Listener. Oh&ndash;and we also interview JEFFREY SNOVER! In case you don&rsquo;t know who he is, he&rsquo;s basically like the Thomas Edison of scripting.</p>
16142
16141
<h3 id="interview-with-jeffrey-snover">Interview with Jeffrey Snover</h3>
16143
16142
<p>And now a word from our sponsor:</p></description></item><item><title>Episode 21 coming soon.</title><link>https://powershell.org/podcast/2008-03-17-episode-21-coming-soon/</link><pubDate>Mon, 17 Mar 2008 09:00:19 +0000</pubDate><guid>https://powershell.org/podcast/2008-03-17-episode-21-coming-soon/</guid><description><p>I just wanted to let you know that the new podcast should be posted by Tuesday morning. We had a great interview with Jeffery Snover that you don&rsquo;t want to miss!</p></description></item><item><title>One-Liner: Countdown Timer in PowerShell</title><link>https://powershell.org/podcast/2008-03-16-one-liner-countdown-timer-in-powershell/</link><pubDate>Sun, 16 Mar 2008 19:36:45 +0000</pubDate><guid>https://powershell.org/podcast/2008-03-16-one-liner-countdown-timer-in-powershell/</guid><description><p>Here&rsquo;s a quick one for ya. Perfect kitchen timer. Who doesn&rsquo;t have a laptop with PowerShell on it in their kitchen? 🙂</p>
<p>Start-Sleep works in seconds, so you see where I've done some quick<br />
16146
-
math to get nine minutes. Not sure if the ()'s were required, but they<br />
16147
-
don't hurt. I didn't know the precedence of parameter parsing versus<br />
16148
-
multiplication off the top of my head. Next is Write-Host with some<br />
16149
-
more multiplication. This one uses "`a" which is the special character
16150
-
<p>which emits a beep (old schoolers know this as the ASCII code for</p></description></item><item><title>One-liner: Pop up a message box</title><link>https://powershell.org/podcast/2008-03-03-one-liner-pop-up-a-message-box/</link><pubDate>Mon, 03 Mar 2008 18:33:00 +0000</pubDate><guid>https://powershell.org/podcast/2008-03-03-one-liner-pop-up-a-message-box/</guid><description><p>You could paste this into a scheduled task or something if you want an annoying reminder to pop up on your screen. :) Now if only schtasks.exe was as easy to use as PowerShell&hellip;</p>
16143
+
<p>start-sleep (60*9); write-host (&quot;<code>a&quot;*4)&lt;/pre&gt; Start-Sleep works in seconds, so you see where I've done some quick math to get nine minutes. Not sure if the ()'s were required, but they don't hurt. I didn't know the precedence of parameter parsing versus multiplication off the top of my head. Next is Write-Host with some more multiplication. This one uses &quot;</code>a&quot; which is the special character</p></description></item><item><title>One-liner: Pop up a message box</title><link>https://powershell.org/podcast/2008-03-03-one-liner-pop-up-a-message-box/</link><pubDate>Mon, 03 Mar 2008 18:33:00 +0000</pubDate><guid>https://powershell.org/podcast/2008-03-03-one-liner-pop-up-a-message-box/</guid><description><p>You could paste this into a scheduled task or something if you want an annoying reminder to pop up on your screen. :) Now if only schtasks.exe was as easy to use as PowerShell&hellip;</p>
16151
16144
<p><code>PowerShell -NoProfile -NonInteractive -Command [reflection.assembly]::loadwithpartialname('system.windows.forms'); [system.Windows.Forms.MessageBox]::show('reminder: buy milk') </code></p></description></item><item><title>Episode 20 – Jeffrey Snover is coming</title><link>https://powershell.org/podcast/2008-03-03-powerscripting-podcast-episode-20/</link><pubDate>Mon, 03 Mar 2008 12:34:57 +0000</pubDate><guid>https://powershell.org/podcast/2008-03-03-powerscripting-podcast-episode-20/</guid><description><p><strong>A Podcast about Windows PowerShell.</strong><br>
Copy file name to clipboardExpand all lines: docs/authors/jonathan-walz/page/56/index.html
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,11 @@ <h3 id="interview-with-jeffrey-snover">interview with jeffrey snover</h3>
38
38
<spanclass=mx-2>•</span>
39
39
<iclass="fas fa-clock mr-1"></i>
40
40
<span>1 min read</span></div><h2class="text-xl lg:text-2xl font-bold text-gray-900 mb-3"><ahref=https://powershell.org/podcast/2008-03-17-episode-21-coming-soon/class="hover:text-blue-600 transition-colors duration-200">Episode 21 coming soon.</a></h2><pclass="text-gray-600 mb-4 line-clamp-3"><p>I just wanted to let you know that the new podcast should be posted by Tuesday morning. We had a great interview with Jeffery Snover that you don’t want to miss!</p></p><divclass="flex flex-wrap items-center gap-4"><ahref=https://powershell.org/podcast/2008-03-17-episode-21-coming-soon/class="inline-flex items-center bg-blue-600 text-white px-4 py-2 rounded-lg font-medium hover:bg-blue-700 transition-colors duration-200"><iclass="fas fa-book mr-2"></i>Read Article</a></div></div></div></article><articleclass="bg-white rounded-xl shadow-md hover:shadow-lg transition-shadow duration-300 overflow-hidden article-card" data-title="one-liner: countdown timer in powershell" data-content="<p>here&rsquo;s a quick one for ya. perfect kitchen timer. who doesn&rsquo;t have a laptop with powershell on it in their kitchen? 🙂</p>
<p>start-sleep works in seconds, so you see where i've done some quick<br />
43
-
math to get nine minutes. not sure if the ()'s were required, but they<br />
44
-
don't hurt. i didn't know the precedence of parameter parsing versus<br />
45
-
multiplication off the top of my head. next is write-host with some<br />
46
-
more multiplication. this one uses "`a" which is the special character
47
-
<p>which emits a beep (old schoolers know this as the ascii code for</p>"><divclass=lg:flex><divclass="lg:w-1/3 p-6 lg:pr-0"><divclass="aspect-square bg-gradient-to-br from-blue-400 to-blue-600 rounded-lg flex items-center justify-center"><iclass="fas fa-file-alt text-4xl text-white"></i></div></div><divclass="lg:w-2/3 p-6 lg:pl-8"><divclass="flex items-center text-blue-600 text-sm font-medium mb-3"><iclass="fas fa-calendar mr-2"></i>
41
+
<p>start-sleep (60*9); write-host (&quot;<code>a&quot;*4)&lt;/pre&gt; start-sleep works in seconds, so you see where i've done some quick math to get nine minutes. not sure if the ()'s were required, but they don't hurt. i didn't know the precedence of parameter parsing versus multiplication off the top of my head. next is write-host with some more multiplication. this one uses &quot;</code>a&quot; which is the special character</p>"><divclass=lg:flex><divclass="lg:w-1/3 p-6 lg:pr-0"><divclass="aspect-square bg-gradient-to-br from-blue-400 to-blue-600 rounded-lg flex items-center justify-center"><iclass="fas fa-file-alt text-4xl text-white"></i></div></div><divclass="lg:w-2/3 p-6 lg:pl-8"><divclass="flex items-center text-blue-600 text-sm font-medium mb-3"><iclass="fas fa-calendar mr-2"></i>
48
42
<time>March 16, 2008</time>
49
43
<spanclass=mx-2>•</span>
50
44
<iclass="fas fa-clock mr-1"></i>
51
-
<span>1 min read</span></div><h2class="text-xl lg:text-2xl font-bold text-gray-900 mb-3"><ahref=https://powershell.org/podcast/2008-03-16-one-liner-countdown-timer-in-powershell/class="hover:text-blue-600 transition-colors duration-200">One-Liner: Countdown Timer in PowerShell</a></h2><pclass="text-gray-600 mb-4 line-clamp-3"><p>Here’s a quick one for ya. Perfect kitchen timer. Who doesn’t have a laptop with PowerShell on it in their kitchen? 🙂</p><p>start-sleep (60*9); write-host ("`a"*4)</pre></p><p>Start-Sleep works in seconds, so you see where I've done some quick<br>math to get nine minutes. Not sure if the ()'s were required, but they<br>don't hurt. I didn't know the precedence of parameter parsing versus<br>multiplication off the top of my head. Next is Write-Host with some<br>more multiplication. This one uses "`a" which is the special character<p>which emits a beep (old schoolers know this as the ASCII code for</p></p><divclass="flex flex-wrap items-center gap-4"><ahref=https://powershell.org/podcast/2008-03-16-one-liner-countdown-timer-in-powershell/class="inline-flex items-center bg-blue-600 text-white px-4 py-2 rounded-lg font-medium hover:bg-blue-700 transition-colors duration-200"><iclass="fas fa-book mr-2"></i>Read Article</a></div></div></div></article><articleclass="bg-white rounded-xl shadow-md hover:shadow-lg transition-shadow duration-300 overflow-hidden article-card" data-title="one-liner: pop up a message box" data-content="<p>you could paste this into a scheduled task or something if you want an annoying reminder to pop up on your screen.â :)â now if only schtasks.exe was as easy to use as powershell&hellip;</p>
45
+
<span>1 min read</span></div><h2class="text-xl lg:text-2xl font-bold text-gray-900 mb-3"><ahref=https://powershell.org/podcast/2008-03-16-one-liner-countdown-timer-in-powershell/class="hover:text-blue-600 transition-colors duration-200">One-Liner: Countdown Timer in PowerShell</a></h2><pclass="text-gray-600 mb-4 line-clamp-3"><p>Here’s a quick one for ya. Perfect kitchen timer. Who doesn’t have a laptop with PowerShell on it in their kitchen? 🙂</p><p>start-sleep (60*9); write-host ("<code>a"*4)</pre> Start-Sleep works in seconds, so you see where I've done some quick math to get nine minutes. Not sure if the ()'s were required, but they don't hurt. I didn't know the precedence of parameter parsing versus multiplication off the top of my head. Next is Write-Host with some more multiplication. This one uses "</code>a" which is the special character</p></p><divclass="flex flex-wrap items-center gap-4"><ahref=https://powershell.org/podcast/2008-03-16-one-liner-countdown-timer-in-powershell/class="inline-flex items-center bg-blue-600 text-white px-4 py-2 rounded-lg font-medium hover:bg-blue-700 transition-colors duration-200"><iclass="fas fa-book mr-2"></i>Read Article</a></div></div></div></article><articleclass="bg-white rounded-xl shadow-md hover:shadow-lg transition-shadow duration-300 overflow-hidden article-card" data-title="one-liner: pop up a message box" data-content="<p>you could paste this into a scheduled task or something if you want an annoying reminder to pop up on your screen.â :)â now if only schtasks.exe was as easy to use as powershell&hellip;</p>
0 commit comments