similar to: Compiling WMIC/Accessing WMI

Displaying 20 results from an estimated 3000 matches similar to: "Compiling WMIC/Accessing WMI"

2020 Jun 25
0
Compiling WMIC/Accessing WMI
On Thu, 2020-06-25 at 11:29 +1000, Matthew Jurgens via samba wrote: > Background: > As of Windows 10 version 2004, the wmic client no longer works. It > gets > the following error - > [wmi/wmic.c:196:main()] ERROR: Login to remote object. > NTSTATUS: NT code 0x80010111 - NT code 0x80010111 > > This seems to be an RPC header error. Presumably Microsoft changed >
2013 Jul 07
1
UTF-8 output for wmic
Hi, I have a question on wmic, the linux wmi client, which uses samba. Is this mailing list the right place to ask? or there is a better forum or mailing list to ask? Basically, I want to ask if wmic supports UTF-8 for its output or not. If yes, how to turn it on? By default, it doesn't return UTF-8 for extended ascii characters. I tried to put "unix charset?=?UTF8" in a config
2018 Feb 21
2
how to build wmic
I see that the Samba sources include the WMI client (wmic), but I have not succeeded in getting the configure/make to build it. Does anyone know if this feature is supported in current (4.7.4) Samba, and, if so, how to build it? Steve Koehler
2018 Feb 21
2
how to build wmic
Andrew, Thanks very much. After sending my question, I discovered that the DCOM area was disabled in the build as of 8 years ago, so it became clear that this is not currently supported in any way. Steve Koehler On Wed, Feb 21, 2018 at 11:49 AM, Andrew Bartlett <abartlet at samba.org> wrote: > On Wed, 2018-02-21 at 11:16 -0600, Stephen Koehler via samba wrote: > > I see that
2018 Feb 21
1
how to build wmic
Thanks for the pointer. I will take a look. Steve Koehler On Wed, Feb 21, 2018 at 2:44 PM, Andrew Bartlett <abartlet at samba.org> wrote: > On Wed, 2018-02-21 at 14:05 -0600, Stephen Koehler wrote: > > Andrew, > > > > Thanks very much. After sending my question, I discovered that the DCOM > area was disabled in the build as of 8 years ago, so it became clear
2014 Jan 31
1
Building WMIC
I downloaded source for samba-4.1.4 in hopes of testing the WMI functionality. I added to source4/wscript_build: bld.RECURSE('lib/wmi') This results in a build error: # make WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba-4.1.4/bin' Selected embedded Heimdal build Checking project rules ... Unknown dependency 'samba-config' in
2018 Aug 21
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear Tomas, thank you for looking into this. Here's the output: # number of logical processors - what detectCores() should return out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) [1] "NumberOfLogicalProcessors \r" "22 \r" "22 \r" [4] "20 \r"
2018 Aug 29
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear Tomas, thank you very much. I installed r-devel r75201 and tested. The machine with 88 cores has NUMA disabled. It therefore has 2 processor groups with 64 and 24 processors each. require(parallel) detectCores() # [1] 88 This is great! Then I went on to test with a simple 'foreach()' loop. I started with 64 processors (max limit of 1 processor group). I ran with a simple function
2011 Nov 19
2
Facter Windows: domain is "none"
I could swear this worked fine earlier.. Now facter, and hence puppet, do not see the domain name anymore: What could cause this? C:\Temp>facter --version 1.6.2 C:\Temp>facter | findstr kernel kernel => windows kernelmajversion => 6.1 kernelrelease => 6.1.7601 kernelversion => 6.1.7601 C:\Temp>facter fqdn NCS-VDI-05.none C:\Temp>facter hostname NCS-VDI-05
2020 Sep 14
2
Large Delays in Samba Responses
From time to time I get applications that use data on a Samba share locking up for long periods. Sometimes minutes. I am using a Windows 10 client and Samba 4.12.5 on Fedora 32 smb.conf is pretty simple: /[global]// //?? log file = /var/log/samba/%m.log// //?? writeable = yes// //?? workgroup = HOME// //?? hosts allow = 192.168.2.0/24 // //?? security = user// //?? passdb backend = tdbsam//
2015 May 18
4
is WMI through RSAT supported?
Hi, i'm trying to get GPO result info from a remote computer but i get an error "RPC server is not avaible". Is supported by samba 4.2.1? if i try to get the same info from local is working, and i've checked the WMI security on remote computer and is OK. Thanks!!
2010 Nov 10
1
Support for WMI?
Hello everyone, I've been trying to use wmi-client but without success. I'm really like to resolve this issue, I decided to ask for directions to get data from Windows servers without the need to install a client. Thinking about it, I wonder how is the WMI support in samba. Another point: You can ask questions about wmi-client in this list? I say this because the mistakes that I
2010 May 11
2
Windows security issues in WMI installation
Hello WINE friends, I am a WINE newbie seeking your help with WMI installation So far I have done the following - 1. installed wine-1.1.43 on SUSE 11.2 2. replaced wine's winsxs with my system's [XP] winsxs 3. replaced system32/ dlls except the ntdll, kernel32, user32 & gdi32 dlls with my system's After this, when I try installing WMI (as stated below), I get into access
2011 Dec 29
2
asus-wmi.ko for Asus G73Sw running CentOS 6.2
Hi List, Just loaded our favorite OS onto my new ASUS laptop. Practically everything worked out of the box - I used the live DVD to check things out and installed from there. I have followed http://forum.notebookreview.com/asus-gaming-notebook-forum/553474-g73-asus-wmi-linux-driver-i-need-your-help-6.html to get suspend working and also to get function keys working for LCD screen backlight
2005 Jun 01
2
Can WMI be used in WINE apps?
Hi, After some googling I've found that there's very little said about the possibility of using WMI from Wine. Has someone done any progress about it? I find this subject very important; if you feel interested here's why: One may think this is a somehow fanciful intention, after all WMI exists for the purpouse of administering Windows, and no doubt that's best done from
2015 May 21
1
is WMI through RSAT supported?
GPO that fails .. check if you did set the option. Always wait for the network at computer startup and logon.. read : https://technet.microsoft.com/en-us/magazine/gg486839.aspx greetz, Louis >-----Oorspronkelijk bericht----- >Van: danielmadrid19 at gmail.com >[mailto:samba-bounces at lists.samba.org] Namens Daniel Carrasco Mar?n >Verzonden: donderdag 21 mei 2015 15:30
2010 Feb 26
1
SPA941 WMI not lighting up when natted
I have an a bunch of SPA941 Linksys phones for users in and out of the office. When the phones are in the office (and on the same network as the asterisk server) the WMI goes on when it should and off when it should. But when the phone is on another network and natted it fails to do so. The light always stays off. Has anybody had a similar problem (and hopefully a resolve)?
2005 Jan 13
1
Using WMI Classes to join worksation to domain
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have been working on a Kix script to automatically change the workstation name and join the workstation to the domain. I have written most of the script (which works quite nicely) except the joining to the domain part. I have been using WMI classes to change the worksation name, and was hoping to do the same with the domain join. The
2006 Mar 03
1
WSH, WMI scripts
Hi, I have a requirement that, I should run WSH and WMI scripts in Linux environment in order to do some registry changes on a remote machine and start/stop/query windows services on a remote machine. Can I use WINE for this purpose. Thanks in anticipation. With regards, Sreenivas T. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Apr 24
1
Renaming a domain computer
Well, this is interesting (to me, at least). I joined a W10 machine to the domain (4.8/4.9.4 mix, I'm working on it), then renamed it via "WMIC /node:<computer> computersystem where name="<computer>" call rename name="<newname>". Doing so changed the displayName, sAMAccountName, dNSHostName, and assorted servicePrincipalNames, but did not change the