
Recently I worked on an automation for cloud infra, where I had to perform different task for AWS and Azure, and both linked with SOLIDserver EfficientIP IPAM.
For Azure : We had to use pipeline to deploy new resource group and during this deployment process EfficientIP will give the next available subnet for network creation and update its own database at every end.
For AWS : We had to sync all the newly created VPC with IPAM to track network allocation properly.
Since I always preferred to work with PowerShell, first I searched for available PowerShell Module for SOLIDserver EfficientIP and strangely nothing was available. So, the next best thing is to create your own using available API, and which I did and now it’s time to share it with rest of the works, hoping it will help others like me to prefer PowerShell :).
This PowerShell functions/module I wrote, will support following tasks.
Set-IPAMAuthURI – To store access url and credentials in the memory.
Get-IPAMQueryMaster – To query about master subnet.
Get-IPAMSubnets – To get details about subnet.
Get-IPAMFreeIP – To get next available subnet form IPAM.
New-IPAMSubnet – To create new subnet in IPAM.
Remove-IPAMSubnet – To remove existing subnet in IPAM.
I uploaded it in my Git Repository, please feel free to use and update : iAmSaugata/EfficientIP-Management-for-PowerShell: EfficientIP-Management-for-PowerShell (github.com)
If you have any question, please don’t hesitate to ask.
Microsoft Active Directory Domain Services Vulnerability (CVE-2026-25177) — What Administrators Need to Know
In early March 2026, Microsoft released an important security update addressing a…
When Local Trust Breaks: The OpenClaw 0-Click Vulnerability and What Developers Must Do Now
The speed at which developer-facing AI agents have been adopted is staggering…
Urgent Patching Required: Multiple VMware Aria Vulnerabilities Enable Remote Code Execution and Privilege Escalation
VMware’s Aria Operations — a cornerstone for many organizations’ cloud and infrastructure…
Claude Cowork finally lands on Windows
Anthropic’s Claude Cowork has arrived on Windows, closing a major platform gap…