Add Azure AD user to local administrator group
It is not possible to use the GUI to do this because it cannot look up Azure AD user. Start a CMD and use this command: net localgroup administrators azuread\johndoe /add
A blog about my daily work with tech and more, running since 2008
It is not possible to use the GUI to do this because it cannot look up Azure AD user. Start a CMD and use this command: net localgroup administrators azuread\johndoe /add
Cannot start Microsoft Outlook. Cannot open the Outlook window. Invalid XML, the view cannot be loaded. This error is very easy to fix. Open the run box (Win-button + R) and type: outlook.exe /resetnavpane and then press enter. “resetnavpane” removes all shortcuts and favorite folders from the Navigation Pane.
List all users in a group: $Groups = Get-ADGroup -filter {Name -like “GROUP NAME” } | Select-Object Name ForEach ($Group in $Groups) {Get-ADGroupMember -identity $($group.name) -recursive | Get-ADUser -Properties name, mail | Select-Object name, mail} This will show their name and mail address.
I have several times seen black boxes on the screen when remoting a server. There are two ways to solve this. If you are using the remote Desktop Desktop Connection programme (mstsc.exe) click on the experience tap and uncheck “Persistent bitmap caching”. If you are using the Remote Desktop Connection Mannager then delete all the files from the cache … Read more
I have on several Lenovo (G710 and G580) laptops seen this error. The battery will not charge. Battery plugged in, not charging. This will fix it: Turn off the computer, remove the battery and remove the power adapter. Press and hold the power button for 30 secs and reconnect the power adapter. Turn on the … Read more
If you don’t get the update automatically you can download the Windows 10 Aniversary Update 1607 here: https://support.microsoft.com/en-us/help/12387/windows-10-update-history
Do this to check your Auto Climate Control System for error codes: Turn on the AC Press and hold the “Off” button and at the same time press the front vent button While the test is running the display will blink If the result are 00 there are no errors This works for Kia C’eed 2011-
With this simple Powershell command you can easily find out which user who owns a specific email address: Import-Module ExchangeOnlineManagement Connect-ExchangeOnline Get-Recipient email@address.com
Start a CMD Type: wmic baseboard get product,Manufacturer,version,serialnumber This will return fx:
If you have problems with the automatic update to Windows 10 you can download it manually: https://www.microsoft.com/da-dk/software-download/windows10