Show-PwshWarning.ps1
|
if ($PSVersionTable.PSEdition -eq 'Core' -and $PSVersionTable.PSVersion -ge [version]'7.6') { return } Write-Warning -Message 'Starting October 2026, PowerShell 7.6 will be required to be installed when using Microsoft365DSC.' Write-Warning -Message 'It is recommended to start planning for this new requirement and ensure that PowerShell 7.6 is installed and configured properly on your systems.' Write-Warning -Message 'Please note: Windows PowerShell 5.1 will continue to work, but some features will require PowerShell 7.6 to function properly.' |