All IT staffs has stumbled over it sometime, you need to delete a user profile that’s located on a remote or local computer, and sometimes that’s not a fast and easy task to do.
So I have created a PowerShell module that lets you delete the user profile on local and remote computers in a easy way.
You can install it from PowerShell Gallery directly in your PowerShell session.
PowerShell
Install-Module -Name DeleteUserProfile -Scope AllUsers -Force
For more information how to use it look at the GitHub README file.