About 121 results
Open links in new tab
  1. Creates a new self-signed SSL certificate that can be used as a …

    Nov 7, 2018 · Creates a new self-signed SSL certificate that can be used as a token signing certificate in provider hosted apps (add-ins) configuration. This script must be run on a …

  2. Gets all Azure AD Applications that have client secrets or …

    Jun 12, 2025 · Gets all Azure AD Applications that have client secrets or certificates expiring on or before the provided expiration date.

  3. Imports PFX/P12 certs into the cert store on all target servers in a ...

    Feb 19, 2020 · Write-Verbose -Message "$ (Get-Date) - Copying certificate to \\$_\C$\Windows\Temp\$fileName" Copy-Item -Path $CertificatePath -Destination …

  4. AppPrincipalSetup.md · GitHub

    Self-issued X.509 certificates are accepted, but the app must register the public X.509 certificate with the application definition in Azure AD. The app then maintains the private key and uses it …

  5. Creates a new self signed certificate. This example does not use ...

    Creates a new self signed certificate. This example does not use makecert.exe nor the Win10 New-SelfSignedCertificate cmdlet found the PKIClient module. This is can be used on …

  6. Generates the certificate and information needed to correctly update ...

    Jun 12, 2024 · Generates the certificate and information needed to correctly update the app principal manifest in AAD - New-AADAppPrincipalCertificate.ps1

  7. Stargazers · Set-PowerPlatformEntraHttpConnectionCertificate.ps1 …

    GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  8. Invokes the creation of a Sharing Report Job on a SPO/OD4B site

    Feb 13, 2024 · does this still work in application context? I have it working via a Power Automate flow but would like to switch it to an Automation Account runbook using the managed identity. …

  9. Install-SSLCertificate - Installs certificates on all SharePoint serves ...

    Install-SSLCertificate - Installs certificates on all SharePoint serves in the farm - Install-SSLCertificate.ps1

  10. Examples of how to encrypt/decrypt strings using a …

    Examples of how to encrypt/decrypt strings using a X509Certificate2 certificate. Raw Password-Encryption.ps1