Active Directory Administrative Center (ADAC)
The Active Directory Administrative Center is Microsoft’s new GUI tool for managing Active Directory. ADAC is built on top of Windows PowerShell. ADAC use PowerShell…
The Active Directory Administrative Center is Microsoft’s new GUI tool for managing Active Directory. ADAC is built on top of Windows PowerShell. ADAC use PowerShell…
Namp (Network Mapper) is a security scanner originally written by Gordon Lyon used to discover hosts and services on a computer network, thus creating a…
Get-NetAdapter cmdlet gets the Network adapter properties. AsJob display the cimjob name and job status of the adapter. CimSession runs the cmdlet in a remote…
Create a simple port scanner using PowerShell. Create a port scanner on a specific port on a specific network range. $port = 80 (here I’m…
What is PowerShell ? PowerShell is an automation platform and scripting language for Windows and Windows Server that allows you to simplify the management of your…
Sometimes ago, I run into a strange problem while I was working on an Exchange 2010 server for a client. By default the retention policy…