Downloads:
15,328
Downloads of v 1.6.2:
826
Last Update:
16 Mar 2017
Package Maintainer(s):
Software Author(s):
- CyberPower
Tags:
cyberpower-powerpanelpersonal cyberpower powerpanel powerpanel-personal ups admin- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PowerPanel Personal Edition (Install)
This is not the latest version of PowerPanel Personal Edition (Install) available.
- 1
- 2
- 3
1.6.2 | Updated: 16 Mar 2017
- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
15,328
Downloads of v 1.6.2:
826
Maintainer(s):
Software Author(s):
- CyberPower
PowerPanel Personal Edition (Install) 1.6.2
This is not the latest version of PowerPanel Personal Edition (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by CyberPower. The inclusion of CyberPower trademark(s), if any, upon this webpage is solely to identify CyberPower goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator AdmiringWorm on 16 Mar 2017.
This package is unlisted and hidden from package listings.
PowerPanel® Personal Edition for Windows software features a user-friendly interface for controlling and monitoring any CyberPower UPS system with a USB or serial port. It provides configurable settings for managing automatic shutdowns during power events, scheduled shutdowns and restarts; it displays information such as input voltage, runtime, battery charge and current status; and it offers self-testing features, adjustable alarm settings, and more
$ErrorActionPreference = 'Stop';
$packageName = 'powerpanel-personal'
$softwareName = 'powerpanel-personal*'
$installerType = 'MSI'
$silentArgs = '/qn /norestart'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
$validExitCodes = @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
if ($installerType -eq 'MSI') {
$silentArgs = "$($_.PSChildName) $silentArgs"
$file = ''
}
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
Log in or click on link to see number of positives.
- pppe162-setup.exe (2aa24ae08fd3) - ## / 60
- powerpanel-personal.1.6.2.nupkg (b1955b5a7c93) - ## / 59
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 |
---|---|---|---|---|
PowerPanel Personal (Install) 2.6.0 | 3019 | Saturday, July 27, 2024 | Approved | |
PowerPanel Personal (Install) 2.5.2 | 2634 | Thursday, April 18, 2024 | Approved | |
PowerPanel Personal (Install) 2.5.1 | 5348 | Friday, November 24, 2023 | Approved | |
PowerPanel Personal (Install) 2.4.8 | 694 | Monday, March 13, 2023 | Approved | |
PowerPanel Personal (Install) 2.4.6 | 466 | Friday, August 19, 2022 | Approved | |
PowerPanel Personal (Install) 2.3.4 | 550 | Wednesday, December 29, 2021 | Exempted | |
PowerPanel Personal (Install) 2.3.0 | 315 | Saturday, September 18, 2021 | Approved | |
PowerPanel Personal (Install) 2.2.2 | 510 | Thursday, March 11, 2021 | Approved | |
PowerPanel Personal Edition (Install) 1.6.1 | 617 | Monday, July 11, 2016 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about PowerPanel Personal Edition (Install) and the PowerPanel Personal Edition (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 PowerPanel Personal Edition (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.