PSSecurity
1.7.0
PowerShell security toolkit with hashing, encryption, parallelism, and more
Minimum PowerShell version
7.4
Installation Options
Owners
Copyright
(c) 2026 Andres Quesada. Released under the MIT License.
Package Details
Author(s)
- Andres Quesada
Tags
Security Encryption Hashing FileIntegrity ACL UAC Authenticode Windows
PSEditions
Dependencies
This module has no dependencies.
Release Notes
- Replaced the custom encryption commands with Protect-Item and Unprotect-Item, backed by Windows EFS.
- Added Remove-App and Remove-ProvisionedApp for administrator-approved Windows AppX removal.
- Moved module settings to Config/Setting.psd1 and expanded hash-index configuration.
- Updated dependency installation and documentation to use PSResourceGet.
- Renamed the build file and aligned its lifecycle task names with project policy.
FileList
- PSSecurity.nuspec
- AGENTS.md
- Config\Setting.psd1
- Doc\PSSecurity.md
- Doc\Private\Assert-Administrator.md
- Doc\Private\Get-IndexableFile.md
- Doc\Private\Test-Administrator.md
- Doc\Public\Backup-FileParallel.md
- Doc\Public\Get-AclItem.md
- Doc\Public\Get-ApplicationSignatureAudit.md
- Doc\Public\Get-Dependency.md
- Doc\Public\Get-ScheduledTaskAudit.md
- Doc\Public\Get-SecureRandom32.md
- Doc\Public\Get-UacConfiguration.md
- Doc\Public\Measure-OwnerAnomaly.md
- Doc\Public\New-LocalAdminUser.md
- Doc\Public\New-SecurityCertificate.md
- Doc\Public\Protect-Item.md
- Doc\Public\Remove-App.md
- Doc\Public\Remove-ProvisionedApp.md
- Doc\Public\Request-DependencyInstall.md
- Doc\Public\Search-PatternInFile.md
- Doc\Public\Set-AclItemOwner.md
- Doc\Public\Set-CronPermission.md
- Doc\Public\Set-UacConsentOnly.md
- Doc\Public\Set-UacRequirePassword.md
- Doc\Public\Show-DesktopNotification.md
- Doc\Public\Show-SecurityReport.md
- Doc\Public\Start-SecurityWatch.md
- Doc\Public\Test-DependencySatisfied.md
- Doc\Public\Unprotect-Item.md
- Doc\Public\Write-DirectoryHash.md
- Doc\Template\PSFunction.md
- Doc\Test\Assert-Administrator.Tests.md
- Doc\Test\Backup-FileParallel.Tests.md
- Doc\Test\Get-AclItem.Tests.md
- Doc\Test\Get-ApplicationSignatureAudit.Tests.md
- Doc\Test\Get-ScheduledTaskAudit.Tests.md
- Doc\Test\Get-SecureRandom32.Tests.md
- Doc\Test\Get-UacConfiguration.Tests.md
- Doc\Test\Measure-OwnerAnomaly.Tests.md
- Doc\Test\New-LocalAdminUser.Tests.md
- Doc\Test\Protect-Item.Tests.md
- Doc\Test\Search-PatternInFile.Tests.md
- Doc\Test\Set-AclItemOwner.Tests.md
- Doc\Test\Set-UacConsentOnly.Tests.md
- Doc\Test\Set-UacRequirePassword.Tests.md
- Doc\Test\Unprotect-Item.Tests.md
- Doc\Test\Write-DirectoryHash.Tests.md
- Doc\os.build.md
- HashIndex.json
- HashIndex.md
- LICENSE
- PSScriptAnalyzerSettings.psd1
- PSSecurity.build.ps1
- PSSecurity.psd1
- PSSecurity.psm1
- Private\Assert-Administrator.ps1
- Private\Get-IndexableFile.ps1
- Private\Test-Administrator.ps1
- Public\Backup-FileParallel.ps1
- Public\Get-AclItem.ps1
- Public\Get-ApplicationSignatureAudit.ps1
- Public\Get-Dependency.ps1
- Public\Get-ScheduledTaskAudit.ps1
- Public\Get-SecureRandom32.ps1
- Public\Get-UacConfiguration.ps1
- Public\Measure-OwnerAnomaly.ps1
- Public\New-LocalAdminUser.ps1
- Public\New-SecurityCertificate.ps1
- Public\Protect-Item.ps1
- Public\Remove-App.ps1
- Public\Remove-ProvisionedApp.ps1
- Public\Request-DependencyInstall.ps1
- Public\Search-PatternInFile.ps1
- Public\Set-AclItemOwner.ps1
- Public\Set-CronPermission.ps1
- Public\Set-UacConsentOnly.ps1
- Public\Set-UacRequirePassword.ps1
- Public\Show-DesktopNotification.ps1
- Public\Show-SecurityReport.ps1
- Public\Start-SecurityWatch.ps1
- Public\Test-DependencySatisfied.ps1
- Public\Unprotect-Item.ps1
- Public\Write-DirectoryHash.ps1
- README.md
- Skill\ps-security\SKILL.md
- Template\PSFunction.ps1
- Test\Assert-Administrator.Tests.ps1
- Test\Backup-FileParallel.Tests.ps1
- Test\Get-AclItem.Tests.ps1
- Test\Get-ApplicationSignatureAudit.Tests.ps1
- Test\Get-ScheduledTaskAudit.Tests.ps1
- Test\Get-SecureRandom32.Tests.ps1
- Test\Get-UacConfiguration.Tests.ps1
- Test\Measure-OwnerAnomaly.Tests.ps1
- Test\New-LocalAdminUser.Tests.ps1
- Test\Protect-Item.Tests.ps1
- Test\Search-PatternInFile.Tests.ps1
- Test\Set-AclItemOwner.Tests.ps1
- Test\Set-UacConsentOnly.Tests.ps1
- Test\Set-UacRequirePassword.Tests.ps1
- Test\Unprotect-Item.Tests.ps1
- Test\Write-DirectoryHash.Tests.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 1.7.0 (current version) | 5 | 8/24/2026 |
| 1.5.0 | 19 | 8/17/2026 |