Will that single "d," in the middle of 'MMMM d, yyyy' work for 2 digit days? I'm still working on learning PowerShell.
Also can you explain, or point me to the reference for, the syntax used in that whole line? I get that "[datetime]" is a cast to that type, but that double colon and the reason for casting in the first place confuses me.
Of course, I'll admit that quite a bit of PowerShell syntax continues to elude me. It's worse, by far, than most regular expressions for my brain to parse.