search for: winmgmts

Displaying 19 results from an estimated 19 matches for "winmgmts".

Did you mean: winmgmt
2018 Aug 15
2
Group Policy Permissions
2018-08-14 22:51 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>: > On Tue, 14 Aug 2018 20:52:04 +0200 > Michal Sládek via samba <samba at lists.samba.org> wrote: > > > 2018-08-14 20:38 GMT+02:00 Rowland Penny via samba > > <samba at lists.samba.org>: > > > > > On Tue, 14 Aug 2018 20:15:04 +0200 > > > Michal Sládek via
2018 Aug 15
2
Group Policy Permissions
On Wed, 15 Aug 2018 18:34:58 +0200 Michal Sládek via samba <samba at lists.samba.org> wrote: > 2018-08-15 6:56 GMT+02:00 Michal Sládek <michal at sladkovi.eu>: > > > 2018-08-14 22:51 GMT+02:00 Rowland Penny via samba > > <samba at lists.samba.org> : > > > >> On Tue, 14 Aug 2018 20:52:04 +0200 > >> Michal Sládek via samba <samba at
2018 Aug 15
0
Group Policy Permissions
2018-08-15 6:56 GMT+02:00 Michal Sládek <michal at sladkovi.eu>: > 2018-08-14 22:51 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org> > : > >> On Tue, 14 Aug 2018 20:52:04 +0200 >> Michal Sládek via samba <samba at lists.samba.org> wrote: >> >> > 2018-08-14 20:38 GMT+02:00 Rowland Penny via samba >> > <samba at
2018 Aug 15
0
Group Policy Permissions
2018-08-15 18:59 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>: > On Wed, 15 Aug 2018 18:34:58 +0200 > Michal Sládek via samba <samba at lists.samba.org> wrote: > > > 2018-08-15 6:56 GMT+02:00 Michal Sládek <michal at sladkovi.eu>: > > > > > 2018-08-14 22:51 GMT+02:00 Rowland Penny via samba > > > <samba at
2007 Aug 31
0
[ win32utils-Bugs-13560 ] Service dependencies has wierd string.
Bugs item #13560, was opened at 2007-08-31 15:07 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=13560&group_id=85 Category: win32-service Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Service dependencies has wierd string. Initial Comment: Hello, My name is Jong Lee from
2014 Mar 04
0
Anybody have issues joining machines to a S4 AD domain using VBS
..._IF_JOINED = 32 Const JOIN_UNSECURE = 64 Const MACHINE_PASSWORD_PASSED = 128 Const DEFERRED_SPN_SET = 256 Const INSTALL_INVOCATION = 262144 strDomain = "xxxx.com" strPassword = "xxxx" strUser = "Joiner" strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") 'Join Computer to domain Set objNetwork = CreateObject("WScript.Network") strComputer = objNetwork.ComputerName Set objComputer = GetObject("winmgmts:{impersonatio...
2018 Aug 14
4
Group Policy Permissions
2018-08-14 20:38 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>: > On Tue, 14 Aug 2018 20:15:04 +0200 > Michal Sládek via samba <samba at lists.samba.org> wrote: > > > Thank you for your suggestion, I read the whole discussion. > > > > My situation is little bit different - my machine policy works, but it > > stops working once I remove
2013 Mar 29
1
GPO Computer settings not applied
Hello, I'm having one strange issue with latest stable Samba 4.0.4. I'm testing it as a domain controller for two virtual machines. The Samba AD DC is Debian stable, with two domain members - Windows XP Pro and trial Windows 8 Enterprise. User configuration using GPOs is working as expected. However, Computer configuration is never applied properly. Event logs show this entry: ------
2004 Dec 10
1
Modification for mkmf
...sets _WIN32_WINNT automatically based on platform. This is the basic code I''ve come up with: require "mkmf" require "win32ole" require "socket" # We need to get the exact version number and set _WIN32_WINNT accordingly host = Socket.gethostname cs = "winmgmts:{impersonationLevel=impersonate,(security)}//#{host}/root/cimv 2" wmi = WIN32OLE.connect(cs) major = nil minor = nil wmi.InstancesOf("Win32_OperatingSystem").each{ |ole| major, minor = ole.Version.split(".").map{ |e| e.to_i } break } win32_winnt = nil # The...
2005 Jan 13
1
Using WMI Classes to join worksation to domain
...ave 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 workstations are WinXP. The code i'm using is $objWMIService = GetObject("winmgmts:" + "{impersonationLevel=impersonate, authenticationLevel=Pkt}!\\.\root\cimv2") $colComputers = $objWMIService.ExecQuery ("Select * from Win32_ComputerSystem") For Each $objComputer in $colComputers $ERRH = $ObjComputer.joindomainorworkgroup(domainname,"password&qu...
2001 Oct 15
1
Crash of RGui under Windows 2000 (PR#1131)
Full_Name: Davide Fiaschi Version: R 1.3.1 and 1.2.3 OS: Windows 2000 Submission from: (NULL) (131.114.67.164) When I try to start RGUI, it generates an error in application and R chashs. (NOTE: R worked very well with trial version of Windows 2000!) Here is the (not very informative form me) Dr Watson's report: Exception dell'applicazione: App: (pid=1140) Ora:
2003 Aug 28
0
Using PXELINUX with Windows 2000 DHCP and TFTP
...tpd.exe". (You may delete the TFTPD.EX_ file now if you wish.) 3. tftpd.exe runs as a service. To install the service, create a file named tftpdins.vbs (or any name that ends in .vbs will do) and copy and paste the following to the file, then save the file: Set ServiceObj = GetObject("WinMgmts:Win32_Service") CreateSuccess = ServiceObj.Create("tftpd", _ "Trivial File Transfer Protocol Daemon", _ "%SYSTEMROOT%\System32\tftpd.exe", _ 16, _ 1, _ "Automatic", _ FALSE, _ NULL, _ NULL, _ NULL, _ NULL, _ N...
2018 May 11
0
Wine release 3.8
The Wine development release 3.8 is now available. What's new in this release (see below for details): - Infrastructure for writing kernel driver tests. - Support for showing file properties in the Shell browser. - MP3 decoder as a DirectX Media Object. - More support for the Task Scheduler. - Support for COM aggregation in UrlMon. - Various bug fixes. The source is available
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
2013 Aug 30
0
Wine release 1.7.1
...test showing that CertGetCertificateChain should use global store. mshtml: Added better IHTMLCurrentStyle2::get_hasLayout stub. mshtml: Added IHTMLLabelElement::htmlFor property implementation. mshtml/tests: Added IHTMLLabelElement::htmlFor property tests. wbemdisp: Register WINMGMTS object. wbemdisp: Use wbemdisp.idl to register SWbemLocator. wbemdisp: Added WinMGMTS object stub implementation. mshtml: Added IHTMLDocument2::get_scripts implementation. mshtml: Added IHTMLAnchorElement::get_hash implementation. mshtml: Added IHTMLStyle::whiteSpace p...
2012 May 08
6
registry vulnerabilities in R
Kirtland Air Force Base has denied approval for the use of R on its Windows network. Some of their objections seem a bit strange, but some appear to be legitimate. In particular, they have detected registry "vulnerabilities" which are detailed in the attachment. I know nothing about Windows registry vulnerabilities. If any of these issues are legitimate concerns,
2014 Mar 21
0
Wine release 1.7.15
...(using native wmvcore/wmp dlls) 29528 Google SketchUp 8 crashes on exit 29679 Quicken 2012 aborts at startup. 29785 Band-in-a-Box 2012 crashes on startup 30043 Infinite loop in mshtml navigate 30809 ConEmu: Fails to start cmd.exe 31377 Symantec VIP Access no longer installs (needs WinMGMTS object stub) 31423 AmiBroker fails on startup 31437 Multiple applications and games need wmvcore.dll.WMCreateProfileManager (Tinker, Luxology Modo, aTube Catcher, iMesh 7.x) 31724 SolidWorks Explorer 2012 fails to install, reporting 'Could not get typeinfo of hreftype 384 for VT_USERDE...
2003 Jun 04
7
Samba as PDC with WinXP Clients -> headache!!
Hi. my last post was about upscale configuration for my WinXP clients, because I believed I had it working, but ... Next day I booted the client and .... it wouldnt let me log onto the domain again. :-( I am using Samba 2.2.8a with Ldap backend which works great in workgroup mode. Joining the domain is very easy and works well, but then after rebooting I get: "Es kann keine
2020 Oct 23
0
Wine release 5.20
The Wine development release 5.20 is now available. What's new in this release (see below for details): - More work on the DSS cryptographic provider. - A number of fixes for windowless RichEdit. - Support for FLS callbacks. - Window resizing in the new console host. - Various bug fixes. The source is available from the following locations: