fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#PowerShell7

0 posts0 participants0 posts today

Ha! Received my new gaming rig, installed Fedora and was immediately thankful for past me documenting kernel module signing: janhendrikpeters.de/en/post/ob
At that time to sign the v4l2 module, but today the old post helped me once again in signing the Nvidia modules. For some reason - which I did not care to troubleshoot longer than necessary - the documented akmods procedure did not work. Or rather: Did not sign the modules with the enrolled key.

janhendrikpeters.deJHP's Blog - Random Stuff

Anyone who had their first experience with computers in the 80s often did so on a Commodore 64. The nostalgia of turning on the blue screen lasts to this day. That is why I have adapted my PowerShell environment so that it looks like a C64. How you can customize your shell as well I described here. Have fun with it.

blog.greenbrain.de/2023/03/the

Got #PowerShell 7 and not seeing event logs in your triage? N.B. for PowerShell 7: Windows PowerShell logs events to "Microsoft-Windows-PowerShell/Operational"), but PowerShell 7 now logs events to "PowerShellCore/Operational." Detailed (e.g., Script Block) logging is NOT enabled by default.

PowerShell 7 includes Group Policy templates and an installation script in $PSHOME. Specifically, you can use the "RegisterManifest.ps1" and "InstallPSCorePolicyDefinitions.ps1" scripts in the PS7 installation directory to enable logging.

Also, ISE doesn't support PS7 :( --> but there is an official Visual Studio Code extension that does, and it even has an "ISE Mode."

H/T Nasreddine Bencherchali ( @nas_bench@twitter.com ): twitter.com/nas_bench/status/1

I also consulted learn.microsoft.com/en-us/powe

TwitterNasreddine Bencherchali on Twitter“If you use PowerShell 7. Know that logging is not in the usual "Microsoft-Windows-PowerShell/Operational" but instead in "PowerShellCore/Operational". That you need to enable. Use "RegisterManifest.ps1" and "InstallPSCorePolicyDefinitions.ps1" to get it”

@shwalsh13 Hardest ch was the last. Trying to manage #WSUS in #PowerShell 7. The WSUS team could not have shipped such a ore Powershell unfriendly module and object model if that was their aim. Even the RSAT tool feature name is different to ALL the rest. And I suspect MSFT will never revise it to use more modern protocol and support #.NET. Still with #Powershell7 there are ways around this