Post #421

Stuff to copy

How to connect to Azure from Powershell

Open Windows Power Shell

<pre>Set-ExecutionPolicy RemoteSigned

 

<pre>$UserCredential = Get-Credential</pre>

More stuff to copy