Explorar o código

module version

Rob.Sewell %!s(int64=6) %!d(string=hai) anos
pai
achega
f76f411e39
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      BPCheck/Create Notebook from sql file.ps1

+ 3 - 0
BPCheck/Create Notebook from sql file.ps1

@@ -1,3 +1,6 @@
+## This scipt requires the ADSNotebook module greater version than 0.0.20191119.1 which can be installed with
+#  Install-Module ADSNotebook
+
 $RawSql = Get-Content .\BPCheck\Check_BP_Servers.sql -Raw
 
 $SplitSQL = $RawSql -split '--------------------------------------------------------------------------------------------------------------------------------'