Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1004 Bytes

readme.md

File metadata and controls

28 lines (25 loc) · 1004 Bytes

Authored by Stas Sultanov [ linkedIn | gitHub ]

About

Collection of PowerShell modules for Microsoft products, services and technologies.

Content

Root
│
├── sources                     # Folder with sources of the modules.
│   │
│   ├── .NET                    # Folder with modules for Microsoft dotNET.
│   │
│   ├── Azure                   # Folder with modules for Microsoft Azure.
│   │
│   ├── AzureDevOps             # Folder with modules for Microsoft Azure DevOps.
│   │
│   ├── Entra                   # Folder with modules for Microsoft Entra.
│   │
│   └── PowerPlatform           # Folder with modules for Microsoft Power Platform.
│
├── tests                       # Folder with tests of the modules.
│
├── license                     # License file.
│
└── readme.md                   # This file.