Exchange 2016 – Grant Full Permissions Over A Mailbox

I recently had to remove permissions from a mailbox where another user had “Full Access” or “Full Permissions” over. The original setup was done on the old Exchange 2010 server that was upgraded to 2016.

  • Log into the web interface of the Exchange.
  • Locate the mailbox and double-click on the mailbox display name.
  • Click on “mailbox delegation“.
  • Scroll down to the last box “Full Access“.

Let us know if this helped you…

Preview DNS Changes Quickly with Geopeekers

While working with a hosting provider to make some DNS changes necessary to point the domain to the new hosting and updated website we learned about GeoPeekers.com.

https://www.geopeeker.com

This tool allowed us to preview the DNS changes in just a minute or two. It was nice to know the site was going to completely fall apart when the DNS changes fully propagated.

Let us know if this helped you…

Firefox Monitor Have You Been Breached

While looking at a website in Firefox I was prompted to check out “Firefox Monitor” because the website had been compromised in the past. It gave me a button to click to see if I had been compromised. Here is the link.

https://monitor.firefox.com/

On this page you put in your email and if a company has reported a breach then you will find out which ones. For me it was Adobe, LinkedIN, and Dropbox. All of these site are so popular, and that fact that I didn’t know before makes me grateful that Firefox has provided this service. It is nice to know you can still find useful free stuff on the internet.

We were approach by another IT company with updated information. You can find it here: https://www.comparitech.com/blog/information-security/default-password-routers-study/

Let us know if this helped you…

Scheduling Google Analytics Reports

In January we set up Google Analytics to send reports to some customers automatically. This year when we were setting this up the Analytics Dashboard has changed and it took us a minute to locate what we were looking for. Here are the steps.

  • Log into your account and go to the account you need to send the reports from.
  • Go to one of the “Reports” on the left side such as “Audience” or “Acquisition“.
  • In the upper-right you will see the icon to “Export“. From here it is like it was before.

Let us know if this helped you…


Migrating From Salesforce To Hubspot

There are some good automated service to match up the fields and move the data over; however, we have found that the data isn’t always entered correctly and needs to be manually evaluated and corrected before importing.

We did a full export form Salesforce and we got 140 separate .csv files. The ones were really concerned with moving were the following:

  • Accounts
  • Attachment
  • Contact
  • Email Message
  • Entity Subscription
  • Event Relation
  • Feed Post
  • Feed Tracked Change
  • File Search Activity
  • Lead
  • News Feed
  • Note
  • Opportunity
  • Opportunity Contact Role
  • Opportunity History
  • Task
  • Task Relation
  • User

These were the .csv files that had content in them. We started by opening the Contacts and reviewing the data and how the tables linked. The field “AccountId” links to the field “Id” in the “Accounts” .csv file. We reduced the number of contacts down to just 10 users and ran through the import process.

Once logged into Hubspot, in the top menu go to “Contacts >> Companies“. Next click on the “Import” button.

Go to “Start an import“.

Select “File from computer“.

Select “Companies“.

Upload your file. Since we were coming from SalesForce we did not check “Update existing companies using “Company ID” exported from HubSpot.

In SalesForce the Company has a unique id column called “ID“. This matches up with “Accounts ID” in the accounts table. While importing the Hubspot calls this column “Company ID“. The import wasn’t allowing us to pick so we created it. Seemed scarey at first but worked fine.

This import didn’t go as planned. The company was automatically created, but it didn’t link it to the contact. In addition, when reviewing the small import I discovered it put the the company in City that didn’t exist in that State. I have no idea where this data came from.

After some research I discovered this feature of importing two different .CSV’s files such as contacts and companies and matching a field to link the data. It is still in Beta. Here is a link to Hubspot’s how-to.

knowledge.hubspot.com/articles/kcs_article/contacts/associate-records-via-import

Found Another Issue

I tried a small import; however, nothing matched between the “ID” in “Accounts” export and “AccountId” in “Contacts“. I discovered the first 10 items I tried to import didn’t have a matching account with a matching contact.

I used Excel to find how many don’t match and create a new CSV with just the ones that matched.

I copied the Accounts sheet to the Contacts sheet by using the following method.

  1. Right-Click on the tab of the sheet I want to copy and select “Move or Copy“.
  2. Use the dropdown arrow to select the other workbook.
  3. Select where you want it to go. I didn’t care so I choose “(move to end)“.
  4. Make sure to check “Create a copy” or it will move the sheet out of the workbook.

The next step I used the help from this YouTube video to do the Match calculation.

Here is the calculation I ended up using.

=ISNUMBER(MATCH(E2,Account!$A$2:$A$49564,0))

I took those results and filtered them by going to Data >> Filter. I could then select just the matched results and export them.

This next article showed me how to just export the visible once I filtered my view to just the “True” or matched items.

https://www.extendoffice.com/documents/excel/3303-excel-save-filtered-data-to-csv.html

We then reduced both files down to just 15 matched rows to test. We had to make a common field to make the association so we changed “Id” in the “Accounts” to be “AccountId” like it is in the “Contacts“.

We logged into hubspot and started the import process but this time chose “Multiple objects with Associations“.

Selected “Contacts” and “Companies” and hit “Next“.

Drag and drop your .CSV files.

Next we had to associate the matching columns between the .CSVs and assign a “Unique Key“. Since this ID was originally the Accounts ID we associated it with “Company“.

When we got to the import screen for Account or Company the AccountID was asssociated with any hubspot property, so we created one.

Click “Create a new property“.

Then give it a name. We did “AccountID” so it would match.

We checked “Don’t import data in unmatched columns“.

