Exit-Script exist in PSADTv4?

Is the Exit-Script still a cmdlet in PSADTv4? I see talk about it in the forums here, but it is not in the command reference guide. Also, normally when typing ‘Exit-’ VSCode will populate a list of available cmdlets with that prefix. With Exit-Script this is not happening, and you need to type out the entire cmdlet prior to being able to see parameters to pass to it.

Is it just me?

This is what I see when using 4.1.6…

RDCMan_VHw2XSg2Ad

There is no Exit-Script in v4.
You need to use Close-ADTSession

UPDATED as per JimO

It's actually Close-ADTSession, Close-ADTSession · PSAppDeployToolkit :slight_smile: