My co-author Dave Stork and I are working to populate our YouTube channel with useful content. At this point we have these three videos posted to our channel: We have one more video that is in final editing stages, to be posted this week. Dave is working on an Exchange calculator video and I am…
PowerShell Tip of the Week – 04-22-2019
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
PowerShell Tip of the Week – 04-15-2019
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
Pagefile, Exchange 2019 and the End of +10MB
Exchange 2019 expands the limit of what is allowable for an Exchange Server in terms of physical hardware/virtual machine requirements. This change applied particularly to memory. Microsoft currently recommends 128GB (Mailbox Role) and 64 GB (Edge Transport) RAM sizes. Maximum memory is capped at 256GB supported as well. Both of these are a significant change…
PowerShell Tip of the Week – 04-08-2019
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
Modern Public Folder Hierarchy and Recoverability
Recently I had a recovery scenario with a client that did not go as well as planned. The client had a single Exchange 2013 server, with a single mailbox database all installed and operating on a Physical server. They had an issue with the server, which required a complete rebuild of the OS and recovery…
PowerShell Tip of the Week – 03-26-2019
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
PowerShell Tip of the Week – 03-20-2019
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
POLL – Future PowerShell Tips of the Week
The PowerShell Tips of the Week feature is nearing a year in age now and I wanted to get feedback as to the direction of these tips. Let me know what you think. Thanks! [polldaddy poll=10274116]
Quick Powershell Stuff 29
For this Quick PowerShell blog post, I will cover some quick examples of new code I have added to some of my more complicated scripts. The chunks of code are nearly standardized in three scripts I have created recently. They deal with some of the more benign aspects of PowerShell coding. I find them useful…