search for: wmic

Displaying 20 results from an estimated 33 matches for "wmic".

Did you mean: mic
2020 Jun 25
2
Compiling WMIC/Accessing WMI
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 something that broke wmic. Since I found wmic.c in the samba source I...
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 char...
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
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
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 > something that broke wmic. > &g...
2018 Feb 21
2
how to build wmic
...ame 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 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? > > The story of wmic is pretty sad, and no Samba doesn't contain it. > > As...
2018 Aug 29
2
Get Logical processor count correctly whether NUMA is enabled or disabled
...Note that FORK clusters are not supported on Windows. Thanks Tomas On 08/21/2018 02:53 PM, Srinivasan, Arunkumar wrote: > 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" "22 \r" "\r" &g...
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" "22 \r" "\r"...
2018 Sep 03
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...sting!). If the feature is important for anyone particularly using an older version of Windows and/or on a system with >64 logical processors, it would be nice if you could test and report any possible problem. As I mentioned earlier, in older versions of R one can as a workaround use "wmic" to detect the number of processors on systems with >64 logical processors (with appropriate error handling added as needed): # detectCores() out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) sum(as.numeric(gsub("([0-9]+).*", "\\1", grep...
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 17
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear R-devel list, R's detectCores() function internally calls "ncpus" function to get the total number of logical processors. However, this doesnot seem to take NUMA into account on Windows machines. On a machine having 48 processors (24 cores) in total and windows server 2012 installed, if NUMA is enabled and has 2 nodes (node 0 and node 1 each having 24 CPUs), then R's
2018 Aug 27
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...Note that FORK clusters are not supported on Windows. Thanks Tomas On 08/21/2018 02:53 PM, Srinivasan, Arunkumar wrote: > 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" "22 \r" "\r" &g...
2018 Aug 21
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...e analysis, detectCores() will only report logical processors in the NUMA group in which R is running. I don't have a system to test on, could you please check these workarounds for me on your systems? # number of logical processors - what detectCores() should return out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) sum(as.numeric(gsub("([0-9]+).*", "\\1", grep("[0-9]+[ \t]*", out, value=TRUE)))) # number of cores - what detectCores(FALSE) should return out <- system("wmic cpu get numberofcores", intern=TRUE) su...
2006 Aug 15
3
update or alter cart
I want to modify and update the items in the Depot - "display_cart". Since the cart is in a session, its a little hard to get at the data. I just want to create a way to change quantities, prices and recalculate. Has someone done this, and could you point me to the right direction. Thanks Chas -- Posted via http://www.ruby-forum.com/.
2018 Feb 22
0
"The workstation does not have a trust secret." issue
...box.net/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No In the LUMAD server which acts also as client... LUMAD\joindomain:*:*100667*:513::/home/LUMAD/joindomain:/bin/false SANDBOX\wintahder:*:*3000046*:3000037::/home/SANDBOX/wintahder:/bin/false In windows 7/10 using wmic wmic useraccount where name="joindomain" get sid S-1-5-21-8344915824-3547539418-1710631069-*100667* In Windows 2016 (SANDBOX) as could not login to workstation as per this issue. wmic useraccount get name,sid Name SID Administrator S-1-5-21-1899266439-2798345862-22873092-500 Guest S-1-5-...
2018 Oct 12
0
Wine release 3.18
...tests: Add some tests for registering OID info. crypt32: Read OID information from the registry. Hans Leidekker (17): msi: Fix a couple of memory leaks (Valgrind). msi: Add support for control event DirectoryListNew. winhttp: Implement the WINHTTP_FLAG_ESCAPE_* flags. wmic: Write errors to stderr. wmic: Use DOS line endings. wmic: Output Unicode text with BOM when redirected. wmic: Don't write an extra newline at the end. wmic: Pad output with spaces. wbemprox: Don't return an error from IWbemClassObject::BeginMethodEnumeration i...
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 dn, name, cn, or distinguishedName on the computer o...
2020 Jul 06
2
Issues with FLOCK on NFS Share
Hello, When I run "cat /etc/passwd | grep 'qqeda11'", on my linux box, I get: qqeda11:x:79846:65600:Project Account for EDA:/home/qqeda11:/bin/bash When I run "wmic useraccount where (name='qqeda11' and domain='MUC') get name, sid" on my windows box, I get: Name SID qqeda11 S-1-5-21-43206524-2104247658-1151357142-1581344 so the user is an AD user, but also an unix user. I think this is a legal construct. Is there another way to tell...
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
2017 Jun 16
1
idmap rid finds deleted groups for some users
...e user object, cleared all deleted objects in AD via Powershell. Running with "log level = 0 winbind:10 idmap:10" shows the "ghost" SIDs failing to be looked up but doesn't seem to show me how the SIDs were found in the first place to cause a lookup. I've run: C:\> wmic group get domain,name,sid (gets you a list of all groups in the domain and their SIDs) and looked for the offending RIDs but they are not there. I'm not sure what I can try next. If anyone could tell me how idmap rid finds a list of SIDs for groups belonging to a user that might send me down...