NAME

Add-DcsUser

SYNOPSIS

Registers a user in order to access the software.

SYNTAX

Add-DcsUser   -Name <String>   [ -Email <String> ]   [ -Description <String> ]   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Registers a user in order to access the software. After the user is registered, add roles to assign privilege level, see Add-DcsUserRole.

PARAMETERS

-Name<String>
Name of the user to register. Operating system credentials are used to authenticate users. User names must match Windows user accounts and must reside on all servers in the local server group. Credentials can be domain-wide or local (workgroup). If credentials are domain-wide, include the domain with the name for example: DOMAIN\user name.)

Required: true
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Email<String>
Email address of the user. The address may used to send email notifications in other cmdlets.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Description<String>
Description of the user.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Connection<String>
Alias of the connection to the server group. If not specified, the default connection is used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

OUTPUTS

UserData : Object that identifies and describes the user.

NOTES

Also see Add-DcsUserRole, Get-DcsUserRole, Get-DcsUser, Remove-DcsUser

EXAMPLES


-------------- Example 1 Registers a user with description and email address --------------
Add-DcsUser -Name "Jane Doe" -Email jane.doe@acme.com -Description "Storage Administrator"
		

Registers the user named "Jane Doe" with an email address of "jane.doe@acme.com" and a description of this user "Storage Administrator".

Name:Jane Doe
Description:Storage Administrator
EmailAddress:jane.doe@acme.com
BlendedPrivileges:
IsAdministrator:False
RoleIds:{}
Id:08538d5d-2b16-4dc2-a948-810adbcdfedc
Caption:Jane Doe
ExtendedCaption:Jane Doe
Internal:False