# Create a reference to some class. for example to AMT_SystemDefensePolicy. $systemDefensePolicyRef = $wsmanConnectionObject.NewReference("AMT_SystemDefensePolicy") # Set the ref with the EPR that returned when this instance was created. $systemDefensePolicyRef.Xml = "http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymoushttp://intel.com/wbem/wscim/1/amt-schema/1/AMT_SystemDefensePolicyIntel(r) AMT:Handle:2" # Perform some function, for example Delete(). $systemDefensePolicyRef.Delete()