So this whole thing took me down a heck of a rabbit hole.
I was playing with diffrent scenarios. If the laptop is bitlocker protected you could retrieve the key for it if you dont have it, and then clear the TPM. Essentially locking the computer and data.
Or you could do a combination of things.
Pull the needed information like,
Geolocation, serial number, Take a picture with the webcam, then wipe or clear the tpm.
and Erase all user data with sdelete, and then wipe the machine.
Or/and Erase user data with sdelete, run bitlocker to encrypt the drive, then wipe it.
That would help you recover it and make sure the data is not recoverable.
I am hoping to make a toolbox if I have time for those options.
I have everything working individually, but not scripted together in sequence.