DHCP Reservation on Windows Server Using CLI

By Rachmadona Sebayang

There is an easy way to do IP reservation in Windows Server, if you would like to import massively. All you need to do just use below command under either command prompt or PowerShell. But, before that you have to prepare some informations: DHCP server IP address Scope network (subnet) DHCP scope MAC Address of…

Windows Recovery Mode Doesn’t Recognize System Partition

By Rachmadona Sebayang

If you are running with VMware environment and patch your Windows Server regulary, sometimes when you got an issue and requires your to rollback the last patch. How you are gonna do to resolve the case? Yes, that’s right! You will need to boot into recovery mode either by in-built feature which available on Windows…

Scheduling Transfer Files via FTP/SFTP use WinSCP

By Rachmadona Sebayang

In some cases, your company needs to transfer several secret/sensitive data either to your customer/3rd party vendor. But, due to the routines and massive data which need to be delivered, there must be an operator to do such kind of task whereby this situation is really frustrating for them as supposed to be done via…

Error Listing Directory / WinSCP/FileZilla

By Rachmadona Sebayang

If you are building a file transfer solution with WinSCP/FileZilla, in couple of circumstances you might have such kind aforementioned error due to mis-configuration setting or an additional config is required. Assuming you are using FileZilla as your FTP server and your server is located on DMZ with directly connected with public IP. Here is…

Duplicate IP Address Windows Server 2016

By Rachmadona Sebayang

Sometimes you found your IP belong to 169.xxx.xxx.xxx overthought you’ve configure the correct IP for particular interface and you are wondering why it does become like that. Subsequently your network team said there is none of problem at all from network perspective. So, simple thing comes with simple solution. When you found that you unable…

Add/Remove Group Bulk Users in Active Directory Using PowerShell

By Rachmadona Sebayang

Continuing my previous post https://rachmadona.net/script-for-creating-bulk-users-for-windows-using-powershell/ regarding with provisioning bulk users in AD using PowerShell, in this article i’ll explain how to assign/remove group for such particular OU. Again, please bear in mind that you have to install PowerShell in order to run this custom script. If you don’t know how to get the OU detail…

Script for Creating Bulk Users for Windows Using PowerShell

By Rachmadona Sebayang

Sometime when you are working as System Administrator using Microsoft Technology, especially Windows Active Directory, you will have to deploy a user as part of your daily work part. Even, hundred or thousand. Imagine that you have to do it manually one after the other, then how long it will take to complete whole request…

Remote Desktop Services Application Deployment – Part 1 – Overview

By rsebayang

As you may aware since Windows Server 2008, Microsoft has released a kind of tool that allows you to leverage native remote desktop protocol to be accessed as an either remote application or virtual desktop infrastructure which also known as VDI. These options have many features and been deployed on several of my small and…

How to Install Flash Player on Windows Server 2012

By rsebayang

Today i got an error when tried to access the vCenter web client. The error log is pretty simple, just need to install flash player since it prerequisite to open the web client. So, i tried to download the source from here http://www.adobe.com/go/getflashplayer but seems this only available for online mode whereas my server does…