Entrinsec.Powershell.SETUP 1.15.54

dotnet add package Entrinsec.Powershell.SETUP --version 1.15.54
                    
NuGet\Install-Package Entrinsec.Powershell.SETUP -Version 1.15.54
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Entrinsec.Powershell.SETUP" Version="1.15.54" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Entrinsec.Powershell.SETUP" Version="1.15.54" />
                    
Directory.Packages.props
<PackageReference Include="Entrinsec.Powershell.SETUP" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Entrinsec.Powershell.SETUP --version 1.15.54
                    
#r "nuget: Entrinsec.Powershell.SETUP, 1.15.54"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Entrinsec.Powershell.SETUP@1.15.54
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Entrinsec.Powershell.SETUP&version=1.15.54
                    
Install as a Cake Addin
#tool nuget:?package=Entrinsec.Powershell.SETUP&version=1.15.54
                    
Install as a Cake Tool

Setup and Use Entrinsec Powershell Modules

Visit the Entrinsec website here

How To

As an administrator...

# Install the SETUP from Nuget.org
nuget install Entrinsec.Powershell.SETUP

or

# Install the SETUP from PSGallery into C:\Program Files\PowerShell\Modules
Install-Module -Name Entrinsec.Powershell.SETUP -Repository PSGallery -AllowClobber -Scope AllUsers -Force
# Import the SETUP module
Import-Module Entrinsec.Powershell.SETUP -Force

# Call the main function to setup the Entrinsec nuget, implies the switch called -CORE
Initialize-EntrinsecNuget

# Optionally, force CORE only
Initialize-EntrinsecNuget -CORE

# Optionally, force EVERYTHING available from Entrinsec
Initialize-EntrinsecNuget -EVERYTHING

Uninstalling Entrinsec Modules

A built in clean-up removes Entrinsec modules.

Remove-EntrinsecModules

Use the native Powershell command to remove the SETUP module.

Uninstall-Module Entrinsec.Powershell.SETUP -AllVersions

Manual

Alternatively, just delete all Entrinsec.Powershell folders from C:\Program Files\PowerShell\Modules

Remember to also close any existing Powershell windows to apply changes to the install and / or uninstall processes for Entrinsec Powershell modules.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.15.54 84 1/23/2026
1.15.47 81 1/22/2026
1.15.46 83 1/22/2026
1.15.45 82 1/22/2026
1.15.44 83 1/22/2026
1.15.43 75 1/22/2026
1.15.42 71 1/22/2026
1.15.41 110 1/22/2026
1.15.40 84 1/22/2026
1.15.39 77 1/22/2026
1.15.38 80 1/22/2026
1.15.37 78 1/22/2026
1.15.36 80 1/22/2026
1.15.35 83 1/22/2026
1.15.33 79 1/22/2026
1.15.32 247 10/20/2025

Release notes are contained in the package in the RELEASE_NOTES.md file.