Skip to main content
Solved

Search for Bootcamp Macs

  • January 16, 2015
  • 2 replies
  • 15 views

Forum|alt.badge.img+12

Is there anyway to search for a Mac running a bootcamp partition? Or maybe just search for NTFS partitions?

Best answer by rich.trouton

I have an Extension Attribute that I use to find Bootcamp parititions. It's available from here on my GitHub repo:

https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/Casper_Extension_Attributes/detect_bootcamp_partition

I have a blog post that explains how it works available from here:

https://derflounder.wordpress.com/2012/12/17/detecting-boot-camp-partitions-with-casper/

2 replies

Forum|alt.badge.img+33
  • Hall of Fame
  • Answer
  • January 16, 2015

I have an Extension Attribute that I use to find Bootcamp parititions. It's available from here on my GitHub repo:

https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/Casper_Extension_Attributes/detect_bootcamp_partition

I have a blog post that explains how it works available from here:

https://derflounder.wordpress.com/2012/12/17/detecting-boot-camp-partitions-with-casper/


Forum|alt.badge.img+12
  • Author
  • Contributor
  • January 16, 2015

Awesome rtrouton! I'll have to do some more testing, but it looks like it is pulling them in. Thanks!