Is there a way to invoke the doWipePersistProvisionedData method? I do not see it exposed via WMI, only doWipe. Is doWipePersistProvisionedData a parameter on doWipe?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi @Niglb, this is currently a gap we're aware of. The feature team is considering adding this in future releases. We'll try to update back, but I would advise to follow future release announcements to find information about this and other improvements.
Thank you very much for this follow up - we manage a very large environment and have gone to a Microsoft image with a provision package. We were looking to script a remote Reset PC while maintaining the provision package.
I do not see these methods available in 1803 - any news on this?
Nothing that we can currently share.
@Niglb - check the recent WIP fast and slow builds for this new capability! thank you for your feedback.
I just found this method in my preview build fast build machine! Will this find it's way into major releases anytime soon?
Yes, it is in builds 17712 and higher/newer so look for it in the next major release (code name RS5)
Good morning;
I cant run dowipe in Powershell.
I need a script to format system disk and the option dowipe can help me.
Can you help me?
How I include library DMWmiBridgeProv.dll?
I test with:
Add-type -path "C:\Windows\System32\DMWmiBridgeProv.dll"
This shows me error.
Thank you very much.