I use the following command on the server running the Multicast Service Point to list the images I have configured to use Multicast (Image properties- Allow this image to be transfered via multicast)
WDSUTIL /Get-AllNamespaces
I also noticed there are registry keys on the Multicast Server that also list the namespace:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSMC\Namespaces
I could be wrong but it seems these namespaces are not created until the first client tries to perform a multicast transfer since they don't show up in either the registry or when using the WDSUTIL command after checking the image properties. (Allow this image to be transfered via multicast). Can someone confirm that? I was expecting to see those namespaces created after checking the "Allow this image to be transfered via multicast" box.
The other questions is, I have since unchecked the box "Allow this image to be transfered via multicast" on the image and the image is going out unicast successfully but the registry and WDSUTIL command continue to list the namespace. I guess I was expecting those namespaces to be removed at some point?