TestComputerSecureChannelCommand Class

The Test-ComputerSecureChannel 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.This class is introduced in Windows PowerShell 2.0.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As TestComputerSecureChannelCommand

Syntax

'Declaration
<CmdletAttribute("Test", "ComputerSecureChannel", SupportsShouldProcess:=True, HelpUri:="https://go.microsoft.com/fwlink/?LinkID=137749")> _
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
Public Class TestComputerSecureChannelCommand
    Inherits PSCmdlet
[CmdletAttribute("Test", "ComputerSecureChannel", SupportsShouldProcess=true, HelpUri="https://go.microsoft.com/fwlink/?LinkID=137749")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public class TestComputerSecureChannelCommand : PSCmdlet
[CmdletAttribute(L"Test", L"ComputerSecureChannel", SupportsShouldProcess=true, HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=137749")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public ref class TestComputerSecureChannelCommand : public PSCmdlet
/** @attribute CmdletAttribute("Test", "ComputerSecureChannel", SupportsShouldProcess=true, HelpUri="https://go.microsoft.com/fwlink/?LinkID=137749") */ 
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
public class TestComputerSecureChannelCommand extends PSCmdlet
CmdletAttribute("Test", "ComputerSecureChannel", SupportsShouldProcess=true, HelpUri="https://go.microsoft.com/fwlink/?LinkID=137749") 
OutputTypeAttribute(System.Compiler.TypeNode[]) 
public class TestComputerSecureChannelCommand extends PSCmdlet

Remarks

This cmdlet tests and repairs the secure channel between the local computer and its domain. For more information about this cmdlet, see Test-ComputerSecureChannel in the Microsoft TechNet library.

For Help at the command line, type:

get-help set-computersecurechannel

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
        Microsoft.PowerShell.Commands.TestComputerSecureChannelCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

TestComputerSecureChannelCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK