<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>PowerShell on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/tags/powershell/</link>
		<description>Recent content in PowerShell on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Fri, 24 Jul 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/tags/powershell/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Ten PowerShell Operations Every Student Should Practice</title>
				<link>https://workyoucanexplain.com/posts/ten-powershell-operations-every-student-should-practice/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/ten-powershell-operations-every-student-should-practice/</guid>
				<description>&lt;p&gt;Practice PowerShell in a disposable folder as a standard user. The objective is&#xA;not memorizing aliases. It is learning to inspect location, predict effects, run&#xA;one operation, and verify the result.&lt;/p&gt;&#xA;&lt;p&gt;Create &lt;code&gt;PowerShell-Practice&lt;/code&gt; in your Documents folder and add two non-sensitive&#xA;text files. Confirm the path before every change.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-navigate&#34;&gt;1. Navigate&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Get-Location&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Set-Location -Path &amp;#34;$HOME\Documents\PowerShell-Practice&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Verify with &lt;code&gt;Get-Location&lt;/code&gt;. A relative path depends on the current location.&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-list&#34;&gt;2. List&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Get-ChildItem&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Get-ChildItem -File&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Inspect names and item types before copying or moving anything.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Windows Terminal and PowerShell for Complete Beginners</title>
				<link>https://workyoucanexplain.com/posts/windows-terminal-and-powershell-for-complete-beginners/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/windows-terminal-and-powershell-for-complete-beginners/</guid>
				<description>&lt;p&gt;Windows Terminal is a terminal application. PowerShell is a shell and scripting&#xA;environment that can run inside it. A Terminal profile selects a shell, starting&#xA;directory, appearance, and related settings. Keeping these roles separate makes&#xA;errors easier to understand.&lt;/p&gt;&#xA;&lt;h2 id=&#34;read-the-window-before-typing&#34;&gt;Read the window before typing&lt;/h2&gt;&#xA;&lt;p&gt;Open Windows Terminal from a standard user account. The tab title and profile&#xA;menu identify the active profile. Microsoft documents that Terminal can generate&#xA;profiles for installed PowerShell and WSL shells in its&#xA;&lt;a href=&#34;https://learn.microsoft.com/en-us/windows/terminal/dynamic-profiles&#34;&gt;dynamic-profile guidance&lt;/a&gt;.&#xA;Available profiles depend on installed software and organization policy.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
