Thursday, 7 May 2020

Microsoft Teams - Status stuck on out of office

Change status in skype for business to fix in teams.

Shutdown Remote Computer

Change the \\computername to the machine you want to restart

shutdown /r /m \\COMPUTERNAME  /c "The IT department has initiated a remote restart on your computer"

Tuesday, 8 October 2019

Find Original Configuration information on HP Server

https://partsurfer.hpe.com/Search.aspx
Use the above link to search on HP serial number for Enterprise product information, the general tab will give you the original configuration.

Tuesday, 2 October 2018

Avaya 5610/9608G Reset to Default

Avaya 5610
Press * when the phone is booting up
Press # until you get to the Enter Command option
Press the hold key once & enter 25327 followed by #

Avaya 9608G
Press * when prompted during boot up
Type 27238 #
Press Clear & Clear again to confirm.

Tuesday, 5 December 2017

Remove Previous Versions Tab form Explorer

Add the below to a logon script or run as bat file

REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer /v NoPreviousVersionsPage /t REG_DWORD /d 1
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer /v NoPreviousVersionsPage /t REG_DWORD /d 1 

Tuesday, 3 October 2017

Trust Domain Relationships

Any issues with a computer & domain server relationship can be checked by running in powershell the Test-ComputerSecureChannel command if the result is True then the relationship is fine.

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/test-computersecurechannel?view=powershell-5.1

If false then you need to rejoin the computer to the domain.

Alt key for backslash

To get backslash ( \ ) if the backslash key is not working:

Press keys 9 and 2 while holding down Alt key.

To get frontslash ( / ):

Press keys 4 and 7 while holding down Alt key.