PackageDeployment Module Help

Package Deployment Module

Add-LocalGroupMember Cmdlet

Version 3.1.0.0

Add-LocalGroupMember

Synopsis

Add Members to Local Group

Syntax

Add-LocalGroupMember [-Group] <String> [-Member] <String[]> [[-Context] <String>] [-ContinueOnError] [<CommonParameters>]

Description

Use this command to add members to a local group.
Using this command local groups can be defined by adding domain objects. Thus it is possible to create a group of workstation admins who are not domain admins at the same time.

Parameters

-Context <String>

User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user.
UserPerService: User-related command, execution in Service context.
Computer: Execution under user account; logging in HKEY_CURRENT_MACHINE, i.e. for the computer.
ComputerPerService: Execution in service context; logging in HKEY_LOCAL_MACHINE, i.e. for the computer.

Required

False

Position

2

Accepts pipeline input

False

-ContinueOnError <SwitchParameter>

Continues script execution in spite of errors in the respective command.

Required

False

Position

Named

Accepts pipeline input

False

-Group <String>

Local group.

Required

True

Position

0

Accepts pipeline input

False

-Member <String[]>

Objects to add.

Required

True

Position

1

Accepts pipeline input

False

<CommonParameters>

For more information about common parameters, type "Get-Help about_CommonParameters".