PowerShell thought process
One important aspect of leveraging PowerShell is to adjust your mindset. Listed are some topics to consider: Automate: Create scripts, functions, and modules to automate manual tasks. If you function up routine tasks, you and others can quickly and easily complete work duties more efficiently. Delegate: Once the functions and modules are built and deployed,
FieldNote: Big red button at the data center
Story 1: One day, a maintenance worker went downstairs to perform some work in the company’s data center. He walked up to the door, saw a big red button, with no label, and assumed it was the way to open the door. Why not have automatic doors that need a button? He pushed it, the
PowerShell Core Support Lifecycle
Microsoft has updated the life cycle of software to the Modern Lifecycle Policy. The short answer is: faster, more frequent updates mean that version support is shorter. This makes sense in today’s agile software development environment. Instead of a three-year cycle for applications, and an additional 10+ years of support, the new agile process of
DAG’s spread across multi-domains?
Q: Can you spread an Exchange DAG (Database Availability Group) between two domains? A: No. Now the story: Say you have a single forest named: Contoso.com. In that forest, you have two child domains: East.Contoso.com and West.Contoso.com. You also have Exchange servers deployed in both East and West domains, but none in the root domain. Is it possible to host some
The Lingering Object Liquidator (LOL)
There is a tool that helps you identify Lingering Objects in an Active Directory environment. It is the Lingering Object Liquidator, or LOL for short. A description from the download site: Lingering Object Liquidator automates the discovery and removal of lingering objects from an Active Directory Domain Services forest. The tool uses the DRSReplicaVerifyObjects method
cmdlet: Remove-InboxRule
Q: Is there a way to remove an Inbox rule for a mailbox? A: Yes. You can use the Remove-InboxRule cmdlet to remove an Inbox rule from a mailbox. Inbox rules process messages in an Inbox based on conditions specified and take actions. Removing an Inbox Rule can assist in troubleshooting end user’s mailboxes. Remove-InboxRule -Mailbox
Do you have Lingering Links in your AD?
I had posted a blog about what happens if you do have Lingering Links in your environment about a year ago. The blog here appeared on the Exchange Blog Site. Now that I have my own blog site up and running, I just wanted to make reference to the article as in the field, I still find customers
cmdlet: Enable-InboxRule
Q: Is there a way to enable an Inbox rule for a mailbox? A: Yes. You can use the Enable-InboxRule cmdlet to enable an Inbox rule. Inbox rules process messages in an Inbox based on conditions specified and take actions. The enable/disable InboxRule cmdelts, assist in troubleshooting end user’s mailboxes. Enable-InboxRule "Move To Junk Mail" -Mailbox
No one received the certificate expiration notification!
Exchange Certificates Prior to Exchange Server 2013, the Exchange application did not automatically notify administrators of a pending upcoming certificate expiring. One of the issues we administrators run into is expiring certificates. If the Exchange environment has a certificate that expires, then typically, trusted access via clients is interrupted. The good news is, you should ask