Showing results for security - PowerShell Community

Apr 29, 2024
Post comments count7
Post likes count10

Encrypting secrets locally

Rod Meaney
Rod Meaney

Keeping security folks happy (or less upset which is the best we can hope for)

AutomationToolmakingsecurity
Apr 15, 2021
Post comments count7
Post likes count1

Is a User a Local Administrator?

@DoctorDNS
@DoctorDNS

Q: Some of the things we do in our logon scripts require the user to be a local administrator. How can the script tell if the user is a local administrator or not, using PowerShell 7. A: Easy using PowerShell 7 and the LocalAccounts module Local Users and Groups The simple answer is of course, easily. And since you ask, with PowerShell 7! But le...

securitylocal userslogon scripts