Entrinsec.Powershell.SETUP (1.15.78)

Published 2026-02-26 16:52:53 +00:00 by Entrinsec in Entrinsec/Entrinsec

Installation

dotnet nuget add source --name Entrinsec 
dotnet add package --source Entrinsec --version 1.15.78 Entrinsec.Powershell.SETUP

About this package

Functions for setting up Entrinsec PowerShell content on Windows.

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.

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

Details
NuGet
2026-02-26 16:52:53 +00:00
32
Entrinsec
196 KiB
Assets (2)
Versions (1) View all
1.15.78 2026-02-26