When a customer was replacing its wireless infrastructure it had to perform an inventory of the wireless network adapters in use to determine if replacements were necessary and for which systems.
To perform the inventory, this script queries active directory for clients and then queries every client for its network adapter.
Unfortunately in this case PowerShell remoting wasn’t available, but luckily remote WMI was possible.