Showing results for PowerTip - Scripting Blog [archived]

Aug 31, 2017
Post comments count0
Post likes count0

PowerTip: Remove calendar events from a mailbox

Doctor Scripto
Doctor Scripto

Summary: Remove calendar events within an Exchange Online mailbox.     Is there an easy way to remove calendar events from within an Exchange Online mailbox?         Yes there is. There is a newly deployed cmdlet to Office 365 tenants: Remove-CalendarEvents. This cmdlet is currently only available in Exchange Online, but it does allow administrato...

PowerTipguest bloggerOffice 365
Feb 3, 2017
Post comments count0
Post likes count0

PowerTip: Get a list of security patches installed in the last 90 days

Doctor Scripto
Doctor Scripto

Summary: Cloud and Datacenter Management MVP, Thomas Rayner, shows how to get a list of all the security patches installed in the last three months. How can I list all the security patches that I’ve installed in the last 90 days? There’s a class for that! Just use , and you can retrieve this information. Here is an example:

Windows PowerShellPowerTipguest blogger
Feb 2, 2017
Post comments count0
Post likes count0

PowerTip: Get a list of suspended Azure Automation jobs

Doctor Scripto
Doctor Scripto

Summary: Cloud and Datacenter Management MVP, Thomas Rayner, shows how get a list of all your suspended Azure Automation jobs. I think I have an Azure Automation job that is getting suspended for running too long. How can I verify this? You can use the cmdlet and its flag to get this information. Here is an example: You can also use other val...

Windows PowerShellPowerTipguest blogger
Feb 1, 2017
Post comments count0
Post likes count0

PowerTip: Convert from UTC to my local time zone

Doctor Scripto
Doctor Scripto

Summary: Cloud and Datacenter Management MVP, Thomas Rayner, shows how write a function to convert from UTC to your local time zone. I have a time that I’d like to convert from UTC to my local time zone. How can I do this? You can write your own function to do this, and use the [System.TimeZoneInfo] .NET class and associated methods to make this...

Windows PowerShellPowerTipguest blogger
Dec 25, 2016
Post comments count0
Post likes count0

PowerTip: Get the Notes field when accessing users or groups in Active Directory

Doctor Scripto
Doctor Scripto

Summary: Use the Active Directory Module to get the information from the “Notes” field.  I’m trying to find the Active Directory property to use to access the Notes field when I’m viewing a user or a group. Could you lend me a hand? No problem at all. The property you are looking for is and can be added when you use or . I like to add as well ...

Windows PowerShellPowerTipguest blogger