similar to: Using WMI Classes to join worksation to domain

Displaying 20 results from an estimated 120 matches similar to: "Using WMI Classes to join worksation to domain"

2014 Mar 04
0
Anybody have issues joining machines to a S4 AD domain using VBS
All got an issue I have a VBS that should join machines to the domain but it's not working get access denied instantly anybody got any working scripts they would like to share with me. btw my script that doesn't work is below ' Join a Computer to a Domain Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE = 16 Const DOMAIN_JOIN_IF_JOINED =
2004 Mar 09
2
Limit user access to one worksation at a time
Hello, Is there a mechanism in samba available to limit access to workstations by users to only one at a time? This is, that any given user can only be logged in at one workstation at a time. TIA wim bakker
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
2011 Sep 22
2
windows 7 64 bit xerox print drivers
Dear Greg, At last I saw your post : I confirm it still does not work and I am glad I am not the only one to say it! I recently reported a bug there : https://bugzilla.samba.org/show_bug.cgi?id=8438 No answer at all so far, as if printing support for 7 was not that important for samba... Coming from the linux world I am not really familiar with the solution you gave : would it be possible for
2003 Feb 18
2
Worksatation Logon restriction
Hi ALL, I'm trying to implement a workstation logon restriction policy (where I say that a user only logon on my domain from a specific station) through Samba with Win 9X client machines, like Windows NT/2000 Servers. Is it possible ?!? I found on some lists diff files to implement Time logon restriction, where I say what time my user can logon on my network, but nothing about workstation
2007 Mar 02
0
WMI from Asterisk to Cisco Call Manager
Hi all, We want to put an Asterisk Voicemail Server behind a Cisco Call Manager. The idea is to have Cisco Phones (SCCP) registred to the CCM and the voicemail in the Asterisk Box. The trunk inter PBX is in SIP. My question is: Is it possible to activate MWI LED from the Asterisk to the Cisco Phones registred to the CCM when they receive a new voicemail ? Thanks in advance Fred
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:
2009 Jul 03
0
WMI In Samba
Is there a way to use WMI from samba? If yes how? I am using wmi-client on debian lenny currently. -Tushar
2010 Nov 16
0
SPA941 WMI not lighting up when natted
Hi, I'm experiencing the same problem. We have 2 office locations and the Asterisk server is at one of them. At the other location, all SPA941 access the Asterisk server over an Internet link. All phones are set to "nat=yes" at the remote location. So my problem is that the MWI doesn't work at the remote location. The Sipsak messages are sent properly, but it's sent to the
2009 May 21
2
WMI over wine
I've just installed WINE on my SUSE Enterprise Server 11. I'm trying to install Windows WM I on WINE. I downloaded the file "wmicore.exe" for NT 4.0 and I used WINE to install it. First time it hangs when it's initializing the repositories. After that when I tried to install it again It didn't hang but Generated an error message from WINE saying that I don't have
2005 Jun 16
0
How to detect telco Message Waiting Indicator (WMI)
I'd like to be able to configure Asterisk to detect and respond to message waiting indications from my telco, as I'm using the telco voicemail as a fallback in case the Asterisk line is busy, Asterisk or it's server is down, etc. Detecting either the FSK (preferred) or the stutter-tone, would allow Asterisk to notify me that there it missed a message. I see periodic queries about
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)?
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
2015 May 18
0
is WMI through RSAT supported?
On 5/18/2015 11:54 AM, Daniel Carrasco Mar?n wrote: > 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!! I dug a bit further and
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 >
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
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 thought that it might be able to be compiled as
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
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
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!!