Share via


Objects (Windows Script Host) 

The following sections include information about the Windows Script Host objects.

In This Section

  • Scripting.Signer Object
    Enables an author to sign a script with a digital signature and a recipient to verify the signature's authenticity and trustworthiness.
  • WScript Object
    Provides access to most of the objects, methods, and properties in the WSH object model.
  • WshArguments Object
    Gives you access to the entire collection of command-line parameters — in the order in which they were originally entered.
  • WshEnvironment Object
    Gives you access to the collection of Microsoft Windows system environment variables.
  • WshNamed Object
    Provides access to the named command-line script arguments within the WshArguments object.
  • WshNetwork Object
    Gives you access to the shared resources on the network to which your computer is connected.
  • WshRemoteError Object
    Exposes the error information available when a remote script (a WshRemote object) terminates as a result of a script error.
  • WshScriptExec Object
    Provides status and error information about a script run with Exec, along with access to the stdIn, stdOut, and stdErr channels.
  • WshShell Object
    Gives you access to the native Windows shell functionality.
  • WshUnnamed Object
    Provides access to the unnamed command-line script arguments within the WshArguments object.