PowerShell-Native icon indicating copy to clipboard operation
PowerShell-Native copied to clipboard

Results 15 PowerShell-Native issues
Sort by recently updated
recently updated
newest added

I ran these locally and they all passed. Don't see why they are explicitly disabled.

# Fix FreeBSD build failures. Update tests for FreeBSD ## Changes - src/libpsl-native/CMakeLists.txt -> add CMake case for FreeBSD - src/libpsl-native/src/getcurrentthreadid.cpp -> add FreeBSD case - src/libpsl-native/src/getppid.cpp -> rework function,...

Perhaps also consider removing `#ifdef UNIX` so we can have a single MSIL based universal package (although still requires platform specific .NET runtime)

change ACL on Operational, Analytic, and Debug logs to be read only for local system, admins, server operators, and event log readers

When SkipSigning is set to True the release build does not succeed. It incorrectly uploads the signed zip file artifacts to the build artifacts. This causes failures down the line...

When using Powershell framework dependent package, the trusted assembly list must be looked up at two locations, under PSHOMEDIR and CORECLRDIR from the c:\Windows\System32\PowerShell\7.0.0-rc.3\RemotePowerShellConfig.txt file. https://github.com/PowerShell/PowerShell-Native/blob/d4acbd519d1c77e07abc894db42853055ef65f55/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp#L1447-L1462

So I ran into an issue where an application unexpectedly would no longer launch when called directly from the shell, i.e. ".\appname.exe" After troubleshooting for a bit with my trusty...

Steps to reproduce ------------------ Connect to Linux OMI Server 1.5.0 over basic auth. ```powershell Enter-PSSession -ComputerName $ENV:BOLT_HOST -Authentication Basic -UseSSL -Credential "root" PowerShell credential request Enter your credentials. Password for...

The README files need to be updated to explain the new workflow.