This worked for the most part; however, if the address wasn’t in the “Accounts.csv”,  Hubspot automatically created the address which in some cases was way off. It had a business in Washington DC with an address in Chicago.

!IMPORTANT:
When importing an export .CSV I found it necessary to open the .CSV, copy everything, and paste it back into a new Excel sheet and save it as a .CSV. If I didn’t the import would crash or time out. I would get error #2006 - MySQL server has gone away

The large .CSV imports into MySQL through PHPmyAdmin were failing. I moved over to MySQL workbench and this worked quicker; however, it only imported 894 of 48,000 records. The is next article got me on the path to use “HeidiSQL“. Heidi knocked out the import in 5 seconds.

https://stackoverflow.com/questions/3635166/how-to-import-csv-file-to-mysql-table

Steps for getting the MySQL Tables Ready for combining:

  1. I took a working table and copied it with “Add AUTO_INCREMENT value”.
  2. Adding an PRIMARY_KEY speeds up the query process to I needed to change the “AccountId” I was joining on. I went into “Structure”, checked the row I wanted to change and hit “change”.  I had to change the “AccountId” to a “varchar” and added the “value” of “255” and hit “Save”.
  3.  I went into “Structure”, checked the row I wanted to change, scroll to the bottom and hit the “Primary” button.
  4. This above method did not work.

I used the MySQL Workbench and “altered” the table and put primary keys and an index on the tables.

  1. In the WorkBench click on the “wrench” icon.
  2. I added a “Primary Key” and hit “apply”, but here I changed the “Alter” query to be add “index”.
    I get the following screen.
  3. I changed the query so it was adding an “Index” and not a “Primary Key”. The new query looked like this “ALTER TABLE blog ADD INDEX(blogID);”

With this completed the queries would no longer time out and happened in seconds.

I ended up having to use SQL to join the data. I used the following query.

This is working:

UPDATE accounts AS a
INNER JOIN contacts AS c ON a.AccountId = c.AccountId
SET a.BillingStreet = c.MailingStreet,
a.BillingCity = c.MailingCity,
a.BillingState = c.MailingState,
a.BillingPostalCode = c.MailingPostalCode
WHERE a.BillingStreet = “”

This article was a huge help.

https://stackoverflow.com/questions/8057565/mysql-update-statement-inner-join-tables

The next step I used MySQL Workbench to export the table to a CSV.  I right-clicked on the Table name and selected “Table Data Export Wizard” and saved the file as a .CSV.  I then took this CSV files for Contacts and Accounts and went through the process of uploading multiple files in Hubspot.

There were a few errors but they were only related to the “Industry” field where it was trying to add a industry listed from Salesforce that didn’t exist in Hubspot. Not a big deal for us since we were only after the contact and companies.

Let us know if this helped you…

Error Code 49.4C02 On HP Printer

We had a customer getting this error when printing a PDF. It was a networked printer so once one job failed the rest would stack up. Working with a printer repair company they sent us on the right path to get this resolved.

  • Delete out any queued print jobs.
  • Update Acrobat Reader to the latest version.
  • Power-cycle the printer by turning the printer power off, wait 10 seconds, and turn the printer back on.

Let us know if this helped you…

Windows Update Failure – error code 8024402F

When performing windows updates on a computer you may run into the following error “Windows Update error code 8024402F” which is caused by network issues.

This issue is caused when the network firewall or computer antivirus is blocking the computer from accessing the IP address associated with the windows update server

The reason why your firewall or antivirus may be blocking the IP address is because Microsoft reuses the same IP pools used by Azure. This can cause the IP address to be sometimes associated with Pornography websites or other types of websites that may be blocked by your firewall or antiviruscontent filter.

Method of finding IP address associated with Windows update server:

Run a packet capture using your Firewall or Wireshark on the computers WIFI or Ethernet NIC card while running the update check and look for the following packet sequence:

x.x.x.x x.x.x.x /get winupdates/……………anything can go here…..

Once you acquire the IP address associated with that packet place it in your firewall’s white-list and you should be able to now grab updates from the windows servers.

The MACos Installation Couldn’t Be Completed

We got a call from a customer with a couple of MACs in there place and one of them was giving the following error “the macos installation couldn’t be completed”. There are a couple of options out there to fix this and able to get the user back up and running, but only after doing a “reinstall os” option.

This video was a good start; however, the “restart” option didn’t work. Start with the “command button” and “r”  to get the recovery dialog box.

Let us know if this helped you…




Outlook a program is trying to access e-mail address

We had a customer who’s Outlook keep popping up the following dialog box.

Here is the link we used to understand the issue.

https://support.office.com/en-us/article/i-get-warnings-about-a-program-accessing-email-address-information-or-sending-email-on-my-behalf-86cc5ece-379e-45e3-b8eb-3fefba09946b

This location uses Vipre Antivirus. We logged onto their server and went into the Vipre console. The customer’s machine appeared up-to-date with the client; however, the definitions were slightly behind. Not by much. We pushed “Definition Upates”, and this resolved the issue right-a-way.

Let us know if this helped you…

 

Window 10 Media Creation Tool and Update Catalog

Windows 10 allows you to download the Operating System Software. This is a big change for the way Microsoft distributed the installation disks. You may need this to perform a system repair. Here is a link to the download.

https://www.microsoft.com/en-us/software-download/windows10

Another link we often need is for the Windows Update Catalog. Here you can search for the appropriate update. There is often a listing for a 32-bit version and a 64-bit version, so be careful of which one you download. Here is the link.

http://www.catalog.update.microsoft.com/

Lets us know if this helped you.

Translate »