Ardian Anggara
138 POSTS8 COMMENTS
https://www.msnoob.com
Daily Tips
Install Windows Terminal on Windows Server 2022
Windows Terminal is a modern host application for the command-line shells you already love, like Command Prompt, PowerShell, and bash (via Windows Subsystem for...
Daily Tips
Check Allocation Unit Size of NTFS Partition
Question
How i can check the allocation unit size of my disk drive using command prompt?
Answer
Open the administrator command prompt and run the following command
fsutil...
Daily Tips
Batch file to kill the current process and restart the process
Issue
You want to create a Task scheduler that runs a batch file script to kill the current and restart the process.
What is Batch file
Before...
Daily Tips
Find Your System Service Tag Using Command Prompt
Symptom
You need locate your system's service tag (also referred to as the serial number) using Command Prompt.
Resolutions
Type cmd in the Windows search bar at the bottom-left...
Daily Tips
What does the yellow arrow mean on Windows DHCP Server
When you log in to the DHCP server console on windows server, you see there is a yellow arrow on the DHCP Scope/IPv4.
So, what...
PowerShell
PowerShell: Retrieve password last set from AD User
Hello everyone, long time no update this blog. Today, I want to share the PowerShell command to retrieve the password last set from the...
Veeam
Failed to create a persistent connection Veeam Backup
Issue
When adding a new windows VM or Hyper-V server to the managed server on Veeam Backup using a dedicated local (non-domain) backup user account...
Daily Tips
Showing Disk Performance information on Task Manager
Since Windows Server 2012R2, the disk performance information on task manager was disabled because of performance impact on collecting disk metrics on the server.
You...