Browse by Tags

Related Posts

  • How to find all Certificate Authorities (CA) in your domain?

    Hi, I want to perform a check on the certificate authorities in my domain using ASP.NET and C#. I want to list all certificate authorities and validatie that they are alive. Does anyone know how to list all CA's? Below is a PowerShell equivalent using CertUtil. $Result contains all the lines resulting...
    Posted to Security (Forum) by r.heinkens on 08-06-2008, 12:00 AM
    Filed under: powershell, ASP.NET, C#, Certificate Authority
  • New-Mailbox Issues

    Hi Everyone, I have created the following powershell script to create a new mailbox-enabled user in Exchange 2007: ($Private:secureString = ConvertTo-SecureString "Hello" -AsPlainText -Force) | foreach {New-mailbox -UserPrincipalName chris@contoso.com -alias chris -Name ChrisAshton -OrganizationalUnit...
    Posted to Microsoft Solution for Hosted Exchange (Forum) by loxschpen on 06-07-2008, 12:00 AM
    Filed under: powershell, c#, Exchange 2007 SP1 HMC4
Page 1 of 1 (2 items)