Downloads:
7,060
Downloads of v 2.11.0:
108
Last Update:
10 May 2022
Package Maintainer(s):
Software Author(s):
- Ironman Software
Tags:
powershelluniversal universal automation ironmansoftware ironman dashboard- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PowerShell Universal (Install)
This is not the latest version of PowerShell Universal (Install) available.
- 1
- 2
- 3
2.11.0 | Updated: 10 May 2022
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,060
Downloads of v 2.11.0:
108
Maintainer(s):
Software Author(s):
- Ironman Software
PowerShell Universal (Install) 2.11.0
This is not the latest version of PowerShell Universal (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ironman Software. The inclusion of Ironman Software trademark(s), if any, upon this webpage is solely to identify Ironman Software goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PowerShell Universal (Install), run the following command from the command line or from PowerShell:
To upgrade PowerShell Universal (Install), run the following command from the command line or from PowerShell:
To uninstall PowerShell Universal (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download powershelluniversal --internalize --version=2.11.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade powershelluniversal -y --source="'INTERNAL REPO URL'" --version="'2.11.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade powershelluniversal -y --source="'INTERNAL REPO URL'" --version="'2.11.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install powershelluniversal
win_chocolatey:
name: powershelluniversal
version: '2.11.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'powershelluniversal' do
action :install
source 'INTERNAL REPO URL'
version '2.11.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller powershelluniversal
{
Name = "powershelluniversal"
Version = "2.11.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'powershelluniversal':
ensure => '2.11.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 10 May 2022.
Package Parameters
- /OpenBrowserOnInstall
: Opens the Universal WebUI upon installation
Universal is a cross-platform solution for developing web-based tools with PowerShell. It currently provides three main features which include APIs, Automation and Dashboards.
Universal provides an Administrator console, management REST API, PowerShell cmdlets and a idempotent configuration system using PowerShell scripts.
APIs
- Build REST endpoints with PowerShell
- Accept common HTTP verbs
- Process request bodies
- Build dynamic URLs with route parameters and query strings
Automation
- Run scripts and view output, pipeline output, and parameters
- Respond to feedback from cmdlets like Read-Host
- Schedule scripts with CRON or one-time schedules
- Automatically build input forms based on param blocks
- Set variables and secrets that can be used throughout scripts
Dashboard
- Build web pages with PowerShell script
- Include input forms, charts and tables
- Build interactive websites with buttons, message boxes and more
Platform
- Cross-platform and supported on Windows and Linux
- Git integration for configuration files, scripts and dashboards
- Built-in authentication and authorization
- Support for Windows PowerShell as well as PowerShell
Log in or click on link to see number of positives.
- powershelluniversal.2.11.0.nupkg (bf0922f49a8e) - ## / 62
- PowerShellUniversal.2.11.0.msi (a3c08545bbca) - ## / 49
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
PowerShell Universal (Install) 2.12.4 | 487 | Saturday, August 20, 2022 | Approved | |
PowerShell Universal (Install) 2.12.3 | 70 | Thursday, August 18, 2022 | Approved | |
PowerShell Universal (Install) 2.12.2 | 188 | Friday, June 17, 2022 | Approved | |
PowerShell Universal (Install) 2.12.1 | 70 | Thursday, June 16, 2022 | Approved | |
PowerShell Universal (Install) 2.11.1 | 156 | Wednesday, May 18, 2022 | Approved | |
PowerShell Universal (Install) 2.11.0 | 108 | Tuesday, May 10, 2022 | Approved | |
PowerShell Universal (Install) 2.10.2 | 123 | Sunday, April 24, 2022 | Approved | |
PowerShell Universal (Install) 2.10.1 | 89 | Tuesday, April 19, 2022 | Approved | |
PowerShell Universal (Install) 2.10.0 | 102 | Wednesday, April 13, 2022 | Approved | |
PowerShell Universal (Install) 2.9.3 | 127 | Monday, March 28, 2022 | Approved | |
PowerShell Universal (Install) 2.9.2 | 155 | Saturday, March 12, 2022 | Approved | |
PowerShell Universal (Install) 2.9.1 | 87 | Thursday, March 10, 2022 | Approved | |
PowerShell Universal (Install) 2.9.0 | 105 | Tuesday, March 8, 2022 | Approved | |
PowerShell Universal (Install) 2.8.3 | 130 | Wednesday, February 23, 2022 | Approved | |
PowerShell Universal (Install) 2.8.2 | 101 | Thursday, February 17, 2022 | Approved | |
PowerShell Universal (Install) 2.8.1 | 112 | Saturday, February 12, 2022 | Approved | |
PowerShell Universal (Install) 2.7.4 | 108 | Friday, February 4, 2022 | Approved | |
PowerShell Universal (Install) 2.7.0 | 146 | Tuesday, January 11, 2022 | Approved | |
PowerShell Universal (Install) 2.5.5 | 182 | Friday, November 26, 2021 | Approved | |
PowerShell Universal (Install) 2.5.4 | 108 | Friday, November 19, 2021 | Approved | |
PowerShell Universal (Install) 2.5.3 | 131 | Friday, November 12, 2021 | Approved | |
PowerShell Universal (Install) 2.4.1 | 145 | Tuesday, October 26, 2021 | Approved | |
PowerShell Universal (Install) 2.3.1 | 308 | Friday, September 17, 2021 | Approved | |
PowerShell Universal (Install) 2.3.0 | 87 | Wednesday, September 15, 2021 | Approved | |
PowerShell Universal (Install) 2.2.1 | 175 | Friday, August 13, 2021 | Approved | |
PowerShell Universal (Install) 2.1.1 | 274 | Friday, July 2, 2021 | Approved | |
PowerShell Universal (Install) 1.5.17 | 237 | Friday, May 7, 2021 | Approved | |
PowerShell Universal (Install) 1.5.16 | 93 | Friday, April 30, 2021 | Approved | |
PowerShell Universal (Install) 1.5.15 | 281 | Wednesday, April 7, 2021 | Approved | |
PowerShell Universal (Install) 1.5.14 | 248 | Friday, March 5, 2021 | Approved | |
PowerShell Universal (Install) 1.5.13 | 146 | Friday, February 26, 2021 | Approved | |
PowerShell Universal (Install) 1.5.12 | 145 | Wednesday, February 17, 2021 | Approved | |
PowerShell Universal (Install) 1.5.7 | 322 | Friday, December 25, 2020 | Approved | |
PowerShell Universal (Install) 1.5.6 | 150 | Friday, December 18, 2020 | Approved | |
PowerShell Universal (Install) 1.5.4 | 154 | Friday, December 11, 2020 | Approved | |
PowerShell Universal (Install) 1.5.3 | 169 | Friday, November 27, 2020 | Approved | |
PowerShell Universal (Install) 1.5.0 | 171 | Tuesday, November 17, 2020 | Approved | |
PowerShell Universal (Install) 1.4.9 | 142 | Friday, November 13, 2020 | Approved | |
PowerShell Universal (Install) 1.4.7 | 144 | Friday, November 6, 2020 | Approved | |
PowerShell Universal (Install) 1.4.6 | 153 | Friday, October 30, 2020 | Approved | |
PowerShell Universal (Install) 1.4.5 | 134 | Friday, October 23, 2020 | Approved | |
PowerShell Universal (Install) 1.2.10 | 445 | Monday, July 27, 2020 | Approved |
2020 PowerShell Universal Ironman Software
Ground Rules:
- This discussion is only about PowerShell Universal (Install) and the PowerShell Universal (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PowerShell Universal (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.