https://github.com/silk-us/silk-iscsi
Silk iSCSI PowerShell helper module.
https://github.com/silk-us/silk-iscsi
Last synced: 2 months ago
JSON representation
Silk iSCSI PowerShell helper module.
- Host: GitHub
- URL: https://github.com/silk-us/silk-iscsi
- Owner: silk-us
- License: mit
- Created: 2023-08-15T15:26:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T17:18:16.000Z (9 months ago)
- Last Synced: 2025-01-25T16:09:00.764Z (4 months ago)
- Language: PowerShell
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Silk iSCSI Services Connection Module (SISCM)
This module is a wrapper for the native iSCSI and MPIO powershell modules, created to help ease the management connections and sessions to Silk SDP CNodes.### Installation
Manually install
```powershell
Import-Module ./path/SilkiSCSI/SilkiSCSI.psd1
```Or install via the PowerShell Gallery
```powershell
Find-Module SilkiSCSI | Install-Module -confirm:0
```Or, run the provided InstallSilkiSCSI.ps1 script.
```powershell
Unblock-File .\InstallSilkiSCSI.ps1
.\InstallSilkiSCSI.ps1
```
Which gives you a simple install menu.
```powershell
------
1. C:\Users\user\Documents\PowerShell\Modules
2. C:\Program Files\PowerShell\Modules
3. c:\program files\powershell\7\Modules
4. C:\Program Files (x86)\WindowsPowerShell\Modules
5. C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
------
Select Install location:
```### Example usage:
Please see the [Command Refence](./Documents/Command_Reference.md) for a full explanation of the exported commands.