Skip to content

Commit 3bc656c

Browse files
committed
Update README.md
1 parent 71088a0 commit 3bc656c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# powershell-command-executor
22

3-
Module that provides a registry and gateway for execution of pre-defined powershell commands through long-lived established remote PSSessions.
3+
Node.js module that provides a registry and gateway for execution of pre-defined powershell commands through long-lived established remote PSSessions.
44

55
* [Overview](#overview)
66
* [Concepts](#concepts)
@@ -9,7 +9,7 @@ Module that provides a registry and gateway for execution of pre-defined powersh
99

1010
###<a name="overview"></a> Overview
1111

12-
This module builds on top of [stateful-process-command-proxy](https://github.com/bitsofinfo/stateful-process-command-proxy) to provide a higher level API for a registry of pre-defined commands, specifically for various powershell operations agains Office365; or any powershell command really, you just need to configure them. The module provides a simplified interface to pass arguments to various "named" commands, sanitize the arguments and return the results. This module supports concepts that would permit the construction of a higher level interface to this system, such as via a REST API or user interface... see [powershell-command-executor-ui](https://github.com/bitsofinfo/powershell-command-executor-ui) for a working example of this concept in an useable implementation.
12+
This Node.js module builds on top of [stateful-process-command-proxy](https://github.com/bitsofinfo/stateful-process-command-proxy) to provide a higher level API for a registry of pre-defined commands, specifically for various powershell operations agains Office365; or any powershell command really, you just need to configure them. The module provides a simplified interface to pass arguments to various "named" commands, sanitize the arguments and return the results. This module supports concepts that would permit the construction of a higher level interface to this system, such as via a REST API or user interface... see [powershell-command-executor-ui](https://github.com/bitsofinfo/powershell-command-executor-ui) for a working example of this concept in an useable implementation.
1313

1414
![Alt text](/diagram1.png "Diagram1")
1515

0 commit comments

Comments
 (0)