Downloads:
251
Downloads of v 1.4.3:
17
Last Update:
10 Aug 2024
Package Maintainer(s):
Software Author(s):
- Yuwei Ba & Watfaq Technologies Pty Ltd
Tags:
powershell oss asciinema foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PowerSession (Legacy)
This is not the latest version of PowerSession (Legacy) available.
- 1
- 2
- 3
1.4.3 | Updated: 10 Aug 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
251
Downloads of v 1.4.3:
17
Maintainer(s):
Software Author(s):
- Yuwei Ba & Watfaq Technologies Pty Ltd
PowerSession (Legacy) 1.4.3
This is not the latest version of PowerSession (Legacy) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Yuwei Ba & Watfaq Technologies Pty Ltd. The inclusion of Yuwei Ba & Watfaq Technologies Pty Ltd trademark(s), if any, upon this webpage is solely to identify Yuwei Ba & Watfaq Technologies Pty Ltd 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 PowerSession (Legacy), run the following command from the command line or from PowerShell:
To upgrade PowerSession (Legacy), run the following command from the command line or from PowerShell:
To uninstall PowerSession (Legacy), 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 powersession-legacy --internalize --version=1.4.3 --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 powersession-legacy -y --source="'INTERNAL REPO URL'" --version="'1.4.3'" [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 powersession-legacy -y --source="'INTERNAL REPO URL'" --version="'1.4.3'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install powersession-legacy
win_chocolatey:
name: powersession-legacy
version: '1.4.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'powersession-legacy' do
action :install
source 'INTERNAL REPO URL'
version '1.4.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller powersession-legacy
{
Name = "powersession-legacy"
Version = "1.4.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'powersession-legacy':
ensure => '1.4.3',
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 gep13 on 12 Aug 2024.
PowerSession
> Record a Session in PowerShell.
PowerShell version of asciinema based on Windows Pseudo Console(ConPTY)
Checkout A Demo
Compatibilities
- The output is comptible with asciinema v2 standard and can be played by
ascinnema
. - The
auth
andupload
functionalities are againsasciinema.org
.
Usage
Record
$ PowerSession.Cli.exe rec a.txt
Play
$ PowerSession.Cli.exe play a.txt
Auth
$ PowerSession.Cli.exe auth
Upload
$ PowerSession.Cli.exe upload a.txt
Get Help
$ PowerSession.exe rec -h
rec:
Record and save a session
Usage:
PowerSession rec [options] <file>
Arguments:
<file> The filename to save the record
Options:
-c, --command <command> The command to record, default to be powershell.exe
Supporters
- GitBook Community License
From: https://github.com/Watfaq/PowerSession/blob/v1.4.3/LICENSE
LICENSE
MIT License
Copyright (c) 2019 Watfaq.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://github.com/Watfaq/PowerSession/releases/tag/v1.4.3, and download from there.
x86_64: https://github.com/Watfaq/PowerSession/releases/download/v1.4.3/PowerSession-win10-x64.exe
to download the ZIP archive and extract the executables. You may wish to rename one of the files.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum-x86_64: 8d8813b5b6ce25c457eeb98f12558abea7b7e7821f4384c3e22127a9e44dfe3b04a3fc03717c28588841305f1bc215e25cd7e2edf5789bd10868148d2275bfc9
File 'LICENSE.txt' obtained from:
https://github.com/Watfaq/PowerSession/blob/v1.4.3/LICENSE
md5: 65EF72A89FFD402BD8617CE1A0D77500 | sha1: 4EDE852B13CEA3C54A24A60273F233C221C118C8 | sha256: 7A77EA6FE75A46FE78508961849F3FA6E4BD6FD37636571C2F86B4A1378F677A | sha512: 8D8813B5B6CE25C457EEB98F12558ABEA7B7E7821F4384C3E22127A9E44DFE3B04A3FC03717C28588841305F1BC215E25CD7E2EDF5789BD10868148D2275BFC9
Log in or click on link to see number of positives.
- powersession-legacy.1.4.3.nupkg (5315771eee19) - ## / 71
- powersession.exe (7a77ea6fe75a) - ## / 67
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 |
---|---|---|---|---|
PowerSession (Legacy) 1.4.7 | 23 | Monday, August 26, 2024 | Approved | |
PowerSession (Legacy) 1.4.5 | 16 | Friday, August 16, 2024 | Approved | |
PowerSession (Legacy) 1.4.4 | 18 | Monday, August 12, 2024 | Approved | |
PowerSession (Legacy) 1.4.3 | 17 | Saturday, August 10, 2024 | Approved | |
PowerSession (Legacy) 1.4.2 | 13 | Wednesday, August 7, 2024 | Approved | |
PowerSession (Legacy) 1.4.1 | 21 | Monday, July 22, 2024 | Approved | |
PowerSession (Legacy) 1.4.0 | 23 | Saturday, July 20, 2024 | Approved | |
PowerSession (Legacy) 1.3.0 | 22 | Tuesday, July 16, 2024 | Approved | |
PowerSession (Legacy) 1.2.1 | 21 | Monday, July 15, 2024 | Approved | |
PowerSession (Legacy) 1.2.0 | 28 | Friday, July 12, 2024 | Approved | |
PowerSession (Legacy) 1.1.0 | 16 | Thursday, July 11, 2024 | Approved | |
PowerSession (Legacy) 1.0.0 | 33 | Saturday, June 8, 2024 | Approved |
Copyright © 2019 - 2023, Yuwei Ba, Watfaq Technologies Pty Ltd
This package has no dependencies.
Ground Rules:
- This discussion is only about PowerSession (Legacy) and the PowerSession (Legacy) 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 PowerSession (Legacy), 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.