Play with node-powershell!
Posted on#iHeartPowerShell One of my colleague asked me a PowerShell script to query AD User information! Yes, I did your voice! Import-Module ActiveDirectory Get-ADUser -Identity <samaccountname> But, he asked “How will I do it in NODE JS with no AD Module?” Well! it’s too deep to discuss about node js! Anyways to make it simple I […]