Posts

Showing posts from May, 2020

Events data collection failure issue

Hyper-V Host :: Allow firewall "Remote Event Log Management" and "Com+ Network Access"

Powershell Command

Test Connection with Computer #Test-NetConnection -ComputerName MyComputer -Port 135 Check Count of Bad Password dsquery * -filter "(&(objectCategory=User)(objectClass=Person)(sAMAccountName=%username%))" -attr givenName sn badPwdCount View Account Locked Search-ADAccount –LockedOut

Attach file limit of MS Outlook

Go to Regedit Go to  Outlook 2010: HKEY_CURRENT_USER\­Software\­Microsoft\­Office\­14.0\­Outlook\­Preferences. Outlook 2013: HKEY_CURRENT_USER\­Software\­Microsoft\­Office\­15.0\­Outlook\­Preferences. Outlook 2016: HKEY_CURRENT_USER\­Software\­Microsoft\­Office\­16.0\­Outlook\­Preferences. click Edit > New > DWORD (32-bit) Value  then  rename the value to "MaximumAttachMentSize."  Add a size limit  (in kilobytes). 0 is no limit.