Powershell

From Lucca's Wiki
Revision as of 17:25, 23 February 2024 by 98.116.178.154 (talk)
Jump to navigationJump to search

POWERSHELL COMMON STUFF



Check if the Password is Expired

Get-ADUser -identity INSERTclientUSERNAMEHERE -properties PasswordLastSet, PasswordExpired, PasswordNeverExpires | ft Name, PasswordLastSet, PasswordExpired, PasswordNeverExpires