master
Restructure of pester test layout
The -Stream parameter now works with directories (#13941)
Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584)
Update copyright notice to latest guidance (#12190)
Add Delimiter parameter to Get-Clipboard (#26134)
Add `-Force` parameter to `Resolve-Path` and `Convert-Path` cmdlets to support wildcard hidden files (#20981)
Correct spelling in Comments and tests (#17480)
Use absolute path in `FileSystemProvider.CreateDirectory` (#24615)
Replace DllImport with LibraryImport in SMA 2 (#18543)
Harden some problematic release tests (#20155)
Skip the test on x86 as `InstallDate` is not visible on `Wow64` (#20165)
Fix regression -Tail 0 -Wait (#20734)
Add Windows ARM64 CI (#19040)
Return correct FileName property for Get-Item when listing alternate data streams (#18019)
Fix up buffer management getting network roots (#24600)
Get-Process: Remove admin requirement for `-IncludeUserName` (#21302)
Update `Get-Service` to ignore common errors when retrieving non-critical properties for a service (#24245)
Add -Extension parameter to Join-Path cmdlet (#26482)
Fix `New-Item -Force` to error on invalid directory name (#24936)
Fix rendering of DisplayRoot for network PSDrive (#20793)
Fix `Get-ItemProperty` to report non-terminating error for cast exception (#21115)
Enhance Remove-Item to work with OneDrive (#15571)
Fix $PSDefaultParameterValues leak causing tests to skip unexpectedly (#26602)
`Restore-Computer` and `Stop-Computer` should fail with error when not running via `sudo` on Unix (#19824)
Suppress error output from `Set-Location` tests (#20499)
Suppress false positive PSScriptAnalyzer warnings in tests and build scripts (#25864)
Respect -Qualifier/-NoQualifier/-Leaf/-IsAbsolute:$false in Split-Path (#26474)
Set standard handles explicitly when starting a process with `-NoNewWindow` (#25061)
Respect -Repeat/-MtuSize/-Traceroute:$false in Test-Connection (#26479)
Fix `Test-Path -IsValid` to check for invalid path and filename characters (#21358)
Fix TimeZone test with duplicate names (#27525)
Fix `unixmode` to handle `setuid` and `sticky` when file is not an executable (#20366)
Wait-Process: add `-Any` and `-PassThru` parameters (#19423)