Posts

Microsoft Teams - How to change and customize your video chat background

Image
If you would like to update the background in Microsoft Teams during a video call, you can click on the three dot icon for "more actions" and select background effects to select a background you like supplied by Microsoft. If however you would like to add your own background you can currently do this by navigating to:- C:\Users\ YOURUSERNAME \AppData\Roaming\Microsoft\Teams\Backgrounds\Uploads and pasting in the background (.jpg) you would like. The dimensions that work best are most likely 1920 x 1080, I haven't tested any others but that is the size of the default backgrounds supplied by Microsoft.

Webex Teams MSI - Suppress End User License Agreement

Image
When you install the Webex Teams MSI silently via group policy, users will still be prompted to accept the Webex Teams End User License Agreement. This can be suppressed by editing the MSI and adding the ACCEPT_EULA = 1 line to the property table. (To edit an MSI you can used InstEd and either create an MST or edit the MSI directly either way will work) And that is it.

PSEXEC and Remote Desktop Troubleshooting

Image
PSEXEC and Remote Desktop Troubleshooting If you cannot get onto a machine with remote desktop but can ping the machine then the following should resolve the issue. PSEXEC the machine with the commandline Psexec \\machinename cmd You should now be connected to the remote machine, now launch the following commands:- reg add "hklm\system\currentcontrolset\control\terminal server" /f /v fDenyTSConnections /t REG_DWORD /d 0 \\remotecomputername netsh firewall set service remoteadmin enable \\remotecomputername netsh firewall set service remotedesktop enable You should now be able to remote desktop the machine as normal. Uninstalling Applications Remotely with PSEXEC PSEXEC the machine with the commandline Psexec \\machinename cmd Now use WMIC to find the name of the software you would like to uninstall Wmic product get name Now use the software name you would like to uninstall in the following command:- wmic product where name="

Unchecking GPO uninstall if removed from group

Image
Unchecking the tick box for Uninstall this application when it falls out of scope of management will cause no negative impacts, i.e no software will be removed. Unticking this and then allowing local GPOs to update would be a good first step in being able to remove the GPO settings completely (after a day or so). In this case the MDA Laptops assigned application settings. Further expanding on this the settings on whether to remove applications are local to the client:- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt\{GUInumber} REG_DWORD "AppState" 11 means to uninstall the software when falling out of the scope and 9 means it will stay.

BIOS Enable PXE IP4 on Dell 7040

In order to get the machine to PXE boot it is necessary to do the following:-        1. Navigate to Settings – Secure Boot – Secure Boot Enabled           Disable Secure Boot        2. Navigate to Settings - General – Advanced Boot Options            Enable Attempt Legacy Boot         3. Navigate to Settings – System Configuration – Integrated NIC       Select - Enable w/PXE       Check the – Enable UEFI Network Stack Start PXE Boot Press F12 on boot and then navigate to the IP4 network boot. Errors If you see the error:- PXE-E79: NBP is too big to fit in free base memory You have selected Onboard NIC instead of Onboard NIC ( IPV4) network boot.

Windows 10 MDT Build- App Locker

Image
To remove/block default applications that can't be removed at build time applocker can be used on windows 10 enterprise machines. First step is to create a new policy called:- Navigate to Computer Configuration -> Policies -> Windows Settings -> Application Control Policies -> Packaged app Rules Create a default rule so that everyone can access packaged application by default (we can then deny access to certain packaged apps) You will now see the following "Allow" rule created in the GPO If you right click you can see the rule properties and description Once the default rule has been created you can now start to block packages that you don't require:- Select the Deny option so that the package gets blocked. Next Select use an installed packaged app as a reference Select the package you would like to block A deny rule will then be created Confirmed Deny Rules Microso

Dell Latitude 7040 - Enable PXE Boot

Enable PXE Boot In order to get the machine to PXE boot it is necessary to do the following:-              1. Navigate to Settings – Secure Boot – Secure Boot Enabled     Disable Secure Boot         2. Navigate to Settings - General – Advanced Boot Options     Enable Attempt Legacy Boot         3. Navigate to Settings – System Configuration – Integrated NIC                 Select - Enable w/PXE                 Check the – Enable UEFI Network Stack           4. Navigate to Settings - General – Advanced Boot Options                        Boot List Options should be UEFI Start PXE Boot Press F12 on boot and then navigate to the IP4 network boot. Errors If you see the error:- PXE-E79: NBP is too big to fit in free base memory You have selected Onboard NIC instead of Onboard NIC ( IPV4) network boot.