Set-R1DirectorySearchInfo
Set-R1DirectorySearchInfo
SYNOPSIS
Saves the directory browser searches.
SYNTAX
Set-R1DirectorySearchInfo [[-history] <Object[]>] [[-tabs] <Object[]>] [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
Stores the search tabs and history the control panel shows for the current user.
The stored value is retrieved first and sent back with the supplied values applied over it, so the tabs or history left unspecified keep their current value.
EXAMPLES
Example 1
Set-R1DirectorySearchInfo -tabs $Tabs
Replaces the saved tabs, leaving the history alone.
PARAMETERS
-history
The saved search history.
Type: Object[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-tabs
The saved search tabs.
Type: Object[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.