rchaganti / SQLDrive

SQL Server objects as a PowerShell Drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLDrive

This is an experimental version of SQL Server as PowerShell Drive using the SHiPS module.

Usage

Import-Module SHiPS -Force
Import-Module .\SQLDrive.psd1 -Force

New-PSDrive -Name SQL -PSProvider SHiPS -Root SQLDrive#SQLRoot

Current State Demo

About

SQL Server objects as a PowerShell Drive

License:MIT License


Languages

Language:PowerShell 100.0%