🔥 A wrapper module to install and manage all OMG.PSUtilities.*
submodules.
OMG.PSUtilities.ActiveDirectory
OMG.PSUtilities.VSphere
OMG.PSUtilities.AI
OMG.PSUtilities.AzureCore
OMG.PSUtilities.AzureDevOps
OMG.PSUtilities.ServiceNow
OMG.PSUtilities.Core
Install-Module -Name OMG.PSUtilities -Scope CurrentUser -Repository PSGallery
To install individual submodules:
```powershell
Install-Module -Name OMG.PSUtilities.AzureCore -Scope CurrentUser -Repository PSGallery
# OMG.PSUtilities
🔥 A wrapper module to install and manage all `OMG.PSUtilities.*` submodules.
## 💡 What’s included?
- `OMG.PSUtilities.ActiveDirectory`
- `OMG.PSUtilities.VSphere`
- `OMG.PSUtilities.AI`
- `OMG.PSUtilities.AzureCore`
- `OMG.PSUtilities.AzureDevOps`
- `OMG.PSUtilities.ServiceNow`
- `OMG.PSUtilities.Core`
## 📦 Installation
```powershell
Install-Module -Name OMG.PSUtilities -Scope CurrentUser -Repository PSGallery
To install individual submodules:
```powershell
Install-Module -Name OMG.PSUtilities.AzureCore -Scope CurrentUser -Repository PSGallery
Install-Module -Name OMG.PSUtilities.AI -Scope CurrentUser -Repository PSGallery
Install-Module -Name OMG.PSUtilities.AzureDevOps -Scope CurrentUser -Repository PSGallery