powershell

Add-CATemplate

Add-CATemplate is accessible with the help of adcsadministration module. Synopsis Adds a certificate template to the CA. Description The Add-CATemplate cmdlet adds a certificate template…

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

Add-CAAuthorityInformationAccess

Add-CAAuthorityInformationAccess is accessible with the help of adcsadministration module. Synopsis Configures the Authority Information Access (AIA) or Online Certificate Status Protocol (OCSP) for a 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

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…