Skip to content

New FalconUser

bk-cs edited this page Sep 22, 2022 · 18 revisions

New-FalconUser

SYNOPSIS

Create a user

DESCRIPTION

Requires 'User Management: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Username String Username
FirstName String False
LastName String False
Password String ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$ %^&*-]).{12,}$ False Password. If left unspecified, the user will be emailed a link to set their password.
Cid String False Customer identifier
ValidateOnly Boolean False Validate if user is allowed but do not create them

SYNTAX

New-FalconUser [-Username] <String> [[-FirstName] <String>] [[-LastName] <String>] [[-Password] <String>] [[-Cid] <String>] [[-ValidateOnly] <Boolean>] [-WhatIf] -Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally