Recently a user’s office documents were not defaulting to print A4 even though the defaults for the printer were set to A4.Printing from other programs such as […]
Author: paris
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 […]
How to enable Spanning Tree Protocol on an Extreme EOS Switch
configure mstp revision 3##Sets STPD Mode (MSTP)configure stpd s0 mode mstp cist##Binds all Vlans to STPDenable s0 auto-bind vlan 1-4094##Enable below for all ports APART from Uplinksconfigure […]
Windows 10 Shutdown Puts it to Sleep rather than shutdown
Recently had an issue where Group Policies were not applying to a machine.Gpresult /r showed the group policy On checking the machine, the Up Time was over 30 […]
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 […]
ShadowCopyVolume Scheduled Task Failing with 0x2
In monitoring we recently saw a Scheduled Task for a Shadow Copy Job failing with 0x2.After running the Action manually in CMD I go the below errorC:\Windows\system32>C:\Windows\system32\vssadmin.exe […]
How to Limit a User in Security and Compliance Center Content Search to a single Mailbox
Recently a user needed to Search another user’s 100GB Archive and Mailbox. Outlook search was taking far too long.You can assign a user Permission to use the […]
How to find all Empty Folders in a 365 Mailbox
Get-MailboxFolderStatistics [email protected] | Where {$_.ItemsInFolder -eq 0} | Select Identity