Link

Enter-TfsShell

Activates the Azure DevOps Shell


Table of Contents

  1. Syntax
  2. Parameters
  3. Related Links

Syntax

Enter-TfsShell
    [-DoNotClearHost]
    [-NoLogo]
    [-NoProfile]
    [-WindowTitle <string>]

[Go to top]

Parameters

-DoNotClearHost

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

-NoLogo

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

-NoProfile

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

-WindowTitle

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