document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Windows PowerShell
  2. Copyright (C) 2013 Microsoft Corporation. All rights reserved.
  3.  
  4. PS C:\\> help test-wsman
  5.  
  6. NAME
  7.     Test-WSMan
  8.  
  9. SYNOPSIS
  10.     Tests whether the WinRM service is running on a local or remote computer.
  11.  
  12.  
  13. SYNTAX
  14.     Test-WSMan [[-ComputerName] <String>] [-ApplicationName <String>] [-Authentication <AuthenticationMechanism>]
  15.     [-CertificateThumbprint <String>] [-Credential <PSCredential>] [-Port <Int32>] [-UseSSL] [<CommonParameters>]
  16.  
  17.  
  18. DESCRIPTION
  19.     The Test-WSMan cmdlet submits an identification request that determines whether the WinRM service is running on a
  20.     local or remote computer. If the tested computer is running the service, the cmdlet displays the WS-Management
  21.     identity schema, the protocol version, the product vendor, and the product version of the tested service.
');