<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Powershell on The IT Hollow</title>
    <link>https://theithollow.com/tags/powershell/</link>
    <description>Recent content in Powershell on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 29 Nov 2016 15:05:49 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/tags/powershell/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AWS PowerShell Console with XAML</title>
      <link>https://theithollow.com/2016/11/29/aws-powershell-console-xaml/</link>
      <pubDate>Tue, 29 Nov 2016 15:05:49 +0000</pubDate>
      <guid>https://theithollow.com/2016/11/29/aws-powershell-console-xaml/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve always liked the idea of taking a series of Microsoft PowerShell scripts and putting them behind a user interface so that I can give the tool to other users. I&amp;rsquo;m not sure why this idea appeals to me, but probably because it makes me feel like a programmer, if only for a little while. I came across this &lt;a href=&#34;https://foxdeploy.com/2015/04/10/part-i-creating-powershell-guis-in-minutes-using-visual-studio-a-new-hope/&#34;&gt;post&lt;/a&gt; by &lt;a href=&#34;https://twitter.com/foxdeploy&#34;&gt;Stephen Owen&lt;/a&gt; and I had to try it out.&lt;/p&gt;
&lt;p&gt;The project that I picked for this was based on the AWS PowerShell tools that I hadn&amp;rsquo;t used yet. Let&amp;rsquo;s face it, this is a good way to check out two different things, I didn&amp;rsquo;t have much experience with: The AWS PowerShell Tools and XAML for creating GUIs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install PowerShell on Mac</title>
      <link>https://theithollow.com/2016/08/22/install-powershell-mac/</link>
      <pubDate>Mon, 22 Aug 2016 14:10:58 +0000</pubDate>
      <guid>https://theithollow.com/2016/08/22/install-powershell-mac/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s a weird thing to say, but we can install PowerShell on Mac after the &lt;a href=&#34;https://azure.microsoft.com/en-us/blog/powershell-is-open-sourced-and-is-available-on-linux/&#34;&gt;announcement from Microsoft&lt;/a&gt; that PowerShell will be available for both Macintosh and Linux. It&amp;rsquo;s pretty easy to accomplish but having a great scripting language like PowerShell available for Mac is really cool and deserves a blog post. I mean, now I don&amp;rsquo;t even need to fire up my Windows virtual machine just to run PowerShell!&lt;/p&gt;
&lt;p&gt;To get started, download the OSX .pkg file from the github page: &lt;a href=&#34;https://github.com/PowerShell/PowerShell/releases/&#34;&gt;https://github.com/PowerShell/PowerShell/releases/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get Started with Azure PowerShell</title>
      <link>https://theithollow.com/2016/08/15/get-started-azure-powershell/</link>
      <pubDate>Mon, 15 Aug 2016 14:35:02 +0000</pubDate>
      <guid>https://theithollow.com/2016/08/15/get-started-azure-powershell/</guid>
      <description>&lt;p&gt;Microsoft Azure has its own command line that can be used to script installs, export and import configurations and query your portal for information. Being a Microsoft solution, this command line is accessed through PowerShell.&lt;/p&gt;
&lt;h1 id=&#34;install-azure-powershell&#34;&gt;Install Azure PowerShell&lt;/h1&gt;
&lt;p&gt;Using PowerShell with Microsoft Azure is pretty simple to get up and going. The first step to getting started is to install the Azure PowerShell modules. Open up your PowerShell console and run both &amp;ldquo;Install-Module AzureRM&amp;rdquo; and then &amp;ldquo;Install-Module Azure&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Before You Start PowerShell</title>
      <link>https://theithollow.com/2014/12/08/before-you-start-powershell/</link>
      <pubDate>Mon, 08 Dec 2014 14:21:36 +0000</pubDate>
      <guid>https://theithollow.com/2014/12/08/before-you-start-powershell/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/poshscreen1.png&#34;&gt;&lt;img alt=&#34;poshscreen1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/poshscreen1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PowerShell is an amazing tool that has limitless potential for Administrators, Engineers and Architects to automate routine tasks or do reporting on things their system management applications aren&amp;rsquo;t built for.  Whenever there is a task to be done on multiple systems and it might need to be done more than once, I find myself reaching for this valuable tool.&lt;/p&gt;
&lt;p&gt;The problem with PowerShell, just like a programming language is that it can be intimidating to get started.   This post is to give you a basic understanding of what you&amp;rsquo;ll be getting into before you start running PowerShell cmdlets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dynamically Assigned Static IP Addresses...Huh?</title>
      <link>https://theithollow.com/2014/06/30/dynamically-assigned-static-ip-addresses-huh/</link>
      <pubDate>Mon, 30 Jun 2014 16:08:12 +0000</pubDate>
      <guid>https://theithollow.com/2014/06/30/dynamically-assigned-static-ip-addresses-huh/</guid>
      <description>&lt;p&gt;After a long day of working with Microsoft&amp;rsquo;s IPAM feature, I found that it might be possible to deploy my virtual servers with a static IP Address without going to look up an IP from an Excel spreadsheet or some other log.&lt;/p&gt;
&lt;p&gt;OK, let&amp;rsquo;s address the elephant in the room first.  I know that there is this thing called DHCP and that I can already automatically assign an IP addresss, but with that solution, my IP Address could change from time to time.  Typically, I create a DHCP Scope for servers that I&amp;rsquo;m just testing out, or need some dummy VMs with IP Addresses.  This way I don&amp;rsquo;t have to worry about looking up stuff before deploying a VM that I&amp;rsquo;m going to destroy again shortly afterwards.  I also use DHCP for PC&amp;rsquo;s, where I almost never care about the IP Address.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
