PowerShell

preventwindows11intune

How to Prevent Windows 11 from Microsoft Intune

To control Windows upgrades to 11 within Intune it’s done via the Update and Feature update policies.

· Visit endpoint.microsoft.com
· Devices > Windows
· Choose the update policies under the Windows Policies menu

This is a header

Some T-SQL Code

SELECT This, [Is], A, Code, Block -- Using SSMS style syntax highlighting
    , REVERSE('abc')
FROM dbo.SomeTable s
    CROSS JOIN dbo.OtherTable o;

Some PowerShell Code

Write-Host "This is a powershell Code block";

# There are many other languages you can use, but the style has to be loaded first

ForEach ($thing in $things) {
    Write-Output "It highlights it using the GitHub style"
}