PSCI
PSCI copied to clipboard
[bug] missed required modules PPoShTools and PPoShSqlTools
How to reproduce
Try to reproduce very quick start how described in https://github.com/ObjectivityLtd/PSCI/wiki/Getting-started#very-quick-start---without-config-files
Remove-Module PPoShSqlTools,PPoShTools -EA 0
New-Item c:\projects\psci -ItemType Directory -Force
Set-Location C:\projects\psci\
git clone https://github.com/ObjectivityBSS/PSCI.git
Import-Module .\PSCI\PSCI\PSCI.psd1 -Force
Hi @Kanatovich, thank you for reporting the issue, indeed the wiki page has not been updated after moving PSCI to PSGallery. Please try following new steps at https://github.com/ObjectivityLtd/PSCI/wiki/Getting-started#quick-start---without-config-files and let me know in case of any issues.