Dan Travison
Dan Travison
We don't support 32 bit builds for PSRP. Are you also porting OMI to Raspberry Pi?
if you want to use basic auth, you have to use https (-UseSSL). PSRP/Linux does not support basic auth unless used for HTTPS. See this doc: https://github.com/PowerShell/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Remote_Requirements.md#basic-authentication-limitations-on-linux-and-macos NOTE: If you're...
I hit the same issue on Server 2016 but found that neither mklink nor New-Item would create a usable symlink (The application to execute does not exist: 'C:\users\Public\pwsh.dll') I ended...
@pixelrebirth Can you provide more detail as to what you expect? Are you expecting simple execution with a wait, output redirection or pipeline redirection? Some example usage would be useful...
@majkinetor: As far as I know, the only way to launch an elevated process is through the UAC prompt. FWIW: You can accomplish this on windows without a powershell change...