Got it working manually by copying the ntrights.exe from the 2003 kit and doing this:
net localgroup Administrators domain\servicesuser /ADD
net localgroup Administrators domain\sqluser /ADD
net localgroup Administrators domain\adminuser /ADD
ntrights.exe -u "domain\servicesuser" +r...
Hi All,
I am trying to create a batch file which will prompt a user to enter 3 user names (i.e. domain\user) and then add the user to the Administrators group and the following user rights assignments:
Act as part of the operating system
Bypass traverse checking
create a token object
Log on as...
Hi guys,
sorry, have been away.
We are still having problems, but so far so good, running backup everynight before re-mount.
We are upgrading to full exchange very soon so hopefully wont be a problem.
Thanks for your replies.
Yes, we already increased the size, it looks like its the CRM mailbox that is stopping the system, we are upgrading to full Exchange very soon, so this is only a temp fix.
Its SBS 2003.
However I found this in a random google search and think it might cover what i'm wanting to do:
Set oDB = CreateObject("CDOEXM.MailboxStoreDB")
strDB = "CN=Mailbox Store (SERVER_NAME),CN=First Storage Group,CN=InformationStore,CN=SERVER_NAME,CN=Servers,CN=First Administrative...
We have SBS and recently setup a CRM server also, which has pushed the DB size almost to its limit, but what i have found is that the mailbox is needing to be mounted every morning.
Is there a script that I can run and schedule that would do this to save us having to mount the mail store...
Hi All,
I have acidentally installed SQL2005 with the data & logs writting to the same location, whereas I was wanting to put the transaction logs in a seperate folder. I have tried adding a new log file and removing the orginal through the properties window in the management console, but I get...
I need to add string to the follow :
HKEY_LOCAL_MACHINE\Hardware\DeviceMap\SCSI\SCSI Port 3\SCSI Bus 0\Target ID 6\Logical Unit ID 0
When I add this and reboot the new string value that I added is gone.
This Server is on SP2 with all the updates etc...
This is a stand-alone system, it is not on...
I've been using a memo field for data entry in the form, but the amount of data is maxing out the field and getting the usual #error. I've decided the best option is to have a embeded txt document that is linked to that record. OK, tried a few things and nothing worked. Here is what I'm trying...
What I would do is to create another table with your list of forms, then create another form linking to that table.
Then have a sub-form with a scroll box instead of a list box.
I got this template from MS website and i think it has what you are looking for in the reports section...
Thanks for that.
I'll try and explain a bit better.
It is a fault logging system that we have.
When a fault is entered the status (just a field in the table) is automatically set to open. Then if the status has not changed after 1 hour, an email gets sent to our support desk with to flag up...
I have a faults database, and have been asked if it is possible for a email to be sent automatically based on certain criteria (even if no-one has the application open) i.e. status = open, but 1 hour has passed, then every half hour until the status is changed.
Not sure if this is possible.
Any...
I'm trying to run a batch file which backs up certain files and the HKLM of the registry, got the files fine using robocopy but struggling using reg export for the registry. I can get it to do the task once, but when I try again it will not overwrite the existing file. Checked on MS site and it...
I'm using robocopy to do a backup of files and folders to another directory, it does most of it OK, but there are files which are in constant use which will not copy. Can anyone suggest anything?
@echo off
setlocal
SET _source=C:\nicecti
SET _dest=D:\backup
SET _what=/COPYALL /B /MIR
SET...
I have created a Macro which is a drop-down box with values (1,2,3,etc). It takes these values from a hidden sheet.
We are trying to have the values centred rather than aligned to the left. I have set the cell to centre and the values in the hidden sheet to centred also, but the value still...
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.