Skip to main content

JumpCloud: Notes

JumpCloud: Directory as a Service

https://jumpcloud.com/

    JumpCloud Directory
  • User Management
  • MFA
  • Single Sign-On
  • Cloud LDAP
  • Cloud RADIUS
  • Device Management
  • MDM
  • Server Access
  • Cloud Directory
  • Insights
  • API Services
    • Solutions
  • Build a Cloud Directory
  • Remote Work
  • Replace AD
  • Zero Trust Security
  • Deploy agent

    Manually

    Puppet

    Chef

    Powershell install agent

    cd $env:temp | Invoke-Expression; Invoke-RestMethod -Method Get -URI https://raw.githubusercontent.com/TheJumpCloud/support/master/scripts/windows/InstallWindowsAgent.ps1 -OutFile InstallWindowsAgent.ps1 | Invoke-Expression; ./InstallWindowsAgent.ps1 -JumpCloudConnectKey "ef0baxxxf5e0afaa32cxxbxxxxa7ac4dxxxxxxxx"
    

    The JumpCloud PowerShell Module is a set of PowerShell commands that allow JumpCloud administrators to interact with their JumpCloud directory.

    # Run Powershell as Administrator
    PS C:\Users\tuyen> Install-Module JumpCloud -Scope CurrentUser
    
    Untrusted repository
    You are installing the modules from an untrusted repository. If you trust this repository, change its
    InstallationPolicy value by running the Set-PSRepository cmdlet. Are you sure you want to install the modules from
    'PSGallery'?
    [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"): y
    PS C:\Users\tuyen> Get-command -Module JumpCloud
    CommandType     Name                                               Version    Source
    -----------     ----                                               -------    ------
    Alias           New-JCAssociation                                  2.9.1      JumpCloud
    Function        Add-JCAssociation                                  2.9.1      JumpCloud
    Function        Add-JCCommandTarget                                2.9.1      JumpCloud
    ...
    
    PS C:\Users\tuyen> Update-JCModule
    STATUS:
        + The JumpCloud PowerShell module is up to date.
    INSTALLED VERSION(S):
        + 2.9.1 (January 09, 2024)
    Learn more about the JumpCloud PowerShell module here:
        + https://github.com/TheJumpCloud/support/wiki
    False
    PS C:\Users\tuyen>
    

    Courses about JumpCloud

    >>> JumpCloud University

    Popular posts from this blog

    Data Recovery Softwares

    Follow 3-2-1 backup rule so you do not need these data recovery softwares.

    IBM Domino: Enable SMTPClientDebug, SMTPDebug

    Add parameters to NOTES.ini SMTPClientDebug=1 SMTPDebug=2 Option 1: Add parameters via GUI IBM Domino: Enable SMTPDebug in NOTES.ini Option 2: Add parameters via command SET CONFIG "SMTPClientDebug=1" update Run command to update router configuration tell router update config IBM Domino: tell router update config to update configuration and reload routing table Send an email to @gmail.com to check result IBM Domino: Log file after enabling SMTPClientDebug parameter in NOTES.ini file

    Linux command: printenv

    printenv - print all or part of environment NAME        printenv - print all or part of environment SYNOPSIS        printenv [OPTION]... [VARIABLE]... DESCRIPTION        Print  the  values  of the specified environment VARIABLE(s).  If no VARIABLE is speci‐        fied, print name and value pairs for them all.        -0, --null               end each output line with NUL, not newline        --help display this help and exit        --version               output version information and exit        NOTE: your shell may have its own version of printenv,  which  usually  supersedes  the        version  described  here.  Please refer to your shell's documentation for d...