I am using Set-ItemProperty to set a registry key in a new PS script that I am writing. Since the script can run on different PS versions, I am wondering if the cmdlet could have problems with any specific PS version.
So my question is, does the cmdlet Set-ItemProperty has any dependency on the PS version.