Summary: Use Windows PowerShell to convert a string to all lowercase characters.
How can I use Windows PowerShell to convert a string that is in all uppercase to all lowercase characters?
Use the ToLower method from the String class:
"STRING".ToLower()
I can change the name of my domain (O365) that was recorded with uppercase letters, by letters lowercase via PowerShell?