u RmHostId {078A9A01-6931-42A3-9371-EA00F1DC7D99} *
This example enumerates the machines on the network, and deletes the HostID of any installations that match the specified ID.
u RmHostId {078A9A01-6931-42A3-9371-EA00F1DC7D99} MACHINE04
This example connects to the one machine named “Machine04”, and deletes the HostID on that machine if and only if it matches the specified ID.
u RmHostId * MACHINE04
This example connects to the one machine “Machine04”, and deletes the HostID unconditionally, because “*” was specified as the HostID pattern.
u RmHostId GUIDS.TXT *
This example enumerates the machines on the network, and deletes the HostID of any installations that match any of the IDs specified in the GUIDS.TXT file.
u Example GUIDS.TXT file:
{078A9A01-6931-42A3-9371-EA00F1DC7D99}
{078A9A02-6931-42A3-9371-EA00F1DC7D99}