Export Files List (PowerShell) into Excel

Sometimes it is useful to get the files list of a folder into an Excel Sheet. This is very simple to realize thanks to Powershell. You just need to import a module and enter the […]

Windows User Profile (corrupt/deleted)

Sometimes Windows Profiles gets corrupt especially roaming profiles or if different users are working on the same machine someone is deleting files from another profile just for fun or what ever. Than it often happens […]

DNS commands

Here are some useful commands regarding the DNS cache, resolve etc.

Reverse DNS

If you ever needed a Machine Name for an IP Address you can simply try this PowerShell command (always run as administrator). There is an alternative to get more information while connection to the Active […]

How To Batch Delete All Empty Folders In Outlook?

Press Alt + F11 keys to open the Microsoft Visual Basic for Applications window. Click Insert > Module, and paste below VBA code into the new module window. Press F5 Key or Run button to run this VBA code. In the popping out Select Folder dialog […]

JNLP files not opening

If you have the issue that JNLP files don’t open correctly anymore with Java simply copy the code below in a .reg file and import it to your registry. Pay attention that this example here […]

Remote Desktop (RDP) to AzureAD connected PC

Sometimes you need to connect to an AzureAD connected device but with the normal login credentials AzureAD\userid this isn’t possible. For these cases you have to modify the RDP file corresponding to this article. So […]

Activate RDP over Remote Registry

Sometimes you are admin and have access to a remote machine by Windows Explorer etc but you need RDP to be enabled. For that you need to connect with regedit.exe remotly to the other machine (maybe […]

Windows 10 Fast Startup Mode

Maybe not so good for companies! Windows 10 includes a feature called “Fast Startup”, which is enabled by default. The whole idea behind this feature is to make it so computers don’t take as long […]

Install unsigned drivers from advance boot menu

Restart your computer by holding the shift key while clicking on restart In the advanced boot menu choose: Troubleshoot Advanced options Start-Up Settings (may be on a second page!!) Restart Than choose F7 to disable […]

Windows 10 V1803 update creates a new OEM Partition

To remove this annoying partition (there is always a popup of a full disk as this one doesn’t have many space) you have to do the following: Open a command prompt with administrative rights and […]

Remote management of Windows Firewall

Windows Firewall – Remote Access through MMC Enable rule to let the remote pc in: Enable the rule in a domain environment: Pay attention that this codes needs to be used in an elevated powershell […]

Use a core installation as AD (link)

For that I refer an external link as it’s a bit complicated. https://4sysops.com/archives/server-roles-in-server-core-part-2-domain-controllers/ AD

Errors while activating Windows Server

2016 (even 2012) Sometimes it can happen that a key entry is corrupt and you can’t activate your Windows anymore and even worse trough the GUI you can’t change the product key or reinstall it.

How to install Windows Updates on a core edition

The simplest way to realize that is to create a script for that. On MSDN you can find the following and it’s working like a charm. Save this to a file named WUA_SearchDownloadInstall.vbs as example […]

Import CSV file into Sharepoint list

You can import easily a CSV file in your SharePoint List. If you have a file with special characters like french ones (éàè) you should save your file as CSV UTF-8 format.