Hi, These days i think i am only and only working with Active Directory. My Manager give me the task to show him the...
Powershell and Active Directory: Find inactive Computer Accounts in Active Directory using Powershell.
HI, As you know my IT manager always keep me busy. These days we are cleaning our Active Directory. My Today's "Target of the...
Powershell and Active Directory: Remove domain user from domain Group using Powershell.
Hi, Today my IT Manager told me to remove a domain user from a specific group. Normally i used "DSA.MSC" or we can say...
Powershell and Active Directory : Find all members of the Group using Powershell.
Hi, Today our target is to find all members of particular group. We know the Group Name and we are going to get the...
Powershell and Active Directory: Find all distribution groups in AD with their Email-ID along with the date of creation using Powershell.
Hi, Today i got task from my IT Manager to create a list of all distribution group in our AD along with there Email-Id's...
Finding Standard Parameter Names in PowerShell
PowerTip of the Day, from PowerShell.com: In a previous tip, we suggested you to use standard parameter names for your own functions. To...
Finding More Driver Information using PowerShell
PowerTip of the Day, from PowerShell.com: Finding More Driver Information In a previous tip you learned how you can convert raw CSV data...
Enumerating Registry Keys
Enumerating Registry Keys To enumerate all subkeys in a Registry key, you might be using a line like this: PS> Dir HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall | Select-Object...
“Enable or Disable” Network adapters using Powershell.
Hi, In our IT environment we don’t give “admin” rights to the normal users and they can’t enable/disable, install/un-install anything. Today one of our...
Finding IP and MAC address
PowerTip of the Day, from PowerShell.com: Finding IP and MAC address When you query network adapters with WMI, it is not easy to...