My script pulls the software installation date and puts it into $obj.InstallDate. The value returned is in the format of 20131227. I want to convert this to December 27, 2013 but can't get this to work.
The Get-Date in powershell doesn't work for me. What do I need to do?