home.social

#powershell7 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #powershell7, aggregated by home.social.

  1. 🚀 Still stuck on PowerShell 5.1? At #PSConfEU 2025, @[email protected] shared real-world guidance on moving to PowerShell 7.4 — even with Intune, ConfigMgr & PE in the mix. 🎟️ Early bird 2026 tickets → psconf.eu #PowerShell #Migration #ITPro #PowerShell7

    - YouTube

  2. Estoy contento porque la gente se baja mi package #PowerShell7 y empezó como una prueba porque el interfaz gráfico de #windows no deja editar #windowspath de más de 2047 caracteres...

    powershellgallery.com/packages

    Estoy aprendiendo mucho la verdad y lo de los test me sigue pareciendo súpercomplicado 😅

  3. 🚀 Still stuck on PowerShell 5.1? At #PSConfEU 2025, @niehaus.bsky.social shared real-world guidance on moving to PowerShell 7.4 — even with Intune, ConfigMgr & PE in the mix. 🎟️ Early bird 2026 tickets → psconf.eu #PowerShell #Migration #ITPro #PowerShell7

    - YouTube

  4. I also finished work on my #powershell book. Covers using #powershell7 and #WindowsServer2022 . Even shows how to use #pwsh to manage WSUS!

    4/4

  5. 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 ( @[email protected] ): twitter.com/nas_bench/status/1

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

    #PowerShell7 #DFIR #eventlogs #logging #artifacts

  6. @cl alternatively, in #PowerShell7 change the value of $PSSessionConfigurationName to be a #PowerShell 7 one.
    LIke this:

  7. @cl
    1. Determine #PowerShell7 Endpoints:
    Enable-PSRemoting # to be safe
    Get-PSSession Configuration
    This gets you the endpoint names for #PowerShell 7 sessions. you should see two!

    2. Then create tne New-PSSession using the Configuration Name parameter.

    Looks like this:

  8. @mondskiez The worst thing is that all of those choices are antiques. 😉

  9. @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