Hello All,
Following command on running through databricks notebook is not working
Command
%sh
# Bash code to print 'Hello, PowerShell!'
echo 'Hello, PowerShell!'
# powershell.exe -ExecutionPolicy Restricted -File /dbfs:/FileStore/Read_Vault_Inventory.ps1
It;s throwing the following error:
output
bash: line 3: powershell.exe: command not found
Kindly give some insights how to run the .ps1 file stored in dbfs file store or how to run the powershell commands through databricks notebook