Powershell

From Lucca's Wiki
Revision as of 01:17, 1 June 2024 by Lucka (talk | contribs)
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


Force the DC to sync the password

start-adsyncsynccycle -policytype delta


Join a domain

add-computer –domainname "YourDomainName" -restart


Getting New Teams to install when it refuses to [Needs Admin]

Add-ProvisionedAppPackage -Online -PackagePath "{PATH-TO-TEAMS}.msix" -SkipLicense