Running Our Dataflow
Let's see how to run PowerShell scripts in Notebooks.
We'll cover the following...
We'll cover the following...
Running the PowerShell script in a notebook
Now, we should be all set to run the PowerShell script. We’ll start by creating a notebook (Alt+Windows+N) and selecting the PowerShell Kernel.
Note: If you need a refresher on using ADS Notebooks, please review Getting Things Done with Notebooks
Next, create a text cell and enter the following markdown:
Then, create a code cell and enter the following PowerShell script:
If all has gone well, your notebook should look a lot like the one below:
The Notebook file can also be ...