Skip to content

New FalconDiscoverAzureAccount

bk-cs edited this page Apr 28, 2023 · 20 revisions

New-FalconDiscoverAzureAccount

SYNOPSIS

Provision Falcon Discover for Cloud Azure accounts

DESCRIPTION

Requires 'D4C registration: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
SubscriptionId String Azure subscription identifier X
TenantId String Azure tenant identifier X

SYNTAX

New-FalconDiscoverAzureAccount [[-SubscriptionId] <String>] [[-TenantId] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /cloud-connect-azure/entities/account/v1

falconpy

CreateDiscoverCloudAzureAccount

USAGE

Enable Discover for Cloud and Containers with Subscription and Tenant IDs

New-FalconDiscoverAzureAccount -SubscriptionId <id> -TenantId <id>

See Receive-FalconDiscoverAzureScript.

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally