scripting

FacebookTwitter

System Exit Code Description

http://www.chicagotech.net/troubleshooting/exitcode0.htm Windows System Exit Codes Description When you run a Windows command line or program, you may receive an exit code. The following code description may help to troubleshoot these exit codes. Windows System Exit Code Description - 1 to 999 Windows System Exit Code Description - 1000 to 1999
http://en.wikipedia.org/wiki/Windows_PowerShell Windows PowerShell is Microsoft 's task automation framework, consisting of a command-line shell and associated scripting language built on top of .NET Framework . PowerShell provides full access to COM and WMI , enabling administrators to perform administrative tasks on both local and remote Windows systems. In PowerShell, administrative tasks are generally performed by cmdlets (pronounced command-lets ), specialized .NET classes implementing a particular operation. Sets of cmdlets may be combined together in scripts , executables (which are standalone applications), or by instantiating regular .NET classes (or WMI/COM Objects). [ 2 ] [ 3 ] These work by accessing data in different data stores, like the filesystem or registry , which are made available to the PowerShell runtime via Windows PowerShell providers . Windows PowerShell also provides a hosting API with which the Windows PowerShell runtime can be embedded inside other applications.

Windows PowerShell