Install-AdcsOnlineResponder
Installs Online Responder service
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.
Import-Module ServerManager
Add-WindowsFeature Adcs-Online-Cert
-Credential
You can install the Online Responder role service only on servers that are members of Active Directory Domain Services (AD DS) domains. If you are installing an online responder configured to use a standalone certification authority (CA), then an account that is a member of the local Administrators group of the target server is required. If you are installing an online responder to target an Enterprise CA, then an account that is a member of the Domain Admins group is required.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Force <SwitchParameter>
Forces the command to run without asking for user confirmation.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm <SwitchParameter>
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value false
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf <SwitchParameter>
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value false
Accept pipeline input? false
Accept wildcard characters? false
Install-AdcsOnlineResponder [-Credential ] [-Force ] [-Confirm ] [-WhatIf ] []
Ensure you run Windows PowerShell as an administrator. You can use the -force switch to bypass the prompt for confirmation.
C:\PS>Install-AdcsOnlineResponder
This command installs the Online Responder role service.
C:\PS>Install-AdcsOnlineResponder -force
This command forces the installation of the Online Responder role service.
Get-Command Install-AdcsOnlineResponder
Uninstall-AdcsOnlineResponder