Tag Archives: Quest

How to list all XP computers

Todays onliner will show all Windows XP computers in a whole Active Directory. Get-QADComputer -SizeLimit 0 -Osname "*xp*" | Select-Object Name, description, path This can be nice If you want to migrate to Windows 7. And if you want to … Continue reading

Posted in PowerShell Blogs | Tagged , , , , | Leave a comment

PowerGUI and AD PowerPack

This short blog post will be a first view of PowerGUI and the AD PowerPack. Now with the Active Directory PowerPack we have a new group in PowerGUI. In my case, my computer belongs to my lab Active Directory. But … Continue reading

Posted in PowerShell Blogs | Tagged , , , | Leave a comment

4 new friends

Hi, my latest project or my latest lab is to install two PowerPacks with the latest release of PowerGUI (1.9.5). These good PowerPacks are not new, but I’m old fashion and I haven’t tried them before To be able to … Continue reading

Posted in PowerShell Blogs | Tagged , , , , | Leave a comment