Enter-TfsShell
Activates the Azure DevOps Shell
Table of Contents
Syntax
Enter-TfsShell
[-DoNotClearHost]
[-NoLogo]
[-NoProfile]
[-WindowTitle <string>]
Parameters
Do not clear the host screen when activating the Azure DevOps Shell. When set, the prompt is enabled without clearing the screen.
| Type | SwitchParameter |
| Position | (Named) |
| Default Value | (N/A) |
| Accept pipeline input | False |
| Accept wildcard characters | False |
Do not show the version banner when activating the Azure DevOps Shell.
| Type | SwitchParameter |
| Position | (Named) |
| Default Value | (N/A) |
| Accept pipeline input | False |
| Accept wildcard characters | False |
Do not load the user profile TfsCmdlets.Profile.ps1 (if present) when activating the Azure DevOps Shell.
| Type | SwitchParameter |
| Position | (Named) |
| Default Value | (N/A) |
| Accept pipeline input | False |
| Accept wildcard characters | False |
Specifies the shell window title. If omitted, defaults to “Azure DevOps Shell”.
| Type | string |
| Position | (Named) |
| Default Value | Azure DevOps Shell |
| Accept pipeline input | False |
| Accept wildcard characters | False |