Bradley Wyatt
Bradley Wyatt
Suggestion by wdomon, copy AD Attributes from template user and auto fill in
Make the option radio button, can enable titlecase, upper and lower
https://www.sapien.com/blog/2018/07/12/powershell-studio-how-to-prevent-powershell-cmdlets-from-hanging-in-gui-apps/
Any way to report on if the user has multi-factor authentication enabled? Or pull the tenant’s security score?
For example, There is another bit, in the section where you loop through all the user accounts and do an "get-aduser [name] -properties *" on a per account basis. But......
function cross_check_domain($member_list) { # Snapshot the user count to make things a bit quicker with larger loop lengths $count = $member_list.member.count $current = 0 # Enumerate users in the group...
I was looking at something like this recently called pingcastle, which does a few similar things. I would run ping castle in your lab and see what you could nab...
Found when setting up scheduled tasks and adding start-transcript at beginning of script to see why it would 'pass' but never send. Even if we set $maxPasswordAge = 90 it...