Questions tagged [bulk]

27 questions
5
votes
6 answers

How to send Bulk email with SMTP server

How do email marketers get success while sending mails? Though their emails volume is very high, they can deliver mails with out any problem like spam or bounce. If we try to send bulk mails with our own server, Yahoo or Gmail servers reject mails…
mani
4
votes
1 answer

How to add 50 or so aliases to an existing DNS zone in Windows Server DNS?

I have a few zones in my Windows Server DNS. I wish to add around 50 unique aliases to the existing zone. Is there any trick I can use? I've tried to google for it where the odd post suggests using dnscmd .. but I'm not sure if this is right and if…
Pure.Krome
  • 6,338
  • 17
  • 72
  • 86
3
votes
1 answer

HP ilo Bulk Certificate update

I have a mixture of iLo 1-4 to update the self signed certs to use our CA. I have found some tools for the version 3/4 through PS and the new HP cmdlets. So two questions. Anyone know a way to bulk update iLo1 and 2? Using my script for version 3…
Billc123
  • 31
  • 1
3
votes
3 answers

Good ways to disseminate login information, especially when new users are created?

When you create user logins in bulk, with set passwords as many users are unlikely to change their passwords, how do you disseminate the information? Students in our school division are automatically assigned a username and password after…
Clinton Blackmore
  • 3,510
  • 6
  • 35
  • 61
2
votes
2 answers

Data take on with Drupal 6

We are migrating our current intranet to Drupal 6 and there is a lot of data within the current system which can be classified into: List data, general lists of fields. Common use is phone list of the employees phone numbers. Document repository.…
Robert MacLean
  • 2,186
  • 5
  • 28
  • 44
2
votes
3 answers

Large insert/update in table causes timeout while SQL Server re-arrange indexes

We insert/delete about 1 million rows of a two million rows table with SSIS. We have 20 indexes on this table. Right after the SSIS finished, we're experiencing timeouts in the frontend. The timeouts eventually go away. I'm suspecting the indexes…
1
vote
1 answer

Rename Files in Folders

I am using windows server 2016 and I am facing a problem. We have been making some changes and I am now in need of having a folder that whenever a file(in this case a specific type (.msg)) is placed inside the folder the file has to be renamed with…
1
vote
1 answer

Bulk/Mass 410 Pages in nginx config

We've got 130 urls (some query query strings) that we need to serve up our normal 404 page, however return a 410 header. The list looks something like, just a complete mixture of…
owenmelbz
  • 163
  • 12
1
vote
2 answers

Bulk emails - what to do with "over quota / mailbox full" undeliverable emails?

We send out newsletters / bulk mail (double opt-in of course). We automatically delete hard bounces (mailbox unavailable, user unknown, host unknown...) right away from our mailing lists. But a lot of "Undelivered" mails are generated because the…
Perrschy
  • 69
  • 1
  • 9
1
vote
2 answers

How to return only empty or "problematic" DNS records for bulk queries

When doing a bulk input of records, I want to verify that I put each in its correct location by doing a bulk query with dig. Dig will spit out all positive results with: dig +noall +answer or dig +short And it gets even closer as noted in an…
Watki02
  • 537
  • 2
  • 12
  • 21
1
vote
2 answers

Bulk move user files to Google Apps from Windows

I am looking to do a mass migration of user files from a Windows Server to Google Drive. Each user has their own folder on the Windows Server and I am looking for a way to bulk migrate to each users Google Drive. I have 1200+ users to do this for…
tyelford
  • 255
  • 2
  • 11
1
vote
0 answers

How to troubleshoot marketing e-mail inbox rate / deliverability?

After previously using managed ESP's, we've recently switched over to our own server (CentOS 6) that's set up to send bulk e-mails with 12 IPs/SPF/DKIM. Campaigns are processed and sent via Interspire, but I've been testing with a desktop…
1
vote
1 answer

Alfresco : Import FileSystem permissions w/ Bulk Filesystem Import Tool

I have Alfresco 4.2.c installed on a Windows Server 2012, linked, sync and SSO to a LDAP (working great). I'm trying to use BFI (https://code.google.com/p/alfresco-bulk-filesystem-import/) to import a filesystem linked to the users of the LDAP…
PaKempf
  • 63
  • 1
  • 10
1
vote
2 answers

Bulk email validation

I have a list of one million email addresses of varying quality (the list has never been pruned) which needs to be cleaned. All addresses are syntactically correct, but many of the mailbox accounts may have expired. Can someone recommend a tool for…
0
votes
1 answer

Active Directory - set passwords for an entire group

I have an active directory server where users are divided in various security groups, and I've been trying to find a way to reset passwords for all of them at once. So first I thought I could just use dsquery. The command dsquery group -name…
zingmars
  • 3
  • 1
1
2