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…

DNS Lookup Failure – Apache Reverse Proxy

By rsebayang

Today i got task to onboard one server exposed to internet. It is Linux server, use RHEL. From architecture design the best practice workflow as shown below whenever we would establish something to outside world. Internet -> load balancer -> reverse proxy -> web server -> app server -> db server Everything is well configured…

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…

Easiest Way to Activate Your Windows

By rsebayang

My customer had an issue regarding how to activated their operating system which using Windows product, Windows Server 2016. They have been used this system since long back without any issue with no valid license until they got pursued by local TAM here in recent months ago. They came to me with simple requirement, how…

Linux – Device eth0 does not seem to be present, delaying initialization

By rsebayang

One of small problem usually happens post we either deploy/clone a Linux virtual machine is got such an error as subject due to network interface configuration mismatch setting. In most of cases we found the network interface config become eth2, eth3, and so on. But, the original was eth0/eth1. From the operational itself it won’t…

General: RDP: “Your interactive logon privilege has been disabled”

By rsebayang

In most cases, you will got an issue as subject in your Windows domain environment. Even when you added the respective user into either to Remote Desktop Users or Administrator. There is no something wrong, indeed. All you have to do is only to uncheck following option in your ADUC (Active Directory Users & Groups).…

Disable Contents Hidden Android

By rsebayang

After doing upgrade OS, i got something goes wrong with my Android phone, all notifications become weird, it showing “Contents hidden” as figure below. It’s very annoying cause makes me cannot see notification directly whenever i attempt to turn on the phone. Read an article and found great solution. First of all, PRAY! 🙂 Now,…

Check Boot Time Windows

By rsebayang

For some reasons you may to know when the initial boot has happened for either one of your server or workstation. It’s very straightforward to check such thing, just use single command as follow using command prompt: Systeminfo | findstr -i “time” It supposed showing a result e.g Means respective devise has been up since…