cmdlets
Tag details
Welcome to the 'cmdlets' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'cmdlets'.
Look up
"cmdlets"
at The Free Dictionary
Latest blogosphere posts tagged “cmdlets”
-
Restructuring AD groups
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 461
Creating a subgroup and removing duplicate accounts from parent group is easy. I have just done this to one of the groups I manage (dev manager of one of the teams created a group for the team so I could include the group rather than individual members) and thought I would share the one-liner with you: ...1 week ago -
OR in AD cmdlets
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 461
Starting with version 1.3 you can make multiple queries in a single Get-QAD* call. This is possible because a lot of parameters now accept arrays. So, if you are interested for example in all users from London or Seattle you can just do: Get-QADUser -City London, Seattle Wildcards are also accepted: ...2 weeks ago -
New cmdlets to manage AD computer accounts
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 461
Up to version 1.3 , we used to have one cmdlet for computer accounts (namely Get-QADComputer ) – now we have 6: Get-QADComputer New-QADComputer Set-QADComputer Enable-QADComputer Disable-QADComputer Reset-QADComputer You can kind of guess what they do by their names, but let’s quickly go ...3 weeks ago -
AD Cmdlets 1.3 RTMed
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 461
Late last week we released to the web the latest version (1.3) of our free Active Directory cmdlets (also known as QAD-cmdlets, widely used by tens of thousands admins and compatible with more or less any version of Active Directory or ADAM/ADLDS). You can read more about the cmdlets in this PDF guide , or online ...4 weeks ago

