Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msheldont4e authored Dec 20, 2023
1 parent 2c6b101 commit 7d23193
Showing 1 changed file with 16 additions and 38 deletions.
54 changes: 16 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,16 @@
# NIM-Conn-System-PowerShell-Skyward-SMS2.0

<p align="center">
<img src="Assets/Logo.jpg">
</p>
NIM Connector for Skyward SMS 2.0

<!-- TABLE OF CONTENTS -->
## Table of Contents
* [Requirements](#Requirements)
* [Sample VPN Scripts](#sample-vpn-scripts)

## Requirements
- Progress OpenEdge Driver 11.7+ (ODBC)
https://support.skyward.com/DeptDocs/Corporate/IT%20Services/Public%20Website/Technical%20Information/PaCInstallDocs/Skyward%20ODBC%20Launch%20Kit.pdf

## Sample VPN Scripts
### Open VPN
```
cd C:\Tools4ever\Scripts
taskkill /S localhost /im vpncli.exe /f /t
taskkill /S localhost /im vpnui.exe /f /t
"c:\program files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client\vpncli.exe" -s < connect.txt
```
### Close VPN
```
cd C:\Tools4ever\Scripts
"c:\program files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client\vpncli.exe" disconnect
```
### VPN Client Config
```
connect vpn-1.iscorp.com
idofgroup
thisismusername
thisismypassword
y
quit
```
# Skyward SMS 2.0

<img src="https://github.com/Tools4ever-NIM/NIM-System-PowerShell-Skyward-SMS-2.0/assets/24281600/4ca19abe-5fd1-464d-b0c8-f7919318b9e7" width="256px" />



## Data Tables
- This is open ended. You can select any table from the database


## Actions
- Only restricted to privileges of the database account. Insert/Update/Delete are available for each table


# NIM Docs
The official NIM documentation can be found at: https://docs.nimsuite.com

0 comments on commit 7d23193

Please sign in to comment.