Added notes

This commit is contained in:
Tobias Rydh
2022-11-18 14:52:32 +01:00
parent a641a74920
commit 9babbf03e2

View File

@@ -0,0 +1,12 @@
Install the module
``` Powershell
install-module az*
```
Importera module to run commands
``` Powershell
import-module az*
```