Is it possible in PowerShell to get the previously created certificate serial number after requesting a new certificate?

Hi,

Yes there is a property on the ManagedItem result object called CertificatePreviousThumbprintHash which is probably exactly what you need ( where CertificateThumprintHash is the new current one.)