12 lines
130 B
Markdown
12 lines
130 B
Markdown
|
|
Install the module
|
|
|
|
``` Powershell
|
|
install-module az*
|
|
```
|
|
|
|
Importera module to run commands
|
|
|
|
``` Powershell
|
|
import-module az*
|
|
``` |