Thor Logo dbatools

TabCompletion

Add-DbaInstanceList

the dbatools team + Claude

Add-DbaInstanceList View Source the dbatools team + Claude Windows, Linux, macOS On this page: Synopsis · Description · Syntax · Examples · Parameters · Outputs Synopsis Adds one or more SQL Server instances to the user-maintained autocomplete list. Description Adds SQL Server instance names to a persistent list that pre-populates the tab completion cache for the -SqlInstance parameter across all dbatools commands. This allows users to have their frequently used instances available for autocomplete in their PowerShell

Read more

Get-DbaInstanceList

the dbatools team + Claude

Get-DbaInstanceList View Source the dbatools team + Claude Windows, Linux, macOS On this page: Synopsis · Description · Syntax · Examples · Outputs Synopsis Returns the user-maintained list of SQL Server instances used for tab completion. Description Returns all SQL Server instance names from the user-maintained list that is pre-loaded into the dbatools tab completion cache for the -SqlInstance parameter. This list allows users to have their frequently used instances available for autocomplete in their

Read more

Remove-DbaInstanceList

the dbatools team + Claude

Remove-DbaInstanceList View Source the dbatools team + Claude Windows, Linux, macOS On this page: Synopsis · Description · Syntax · Examples · Parameters · Outputs Synopsis Removes one or more SQL Server instances from the user-maintained autocomplete list. Description Removes SQL Server instance names from the user-maintained list that is pre-loaded into the dbatools tab completion cache for the -SqlInstance parameter. The instances are removed from the stored configuration and from the current session’s autocomplete cache.

Read more