Archive | tech-nol-o-gy RSS feed for this section
Article

DPM 2010 Add firewall rule

Here is a simply way of adding a Windows firewall rule to allow DPM remote agent push: netsh advfirewall firewall add rule name=”Allow DPM Remote Agent Push” dir=in action=allow service=any enable=yes profile=any remoteip=[IP]

Read More
Article

Exchange 2010 – Import-mailbox and Export-Mailbox cmdlets fail with error code –2147221219

I have been attempting to figure out an issue with the mailbox-import cmdlet for the last 10 hours. Never mind the fact that nearly every single thread and blog post online points to answer (s), which aren’t necessarily the end all solutions to a problem that’s unique to everyone. The error, -2147221219 is generic, and [...]

Read More
Article

Exchange 2010 remove public folder/database

If you have dealt with Exchange for as long as I have, then you’ll know that public folder was/is a poor replacement for better solutions. Microsoft will eventually remove this feature as it moves forward with the future versions of Exchange. That said, I decided to axe public folders from my Exchange deployment because I [...]

Read More
Article

Exchange 2010 ECP virtual directory missing

I was troubleshooting several issues at the same time. During the process, I had to recreate the Exchange IIS website along with the virtual directories. However, after doing so, I found out the ECP virtual directory was not created in IIS. Based on my finding, I decided to run Set-ECPVirtualDirectory command via Powershell. The only [...]

Read More
Article

Exchange 2010 changing HUB transport default policy SMTP address

If you want to change the default policy SMTP address (e.g. *@domain.local) via EMC you may run into an error such as this: Summary: 2 item(s). 0 succeeded, 1 failed. Elapsed time: 00:00:00 Edit Default Policy Failed Error: The operation can’t be performed on the default e-mail address policy. Exchange Management Shell command attempted: set-EmailAddressPolicy [...]

Read More