Displaying 20 results from an estimated 2000 matches similar to: "samba vbscript login script blocked by windows"
2010 Dec 15
2
How to run VBscript using wine?
Dear All,
I want to run some vbscripts on Linux, but after searching and
trying several days, I failed complete.
Here is what I did:
*ENV*:
Ubuntu 10.10 x86_64
wine-1.3.9 (from wine ppa)
*SCRIPT*:test.vbs
MsgBox("HelloWorld!")
*Method One*:
   wine wscript test.vbs
   fixme:wscript:wWinMain Could not find engine for L".vbs"
*Method Two*:
   Step 1:
     winetricks wsh56vb
2010 Sep 01
2
Running vbscript .vbs file in an EXE
Hi, I'm new to wine, and am having a bit of trouble.
I'm trying to run an EXE installer, which starts fine, prompts me for
a few questions, and creates a few directories, but at a certain point
it tries to run a vbs file, which fails.
The attempt to run the .vbs file causes this message to appear in an
alert window:
"There is no Windows program configured to open this type of
2012 Jan 07
1
VB Script yet another post
Hello All,
I have a fresh install of CentOS6 and enabled the testing repos.
Wine version 1.3.29
The Wine 1.2.3X version was failing vbs so i upped the Wine version,
FYI.
I can not get an .vbs installer to run after being unpacked in an
install script. I have run the cscript and wscript test.vbs and always
fails in different methods.
Oddity ,when I try and manually register comctl32.dll it
2007 Mar 19
1
error running a vb script in wine
Can anyone help me with this error? I get this error when I run my vb
script in wine. The script creates a shortcut and works fine when I
run it at a cmd prompt in Windows. I'm new to both vb script and wine.
Z:\root\vb_shortcut>cscript mk_shortcut.vbs "temp" "Z:\root\vb_shortcut
\test.txt " "."
Microsoft (R) Windows Script Host Version 5.6
Copyright (C)
2008 Jun 19
6
login scripts --what to use
Hi,
We're setting up a PDC, and would like to have a login script to deliver 
the mapped drives to users in particular groups, and connect to 
printers. The printer drivers come from the [print$], share.
Does anyone have any good resources for this? What's the easiest and 
simplest thing to get going --vbscript or batch files?
Thanks,
chris
2013 Nov 09
2
Enumeratings shares on Samba (3/4) servers with vbs
Hi,
Working on an login script here for my samba4 servers. I try to get an 
list of the shares on server with this vb code.
Set shares = GetObject("WinNT://SERVER/LanmanServer")
For Each s In shares
   WScript.Echo s.Name
Next
The code works fine against Windows 2003/2008 R2. But if SERVER is an 
Samba Server (tested 3.6.x/4.0.10) i get an group not found error.
Other this like
2017 May 15
1
wanna cry ransomware patch for samba-4.5.5
Hai, 
Not really a question for samba technical, but i can share this.
No need for setting things on samba, that wont help a lot. 
Below is my setup and its just how you configure your pc's. 
This and almost all other "malware" is EASY to block, but it wil have impact on how your work. 
First, start with NEVER work/run as user with administrator rights. 
If one needs it, then not
2008 Jun 13
0
Anybody get ".wsf" WSH scripts to run?
I am a pretty new Wine user.
I am hoping to be able to run some pretty large VBScript applications on it, to avoid porting them to Perl when we retire a Windows machine.
All of our VBScript runs as children of a WSH ".wsf" file, for example as follows.
I can get a simple ".vbs" file to run fine, but when I try to run the same file inside of a simple ".wsf" wrapper,
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 Jan 20
0
Help required with VBScript - Missing cdo.Message
Hi all,
I have a vbscript which calls wscript.exe to send an email so it needs to know about cdo.message and cdo.configuration activex objects.
Can someone tell me how to install these activex objects so that wscript will find them?
Thanks for your help.
System: Fedora 14 with wine version 1.3.10 with winetools installed.
2012 Aug 24
0
Schema modification with auxiliary class vs builtin class and vbscript
Hello
The situation is the following :
I've successfully created an auxiliary class with an attribute by 
following this method :
     
http://semifershome.free.fr/semifer/index.php?2008/02/12/42-etendre-le-schema-active-directory-classes-attributs-et-display-specifiers
The auxiliary class  is "allowedService" and the attribute is 
"allowedServiceAttribute".
The
2008 Apr 18
0
Re: samba Digest, Vol 64, Issue 18
At 12:01 18/04/2008 +0000, cperry@hmdc.harvard.edu wrote:
>       veto files = /.??*/
Thanks. I guess "hide dot files = yes" is deprecated.
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the
first time . I need kerbos authentication is possible to set it up on same
host as domain controller so ad users can take ownership of home folder
-- 
Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email?
Something like this:
address <- 'abc at d.com'
text <- 'This is the email body'
send.email(address, text)
Thanks.
FS
2014 Dec 21
0
Home auto creation
At the institution where I work, we have created a GPO to create and mount
the directories persons from users, follows the script.
create the file name.vbs with the content
Option Explicit
Dim objNetwork, objShell, wshShell, wshell, strDesktop, oShellLink, user1,
FileClass, Directory
Dim strDriveLetter, strRemotePath, strUserName, strNewName
Set wshell =
2004 Mar 17
1
file name starting with [0-9]* not synchronized (!?)
Hi, 
I'm trying to backup a remote directory. Although the remote directory
hasn't been changed after rsync's run, I realize that  the supposed
synchronization missed some files. Does   it have to do with rsync or I
miss something ?
Thanks very much,
Mihai.
______________________________
quad ...lu2/BACKUP/k2/mnt/i1/vbs# rsync -av --stats rsync://mlozo@k2/vobuser/user
2004 Aug 30
3
roaming profiles ok, but what about the printers?
Hi there,
We have a little intranetwork with Samba 3.0.x as PDC. There are 20 
Win2k-clients in several rooms and 18 users roaming from one machine to 
another (according to their tasks). So any user has a roaming profile. 
This runs almost perfect (some minor problems are still there, but the 
the advantages are overwelming).
But there is one thing, I can't understand. Why does Win2k saves
2003 Aug 28
0
Using PXELINUX with Windows 2000 DHCP and TFTP
I noticed some links and suggestions on the SYSLINUX web site that
reference how to run TFTP on Windows 2000 Server.  Two of them suggest
installing RIS, and one of them points to a third-party utility.  I
don't need to install RIS, because I don't want to run Windows setup
over PXE.  (In fact, I want to use PXELINUX to boot a DOS floppy and run
Symantec Ghost to deploy an image.)  Also, I
2009 Sep 14
2
trying to run a visual basic script via WINE - need help.
Ok I need to run a .vbs for a program which I run in wine (diablo 2).
Google says
"VBS in Linux. It works fine running in WINE.
You just have to install the Windows Script Host.
And you may need to hand-register the COM
DLLs in the WSH installer at the command line.
Last I saw, WINE wasn't handling self-reg. DLLs."
I downloaded WSH 5.6 and ran that in WINE. When it was done I
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 =