ExportConsoleCommand Class
The Export-Console cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.
Namespace: Microsoft.PowerShell.Commands
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Namespace: Microsoft.PowerShell.Commands
Assembly: System.Management.Automation (in System.Management.Automation.dll)
[CmdletAttribute("Export", "Console", SupportsShouldProcess=true, HelpUri="http://go.microsoft.com/fwlink/?LinkID=113298")] public sealed class ExportConsoleCommand : ConsoleCmdletsBase
/** @attribute CmdletAttribute("Export", "Console", SupportsShouldProcess=true, HelpUri="http://go.microsoft.com/fwlink/?LinkID=113298") */ public final class ExportConsoleCommand extends ConsoleCmdletsBase
CmdletAttribute("Export", "Console", SupportsShouldProcess=true, HelpUri="http://go.microsoft.com/fwlink/?LinkID=113298") public final class ExportConsoleCommand extends ConsoleCmdletsBase
Exports the configuration of the current console to a file so that you can reuse or share it. For more information about this cmdlet, see Export-Console in the Microsoft TechNet library.
For Help at the command line, type:
get-help export-console
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.Commands.ConsoleCmdletsBase
Microsoft.PowerShell.Commands.ExportConsoleCommand
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.Commands.ConsoleCmdletsBase
Microsoft.PowerShell.Commands.ExportConsoleCommand
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Show: