Once again, thanks to everyone who has contributed.
I was able to incorporate the perfect solution
If (!($FileNameOrig.IsNormalized())){
Rename-Item $file -NewName "$($file.name.Normalize())"
suggested by Matt into the backup process today.
Once again, thanks to everyone who has contributed.
I was able to incorporate the perfect solution
If (!($FileNameOrig.IsNormalized())){
Rename-Item $file -NewName "$($file.name.Normalize())"
suggested by Matt into the backup process today.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.