Skip to content

Comments

Fix: 15 bug fixes for Intune.xml + version bump to 2026.2.15#15

Open
YeehomZhu wants to merge 1 commit intomarkstan:masterfrom
YeehomZhu:fix/xml-bugfixes-feb2026
Open

Fix: 15 bug fixes for Intune.xml + version bump to 2026.2.15#15
YeehomZhu wants to merge 1 commit intomarkstan:masterfrom
YeehomZhu:fix/xml-bugfixes-feb2026

Conversation

@YeehomZhu
Copy link
Contributor

Changes

Intune.xml - 15 verified bug fixes:

  • L90, L3928: Fixed en-dash (U+2013) to standard hyphen in -Force parameters
  • L265, L507: Replaced undefined WriteTo-StdOut with Write-Output
  • L667: Removed duplicate netsh advfirewall show allprofiles command
  • L698: Added Defender ATP (sense) service startup type detection
  • L716: Added `` variable definition
  • L740: Removed redundant sym_RunningDrivers.txt command
  • L898: Fixed missing comma in NDES file array
  • L3659: Fixed semicolon syntax in Write-Output
  • L3712: Fixed ANSI escape sequence formatting
  • L3959: Added missing `` variable
  • L4130: Fixed invalid ValidateSet value (PassedWithWarning -> Warning)
  • L4512: Fixed typo vlaue -> value
  • L4627: Fixed missing space in .count -ne 4
  • L5259: Removed duplicate AppLocker event log prefix
  • L5324: Fixed double logs\logs path in NDES connector

IntuneODCStandAlone.ps1:

  • Bumped `` from 2026.1.30 to `2026.2.15`

- Fix en-dash (U+2013) instead of hyphen in -Force param (lines 90, 3929)
- Fix NDES array missing comma causing path concatenation + remove duplicate entry
- Fix PassedWithWarning not in ValidateSet, changed to Warning
- Fix .count-ne parsed as property name, added space
- Fix undefined $OSVersion variable, add definition before if block
- Fix two Write-Output on one line without semicolon in ESP output
- Fix undefined $em in ANSI color code, use proper escape sequence
- Replace non-existent WriteTo-StdOut with Write-Output (2 locations)
- Fix NDES File path logs\logs -> Logs
- Add $outputPath definition in Autopilot ETL command block
- Remove duplicate AppLocker EventLog with wrong double prefix
- Remove duplicate netsh advfirewall show allprofiles command
- Fix typo vlaue -> value
- Add $DefenderStartupType variable definition before use
- Remove near-duplicate sym_RunningDrivers command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant