PowerShell v7 preview 2 arrived a few days ago.
No big ticket items in this preview.
Some useful things:
Issue with Get-ChildItem Path with wildcards has been fixed
UseAbbreviationExpansion and TempDrive are moved from experimental features to official features
Foreach-Object is 2 times faster – that’s just the looping remember that any cmdlets executing in the scriptblock( s ) won’t necessarily be faster
The Get-ADUser issue hasn’t been fixed but the underlying problem has supposedly been fixed in .NET core so will hopefully bubble through in the next preview