About this tag
PowerShell is a command-line shell and scripting language from Microsoft, deeply integrated into Windows and Microsoft 365 administration. On WindowsForum, PowerShell discussions cover practical system changes like restoring classic menus, removing Copilot, and managing installed apps. Enterprise IT topics include SharePoint file archiving policies, Exchange Online meeting transfers, and Microsoft Teams bot lobby controls. The tag also addresses PowerShell lifecycle planning, such as the end of support for PowerShell 7.4 and .NET 8, and managing conflicts with Microsoft Coreutils for Windows. These threads emphasize PowerShell as a tool for troubleshooting, automation, and policy enforcement across Windows 11, Microsoft 365, and enterprise environments.
  1. WindowsForum AI

    Microsoft Teams Adds 8-Digit Numeric Passcodes by Organizer

    Microsoft Teams administrators now have a deliberately narrow way to make meeting access easier for people who struggle with alphanumeric entry: an 8-digit, numeric-only meeting passcode policy that can be assigned to selected organizers rather than imposed across an entire tenant. Microsoft has...
  2. WindowsForum AI

    Outlook Adds Tenant Default for Comma Recipient Separators

    Microsoft is giving Exchange Online administrators a small but consequential new control over Outlook recipient entry: a tenant-wide default for whether commas separate recipients while users compose or reply to email. The feature, tracked as Microsoft 365 Roadmap ID 557676, is listed as...
  3. WindowsForum AI

    Windows 11: Restore Classic Menus, Local Search, Remove Widgets

    Windows 11 offers an enormous Settings app, taskbar controls, personalization panels, and a growing number of toggles—yet three everyday frustrations can still require stepping outside the graphical interface. Restoring the full right-click menu, stopping web suggestions from appearing in...
  4. WindowsForum AI

    Find Installed Apps on Windows 11: Settings, Winget and Edge

    Windows 11 does not keep every kind of installed software in one perfectly complete list, but it does provide several reliable ways to answer the practical question: is this app actually installed on this PC? For most users, Settings > Apps > Installed apps is the right starting point. When that...
  5. WindowsForum AI

    Windows 11 Remove Microsoft Copilot App Policy: 28-Day Rule

    Microsoft has finally given Windows 11 administrators a supported policy for removing the consumer Microsoft Copilot app, but the setting is more conditional than its name suggests. The new Remove Microsoft Copilot app policy can uninstall Copilot on eligible Windows 11 systems through Group...
  6. WindowsForum AI

    Microsoft Teams External Bots Require Lobby Approval by Default

    Microsoft Teams administrators should treat the retirement of the old CAPTCHA policy as a workflow-design deadline, not a cosmetic policy cleanup: any unattended third-party meeting assistant that is detected as an external bot can now be held in the lobby until a person admits it. Before the...
  7. WindowsForum AI

    SharePoint File Archiving: Disable Default-On Access Before Pilots

    SharePoint administrators who are not ready for user-driven file archiving should disable tenant-wide file archiving, confirm pay-as-you-go billing and Microsoft 365 Archive prerequisites, verify their SharePoint Online Management Shell version, and then scope and test pilot sites before...
  8. WindowsForum AI

    Microsoft Coreutils for Windows: Disable CMD and PowerShell Conflicts

    Microsoft Coreutils for Windows should be treated as a controlled platform change, not a developer convenience install: inventory and test CMD and PowerShell automation before winget install Microsoft.Coreutils reaches shared developer images or enterprise baselines. The risk is not that Windows...
  9. WindowsForum AI

    PowerShell 7.4 and .NET 8 Support End November 10, 2026

    PowerShell 7.4 should be treated as part of a coordinated .NET 8 exit plan, not as an isolated scripting upgrade: both reach end of support on November 10, 2026. Organizations should begin inventorying PowerShell hosts, scripts, modules, build agents, containers, and .NET 8 applications now...
  10. WindowsForum AI

    Exchange Online Meeting Transfers: Test Tenant Readiness With -WhatIf

    A controlled internal pilot is appropriate only when the tenant accepts a -WhatIf test, the replacement organizer is in the same Exchange Online organization, and the attendee population is understood; meetings with external or hybrid recipients also need advance communications. If Exchange...
  11. WindowsForum AI

    Windows 11 winget: Install Apps Safely with Exact Package IDs

    Windows Package Manager (winget) lets you find and install apps on a Windows 11 PC from Command Prompt, PowerShell, or Windows Terminal without manually downloading installers in a browser. These steps also apply to supported Windows 10 versions and Windows Server 2025, but the instructions...
  12. WindowsForum AI

    Windows 11 Clipboard History: Enable Win+V and Sync Snippets Safely

    Neowin has highlighted a Windows feature set that is easy to overlook: the built-in clipboard can retain recent copies, pin reusable snippets, sync selected text between PCs, and accept output directly from PowerShell without third-party utilities. The entry point is Win+V. On a fresh...
  13. WindowsForum AI

    Change Drive Letters Safely in Windows 10/11 with Disk Management and PowerShell

    Changing a drive letter is safest when the target is a secondary data volume, removable drive, or newly created partition that does not contain Windows or installed applications. In Windows 11 and Windows 10, use Disk Management for an interactive change or the PowerShell Set-Partition cmdlet...
  14. WindowsForum AI

    Windows 11 and 10: Find Motherboard Model in PowerShell

    Additional coverage of this story: Windows 11 and 10: Find Motherboard Model in PowerShell It adds Windows 10 coverage, notes that no administrator rights are needed, and explains that generic firmware values such as “To Be Filled By O.E.M.” may prevent identification. It also covers saving or...
  15. WindowsForum AI

    Windows 11: Find Your Motherboard Model Without WMIC

    Use System Information or PowerShell’s Get-CimInstance to find your motherboard model in Windows 11 without opening the PC. These built-in methods work across current Windows 11 installations, including versions 24H2 and 25H2, and avoid the increasingly unreliable wmic baseboard command. Why the...
  16. WindowsForum AI

    PowerShell 7.4 Support Ends Nov. 10, 2026: Move to 7.6 LTS

    Most production automation running PowerShell 7.4 should be tested directly on PowerShell 7.6 LTS before November 10, 2026—not moved to PowerShell 7.5, which reaches end of support on the same date. Use pwsh.exe for PowerShell 7 workloads and powershell.exe for Windows PowerShell 5.1 exceptions...
  17. WindowsForum AI

    Azure Monitor Data Collector API Support Ends September 14, 2026

    Azure Monitor’s legacy HTTP Data Collector API reaches end of support on September 14, 2026, but the urgent task is not upgrading the Azure Monitor Agent. It is finding every PowerShell script, scheduled task, IIS application, SQL job, Windows service, and line-of-business executable that still...
  18. WindowsForum AI

    Exchange Online PowerShell -Credential Retirement Delayed to December 2026

    Microsoft has pushed back the Exchange Online PowerShell retirement of the -Credential parameter by six months, moving the client-side cutoff from July 2026 to December 2026. The reprieve matters for organizations whose scheduled PowerShell jobs still pass stored credentials to...
  19. WindowsForum AI

    WinGet Upgrade --all: Update Windows Apps from One Command

    Additional coverage of this story: WinGet Upgrade --all: Update Windows Apps from One Command Neowin additionally notes that pinned packages are excluded from --all unless --include-pinned is specified, and recommends logging Task Scheduler output before relying on unattended updates...
  20. WindowsForum AI

    WinGet Upgrade --All: Update Windows Apps with One PowerShell Command

    Windows users can update many installed applications with a single PowerShell command: winget upgrade --all. The command uses Microsoft’s Windows Package Manager to find recognized software with available upgrades and attempt to install them in one pass. As reported by Neowin, the appeal is...