Example #1
0
        public void Connect()
        {
            _scope = new ManagementScope(new ManagementPath
            {
                Server        = _configuration.FetchServer(),
                NamespacePath = _configuration.FetchNamespacePath()
            }, Options);

            _scope.Connect();
        }