Hi New to SBS server - I was getting Windows Small Business Server 2011 Standard allows a maximum of 75 user accounts and computers. If you have more than this, use the Windows SBS Console to remove some computers or user accounts
I have now cleared AD up and am now getting
Clear the licensing...
New to scripting & having a steep learning curve in scripting this week!
The script below allows me to copy named files in a folder using a txt file, to a backup folder
Then it looks at the creation date, renames the file and puts the file into the folder of the same month, or creates it if the...
OK got it
Spelling error in txt file
Public fso
set fso = CreateObject("Scripting.FileSystemObject")
set Cfg = fso.OpenTextFile("c:\report\ref_list.txt")
do while not Cfg.AtEndOfStream
str = RTrim(Cfg.ReadLine)
fso.CopyFile str, fso.BuildPath("C:\backups",fso.GetFileName(str)), True
loop
To be honest, I'm not even sure if I'm even starting in the right area
Was looking at something like this
set Cfg = fso.OpenTextFile ("ref_list.txt")
do while not Cfg.AtEndOfStream
str = RTrim(Cfg.ReadLine)
fso.CopyFile str, fso.BuildPath("C:\backups\ref_list.txt"), ("C:\backups"...
Many thanks
it's a start, but I'm still having trouble with the code to access the file
for example
If the ref file is c:\backups\ref_file.txt
looks like this
C:\GA\report\New Text Document.txt
C:\GA\report\New Text Document (2).txt
C:\GA\report\New Text Document (3).txt
how can i copy the...
Hi
I'm new to scripting,
Is it possible to write a script that will refer to a .txt file that has names and locations of file that need to be copied?
thanks
Gary
Hi
When you created the user, what template did you use?
If user was created with a standard mail client they wont have full functionality.
You need to change the template on the users mail file from a client - Goto workspace, r/click "username" on "server"
select database - replace design...
Hi
Does anyone know if it's possible to respond to an incoming mail with an attachment.
I like to set up a mail file so that when it recieves an email it would automatically respond with an attachment.
thanks
Garang
Hi
We're currently running Domino 6.5 on some old X-series IBM with Windows 2000 server
I like to install Domino 6.5 onto a new Dell Windows Server 2003 R2 std then upgrade later in year to Domino 7
Does anyone know if there are any problems running Domino 6.5 or 7 on 2003 Server with Xeon...
Have you checked the ACL?
To move a user's mail files, you must have:
Editor access with Create documents role, or Author access with the UserModifier role in the Domino Directory
Hi
I want to be able to let 1 of my jumior staff add systems to the domain. Is it possible to delegate this responsibility without adding him to the domain admin group.
thanks
Help!
I am trying to publish the following registry settings through AD, but really don't know where to start.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Currentversion\Policies\System\Dontdisplaylastusername...
I want to roll out a registry setting to about 50 XP desktops.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
nointernetopenwith
Is it possible to do this from within Actice Directory GPO's or do I need to create an msi package and roll it out as a software...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.