Automation

11/12/2020

Creating a WPF Template

The last button for my template is the maximize button. To do this we add yet another add.Click event. Inside the event, we do things a bit differently than we had with the other two buttons. That is inside this we use an if statement, so if it is not maxed it maximizes, but if it is maxed it goes back to the original size. How do we do that? Let us take a look.
09/02/2020

Search Office 365 Creation Dates

I was recently asked to pull a list of every email account. Then we needed to search Office 365 creation dates. Of course, this also needed […]
09/01/2020

Disable Nonessential Server Services Using ForEach and Set-Content

I recently ran into an issue. Where specific services that I feel should not run on a server were on the server. On top of this […]
06/30/2020

Service Tag & Dell Support Lookup tool

Recently I have had the need to look up devices through Dell's support site. I thought it would be a perfect example of a task I can do through scripting the Service Tag & Dell support lookup tool. In the following post I explain how to get the service tag, place that data in a variable, use dot notation to get the data from the variable we need and subsequently open the browser at the correct dell support page for your device.
06/22/2020

Alexa Routines To Call Da Da

We have a few smart devices in our home. One of those are an Echo Dot Kids version. Now I do not sync my contacts with […]