So , this is not documented, after detailed analysis i found some solution about fixing WMI :
1. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\AppCompat create dword RequireIntegrityActivationAuthenticationLevel = 1
2. create user and set next priviledge distribute DCOM USERS
3. WMI - Properties / Security /Security button - add newly created user ( set all permisiions to allow , maybe here i m wrong ) , then press Advanced button select user select EDIT , change Applies to "names and subnamespaces " permissions to ALL select -ok -ok -ok close
4. Get-WmiObject -query "SELECT * FROM Win32_OperatingSystem" -ComputerName 10.50.56.42 -Credential root
SystemDirectory : C:\Windows\system32
Organization :
BuildNumber : 19045
RegisteredUser : admin
SerialNumber : 00329-00000-00003-AA379
Version : 10.0.19045
Explain me how to deploy work , do you have detailed instruction how to install clients with deploy menu ?