Getting public IP on troubleshot networking issue is very useful. Especially, there is an issue with accessing your server from the external (public) network. Here is how to get your server’s public IP using PowerShell Invoke-RestMethod Command. Also, you can get the detail of your public IP by removing “ip” variable on the command above. There are […]
How to collect storage space tier performance statistics using Windows Perfmon
Knowing the Storage Tier performance statistic will help System Admin to troubleshot the performance issue. In this post, I will show you how to collect storage tier performance statistic using Windows Perfmon. You can get the individual SSD/HDD performance (basic latency and reliability) using the PowerShell below. However, how about the Storage Space Performance? You […]
GitHub Acquisition is Now Complete
As you know, Microsoft announced to acquire Github on June 2018. Today, Nat Friedman, the Microsoft’s GitHub CEO commented in a blog post announcing the Microsoft acquisition of GitHub is complete. On the blog, Nat repeating again about the two principle for Github as below: GitHub will operate independently as a community, platform, and business. This means that […]
PowerShell Script to add Multiple IP Address
Adding multiple IP Addresses on the windows server using a graphical interface is really a pain as each IP Address need to be assigned manually. Through this article, I will show you how to add multiple IP Addresses using PowerShell command. First, you need to get the Interface Index or Interface Alias of the NIC […]
Exchange 2013: HTTP Error 503 Service Unavailable
Today, one of my exchange servers has an issue. When I tried to connect via https (ECP/OWA) or via outlook (within the network), I got 503 errors on ECP/OWA and Disconnected/Trying to connect in Outlook. Restarting the Exchange server doesn’t help. After did some search and checking the Exchange server, I found this error generally occurs […]
Free E-Book: Cloud Application Architecture Guide – Azure
The first step you need to make it done when designing a cloud application is the architecture. Choose the best architecture for the application you are building based on its complexity, type of domain, if it’s an IaaS or PaaS application, and what the application will do. Also consider the skills of the developer and DevOps […]
Office 2019 servers available for commercial customers.
After the office 2019 released, Microsoft has now released Office 2019 Server products for its commercial customer. The new Office 2019 Server releases cover Exchange Server 2019, Skype for Business Server 2019, Sharepoint Server 2019 and Project Server. Below is the detail of the new release: Exchange Server 2019 Exchange Server 2019 includes scale and […]
Batch script that will check the windows service is running or not
There are occasions where you might need to check the windows service using the batch file. For the example, you need to run a conditional script that triggered by Task Scheduler. In this article, I’ll suggest a tip on how to create a batch script that will check the windows service is running or not. Batch Script […]
Microsoft released Windows 10 Insider Preview Build 18262 (19H1)
Microsoft just released Windows 10 Insider Preview Build 18262 (19H1) to Windows Insiders in the Fast ring AND those who have opted in to Skip Ahead. So what’s new in Build 18262 New Optional Column in Task Manager If you want to know which of your running apps is DPI Aware, you can add the optional column […]
Free E-book from Microsoft Azure: Guide to NoSQL with Azure Cosmos DB
Are you looking for an ebook about NoSQL database using Azure Cosmos DB? Microsoft just shares the Guide to NoSQL with Azure Cosmos DB. This book shows you how to develop applications that work with Azure Cosmos DB. Azure and other cloud applications typically work with massive amounts of data that can be organized in different […]