How to publish a certificate template
Open the Certification Authority Console Expand the CA. Right-click on Certificate Templates. Select New. Select Certificate Template to Issue. Select the certificate and click Ok.
Open the Certification Authority Console Expand the CA. Right-click on Certificate Templates. Select New. Select Certificate Template to Issue. Select the certificate and click Ok.
You get the following error: CategoryInfo : InvalidArgument: (:) [], ParameterBindingException FullyQualifiedErrorId : AmbiguousParameterSet, The reason You have this error in two situations: Your command-line uses simultaneously two or more parameters members of different exclusive parameter sets. Your command-line doesn’t use any of the parameters members of a parameter set. Let’s illustrate your error Example […]
No need to bother with the syntax of SetSPN anymore (despite it still works). There is now a native function built into the Get-ADComputer and Set-ADComputer cmdlets. View all SPN for a given computer Use the Get-ADComputer cmdlet and specify the ServicePrincipalNames parameter. It returns an array of values you can easily expand with the […]
On recent versions of Windows, neither the telnet client nor the telnet service is installed by default, but they are still available as features. Years ago, they were used as a terminal service system to manage remote hosts. Currently, a lot of people are still using the telnet client to test if a TCP port […]
In my last post, I showed you how to display and find specific events with the Get-WinEvent cmdlet. Whereas you can filter event messages easily with the Where-Object cmdlet, using the Data key from the FilterHashtable parameter is much faster. Contents of this article – Measuring the speed difference – Raw data structure of an […]
You must be logged in to post a comment.