Skip to content

Commit c8422bf

Browse files
Harald S. FianbakkenHarald S. Fianbakken
authored andcommitted
Updated signature on new operations module cmdlet
1 parent d2e3cfd commit c8422bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-local/manage/disconnected-operations-pki.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,15 +313,15 @@ You have a helper method in the **OperationsModule** that can help you populate
313313
Here's an example on how to populate the required parameters:
314314

315315
```powershell
316-
$oidcCertChain = Get-CertChainInfo -endpoint 'https://adfs.azurestack.local'
317-
$ldapsCertChain = Get-CertChainInfo -endpoint 'https://dc01.azurestack.local'
316+
$oidcCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://adfs.azurestack.local'
317+
$ldapsCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://dc01.azurestack.local'
318318
```
319319

320-
Here's an example of the output from Get-CertChainInfo
320+
Here's an example of the output from Get-CertificateChainFromEndpoint
321321

322322
```powershell
323323
# Returns: System.Security.Cryptography.X509Certificates.X509Certificate2[]
324-
>> Get-CertChainInfo
324+
>> Get-CertificateChainFromEndpoint
325325
>>
326326
Thumbprint Subject
327327
---------- -------

0 commit comments

Comments
 (0)