Hi
Here is some very simple class
<ClassType ID="Mailbox" Base="Windows!Microsoft.Windows.LocalApplication" Accessibility="Internal" Abstract="false" Hosted="true" Singleton="false">
<Property ID="Name" Key="true" Comment="Имя ящика" Type="string"></Property>
I`am using VSAE. So, i choosed Discovery with Microsoft.Windows.TimedPowerShell.DiscoveryProvider Data Source Type
Can some one provide SIMPLE (!) powershell/params code that i need to create only 1 instance of that class with Name "TEST" ?
I dont need any registry discovery or something, only code for create 1 object
Thanks !
none