清理微信图片等

Get-ChildItem $path -recurse -directory | Where {$_.Name -match '^2022-\d\d$'} | Remove-Item -Recurse -Force -WhatIf

移除-WhatIf 进行删除