How do you enumerate and verify usable COM objects for Juicy Potato?

Use the provided PowerShell script GetCLSID.ps1 to generate a list of CLSIDs from the registry, then test each one with JuicyPotato.exe in test mode (-z) using a batch script. The tool checks if the CLSID can produce a System-privileged token. Note that on some systems like Windows Server 2012, modifications to the enumeration script may be needed, as described in the [Juicy Potato Testing Analysis](/news/windows-local-privilege-escalation-tool-juicy-potato-testing-analysis). Verified CLSIDs for various Windows versions are maintained in the project's GitHub repository.