Stuff I Forgot

Azure – O365 Name Fix
2020-04-15 16:30   Fixing Sign-On Name for Renamed Users in Office 365 When using DirSync, the user’s userPrincipalName attribute in Active Directory is used to construct the user name in Office 365. The Office 365 ...
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...
Legacy to Organize
2020-03-18 12:29   Task to free up IP on DHCP until later October 24, 2017 / Leave a comment $server = “dhcpserver.domain.local” # scope on dhcp server $scopeid= “10.10.10.0”   #Get-DhcpServerv4Scope -ComputerNa...