You can use the ExtensionData property.
(get-catalog "test").ExtensionData.Delete()
or
$cat = get-catalog "test"
$cat.ExtensionData.Delete()
You can use the ExtensionData property.
(get-catalog "test").ExtensionData.Delete()
or
$cat = get-catalog "test"
$cat.ExtensionData.Delete()