Home
Stuff I Forgot
Reset Clock on Users Password Reset
2020-04-07 13:41
#Change my.user with the target user account. $username = “my.user” #This command will get the current PwdLastSet value. $User = Get-ADUser $username -properties pwdlastset #Display the curren...
Gaining access to SQL Database :)
2020-04-05 13:36
1. Start the SQL Server instance using single user mode (or minimal configuration which will also put SQL Server in single user mode) From the command prompt type: SQLServr.Exe –m (or SQLServr.exe...