PSExecutionCmdlet.InvokeAndDisconnect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that if a job/command is invoked remotely the connection should be severed right have invocation of job/command.
protected:
property bool InvokeAndDisconnect { bool get(); void set(bool value); };
protected:
property bool InvokeAndDisconnect { bool get(); void set(bool value); };
protected bool InvokeAndDisconnect { get; set; }
member this.InvokeAndDisconnect : bool with get, set
Protected Property InvokeAndDisconnect As Boolean