Credentials locking account
Situation: Account keeps getting locked out after a password change. Event log points back to a certain PC. User isn’t logged on to PC and we see the account trying to access LDAP on a …
Situation: Account keeps getting locked out after a password change. Event log points back to a certain PC. User isn’t logged on to PC and we see the account trying to access LDAP on a …
Disable LLMNR via GPO Startup Script to disable NetBios $regkey = “HKLM:SYSTEM\CurrentControlSet\services\NetBT\Parameters\Interfaces” Get-ChildItem $regkey |foreach { Set-ItemProperty -Path “$regkey\$($_.pschildname)” -Name NetbiosOptions -Value 2 -Verbose} Enable SMB Signing (Test this with a small batch of computers …
http://www.microsoftvolumelicensing.com/ProductResults.aspx?doc=Product%20Terms,OST&fid=88
After migrating email from Office 365 back on premise we ran in to a lot of failed deliveries based legacy email addresses. Clearing out cached email address from the users however the issues kept appearing. …
Get-User -RecipientTypeDetails UserMailbox | where {$_.UseraccountControl -like “*accountdisabled*”} | Export-Csv C:\temp\disabledwmail.csv
Pause Azure AD Sync by opening Azure AD Connect. You should see this prompt Create the users new AD Account make sure that the UPN is set correct and the proxy address has an entry …
1.If an active directory account is accidentally deleted first thing to do is check if the Active Directory recycle bin is enabled. 2.If the Recycle bin would show as an OU in the root of …
Ran in to an issue where someone was migrating domains to a new domain and needed to re-set up Azure AD Connect. Did some pre-planning and exported all users including their ImmutableID’s $msolcred = get-credential …
If you want to be able to configure other applications like Google Chrome, Mozilla Firefox, Office 2016, etc. You will need to search for the admx files online Google Chrome (https://dl.google.com/dl/edgedl/chrome/policy/policy_templates.zip) Mozilla Firefox (https://github.com/mozilla/policy-templates/releases/download/v1.7/policy_templates_v1.7.zip) Office …
Download the newer Administrative templates from Microsoft’s website. ( I pulled Windows 10 1809 templates from here (https://www.microsoft.com/en-us/download/details.aspx?id=57576) Install or extract the administrative template files to a folder. Copy all the administrative templates to C:\Windows\Sysvol\domain\policies\PolicyDefinitions …