- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
not sure of how to do that all inside powercli, but you could do something like:
get-civm | select name,id | export-csv -path c:\temp\uuid.csv
Then use excel to find the duplicates