List all users of a group

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.  

Black boxes when using remote desktop

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

Lenovo: Battery plugged in, not charging

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

Kia Cee’d: Find air condition error code

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-

Download Windows 10

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

Find detailed information about your wireless network

WifiInfoView is another great program from www.nirsoft.net. It scans and shows you all WIFI Networks around you and gives you very detailed information about them. for example signal quality and strength and Very usefull to find out if you have enough Access Points or if they are installed the correct place.