c# - How MMC snap-ins expose remote capabilites -


i have built custom mmc snap-in, , wondering standard way extend snap-in have remote capabilities. example, default windows event viewer snap-in allows connect another computer when add mmc snap-in list:

enter image description here

it exposes right-click context menu lets connect computer...:

enter image description here

how achieved mmc snap-ins? there generic api or standard way functionality out of custom snap-in?

ideally, want have 1 mmc window manage same snap-in multiple remote servers (saves user trouble of manually rdping them , using mmc remotely each machine).


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -