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
<PackageReference Include="Entrinsec.Powershell.SETUP" Version="1.15.54" />
<PackageVersion Include="Entrinsec.Powershell.SETUP" Version="1.15.54" />
<PackageReference Include="Entrinsec.Powershell.SETUP" />
paket add Entrinsec.Powershell.SETUP --version 1.15.54
#r "nuget: Entrinsec.Powershell.SETUP, 1.15.54"
#:package Entrinsec.Powershell.SETUP@1.15.54
#addin nuget:?package=Entrinsec.Powershell.SETUP&version=1.15.54
#tool nuget:?package=Entrinsec.Powershell.SETUP&version=1.15.54
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.
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.