SecurityFever
SecurityFever copied to clipboard
PowerShell Module with custom functions and cmdlets related to Windows and application security.
Take a look, this is a breaking change, but hopefully for the better. The idea here was to remain in the current on the same working path as long as...
Impersonation working fine in Powershell 5.1.19041.1320 Errors when using Powershell 7.2.1: Running: `Push-ImpersonationContext -Credential "PcName\UserName"` Output (after typing in the password): ``` New-Object: PowerShell\Modules\SecurityFever\2.8.1\Helpers\Impersonation\Initialize-ImpersonationContext.ps1:64:40 Line | 64 | … onContext...
Push-ImpersonationContext fails with Powershell 7.2.6. It returns and error: Cannot find type | [System.Collections.Generic.Stack[System.Security.Principal.WindowsImpersonationContext]]: verify that | the assembly containing this type is loaded. Poking through the code it looks...
When I use the module on a Win10 workstation, I keep getting exceptions such as: "No audit policy found for category Logon/Logoff and subcategory Logon." My assumption was that "Get-SecurityActivity"...
I get this error when trying to use Push-ImpersonationContext: The workflow 'Get-CustomFunction' could not be started: Access to the path 'C:\Users\normaluser\AppData' is denied. At line:468 char:21 + ... throw (New-Object...