No external emails on exchange
If internal emails are being processed by exchange but external emails are not coming through most likely you have an issue with back pressure. In Event Viewer under the application log search for event id …
If internal emails are being processed by exchange but external emails are not coming through most likely you have an issue with back pressure. In Event Viewer under the application log search for event id …
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
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 …