<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>powershell on World of Zero</title><link>https://worldofzero.com/tags/powershell/</link><description>Recent content in powershell on World of Zero</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>contact@worldofzero.com (Sam Wronski)</managingEditor><webMaster>contact@worldofzero.com (Sam Wronski)</webMaster><copyright>©2025, All Rights Reserved</copyright><lastBuildDate>Wed, 06 Oct 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://worldofzero.com/tags/powershell/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating a Quick Custom Profile in the Windows Terminal</title><link>https://worldofzero.com/videos/creating-a-quick-custom-profile-in-the-windows-terminal/</link><pubDate>Wed, 06 Oct 2021 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Thu, 07 Oct 2021 08:30:46 -0700</atom:modified><guid>https://worldofzero.com/videos/creating-a-quick-custom-profile-in-the-windows-terminal/</guid><description>The Windows Terminal allows you to run any number of different profiles. Some of the defaults that you might see pre-configured include things like PowerShell and Command Prompt, but you can introduce your own profiles to the Windows Terminal to fit your needs!</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/https://i.ytimg.com/vi/DGNG9FYkkFE/mqdefault.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>tip</category><category>windows</category><category>powershell</category><category>shell</category></item><item><title>Using PowerShell to Create a Symbolic Link on Windows</title><link>https://worldofzero.com/videos/using-powershell-to-create-a-symbolic-link-on-windows/</link><pubDate>Wed, 17 Jun 2020 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Tue, 19 Jan 2021 17:06:36 +0000</atom:modified><guid>https://worldofzero.com/videos/using-powershell-to-create-a-symbolic-link-on-windows/</guid><description>Symbolic Links allow you to create a reference in your file system to another file or directory. This allows you to reference the same file in multiple places without having to physically copy it into each place.</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/https://i.ytimg.com/vi/_VnONfOgP8M/mqdefault.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>powershell</category><category>shell</category></item><item><title>Using Start-Process to Start an Admin Powershell Instance - Quick Tip</title><link>https://worldofzero.com/videos/using-start-process-to-start-an-admin-powershell-instance-quick-tip/</link><pubDate>Tue, 03 Mar 2020 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Tue, 19 Jan 2021 17:06:36 +0000</atom:modified><guid>https://worldofzero.com/videos/using-start-process-to-start-an-admin-powershell-instance-quick-tip/</guid><description>You may start an Administrative Powershell from a separate shell by using the -Verb RunAs parameter like this:</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/https://i.ytimg.com/vi/ViIS6wFkWxc/mqdefault.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>tip</category><category>powershell</category><category>shell</category></item><item><title>Starting an Administrative PowerShell</title><link>https://worldofzero.com/posts/powershell-starting-elevated-powershell/</link><pubDate>Sat, 04 Jan 2020 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Sun, 15 Nov 2020 16:49:15 -0800</atom:modified><guid>https://worldofzero.com/posts/powershell-starting-elevated-powershell/</guid><description>You may start an Administrative PowerShell from a separate shell by using the -Verb RunAs parameter like this:
1 Start-Process Powershell -Verb RunAs Using the UI If you have access to a UI you may access the Power User Menu on Windows using Windows + X.</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/images/posts/powershell/default.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>powershell</category></item><item><title>Navigate Your Shell With pushd and popd - Quick Tip</title><link>https://worldofzero.com/videos/navigate-your-shell-with-pushd-and-popd-quick-tip/</link><pubDate>Fri, 22 Nov 2019 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Tue, 19 Jan 2021 17:06:36 +0000</atom:modified><guid>https://worldofzero.com/videos/navigate-your-shell-with-pushd-and-popd-quick-tip/</guid><description>There are a few ways to navigate your shell in terminals. One of the less common but useful ways I&amp;rsquo;ve found when working with multiple directories takes advantage of the directory stack most terminals maintain.</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/https://i.ytimg.com/vi/UDD7EyGr8fU/mqdefault.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>tip</category><category>ci/cd</category><category>shell</category><category>linux</category><category>powershell</category><category>bash</category></item><item><title>I Learn How To Make Bash Flip Tables When I Break Things</title><link>https://worldofzero.com/videos/i-learn-how-to-make-bash-flip-tables-when-i-break-things/</link><pubDate>Fri, 23 Aug 2019 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Tue, 19 Jan 2021 17:06:36 +0000</atom:modified><guid>https://worldofzero.com/videos/i-learn-how-to-make-bash-flip-tables-when-i-break-things/</guid><description>Lets take a look at how to customize a bash shell. We&amp;rsquo;ll be making our shell print a table flip whenever the last command failed.</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/https://i.ytimg.com/vi/XUOti_9WgaM/mqdefault.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>shell</category><category>bash</category><category>powershell</category><category>tutorial</category><category>tools</category></item><item><title>Learning The .NET Core Command Line</title><link>https://worldofzero.com/videos/learning-the-net-core-command-line/</link><pubDate>Mon, 24 Jun 2019 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Tue, 19 Jan 2021 17:06:36 +0000</atom:modified><guid>https://worldofzero.com/videos/learning-the-net-core-command-line/</guid><description>How do you start a new .NET Core project from the command line? How do you learn how to use the commands and figure out what is available for you?</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/https://i.ytimg.com/vi/YkguKCDY6h8/mqdefault.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>dotnet</category><category>livecode</category><category>shell</category><category>powershell</category><category>tools</category><category>csharp</category><category>tutorial</category></item><item><title>Man the Helm! - Kubernetes and Helm on Windows</title><link>https://worldofzero.com/videos/man-the-helm-kubernetes-and-helm-on-windows/</link><pubDate>Mon, 27 Nov 2017 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Tue, 19 Jan 2021 17:06:36 +0000</atom:modified><guid>https://worldofzero.com/videos/man-the-helm-kubernetes-and-helm-on-windows/</guid><description>Kubernetes (often shortened to K8S), the Greek word for a helmsman, is a tool originally developed by Google for managing cloud ready, scalable web apps.</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/https://i.ytimg.com/vi/U7H6KpCmckI/mqdefault.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>kubernetes</category><category>powershell</category></item><item><title>Working with CSV's in Windows Powershell</title><link>https://worldofzero.com/videos/working-with-csvs-in-windows-powershell/</link><pubDate>Thu, 14 Sep 2017 00:00:00 +0000</pubDate><author>contact@worldofzero.com (Sam Wronski)</author><atom:modified>Tue, 19 Jan 2021 17:06:36 +0000</atom:modified><guid>https://worldofzero.com/videos/working-with-csvs-in-windows-powershell/</guid><description>Powershell is a relatively unique and very powerful command line interface (CLI) and with Windows 10 is now the default shell for Windows.</description><dc:creator>Sam Wronski</dc:creator><media:content url="https://worldofzero.comimage/https://i.ytimg.com/vi/NLw7jgzH3os/mqdefault.jpg" medium="image"><media:title type="html">featured image</media:title></media:content><category>powershell</category><category>tools</category></item></channel></rss>