Practically speaking, Try and Catch pairs can perform many functions. They can simply be there for error handling, can be used to determine the next set of actions or even
Month: March 2019
Revisiting Old ScriptsRevisiting Old Scripts
For the past two months I have reviewed an old Exchange Script, one that took an assessment of Exchange information, and did a major rework. My purpose was two fold.
ConsistencyConsistency
Depending on your background or tendencies, coding may not come natural as it does for other people. I have found over time that one aspect in coding will make your
A Good EndingA Good Ending
Like all good scripts, starting off well should be reciprocated with a good ending as well. What does that mean? Think processing, cleanup, ending transcripts, truncating log files and more.