Weekly Tip 33

Get IP Address for Entire Collection

This tip requires a limited knowledge of SQL Management Studio. Open Management Studio and paste this SQL query:

SELECT COLL.Name,IP.IP_Addresses0

FROM v_CM_RES_COLL_<collection ID> COLL,v_RA_System_IPAddresses IP

WHERE COLL.ResourceID = IP.ResourceID

ORDER BY IP.IP_Addresses0

Replace <collection ID> with the collection ID for the appropriate collection and execute the query. You will get two columns, one the with machine name and the other with the IP address. The query also sorts the results by IP address. If you would like it sorted by name, replace the ORDER BY line with this:

ORDER BY COLL.Name

Share:

Facebook
Twitter
LinkedIn

Contact Us

Name
=
On Key

More Posts

WME Microsoft 365 Updates No. 025
Azure

WME Microsoft 365/Azure Updates 22 August 2025

1. Exchange Online: Temporary Mailbox Access Disruption via MAPI Overview Some Exchange Online users experienced mailbox access issues via the Messaging API (MAPI) on August 20, 2025. The disruption occurred after Microsoft reverted a recent service

Read More »
Be assured of everything

Get WME Services

Stay ahead of the competition with our Professional IT offerings.

=