Get-VPASBulkTemplateFiles


Supported Environments:
SelfHosted
SharedServices
PCloudStandard


Synopsis:

GET BULK TEMPLATE FILES


Description:

USE THIS FUNCTION TO GENERATE BULK TEMPLATE FILES


Syntax:

Get-VPASBulkTemplateFiles [-BulkTemplate] <String> [[-OutputDirectory] <String>] [[-ISPSS]] [<CommonParameters>]


Parameters:

-BulkTemplate <String>
Specific bulk operation to generate a CSVFile for
Possible values: BulkSafeCreation, BulkAccountCreation, BulkSafeMembers

Required: true
Position: 1
Default value:
Accept pipeline input: true (ByPropertyName)
Accept wildcard characters: false

-OutputDirectory <String>
Where to place the newly generated CSV template file

Required: false
Position: 2
Default value:
Accept pipeline input: true (ByPropertyName)
Accept wildcard characters: false

-ISPSS [<SwitchParameter>]
For saas environments
The APIs for adding safe members introduced a new parameter for saas environments. Enable this flag for saas environments

Required: false
Position: 3
Default value: False
Accept pipeline input: true (ByPropertyName)
Accept wildcard characters: false

<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug
ErrorAction, ErrorVariable, WarningAction, WarningVariable
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216)


Examples:

$TemplateFile = Get-VPASBulkTemplateFiles -BulkTemplate {BULKTEMPLATE VALUE}


Outputs:

$true if successful

$false if failed