Files
cheat-sheets/Windows/Powershell/Azure.md
Tobias Rydh 9babbf03e2 Added notes
2022-11-18 14:52:32 +01:00

12 lines
130 B
Markdown

Install the module
``` Powershell
install-module az*
```
Importera module to run commands
``` Powershell
import-module az*
```