Skip to content

Commit 5928b37

Browse files
Update README.md
1 parent d6cff0e commit 5928b37

1 file changed

Lines changed: 69 additions & 1 deletion

File tree

README.md

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,70 @@
1+
<a href="https://www.cortex-ia.co.uk/" target="_blank"><img src="https://github.com/CortexIATest/CTXImages/blob/master/Cortex-350-120.png" alt="Welcome to Cortex!" width="350" height="120" border="0"></a>
2+
13
# CTX-Password-Change
2-
Cortex Flow and Subtasks which provide operations to update the password of Cortex accounts. The module allows users to perform the Password changes to any Cortex accounts found.
4+
Cortex Flow and Subtasks which provide operations to update the password of Cortex accounts.
5+
6+
The module allows users to perform the Password changes to any Cortex accounts found.
7+
8+
9+
## Table of Contents
10+
1) [Dependencies](#dependencies)
11+
* [Cortex Version](#cortex-version)
12+
* [OCIs](#ocis)
13+
* [Files](#files)
14+
* [Other](#other-requisites)
15+
1) [Installation](#installation)
16+
1) [How to use](#how-to-use)
17+
1) [How you can contribute](#how-you-can-contribute)
18+
1) [Versioning](#versioning)
19+
1) [Licensing](#licensing)
20+
21+
## Dependencies
22+
### Cortex Version
23+
This version of the CTX-Password-Change module was developed in Cortex v6.5.0. Some functionality may not be available in earlier versions of Cortex.
24+
25+
### OCIs
26+
The CTX-Password-Change module requires the following Cortex OCIs:
27+
* PowerShell
28+
* Active Directory
29+
30+
### Files
31+
The CTX-Password-Change module requires the following files:
32+
* [CTX-Password-Change Studio Package](https://github.com/CortexIntelligentAutomation/CTX-Password-Change/releases/download/v1.0/CTX-Password-Change.studiopkg)
33+
* [CTXPasswordChangeConfig.txt Config File](https://github.com/CortexIntelligentAutomation/CTX-Password-Change/releases/download/v1.0/CTXPasswordChangeConfig.txt)
34+
35+
### Other Requisites
36+
The CTX-Password-Change module has the following additional requirements which are explained in detail in the [Deployment Plan](https://github.com/CortexIntelligentAutomation/CTX-Password-Change/blob/master/CTX-Password-Change%20-%20Deployment%20Plan.pdf):
37+
* PowerShell v5 to be installed on the application server
38+
39+
## Installation
40+
Details of how the module should be imported into Cortex can be found in the [Deployment Plan](https://github.com/CortexIntelligentAutomation/CTX-Password-Change/blob/master/CTX-Password-Change%20-%20Deployment%20Plan.pdf).
41+
42+
## How to use
43+
A detailed User Guide has been provided with instructions on how to use the module, available [here](https://github.com/CortexIntelligentAutomation/CTX-Password-Change/blob/master/CTX-Password-Change%20-%20User%20Guide.pdf). Configuration of each flow/subtask's inputs and outputs are detailed in notes on the flow/subtask workspace.
44+
45+
## How you can contribute
46+
Unfortunately, we cannot offer pull requests at this time or accept any improvements.
47+
48+
## Versioning
49+
The CTX-Password-Change module has the following versions, starting with the most recent:
50+
51+
Version | Release | Functionality | Notes
52+
------------ | ------------- | ----------- | -----------
53+
v1.0 | 14/05/2020 |CTX-Password-Change | Created
54+
55+
## Licensing
56+
All functionality within this module is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
57+
58+
Copyright 2018 Cortex Limited
59+
60+
Licensed under the Apache License, Version 2.0 (the "License");
61+
you may not use this file except in compliance with the License.
62+
You may obtain a copy of the License at
63+
64+
http://www.apache.org/licenses/LICENSE-2.0
65+
66+
Unless required by applicable law or agreed to in writing, software
67+
distributed under the License is distributed on an "AS IS" BASIS,
68+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
69+
See the License for the specific language governing permissions and
70+
limitations under the License.

0 commit comments

Comments
 (0)