<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on FordableScripts</title>
    <link>http://www.fordablescripts.com/posts/</link>
    <description>Recent content in Posts on FordableScripts</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 30 Jul 2024 12:00:00 -0400</lastBuildDate><atom:link href="http://www.fordablescripts.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PowerShell: Get-Help, Online-Based Help</title>
      <link>http://www.fordablescripts.com/posts/ps-onlinehelp/</link>
      <pubDate>Tue, 30 Jul 2024 12:00:00 -0400</pubDate>
      
      <guid>http://www.fordablescripts.com/posts/ps-onlinehelp/</guid>
      <description>PSVersion: 7.4
OS: Ubuntu 24.04 LTS
TL;DR: Online-Based Help Example
Help but Online Link to heading The Get-Help cmdlet in PowerShell is a handy tool, commonly used for obtaining details about commands and modules. It’s equally helpful for user-written scripts and functions, serving as a structured way to document the Scope, Parameters, Examples, and any additional Notes.
There are three main ways to accomplish this: Comment-Based, XML-Based, and Online. In this Article, we will be going over Online-Based Help.</description>
    </item>
    
    <item>
      <title>PowerShell: Get-Help, XML-Based Help</title>
      <link>http://www.fordablescripts.com/posts/ps-xmlhelp/</link>
      <pubDate>Sat, 15 Jun 2024 12:00:00 -0400</pubDate>
      
      <guid>http://www.fordablescripts.com/posts/ps-xmlhelp/</guid>
      <description>PSVersion: 7.4
OS: Ubuntu 24.04 LTS
TL;DR: XML-Based Help Example
XML-Based Help Link to heading The Get-Help cmdlet in PowerShell is a handy tool, commonly used for obtaining details about commands and modules. It’s equally helpful for user-written scripts and functions, serving as a structured way to document the Scope, Parameters, Examples, and any additional Notes.
There are three main ways to accomplish this: Comment-Based, XML-Based, and Online. In this Article, we will be going over XML-Based Help.</description>
    </item>
    
    <item>
      <title>PowerShell: Get-Help, Comment-Based Help</title>
      <link>http://www.fordablescripts.com/posts/ps-commenthelp/</link>
      <pubDate>Mon, 27 May 2024 12:00:00 -0400</pubDate>
      
      <guid>http://www.fordablescripts.com/posts/ps-commenthelp/</guid>
      <description>PSVersion: 7.4
OS: Ubuntu 24.04 LTS
TL;DR: Comment-Based Help Example
Help Me Help You Link to heading The Get-Help cmdlet in PowerShell is a handy tool, commonly used for obtaining details about commands and modules. It’s equally helpful for user-written scripts and functions, serving as a structured way to document the Scope, Parameters, Examples, and any additional Notes.
There are three main ways to accomplish this: Comment-Based, XML-Based, and Online. In this Article, we will be going over Comment-Based Help.</description>
    </item>
    
    <item>
      <title>PowerShell: with Randoms</title>
      <link>http://www.fordablescripts.com/posts/ps-randoms/</link>
      <pubDate>Fri, 10 May 2024 23:12:56 -0400</pubDate>
      
      <guid>http://www.fordablescripts.com/posts/ps-randoms/</guid>
      <description>PSVersion: 7.4
OS: Ubuntu 24.04 LTS
TL;DR: Get-Random Function Example
Playing with Randoms can have its perks. This article goes over implementing a random object generator into a PowerShell Function.
How is a Raven like a Writing Desk? Link to heading Oxford defines Randomness as the quality or state of lacking a pattern or principle of organization. PowerShell has it&amp;rsquo;s own builtin cmdlet to assist in implementing randomness within a script.</description>
    </item>
    
  </channel>
</rss>
