Skip to content

peetrike/UserProfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f40a246 · Oct 25, 2019

History

26 Commits
Oct 25, 2019
Jul 28, 2018
Jul 24, 2018
Jul 24, 2018
Oct 25, 2019
Jul 24, 2018
Oct 25, 2019
Aug 22, 2018
Oct 25, 2019
Jul 24, 2018
Jul 24, 2018
Oct 25, 2019
Jul 26, 2018
Aug 22, 2018

Repository files navigation

UserProfile

This module that helps to manage user profiles on local and remote computers.

UserProfile is CDXML-based module that helps to manage user profiles. It allows to find, reckognize, delete profiles or change the profile owner. All operations are based on Win32_UserProfile CIM object.

The profile management can be performed remotely on many computers, using CIM Sessions.

Possible commands are:

Cmdlet Description
Get-UserProfile find user profiles
Get-ProfileOwner show user profile owner name instead of SID
Remove-UserProfile deletes user profiles
Set-ProfileOwner changes the owner of user profile

Installation

Get this module from PowerShell Gallery

  1. Ensure that you have PowershellGet module. If you have PowerShell 5 or newer, you already have that module. For Powershell 3 and 4, you can follow the instructions to install it using PackageManagement MSI.
  2. Now get the module:
Install-Module UserProfile
  1. If you want to inspect module instead of installing it:
Save-Module UserProfile

About

User Profile management module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published