Office 365 Changes Recently Microsoft added support for what is known as “+” email addresses or dynamic email addresses. This feature was the number one rated feature in User Voice
Category: PowerShell
PowerShell Log Files – OptionsPowerShell Log Files – Options
Log Files Creating log files for auditing can be a pain to implement, but may be a boon if you are automating scripts. The oft asked detail, is indeed, how
More BitsTransfer CmdletsMore BitsTransfer Cmdlets
For this Tip of the Week, we are going to cover some more of the BITS PowerShell cmdlets. Two weeks ago, we covered Start-BitsTransfer and talked about a couple of
PowerShell Properties and SubPropertiesPowerShell Properties and SubProperties
For my second post of the year, I am posting a tip I wrote a few months back and forgot to post. Enjoy! Introduction In this edition of PowerShell Tip
Using Start-BitsTransferUsing Start-BitsTransfer
New Year, New Posts. So first, Happy New Year! and Second, welcome to my 4th year of producing PowerShell Tips. START-BITSTRANSFER For this tip we will explore the Start-BitsTransfer cmdlet
Waiting LoopWaiting Loop
PowerShell is a pretty flexible language. We can perform many tasks to make our job easier with it. What if there was a way for PowerShell to wait for a
Handling Wrong AnswersHandling Wrong Answers
If a script contains a series of questions for someone to enter answers for, how do we perform a sort of error handling on the entered responses? Do we just
Organizing PowerShell ProjectsOrganizing PowerShell Projects
After using PowerShell for over a decade, I have started to get better about organizing my coding projects. In the past my laptop would be scattershot with directories and temp
Remove AzureRM and Install AZ Module for Azure PowerShell ManagementRemove AzureRM and Install AZ Module for Azure PowerShell Management
For this PowerShell Tip of the Week I wanted to review the process for removing AzureRM from a computer and installing the new AZ module for managing you Azure environment.
Compare-ObjectCompare-Object
Depending on what tasks you perform with PowerShell, you may never need Compare-Object. However, when you need it, you will find it immensely helpful and problematic at the same time.