Set-VBOServer
Short Description
Allows you to specify temporary storage for export, save and restore operations.
Syntax
Set-VBOServer [-TempFolderPath <String>] [<CommonParameters>] |
Detailed Description
This cmdlet allows you to specify temporary storage for export, save and restore operations.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
TempFolderPath | Specifies a path to the folder that will be used as temporary storage for export, save and restore operations. Default: %temp% | String | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example
Defining Folder for Export, Save and Restore Operations
This command defines the folder where results of export, save and restore operations will be saved.
Set-VBOServer -TempFolderPath "C:\TemporaryFolder" |