ferventcoder-powershell_net4

Ensure PowerShell uses .NET 4.x if available


Keywords
windows, net, powershell, microsoft, net-framework, dot-net
License
Apache-2.0
Install
puppet module install ferventcoder-powershell_net4 --version 0.1.0

Documentation

powershell_net4

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with powershell_net4
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Overview

Ensure that PowerShell is using the latest .NET Framework available.

Module Description

This module ensures that a config file is created next to PowerShell to ensure that it will use the latest .NET framework available.

Setup

What powershell_net4 affects

  • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe.config

Usage

include powershell_net4

Limitations

This applies to Windows only.

Development

Issues are great. Pull requests are awesome!