PowerShell Logo Small

Install-AdcsOnlineResponder



This is the built-in help made by Microsoft for the command 'Install-AdcsOnlineResponder', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Installs Online Responder service

SYNTAX


Install-AdcsOnlineResponder [-Credential <PSCredential>] [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Install-AdcsOnlineResponder configures the Online Responder service, which provides Online Certificate Status Protocol (OSCP) services. To remove the role service, use
the Uninstall-AdcsOnlineResponder cmdlet.


You can import the cmdlet by running the following commands from Windows PowerShell:
Import-Module ServerManager
Add-WindowsFeature Adcs-Online-Cert



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=299503
Uninstall-AdcsOnlineResponder

REMARKS

<

Examples


-------------------------- EXAMPLE 1 --------------------------

C:\PS>Install-AdcsOnlineResponder



Description

-----------

This command installs the Online Responder role service.




-------------------------- EXAMPLE 2 --------------------------

C:\PS>Install-AdcsOnlineResponder -force



Description

-----------

This command forces the installation of the Online Responder role service.