Jeffrey has published the combined slide-deck from the session we did together on Wednesday.
His blog does not include my AD cmdlets script but I have already posted it here.
Also, on a side note, I was actually using a slight modification of his start-demo script: Start-Demo.txt (change extension to ps1)
Here are the instructions for using the script:
- Download Start-Demo.txt
- Put it to c:\ and rename to Start-Demo.ps1
- Put demo.txt to c:\ as well
- Start PowerShell console
- Type the following code to change to root, allow lading scripts, load it, and start the demo:
cd \
Set-ExecutionPolicy Unrestricted
. .\Start-Demo.ps1
Start-Demo
This will start the demo and all you’ll need to do is pressing Enter and looking smart.