The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Summary: Using PowerShell to report on Users and the last time Passwords were changed
(image)
Hey, Doctor Scripto! I need to report on users and when they updated their passwords In AzureAD. Could you show me how ?
(image)
Most certainly, I love to provide a helping hand however I can. Using the Get-Msoluser Cmdlet just target ...
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 ...
Summary: Use PowerShell to identify the property in AzureAD with the Synchronization time in AzureAD
(image)
Hey, Doctor Scripto. Is there a way with PowerShell to identify when a user was last synchronized with AzureAD?
(image)
Absolutely! We just need to examine the LastDirSyncTime when using the Get-Msoluser cmdlet. Here’s ...
Summary: Targeting Expired Certificates with Get-AuthenticodeSignature
(image)
Question: Hey Doctor Scripto! Is there an easy way to visually identify Digitally signed files with an Expired status on the Digital Certificate?
(image)
Answer: Absolutely! We just need to filter on the “Status” property and show those without the...
Summary: Using the Get-AuthenticodeSignature cmdlet to show if a file is Digitally Signed
Q: Hey, Doctor Scripto!
I was curious, since many new files are Digitally signed with a certificate if there was an easy way to see the status of the Digital Signatures of many files easily?
—SH
A: Hello SH your good friend Doctor Scripto is...