Set-VBOServer
Short Description
Allows you to specify temporary storage for export and save operations.
Syntax
|
Set-VBOServer [-TempFolderPath <String>] [<CommonParameters>] |
Detailed Description
This cmdlet allows you to specify temporary storage for export and save 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 and save operations. Default: %temp% |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Examples
Defining Folder for Export and Save Operations
This command defines the folder where results of export and save operations will be saved.
|
Set-VBOServer -TempFolderPath "C:\TemporaryFolder" |