Set-TeamTargetingHierarchy

Upload a hierarchy to the tenant. A tenant may only have 1 active hierarchy. Each Set-TeamTargetingHierarchy cmdlet call will overwrite the previous one.

Syntax

Set-TeamTargetingHierarchy
   [-FilePath <String>]

Description

A sample CSV file uses the following format:

TargetName,ParentName,TeamId,Location:Clothing,Location:Jewelry,#Bucket1,#Bucket2
Apogee,,A8A6626F-87B3-4B8A-9469-47BCD1174673,0,0
New Jersey,Apogee,06763207-4F56-4DFE-96AE-4C7F9ADCFB43,0,0
Basking Ridge,NewJersey,5F44CC65-9521-4F7F-9099-64320153CA07,1,0
Mountain Lakes,NewJersey,58A21379-8E4D-4DA5-AA35-9CC188D8A998,0,1

Based on the CSV file, the following hierarchy is created:

  • Apogee
  •    New Jersey
  •       Basking Ridge
  •       Mountain Lakes

Examples

Example 1

PS C:\> Set-TeamTargetingHierarchy -FilePath d:\hier.csv

Key       Value
---       -----
requestId c67e86109d88479e9708c3b7e8ff7217

Parameters

-FilePath

Specifies the path to a CSV file that defines the hierarchy.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False