Oft overlooked parts of Active Directory is Sites and Services. If it isn’t overlooked, it can be effectively ignore or it’s misunderstood. Over the nineteen (almost twenty!) years that Active
Category: Uncategorized
eDiscoveryCaseAdmin (SCC)eDiscoveryCaseAdmin (SCC)
The Security and Compliance Center is a central piece of the story of security within Microsoft’s Office 365 cloud solution. Like previous workloads and products from Microsoft, the Security and
PowerShell Cmdlet PermissionsPowerShell Cmdlet Permissions
When it comes to permissions and PowerShell, one item that is sometimes overlooked is permissions required to run PowerShell cmdlets. Why is this important? There are times where a role
Tweeting with PowerShellTweeting with PowerShell
PowerShell and Twitter. Would seem like an odd pair. However, you might find that there are some practical uses to the combination of these two tools. Some may use it
Schedule It!Schedule It!
Schedule it. Automate it. Leveraging this function enables a coder to expand what they can accomplish with scripting in an environment. PowerShell scripts can do this with the Windows Scheduler
Conditional VariablesConditional Variables
Making decisions in PowerShell. In this weeks PowerShell tip of the week we will review ways we can use variables to help drive scripts conditionally. This means that when a
Add a Bit of Color to PowerShellAdd a Bit of Color to PowerShell
I’ll admit that using color in PowerShell is more of an afterthought for most scripts, it does come in handy for certain situations. One could use color to enhance output
PowerShell PausePowerShell Pause
Waiting is a game that can be played even with PowerShell. There are a few options when working PowerShell and pausing its operation to waiting for a process to complete.
PowerShell Parameters (Basic)PowerShell Parameters (Basic)
Why use external arguments for PowerShell scripts? External parameters allow for options to be selected that correspond to functions or actions within the script. For example, if you wanted to
TLS and PowerShell Web RequestsTLS and PowerShell Web Requests
Apparently, TLS versions matter when working with PowerShell. It matters for PowerShell and Invoke-WebRequest commands. I have some schedule tasks that ran pulling small bits of information from them and