Andrei has just posted on the forums early feature set information and timeline for the next release of QAD cmdlets (presumably the version number will be 1.2). Check it out here.
And if you have a feature- or enhancement-request to file please do it right away! The way software development works is that things get locked well in advance of releases so the earlier you request something the bigger are the chances it gets into the version in development today rather than gets deferred for the one after next.
Anyone spending time at the PowerShell AD forum knows that this team is actually actively listening and eager to get feedback on how they can make the product even better.
Tags: AD, AD cmdlets, Active Directory, PowerShell
Subscribe by email




BUG in QAD cmdlets !
(i do not know where to whrite to notify a bug)
This command work fine with ManagementShellforActiveDirectory_107.msi
(get-QADGroupMember ‘domain\GroupToCount’).count
And is limited to 1000 with
ManagementShellforActiveDirectory32bit_11.msi
ManagementShellforActiveDirectory32bit_112.exe
Set-QADPSSnapinSettings -DefaultSizeLimit 0
and
-sizelimit 0
do nothing in that case
Yes, this is a known issue to be fixed in 1.2.
AD PowerShell forum at PowerGUI.org: http://www.powergui.org/forum.jspa?forumID=173 – is really the best place to report things like this.
The current workaround would be to use:
(Get-QADGroup -Name mygroupname).Members | Get-QADObject
Sorry for the inconvenience!
Dmitry