Приветствую!
Вводная: ПО по сбору информации о ПК через WMI запросы.
Домен.
ОС: Win11 и WinSrv2022
ПО работает из под записи доменного админа
135 порт открыт для входящих подключений.
Фаервол/антивирус отключал совсем/или создавал разрешающие правила.
Проблема: при тестировании запроса к удаленному ПК через wbemtest - запрос отрабатывает нормально.
Если через ПО - отказано в доступе
Если удаленно тестировать командой: wmic /user:"domain\admin" /node:"10.10.1.227" computersystem get totalphysicalmemory
Ошибка: отказано в доступе
В чем причина и что можно предпринять? Может каких-то прав не хватает?
WMIC is deprecated as of Windows 10, version 21H1; and as of the 21H1 semi-annual channel release of Windows Server. This utility is superseded by Windows PowerShell for WMI; see Chapter 7 - Working with WMI. This deprecation applies only to the WMIC utility. Windows Management Instrumentation (WMI) itself is not affected.
Starting January 29, 2024, you'll find Windows Management Instrumentation Command line (WMIC) feature "disabled by default" on the insider build of Windows 11. If your application is dependent on WMIC, please migrate away from it using this post as a guide. Let's catch up on the latest and learn how you can use PowerShell and programmatic ways to query WMIC today.