Delete user profiles with PowerShell

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.

Posts created 5

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top