powershell

Add-CACrlDistributionPoint

Add-CACrlDistributionPoint is accessable with the help of adcsadministration module. Synopsis Adds a certificate revocation list (CRL) distribution point uniform resource indicator (URI) where AD CS publishes certification…

powershell

ADCSAdministration

This blog contains the brief descriptions of the Windows PowerShell cmdlets that are for use in administering the Active Directory Certificate Services (AD CS) certification…

Microsoft PowerShell Modules and Cmdlets

An single place where you can get all the PowerShell Modules and their associated PowerShell cmdlets Page is still in progress ADCSAdministrationThis Module contains the…

powershell

Installing Web Server (IIS) Role using PowerShell on Windows Server

Simple steps to Install Web Server (IIS) Role using PowerShell on Windows Server As now a days we are more working on Automation, we want…

powershell

Creating Websites using PowerShell scripts

this helps to create an website using an powershell with application pool

powershell

Using PowerShell Scripts, Installing the Certificate for the Website and providing the required permission to access the website

Using PowerShell Scripts Installing the Certificate for the website and providing the required permission to access the website Copy the below Script and paste on…

Creating PowerShell Script Delete Backup files which older days Adding them Task Scheduler

Creating An PowerShell Script to Delete the Backup files which are older than 7 days and Adding them to Task Scheduler

Creating A PowerShell Script to Delete the Backup files which are older than 7 days and send the mail. Configure them in the Task Scheduler…