Skip to the content
Aman Dhally's Blog
the life of an IT administrator..
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
  • Home
  • select-object
  • Page 2
Active Directory PowerShell

Powershell and Active Directory: Find all organizational unit containers [OU] in Active Directory using Powershell.

  Hi, These days i think i am only and only working with Active Directory.  My Manager give me the task to show him the...

Aman Dhally
12 June, 20123 August, 2012
Continue Reading
Active Directory PowerShell

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...

Aman Dhally
11 June, 20123 August, 2012
Continue Reading
Active Directory PowerShell

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...

Aman Dhally
15 May, 20123 August, 2012
Continue Reading
Active Directory PowerShell

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...

Aman Dhally
3 May, 20123 August, 2012
Continue Reading
Active Directory PowerShell

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...

Aman Dhally
2 May, 20123 August, 2012
Continue Reading
PowerShell

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...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

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...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

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...

Aman Dhally
9 January, 20123 August, 2012
Continue Reading
PowerShell

“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...

Aman Dhally
2 December, 20113 August, 2012
Continue Reading
PowerShell

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...

Aman Dhally
28 November, 20113 August, 2012
Continue Reading

Posts pagination

Previous 1 2 3 Next
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
To the top ↑ Up ↑