Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 307 Bytes

File metadata and controls

13 lines (10 loc) · 307 Bytes

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