Downloads:
3,474
Downloads of v 1.0.0.1:
3,003
Last Update:
30 Jan 2018
Package Maintainer(s):
Software Author(s):
- Bill Curran
Tags:
forceps bcurran3 force powershell utility portable- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ForcePS (Portable)
- 1
- 2
- 3
1.0.0.1 | Updated: 30 Jan 2018
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,474
Downloads of v 1.0.0.1:
3,003
Maintainer(s):
Software Author(s):
- Bill Curran
ForcePS (Portable) 1.0.0.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Bill Curran. The inclusion of Bill Curran trademark(s), if any, upon this webpage is solely to identify Bill Curran goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ForcePS (Portable), run the following command from the command line or from PowerShell:
To upgrade ForcePS (Portable), run the following command from the command line or from PowerShell:
To uninstall ForcePS (Portable), 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 forceps --internalize --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 forceps -y --source="'INTERNAL REPO URL'" [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 forceps -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install forceps
win_chocolatey:
name: forceps
version: '1.0.0.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'forceps' do
action :install
source 'INTERNAL REPO URL'
version '1.0.0.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller forceps
{
Name = "forceps"
Version = "1.0.0.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'forceps':
ensure => '1.0.0.1',
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 by moderator flcdrg on 17 Feb 2018.
ForcePS - Allows you to run a PowerShell script from the Command Prompt bypassing Windows PowerShell Script Execution Policy.
No more "File PSscript.ps1 cannot be loaded because running scripts is disabled on this system." messages!
"Laziness is the mother of invention."
I wrote ForcePS because I was lazy and didn't want to keep changing my Windows PowerShell Script Execution Policy back and forth to run scripts. So I made a little one line batch file that would call PowerShell with the appropriate parameters to bypass the execution policy. Now I've added some error checking, compiled it, and have released it to the world for others who can't remember or don't want to have to type "Set-ExecutionPolicy Unrestricted" and "Set-ExecutionPolicy Restricted" repeatedly. Now you can just run ForcePS from the Command Prompt followed by the name of a PowerShell script and... Walah! The PS script will run without hassle, all without you having to change any settings. Elevated Command Prompt required for some small sense of security.
Chocolatey will download ForcePS to the package's tools directory and shim it so that its available for global use.
USAGE: ForcePS PSscript.ps1 parameter1 parameter2
If you find InstChoco useful, please consider donating: https://www.paypal.me/bcurran3donations
md5: 3184D2454DF6CC83C0C38B92AD2B48CE | sha1: 66349F02453B8AD60AA860045653B8335C0F5A8E | sha256: FFB613E9F64CF54960BE537D95DC96C0CE913951BF649C2EF5D629D0F3E368F8 | sha512: 1BA33F10B5396A1FE7D6D49B2486BF70CA42D88FD2B971A8E387F04A7377F7533CEDCD2B456190006957E940681AE1B99ED8A98D6B0781A4C44B138A3757CB21
==================== ForcePS ====================
ForcePS is free and Copylefted by Bill Curran.
SEE:
https://www.gnu.org/licenses/copyleft.en.html
https://www.gnu.org/licenses/gpl.html
bcurran3 08/13/2017
==================== ForcePS ====================
==================== ForcePS ====================
This ForcePS Chocolatey package was uploaded by the author, Bill Curran aka BCURRAN3.
v1.00 sha256: 5395C33A8491029D6C860AAB52753047CD9AF2F2A7B35DC0DBEEF0EE999B672B
v1.0.0.1 sha256: FFB613E9F64CF54960BE537D95DC96C0CE913951BF649C2EF5D629D0F3E368F8
==================== ForcePS ====================
Log in or click on link to see number of positives.
- forceps.1.0.0.1.nupkg (c2b395618e17) - ## / 61
- ForcePS.exe (ffb613e9f64c) - ## / 64
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 |
---|---|---|---|---|
ForcePS (Portable) 1.0.0.1 | 3003 | Tuesday, January 30, 2018 | Approved | |
ForcePS (Portable) 1.00 | 471 | Saturday, August 19, 2017 | Approved |
Copyleft Bill Curran
This package has no dependencies.
Ground Rules:
- This discussion is only about ForcePS (Portable) and the ForcePS (Portable) 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 ForcePS (Portable), 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.