@syfuhs.net is there some configuration or API flag to set somewhere to tell SSPI to use Kerberos User to User from the initiator side? I'm trying to setup a test CredSSP acceptor for a WinRM server and Windows uses U2U but I'm curious how it does that and whether CredSSP itself just forces it.
New blog post series! 📰 Everything wrong with MSIX, starting with how it cannot be used in a system context, such as system services. This affects WinGet, PowerShell, and a lot of other software 👇💻
awakecoding.com/posts/everyt...
Hmm I traced InitializeSecurityContextW and it looks like maybe it's ISC_REQ_USE_SESSION_KEY and CredSSP just always sets that? Can you think of a reason why CredSSP would want to use U2U here, what are the advantages of doing so?
I cleaned up, modernized and improved an old pet project of mine: a .NET native host in Rust that can load and call PowerShell *in-process* from its install path, without a copy of the PowerShell SDK: github.com/Devolutions/...
multi-pwsh 0.7.0 is out with initial #PowerShell virtual environment (venv) support, through runtime hooking of PowerShell, PowerShellGet and PSResourceGet! Try it out now, let me know what you think 👇
github.com/Devolutions/...
Delivered a good talk on #pspester mocking internals, souurce code soon thanks, for the photos.
Come join the Pester follow along tomorrow, it is called advanced, but is teaching good mix of stuff.
#psconf #psconfeu #powershell I
Against my better judgement I decided to post the code for the directory service last night.
github.com/SteveSyfuhs/...
New release of the #PowerShell module `TextMate` (0.2.1)
added a builtin pager and partial ALC.
supports search highlighting and sixel images.
Accessible via the `-Page` parameter or `Out-Page` cmdlet.
github.com/trackd/TextM...
Published a new module called AvaloniaUIShell, (the world's first?) cross-platform desktop GUI framework for PowerShell.
github.com/mdgrs-mei/Av...
It's using the same mechanism as WinUIShell and takes care of all threading and non-blocking UI operations.
#PowerShell