Generic
Add Azure AD user and group into a local group
In this blog we will look at how you can add an azure ad groups or users to a local group using Intune and custom profiles. Add Azure AD user and group into a local group – Modern Device Management (jannikreinhard.com) by JANNIKREINHARD Frist, we ...
Add MySQL exception to Windows firewall [command line]
netsh advfirewall firewall add rule name="MySQL TCP 3306" dir=in action=allow protocol=TCP localport=3306
Teams recording are not showing in Stream anymore
Teams have changed how/where the recordings are stored. (as of 01/2021) If it is team meeting (i.e. you have created a team and you are recording a meeting of that team) the video will be saved within that teams conversation panel i.e. which ...
Force Uninstall Programs
If you can't uninstall a program properly, or the uninstall looks like it does nothing... Download and run this. Select�Uninstall�and then pick the program from the list. It will then remove it forcefully. http://aka.ms/Program_Install_and_Uninstall
Use Windows 7 style picture import on Windows 10
create a new shortcut with these details: "%SystemRoot%\system32\rundll32.exe" "%SystemDrive%\Program Files\Windows Photo Viewer\photoAcq.dll",PhotoAndVideoAcquire Original icons are in: "%SystemDrive%\Program Files\Windows Photo Viewer\photoAcq.dll"
Office error code 0x80070005
This article should help with activating office when it fails by itself. Office error code 0x80070005 when activating Office - Office Support (microsoft.com)
OneDrive will not sign in
OneDrive window will show just a white rectangular screen with with wait icon. OneDrive is not accessible through OneDrive App. This is cause by one of the windows updates recently released, Microsoft is aware of it and working on solution: Users ...
Folders do not show image miniatures inside them
This is a setting of Windows Explorer aimed to speed up browsing through folders containing large numbers of images. If you want to enable the image thumbnails, follow these steps: Click on View Click on Options Click on View tab Un-tick the first ...
How to find ID of a VM and force shutdown the VM
Sometimes Hyper-V virtual machine is frozen and cannot be shutdown through Hyper-V manager console. All shutdown, power off, reset option do not work. To shutdown VM in such state you need to find its ID and the end task for the correct vmwp.exe ...
Terminal Server states that there is no licensing server setup and/or licencing mode is not set up.
To manually specify licensing server run this command as admin in powershell: $srv = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting;$srv.SetSpecifiedLicenseServerList("server.domain.local") to specify licencing mode, run ...