18 lines
602 B
Markdown
18 lines
602 B
Markdown
# Starting from scratch on Windows 11
|
|
|
|
1. Signed up for Azure Free account at <https://portal.azure.com>
|
|
|
|
~~2. Installed Az PowerShell Module ...~~
|
|
~~3. Install AzureAD PowerShell Module ...~~
|
|
~~3. Install Microsoft Graph Module ...~~
|
|
|
|
2. Working with mcr.microsoft.com/microsoftgraph/powershell docker
|
|
container.
|
|
Chose this path after failing to setup my personal local
|
|
Windows 11 machine with the above libraries, realizing this should
|
|
have been my first choice.
|
|
|
|
3. Tested connection from within the docker conatiner:
|
|
```console
|
|
.../varonis $
|
|
``` |