Все вопросы: [snap-in]
4 вопросов
Snapin не отображается в диалоговом окне «Добавить или удалить оснастки»?
У меня возникли проблемы при попытке получить настраиваемую оснастку для отображения в диалоговом окне «Добавление и удаление оснастки» (MMC).Это делается через ключ реестра?
Referencing external assemblies from PowerShell snap-in
I'm developing a custom PowerShell snap-in, which references another project in the solution. When I try to debug the snap-in (following [these instructions][1]), the assembly fails to load and my cmdlet fails with the message "Could not load file or Assembly..." How do you instruct PowerShell...
What are MMC extension snap-ins?
Looking through our MMC snap-in code I can't get one concept. We have a tree of different class items inserted into MMC snap-in root node and only two of them register themselves as extensions. These two classes are nothing special compared to any other classes we use to represent the MMC tree it...
PowerShell: как смонтировать диск программно из SnapIn
Я создаю набор настраиваемых командлетов и поставщиков на C #. У меня также есть PowerShell SnapIn, который занимается регистрацией командлетов и поставщиков. Я экспортировал сеанс консоли, чтобы запустить PowerShell с параметром -PSConsoleFile для автоматической загрузки оснастки. Я также хо...