About 332,000 results
Open links in new tab
  1. How to Configure Visual Studio Code to run PowerShell for Windows …

    Nov 8, 2018 · The key to opening PowerShell Core and PowerShell for Windows side by side is the Shell Launcher Visual Studio Code extension. Shell Launcher allows you to configure multiple shells …

  2. Powershell Core - loading assemblies | Microsoft Community Hub

    Feb 22, 2019 · Powershell Core - loading assemblies I'm currently engaged in updating Powershell Code to work with Powershell Core (I expect a lot of us are). I've been able to overcome all obstacles …

  3. Managing IIS in PowerShell 7: Fixing Get-IISAppPool & Get-IISSite ...

    May 23, 2025 · PowerShell 7, which uses .NET Core, runs these modules in a compatibility session (WinPSCompatSession), leading to deserialized objects, performance issues, and sometimes …

  4. Install AzureAD and AzureADPreview module in PowerShell Function App

    Aug 15, 2021 · The problem is rooted in the compatibility issue between PS7 (PowerShell Core 7) and module AzureAD and AzureADPreview. As of now, the Functions runtime with PowerShell 7 is being …

  5. How to Manage SharePoint and Microsoft Teams with PowerShell Core

    Oct 27, 2020 · PowerShell is an automation scripting language from Microsoft, which was originally only available on Windows devices, and built on top of the .NET Framework. Since 2016, we also have …

  6. Azure Update Manager – Patching .NET Core | Microsoft Community Hub

    Feb 24, 2025 · .NET Core introduced a modern approach to patching, offering users the flexibility to leverage powerful tools like Intune, WSUS, or SCCM for managing updates. This shift from the …

  7. SharePoint Online Authentication in Powershell for CSOM when Legacy ...

    Oct 27, 2018 · SharePoint Online Authentication in Powershell for CSOM when Legacy Authentication is disabled for tenant or Multi Factor Authentication is enabled for user Authentication using …

  8. What's New in PowerShell Core 6.0 | Microsoft Community Hub

    Jan 11, 2018 · PowerShell Core 6.0 is a new edition of PowerShell that is cross-platform (Windows, macOS, and Linux), open-source, and built for heterogeneous environments and the hybrid cloud.

  9. AzureAD Powershell 7 | Microsoft Community Hub

    Aug 18, 2021 · gzygadlo The recommended approach, until those modules are fully compatible with newer versions of PowerShell, would be to import them with the -UseWindowsPowerShell option in …

  10. Parsing JSON with PowerShell | Microsoft Community Hub

    Sep 20, 2021 · How to parse JSON in PowerShell in any version of PowerShell.