Skip to content

ahmadaoun/AddCurrentLoggedOnUserToLocalGroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AddCurrentLoggedOnUserToLocalGroup

  • Script to add or remove the current logged on user from a local group
  • Handy for software such as Docker or Hyper-V, as well as when you need to add users to local groups such as administrators.

Intune Install command: %windir%\sysnative\windowspowershell\v1.0\powershell.exe -executionPolicy bypass -windowstyle hidden -file .\Install.ps1 -Mode Install

Intune Uninstall command: %windir%\sysnative\windowspowershell\v1.0\powershell.exe -executionPolicy bypass -windowstyle hidden -file .\Install.ps1 -Mode Unnstall

Blog: Add Current Logged on User to a Local Group Using Win32 App

About

Scripts to add or remove the current logged on user from a local group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors