Trying to authenticate a user with their AD credentials and the error displayedThe remote connection was denied because of the username and password combinationIn the Event Log […]
Category: Research
Research Undertaken
Make windows 10 faster with Group Policy
Debloat Scripts https://github.com/Sycnex/Windows10Debloater https://www.reddit.com/r/Windows10/comments/8jgrgr/guide_how_to_make_windows_10_less_intrusive_and/ GPO’s to add . Computer Configuration\Administrative Templates\Windows Components\SearchAllow CortanaDisabledPrevent automatically adding shared folders to the Windows Search indexDisabledDon’t search the web or display web results in searchEnabledAllow Cloud […]
How to install .NET Framework 3.5 on Windows 10 via WSUS
If your windows 10 machines get their updates from WSUS then you might get Error 0x800F081F while installing .NET Framework 3.5 on Windows 10. This is probably due […]
Import-STFConfiguration : An error occurred configuring StoreFront diagnostics. Method invocation failed because
Trying to import a Citrix Storefront Config produces the following ErrorImport-STFConfiguration : An error occurred configuring StoreFront diagnostics. Method invocation failed because[System.Collections.Hashtable+ValueCollection] does not contain a method […]
How to restore a Domain Controller in a DR Situation
Upon restoring a domain controller to a new or isolated network in example a DR environment, the domain controller will lose access to its other domain controllers […]
Sharepoint Online Classic View – Cannot show the value of the filter
Recently a user was trying to use the Edit functionality of a Sharepoint Online List using Classic View with over 5000+ Items. To which they got when […]
Cannot SysPrep Machine due to “Package was install for a user”
Recently I was trying to SysPrep a machine ready for imaging , however I got the belowThe app was : cannot remove 46928bounde.EclipseManager_2.1.0.21_neutral__a5h4egax66k6y becuase user does not […]
MYOB Outlook 2016 – A program is trying to access email-address Information
You will need to run the below as Administrator , if the use doesn’t have local admin you will need to change them to one then remove […]
How to Share Office 365 Shared Mailbox Calendar Externally with Users
With an account that has full access to the Shared Mailbox , login to Webmail and Choose “Open Another Mailbox”Enter the Shared Maibox and Click OKNext Click on the […]
How to find all Empty Folders in a 365 Mailbox
Get-MailboxFolderStatistics [email protected] | Where {$_.ItemsInFolder -eq 0} | Select Identity