Showing category results for PowerShell

Aug 7, 2019
Post comments count0
Post likes count0

PowerTip: Identify the last time Users changed passwords in AzureAD

Doctor Scripto
Doctor Scripto

Summary: Using PowerShell to report on Users and the last time Passwords were changed Hey, Doctor Scripto! I need to report on users and when they updated their passwords In AzureAD. Could you show me how ? Most certainly, I love to provide a helping hand however I can. Using the Get-Msoluser Cmdlet just target the LastPasswordChangeT...

PowerTipPowerShellDoctor Scripto
Aug 7, 2019
Post comments count0
Post likes count0

Reporting on Microsoft 365 Licensing using PowerShell – Part 2

Doctor Scripto
Doctor Scripto

Summary: Will Martin continues his discussion on how to report on Microsoft 365 licensing in the cloud. Previous Posts on this article can be found here for continuity Reporting on Microsoft 365 Licensing using PowerShell – Part 1 Remember from last week we showed the results of what a user licensed in Microsoft 365 looked like in the web ...

PowerShellDoctor ScriptoMicrosoft 365
Jul 31, 2019
Post comments count0
Post likes count0

PowerTip: Identify the last time a User was Synchronized to AzureAD

Doctor Scripto
Doctor Scripto

Summary: Use PowerShell to identify the property in AzureAD with the Synchronization time in AzureAD Hey, Doctor Scripto. Is there a way with PowerShell to identify when a user was last synchronized with AzureAD? Absolutely! We just need to examine the LastDirSyncTime when using the Get-Msoluser cmdlet. Here’s an example below (Get...

PowerTipPowerShellDoctor Scripto
Jul 31, 2019
Post comments count0
Post likes count0

Reporting on Microsoft 365 Licensing using PowerShell – Part 1

Doctor Scripto
Doctor Scripto

Summary: Will Martin discusses how to report on Microsoft 365 licensing in the cloud. Hello everyone, Doctor Scripto here today to introduce you to a good friend of mine. Will Martin is a PFE in Messaging here at Microsoft and he wanted to share a wonderful solution he found on reporting on Microsoft 365 licensing with PowerShell. Will my fri...

PowerShellDoctor ScriptoMicrosoft 365
Jul 24, 2019
Post comments count0
Post likes count0

PowerTip: Show files with expired Digital Certificates

Doctor Scripto
Doctor Scripto

Summary: Targeting Expired Certificates with Get-AuthenticodeSignature Question: Hey Doctor Scripto! Is there an easy way to visually identify Digitally signed files with an Expired status on the Digital Certificate? Answer: Absolutely! We just need to filter on the “Status” property and show those without the value ‘Valid’. As an add...

Sean KearneyPowerShellDoctor Scripto