Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.05 KB

Get-CIPPAutoPilotConfig.md

File metadata and controls

25 lines (21 loc) · 1.05 KB

Get-CIPPAutoPilotConfig

SYNOPSIS

Retrieves AutoPilot configuration information for a specified customer tenant ID and type.

DESCRIPTION

The Get-CIPPAutoPilotConfig function retrieves AutoPilot configuration information for a specified customer tenant ID and type. It makes a REST API call to retrieve the configuration data.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the customer tenant ID for which to retrieve the AutoPilot configuration.

-Type

Foo Foo
Specifies the type of AutoPilot configuration to retrieve. Valid values are "ESP" and "ApProfile".

EXAMPLE 1

PS > Get-CIPPAutoPilotConfig -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -Type "ESP"

EXAMPLE 2

PS > Get-CIPPAutoPilotConfig -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -Type "ApProfile"