3 thoughts on “Remove user profiles from Windows

  1. Happy to stumble across the DeleteUserProfile module, installed and testing. Is the exclusion parameter still valid? I’m getting “A parameter cannot be found that matches parameter name ‘Exclude’.”

    1. Hi,
      I have added a pre-release now that should work. Please try it out.

      To install it uninstall the old module first.

      Uninstall-Module -Name "DeleteUserProfile" -Force

      Then install the dependency module, it’s req for the new version.

      Install-Module -Name "rsServiceModule" -Scope AllUsers -Force

      Then install the pre-release module

      Install-Module -Name "DeleteUserProfile" -Scope AllUsers -AllowPrerelease -Force

Leave a Reply

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