├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ └── bug_report.md ├── actions │ └── upload-secure-artifact │ │ └── action.yml ├── pull_request_template.md ├── scripts │ ├── __init__.py │ ├── build_commands_gallery.py │ ├── requirements.txt │ └── tests │ │ ├── __init__.py │ │ └── test_build_commands_gallery.py └── workflows │ ├── commands-gallery-ci.yml │ ├── powershell-module-ci.yml │ ├── radius-module-ci.yml │ ├── radius-release-workflow.yml │ └── release-workflow.yml ├── .gitignore ├── .vscode ├── cspell.json ├── custom-words.txt ├── extensions.json └── settings.json ├── ADMU └── ReadMe.md ├── AWS └── Serverless │ ├── Events │ └── README.md │ └── Users │ └── README.md ├── Azure └── Serverless │ └── Function_Example.ps1 ├── CONTRIBUTING.md ├── LICENSE ├── MDM └── Custom Configuration Profiles │ ├── images │ ├── airdrop_profile.png │ ├── chrome_extension_payload.png │ ├── chrome_extension_url.png │ ├── dock_example.png │ ├── export_profile.png │ ├── firefox_checkbox.png │ ├── firefox_profile.png │ ├── fonts.png │ ├── new_profile.png │ ├── notification_general.png │ ├── notification_post.png │ ├── notification_terminal.png │ ├── notification_upload_name.png │ ├── notifications_pre.png │ ├── payload_uuid.png │ ├── preferences.png │ ├── profiles_p.png │ ├── radius_cert.png │ ├── radius_ssid.png │ ├── radius_wifi.png │ ├── santa_install.png │ ├── santa_profiles.png │ ├── santa_profiles_onSystem.png │ ├── santa_running.png │ ├── uninstall_example.png │ ├── verified.png │ ├── zoom_after.png │ ├── zoom_before.png │ └── zoom_pppc.png │ ├── profiles │ ├── DisableAirDrop.mobileconfig │ ├── JumpCloud-Agent.mobileconfig │ ├── JumpCloudAppNotifications.mobileconfig │ ├── JumpCloudRadius.mobileconfig │ └── SkipiCoudSetupDuringSetupAssistant.mobileconfig │ └── readme.md ├── PowerShell ├── Deploy │ ├── Build-HelpFiles.ps1 │ ├── Build-Module.ps1 │ ├── Build-PesterTestFiles.ps1 │ ├── Build-WikiPages.ps1 │ ├── BuildNuspecFromPsd1.ps1 │ ├── Functions │ │ ├── Create-ModuleManifest.ps1 │ │ ├── Get-PSGalleryModuleVersion.ps1 │ │ ├── Invoke-Git.ps1 │ │ ├── Invoke-GitClone.ps1 │ │ ├── Invoke-GitCommit.ps1 │ │ ├── New-DynamicParameter.ps1 │ │ ├── New-FolderRecursive.ps1 │ │ ├── New-ModuleChangeLog.ps1 │ │ └── Write-Log.ps1 │ ├── Get-Config.ps1 │ ├── Get-SessionVariables.ps1 │ ├── Publish-ToPowerShellGallery.ps1 │ ├── SdkSync │ │ └── jcapiToSupportSync.ps1 │ └── Setup-Dependencies.ps1 ├── JumpCloud Commands Gallery │ ├── Files │ │ ├── JCDeploy_NewDeployment.svg │ │ ├── JCDeploy_SuperHighLevel.svg │ │ ├── JCObject_Description.png │ │ ├── JC_MDM_Command.png │ │ ├── JumpCloud_Background.png │ │ ├── Mac_PasswordExpiration_Notification.png │ │ ├── Mac_PasswordUpdate_Notification.png │ │ ├── Notification Example.png │ │ ├── Set Custom Desktop Background.png │ │ ├── Windows - Get Service Account Logon Attempts.png │ │ ├── Windows - Install Updates FinalCommand.png │ │ ├── Windows - Install Updates SaveAs.png │ │ ├── Windows - Install Updates SaveAsPS1.png │ │ ├── Windows notification.png │ │ ├── WindowsUpdates.ps1 │ │ ├── Windows_PasswordExpiration_Notification.png │ │ ├── Windows_PasswordUpdate_Notification.png │ │ ├── commandID.png │ │ ├── depDevices.png │ │ ├── depPrompt.png │ │ ├── enrollmentType.png │ │ ├── quick_assist_img_1.png │ │ ├── quick_assist_img_2.png │ │ ├── quick_assist_img_3.png │ │ ├── quick_assist_img_4.png │ │ ├── quick_assist_img_5.png │ │ ├── quick_assist_img_6.png │ │ ├── quick_assist_img_7.png │ │ ├── quick_assist_img_8.png │ │ ├── software_restriction_img_1.png │ │ ├── software_restriction_img_2png.png │ │ ├── systemGroupID.png │ │ ├── userApprovalProfile.png │ │ └── wallpaperImage.png │ ├── Linux Commands │ │ ├── Linux - Disable Local User.md │ │ ├── Linux - Install Sentinel One.md │ │ ├── Linux - List All Users.md │ │ ├── Linux - List Avaliable Updates.md │ │ ├── Linux - MQTT Troubleshooting.md │ │ ├── Linux - Pull jcagent.log.md │ │ ├── Linux - Rename System HostName from JumpCloud.md │ │ ├── Linux - Set Agent Log Level to Debug.md │ │ ├── Linux - Set Agent Log Level to Default.md │ │ ├── Linux - Set ReleaseChannel In JumpCloud Password Manager.md │ │ ├── Linux - Snap - Install Microsoft VS Code.md │ │ ├── Linux - Snap - Install Slack.md │ │ ├── Linux - Snap - Install Snap Daemon.md │ │ ├── Linux - Snap - Remove Slack.md │ │ ├── Linux - remote-assist - Disable wayland windowing system.md │ │ └── Linux - remote-assist - Enable wayland windowing system.md │ ├── Mac Commands │ │ ├── Application Installs │ │ │ ├── Mac - Generic DMG Installer.md │ │ │ ├── Mac - Install Chrome DMG.md │ │ │ ├── Mac - Install FireFox DMG.md │ │ │ ├── Mac - Install Microsoft Office.md │ │ │ └── Mac - Install Slack DMG.md │ │ ├── LaunchDaemons │ │ │ ├── Mac - List All Launch Daemons.md │ │ │ ├── Mac - Remove Daily System Restart Daemon.md │ │ │ └── Mac - Schedule Daily System Restart Daemon.md │ │ ├── Mac - Disable Local User.md │ │ ├── Mac - Enroll MDM System in DEP.md │ │ ├── Mac - Get Logged In Users.md │ │ ├── Mac - Install CrowdStrike Falcon Agent.md │ │ ├── Mac - Install JumpCloud Password Manager App.md │ │ ├── Mac - Install Sentinel One Agent.md │ │ ├── Mac - List All Users.md │ │ ├── Mac - List Available Updates.md │ │ ├── Mac - MQTT Troubleshooting.md │ │ ├── Mac - Pull jcagent.log.md │ │ ├── Mac - Refresh Login Window.md │ │ ├── Mac - Rename System HostName LocalHostName and ComputerName from JumpCloud.md │ │ ├── Mac - Run Once Template - Remove System From Associated System Group.md │ │ ├── Mac - Run Once Template - Remove System From Command.md │ │ ├── Mac - Set Agent Log Level to Debug.md │ │ ├── Mac - Set Agent Log Level to Default.md │ │ ├── Mac - Set Agent Log Level to Trace.md │ │ ├── Mac - Set Auto Logout Delay.md │ │ └── Mac - Set ReleaseChannel In JumpCloud Password Manager.md │ ├── Windows Commands │ │ ├── Windows - 64-Bit Command.md │ │ ├── Windows - 64-Bit MultiLine Command.md │ │ ├── Windows - AppX Removal Startup Script.md │ │ ├── Windows - Change Lock Screen & Desktop Background.md │ │ ├── Windows - Disable Local User.md │ │ ├── Windows - Enable Task Scheduler History.md │ │ ├── Windows - Exclude JCAgent from Windows Defender.md │ │ ├── Windows - Forget RADIUS WiFi Network.md │ │ ├── Windows - Get Installed PowerShell version.md │ │ ├── Windows - Get JCagent.log.md │ │ ├── Windows - Get Logged In User.md │ │ ├── Windows - Get OS Name and Version.md │ │ ├── Windows - Get Service Account Logon Attempts.md │ │ ├── Windows - Get Windows Cached Credentials.md │ │ ├── Windows - Get Windows Defender Settings.md │ │ ├── Windows - Install CrowdStrike Falcon Agent.md │ │ ├── Windows - Install JumpCloud Password Manager App.md │ │ ├── Windows - Install Sentinel One Agent.md │ │ ├── Windows - List All Users.md │ │ ├── Windows - MQTT Troubleshooting.md │ │ ├── Windows - Remove Extra Bitlocker Recovery Passwords.md │ │ ├── Windows - Rename System HostName from JumpCloud.md │ │ ├── Windows - Run As Signed In User Template.md │ │ ├── Windows - Send Notification Message.md │ │ ├── Windows - Set Agent Log Level to Debug.md │ │ ├── Windows - Set Agent Log Level to Default.md │ │ ├── Windows - Set ReleaseChannel In JumpCloud Password Manager.md │ │ ├── Windows - Software Restriction Policy.md │ │ └── Windows - Start Quick Assist Session.md │ └── commands.json ├── JumpCloud Module │ ├── .gitignore │ ├── Docs │ │ ├── Add-JCAssociation.md │ │ ├── Add-JCCommandTarget.md │ │ ├── Add-JCGsuiteMember.md │ │ ├── Add-JCOffice365Member.md │ │ ├── Add-JCRadiusReplyAttribute.md │ │ ├── Add-JCSystemGroupMember.md │ │ ├── Add-JCSystemUser.md │ │ ├── Add-JCUserGroupMember.md │ │ ├── Backup-JCOrganization.md │ │ ├── Connect-JCOnline.md │ │ ├── Copy-JCAssociation.md │ │ ├── Get-JCAdmin.md │ │ ├── Get-JCAssociation.md │ │ ├── Get-JCBackup.md │ │ ├── Get-JCCloudDirectory.md │ │ ├── Get-JCCommand.md │ │ ├── Get-JCCommandResult.md │ │ ├── Get-JCCommandTarget.md │ │ ├── Get-JCConfiguredTemplatePolicy.md │ │ ├── Get-JCEvent.md │ │ ├── Get-JCEventCount.md │ │ ├── Get-JCGroup.md │ │ ├── Get-JCOrganization.md │ │ ├── Get-JCPolicy.md │ │ ├── Get-JCPolicyGroup.md │ │ ├── Get-JCPolicyGroupMember.md │ │ ├── Get-JCPolicyGroupTemplate.md │ │ ├── Get-JCPolicyGroupTemplateMember.md │ │ ├── Get-JCPolicyResult.md │ │ ├── Get-JCPolicyTargetGroup.md │ │ ├── Get-JCPolicyTargetSystem.md │ │ ├── Get-JCRadiusReplyAttribute.md │ │ ├── Get-JCRadiusServer.md │ │ ├── Get-JCReport.md │ │ ├── Get-JCScheduledUserstate.md │ │ ├── Get-JCSystem.md │ │ ├── Get-JCSystemApp.md │ │ ├── Get-JCSystemGroupMember.md │ │ ├── Get-JCSystemInsights.md │ │ ├── Get-JCSystemKB.md │ │ ├── Get-JCSystemUser.md │ │ ├── Get-JCUser.md │ │ ├── Get-JCUserGroupMember.md │ │ ├── Import-JCCommand.md │ │ ├── Import-JCMSPFromCSV.md │ │ ├── Import-JCUsersFromCSV.md │ │ ├── Invoke-JCCommand.md │ │ ├── Invoke-JCDeployment.md │ │ ├── JumpCloud.md │ │ ├── New-JCCommand.md │ │ ├── New-JCDeploymentTemplate.md │ │ ├── New-JCDeviceUpdateTemplate.md │ │ ├── New-JCImportTemplate.md │ │ ├── New-JCMSPImportTemplate.md │ │ ├── New-JCPolicy.md │ │ ├── New-JCPolicyGroup.md │ │ ├── New-JCRadiusServer.md │ │ ├── New-JCReport.md │ │ ├── New-JCSystemGroup.md │ │ ├── New-JCUser.md │ │ ├── New-JCUserGroup.md │ │ ├── Remove-JCAssociation.md │ │ ├── Remove-JCCommand.md │ │ ├── Remove-JCCommandResult.md │ │ ├── Remove-JCCommandTarget.md │ │ ├── Remove-JCGsuiteMember.md │ │ ├── Remove-JCOffice365Member.md │ │ ├── Remove-JCPolicy.md │ │ ├── Remove-JCPolicyGroup.md │ │ ├── Remove-JCPolicyGroupTemplate.md │ │ ├── Remove-JCRadiusReplyAttribute.md │ │ ├── Remove-JCRadiusServer.md │ │ ├── Remove-JCSystem.md │ │ ├── Remove-JCSystemGroup.md │ │ ├── Remove-JCSystemGroupMember.md │ │ ├── Remove-JCSystemUser.md │ │ ├── Remove-JCUser.md │ │ ├── Remove-JCUserGroup.md │ │ ├── Remove-JCUserGroupMember.md │ │ ├── Send-JCPasswordReset.md │ │ ├── Set-JCCloudDirectory.md │ │ ├── Set-JCCommand.md │ │ ├── Set-JCOrganization.md │ │ ├── Set-JCPolicy.md │ │ ├── Set-JCPolicyGroup.md │ │ ├── Set-JCRadiusReplyAttribute.md │ │ ├── Set-JCRadiusServer.md │ │ ├── Set-JCSettingsFile.md │ │ ├── Set-JCSystem.md │ │ ├── Set-JCSystemUser.md │ │ ├── Set-JCUser.md │ │ ├── Set-JCUserGroupLDAP.md │ │ ├── Update-JCDeviceFromCSV.md │ │ ├── Update-JCMSPFromCSV.md │ │ ├── Update-JCModule.md │ │ ├── Update-JCUsersFromCSV.md │ │ └── about_JumpCloud.md │ ├── JumpCloud.nuspec │ ├── JumpCloud.psd1 │ ├── JumpCloud.psm1 │ ├── LICENSE │ ├── ModuleUpdate.ps1 │ ├── Private │ │ ├── Association │ │ │ ├── Format-JCAssociation.ps1 │ │ │ ├── Get-DynamicParamAssociation.ps1 │ │ │ └── Invoke-JCAssociation.ps1 │ │ ├── Authentication │ │ │ ├── Get-JCInstalledModule.ps1 │ │ │ ├── Get-JCLatestModule.ps1 │ │ │ ├── Get-ModuleChangeLog.ps1 │ │ │ └── Test-JCProviderID.ps1 │ │ ├── DynamicParameters │ │ │ └── Get-JCCommonParameters.ps1 │ │ ├── HashFunctions │ │ │ ├── Get-DynamicHash.ps1 │ │ │ └── Get-JCHash.ps1 │ │ ├── NestedFunctions │ │ │ ├── Convert-JCUserToID.ps1 │ │ │ ├── Get-FunctionReport.ps1 │ │ │ ├── Get-JCColorConfig.ps1 │ │ │ ├── Get-JCObject.ps1 │ │ │ ├── Get-JCParallelValidation.ps1 │ │ │ ├── Get-JCResults.ps1 │ │ │ ├── Get-JCType.ps1 │ │ │ ├── Get-JCUserAgent.ps1 │ │ │ ├── Get-PipelineDetails.ps1 │ │ │ ├── Get-PipelinePositionBefore.ps1 │ │ │ ├── Hide-ObjectProperty.ps1 │ │ │ ├── Invoke-JCApi.ps1 │ │ │ ├── JCTypes.json │ │ │ ├── New-DynamicParameter.ps1 │ │ │ ├── New-JCCommandFromURL.ps1 │ │ │ ├── Out-DebugParameter.ps1 │ │ │ └── Write-Rainbow.ps1 │ │ ├── Policies │ │ │ ├── Convert-RegToPSObject.ps1 │ │ │ ├── Get-JCPolicyConfigMapping.ps1 │ │ │ ├── Get-JCPolicyTemplateConfigField.ps1 │ │ │ ├── New-CustomRegistryTableRow.ps1 │ │ │ ├── New-UriListItem.ps1 │ │ │ ├── Set-JCPolicyConfigField.ps1 │ │ │ └── Show-JCPolicyValues.ps1 │ │ ├── RadiusServer │ │ │ ├── Get-DynamicParamRadiusServer.ps1 │ │ │ └── Invoke-JCRadiusServer.ps1 │ │ ├── ScriptBlocks │ │ │ ├── ScriptBlock_DefaultDynamicParamProcess.ps1 │ │ │ ├── ScriptBlock_Example.ps1 │ │ │ └── ScriptBlock_TryCatchError.ps1 │ │ ├── Utilities │ │ │ └── Restore-JCOrganization.ps1 │ │ └── settings │ │ │ ├── Get-JCSettingsFile.ps1 │ │ │ ├── New-JCSettingsFile.ps1 │ │ │ └── Update-JCSettingsFile.ps1 │ ├── Public │ │ ├── Administrators │ │ │ └── Get-JCAdmin.ps1 │ │ ├── Association │ │ │ ├── Add-JCAssociation.ps1 │ │ │ ├── Copy-JCAssociation.ps1 │ │ │ ├── Get-JCAssociation.ps1 │ │ │ └── Remove-JCAssociation.ps1 │ │ ├── Authentication │ │ │ ├── Connect-JCOnline.ps1 │ │ │ ├── Get-JCOrganization.ps1 │ │ │ ├── Set-JCOrganization.ps1 │ │ │ └── Update-JCModule.ps1 │ │ ├── Commands │ │ │ ├── CommandResults │ │ │ │ ├── Get-JCCommandResult.ps1 │ │ │ │ └── Remove-JCCommandResult.ps1 │ │ │ ├── CommandTargets │ │ │ │ ├── Add-JCCommandTarget.ps1 │ │ │ │ ├── Get-JCCommandTarget.ps1 │ │ │ │ └── Remove-JCCommandTarget.ps1 │ │ │ ├── Get-JCCommand.ps1 │ │ │ ├── Import-JCCommand.ps1 │ │ │ ├── Invoke-JCCommand.ps1 │ │ │ ├── Invoke-JCDeployment.ps1 │ │ │ ├── New-JCCommand.ps1 │ │ │ ├── New-JCDeploymentTemplate.ps1 │ │ │ ├── Remove-JCCommand.ps1 │ │ │ └── Set-JCCommand.ps1 │ │ ├── Directory │ │ │ ├── Add-JCGsuiteMember.ps1 │ │ │ ├── Add-JCOffice365Member.ps1 │ │ │ ├── Get-JCCloudDirectory.ps1 │ │ │ ├── Remove-JCGsuiteMember.ps1 │ │ │ ├── Remove-JCOffice365Member.ps1 │ │ │ └── Set-JCCloudDirectory.ps1 │ │ ├── DirectoryInsights │ │ │ ├── Get-JCEvent.ps1 │ │ │ └── Get-JCEventCount.ps1 │ │ ├── Groups │ │ │ ├── Get-JCGroup.ps1 │ │ │ ├── SystemGroups │ │ │ │ ├── Add-JCSystemGroupMember.ps1 │ │ │ │ ├── Get-JCSystemGroupMember.ps1 │ │ │ │ ├── New-JCSystemGroup.ps1 │ │ │ │ ├── Remove-JCSystemGroup.ps1 │ │ │ │ └── Remove-JCSystemGroupMember.ps1 │ │ │ └── UserGroups │ │ │ │ ├── Add-JCUserGroupMember.ps1 │ │ │ │ ├── Get-JCUserGroupMember.ps1 │ │ │ │ ├── New-JCUserGroup.ps1 │ │ │ │ ├── Remove-JCUserGroup.ps1 │ │ │ │ ├── Remove-JCUserGroupMember.ps1 │ │ │ │ └── Set-JCUserGroupLDAP.ps1 │ │ ├── Policies │ │ │ ├── Get-JCPolicy.ps1 │ │ │ ├── New-JCPolicy.ps1 │ │ │ ├── PolicyGroupTemplates │ │ │ │ ├── Get-JCConfiguredTemplatePolicy.ps1 │ │ │ │ ├── Get-JCPolicyGroupTemplate.ps1 │ │ │ │ ├── Get-JCPolicyGroupTemplateMember.ps1 │ │ │ │ └── Remove-JCPolicyGroupTemplate.ps1 │ │ │ ├── PolicyGroups │ │ │ │ ├── Get-JCPolicyGroup.ps1 │ │ │ │ ├── Get-JCPolicyGroupMember.ps1 │ │ │ │ ├── New-JCPolicyGroup.ps1 │ │ │ │ ├── Remove-JCPolicyGroup.ps1 │ │ │ │ └── Set-JCPolicyGroup.ps1 │ │ │ ├── PolicyResults │ │ │ │ └── Get-JCPolicyResult.ps1 │ │ │ ├── PolicyTargets │ │ │ │ ├── Get-JCPolicyTargetGroup.ps1 │ │ │ │ └── Get-JCPolicyTargetSystem.ps1 │ │ │ ├── Remove-JCPolicy.ps1 │ │ │ └── Set-JCPolicy.ps1 │ │ ├── RadiusServer │ │ │ ├── Add-JCRadiusReplyAttribute.ps1 │ │ │ ├── Get-JCRadiusReplyAttribute.ps1 │ │ │ ├── Get-JCRadiusServer.ps1 │ │ │ ├── New-JCRadiusServer.ps1 │ │ │ ├── Remove-JCRadiusReplyAttribute.ps1 │ │ │ ├── Remove-JCRadiusServer.ps1 │ │ │ ├── Set-JCRadiusReplyAttribute.ps1 │ │ │ └── Set-JCRadiusServer.ps1 │ │ ├── Reports │ │ │ ├── Get-JCReport.ps1 │ │ │ └── New-JCReport.ps1 │ │ ├── SystemUsers │ │ │ ├── Add-JCSystemUser.ps1 │ │ │ ├── Get-JCSystemUser.ps1 │ │ │ ├── Remove-JCSystemUser.ps1 │ │ │ └── Set-JCSystemUser.ps1 │ │ ├── Systems │ │ │ ├── Get-JCSystem.ps1 │ │ │ ├── Get-JCSystemApp.ps1 │ │ │ ├── Get-JCSystemInsights.ps1 │ │ │ ├── Get-JCSystemKB.ps1 │ │ │ ├── Remove-JCSystem.ps1 │ │ │ └── Set-JCSystem.ps1 │ │ ├── Users │ │ │ ├── Get-JCScheduledUserstate.ps1 │ │ │ ├── Get-JCUser.ps1 │ │ │ ├── New-JCUser.ps1 │ │ │ ├── Remove-JCUser.ps1 │ │ │ └── Set-JCUser.ps1 │ │ ├── Utilities │ │ │ ├── Backup-JCOrganization.ps1 │ │ │ ├── CSV_Import │ │ │ │ ├── Import-JCMSPFromCSV.ps1 │ │ │ │ ├── Import-JCUsersFromCSV.ps1 │ │ │ │ ├── New-JCDeviceUpdateTemplate.ps1 │ │ │ │ ├── New-JCImportTemplate.ps1 │ │ │ │ ├── New-JCMSPImportTemplate.ps1 │ │ │ │ ├── Update-JCDeviceFromCSV.ps1 │ │ │ │ ├── Update-JCMSPFromCSV.ps1 │ │ │ │ └── Update-JCUsersFromCSV.ps1 │ │ │ ├── Get-JCBackup.ps1 │ │ │ └── Send-JCPasswordReset.ps1 │ │ └── settings │ │ │ └── Set-JCSettingsFile.ps1 │ ├── Tests │ │ ├── Csv_Files │ │ │ ├── commandDeployment │ │ │ │ ├── JCDeployment_10.csv │ │ │ │ └── JCDeployment_2.csv │ │ │ ├── import │ │ │ │ ├── ImportExample_allNewAttributes.csv │ │ │ │ ├── ImportExample_allNewAttributesAndAllCustom.csv │ │ │ │ ├── ImportExample_allNewAttributesAndAllCustom_import.csv │ │ │ │ ├── ImportExample_missingAttribute.csv │ │ │ │ ├── ImportExample_telephonyAttributes.csv │ │ │ │ ├── ImportExample_uid_guid.csv │ │ │ │ ├── ImportExample_uid_guid_import.csv │ │ │ │ ├── ImportExample_userInformationAttributes.csv │ │ │ │ ├── ImportExample_userLocationAttributes.csv │ │ │ │ ├── Ldap_Import.csv │ │ │ │ ├── MFA_Import.csv │ │ │ │ ├── UpdateWithInfoNoAttributeTest.csv │ │ │ │ └── custom_attribute.csv │ │ │ └── update │ │ │ │ ├── Ldap_Update.csv │ │ │ │ ├── MFA_Update.csv │ │ │ │ ├── UpdateExample_AllNewAttributesAndAllCustom.csv │ │ │ │ ├── UpdateExample_missingAttribute.csv │ │ │ │ ├── UpdateExample_uid_guid.csv │ │ │ │ ├── UpdateWithInfoNoAttributeNewTest.csv │ │ │ │ ├── UpdateWithInfoTest.csv │ │ │ │ ├── UpdateWithNoInfoTest.csv │ │ │ │ └── custom_attribute.csv │ │ ├── DefineEnvironment.ps1 │ │ ├── HelperFunctions.ps1 │ │ ├── InvokePester.ps1 │ │ ├── ModuleValidation │ │ │ ├── FunctionFiles.Tests.ps1 │ │ │ ├── HelpFiles.Tests.ps1 │ │ │ ├── PSScriptAnalyzer.Tests.ps1 │ │ │ ├── PSScriptAnalyzerSettings.psd1 │ │ │ ├── PesterFiles.Tests.ps1 │ │ │ ├── ReturnProperties.Tests.ps1 │ │ │ ├── SDKImport.Tests.ps1 │ │ │ └── moduleValidation.Tests.ps1 │ │ ├── Private │ │ │ ├── Association │ │ │ │ ├── Copy-JCAssociation.Tests.ps1 │ │ │ │ ├── Format-JCAssociation.Tests.ps1 │ │ │ │ ├── Get-DynamicParamAssociation.Tests.ps1 │ │ │ │ └── Invoke-JCAssociation.Tests.ps1 │ │ │ ├── Associations │ │ │ │ ├── Invoke-JCAssociation.Tests.ps1 │ │ │ │ ├── New-JCAssociation.Tests.ps1 │ │ │ │ └── Remove-JCAssociation.Tests.ps1 │ │ │ ├── Authentication │ │ │ │ ├── Get-GitHubModuleInfo.Tests.ps1 │ │ │ │ ├── Get-JCInstalledModule.Tests.ps1 │ │ │ │ ├── Get-JCLatestModule.Tests.ps1 │ │ │ │ ├── Get-ModuleBanner.Tests.ps1 │ │ │ │ ├── Get-ModuleChangeLog.Tests.ps1 │ │ │ │ └── Test-JCProviderID.Tests.ps1 │ │ │ ├── DynamicParameters │ │ │ │ └── Get-JCCommonParameters.Tests.ps1 │ │ │ ├── HashFunctions │ │ │ │ ├── Get-DynamicHash.Tests.ps1 │ │ │ │ ├── Get-Hash_CommandID_Name.Tests.ps1 │ │ │ │ ├── Get-Hash_CommandID_Trigger.Tests.ps1 │ │ │ │ ├── Get-Hash_CommandID_Type.Tests.ps1 │ │ │ │ ├── Get-Hash_Email_ID.Tests.ps1 │ │ │ │ ├── Get-Hash_Email_Username.Tests.ps1 │ │ │ │ ├── Get-Hash_ID_CommandName.Tests.ps1 │ │ │ │ ├── Get-Hash_ID_Sudo.Tests.ps1 │ │ │ │ ├── Get-Hash_ID_SystemGroupName.Tests.ps1 │ │ │ │ ├── Get-Hash_ID_Username.Tests.ps1 │ │ │ │ ├── Get-Hash_SystemGroupName_ID.Tests.ps1 │ │ │ │ ├── Get-Hash_SystemID_DisplayName.Tests.ps1 │ │ │ │ ├── Get-Hash_SystemID_HostName.Tests.ps1 │ │ │ │ ├── Get-Hash_SystemID_OS.Tests.ps1 │ │ │ │ ├── Get-Hash_UserGroupName_ID.Tests.ps1 │ │ │ │ ├── Get-Hash_UserName_ID.Tests.ps1 │ │ │ │ ├── Get-Hash_employeeIdentifier_ID.Tests.ps1 │ │ │ │ ├── Get-Hash_employeeIdentifier_username.Tests.ps1 │ │ │ │ └── Get-JCHash.Tests.ps1 │ │ │ ├── NestedFunctions │ │ │ │ ├── Convert-JCUserToID.Tests.ps1 │ │ │ │ ├── Get-FunctionReport.Tests.ps1 │ │ │ │ ├── Get-JCColorConfig.Tests.ps1 │ │ │ │ ├── Get-JCObject.Tests.ps1 │ │ │ │ ├── Get-JCObjectType.Tests.ps1 │ │ │ │ ├── Get-JCParallelValidation.Tests.ps1 │ │ │ │ ├── Get-JCResults.Tests.ps1 │ │ │ │ ├── Get-JCType.Tests.ps1 │ │ │ │ ├── Get-JCUserAgent.Tests.ps1 │ │ │ │ ├── Get-PipelineDetails.Tests.ps1 │ │ │ │ ├── Get-PipelinePositionBefore.Tests.ps1 │ │ │ │ ├── Hide-ObjectProperty.Tests.ps1 │ │ │ │ ├── Invoke-GetJCOrganization.Tests.ps1 │ │ │ │ ├── Invoke-JCApi.Tests.ps1 │ │ │ │ ├── Invoke-SetJCOrganization.Tests.ps1 │ │ │ │ ├── Invoke-SetJCOrganizations.Tests.ps1 │ │ │ │ ├── New-DynamicParameter.Tests.ps1 │ │ │ │ ├── New-JCCommandFromURL.Tests.ps1 │ │ │ │ ├── Out-DebugParameter.Tests.ps1 │ │ │ │ ├── Test-MultiTenant.Tests.ps1 │ │ │ │ └── Write-Rainbow.Tests.ps1 │ │ │ ├── Policies │ │ │ │ ├── Convert-RegToPSObject.Tests.ps1 │ │ │ │ ├── Get-JCPolicyConfigMapping.Tests.ps1 │ │ │ │ ├── Get-JCPolicyTemplateConfigField.Tests.ps1 │ │ │ │ ├── New-CustomRegistryTableRow.Tests.ps1 │ │ │ │ ├── New-UriList.Tests.ps1 │ │ │ │ ├── New-UriListItem.Tests.ps1 │ │ │ │ ├── Set-JCPolicyConfigField.Tests.ps1 │ │ │ │ └── Show-JCPolicyValues.Tests.ps1 │ │ │ ├── RadiusServer │ │ │ │ ├── Get-DynamicParamRadiusServer.Tests.ps1 │ │ │ │ └── Invoke-JCRadiusServer.Tests.ps1 │ │ │ ├── ScriptBlocks │ │ │ │ ├── ScriptBlock_DefaultDebugMessageBegin.Tests.ps1 │ │ │ │ ├── ScriptBlock_DefaultDynamicParamProcess.Tests.ps1 │ │ │ │ ├── ScriptBlock_Example.Tests.ps1 │ │ │ │ └── ScriptBlock_TryCatchError.Tests.ps1 │ │ │ ├── Utilities │ │ │ │ └── Restore-JCOrganization.Tests.ps1 │ │ │ └── settings │ │ │ │ ├── Get-JCSettingsFile.Tests.ps1 │ │ │ │ ├── New-JCSettingsFile.Tests.ps1 │ │ │ │ └── Update-JCSettingsFile.Tests.ps1 │ │ ├── Public │ │ │ ├── Administrators │ │ │ │ ├── Get-JCAdmin-MSP.Tests.ps1 │ │ │ │ └── Get-JCAdmin.Tests.ps1 │ │ │ ├── Association │ │ │ │ ├── Add-JCAssociation.Tests.ps1 │ │ │ │ ├── Copy-JCAssociation.Tests.ps1 │ │ │ │ ├── Get-JCAssociation.Tests.ps1 │ │ │ │ ├── Get-JCAssociationDataSet.ps1 │ │ │ │ └── Remove-JCAssociation.Tests.ps1 │ │ │ ├── Authentication │ │ │ │ ├── Connect-JCOnline-MSP.Tests.ps1 │ │ │ │ ├── Connect-JCOnline.Tests.ps1 │ │ │ │ ├── Get-JCOrganization.Tests.ps1 │ │ │ │ ├── Set-JCOrganization.Tests.ps1 │ │ │ │ ├── Set-JCOrganizationMSP.Tests.ps1 │ │ │ │ └── Update-JCModule.Tests.ps1 │ │ │ ├── Commands │ │ │ │ ├── CommandResults │ │ │ │ │ ├── Get-JCCommandResult.Tests.ps1 │ │ │ │ │ └── Remove-JCCommandResult.Tests.ps1 │ │ │ │ ├── CommandTargets │ │ │ │ │ ├── Add-JCCommandTarget.Tests.ps1 │ │ │ │ │ ├── Get-JCCommandTarget.Tests.ps1 │ │ │ │ │ └── Remove-JCCommandTarget.Tests.ps1 │ │ │ │ ├── Get-JCCommand.Tests.ps1 │ │ │ │ ├── Import-JCCommand.Tests.ps1 │ │ │ │ ├── Invoke-JCCommand.Tests.ps1 │ │ │ │ ├── Invoke-JCDeployment.Tests.ps1 │ │ │ │ ├── New-JCCommand.Tests.ps1 │ │ │ │ ├── New-JCDeploymentTemplate.Tests.ps1 │ │ │ │ ├── Remove-JCCommand.Tests.ps1 │ │ │ │ └── Set-JCCommand.Tests.ps1 │ │ │ ├── Directory │ │ │ │ ├── Add-JCGsuiteMember.Tests.ps1 │ │ │ │ ├── Add-JCOffice365Member.Tests.ps1 │ │ │ │ ├── Get-JCCloudDirectory.Tests.ps1 │ │ │ │ ├── Remove-JCGsuiteMember.Tests.ps1 │ │ │ │ ├── Remove-JCOffice365Member.Tests.ps1 │ │ │ │ └── Set-JCCloudDirectory.Tests.ps1 │ │ │ ├── DirectoryInsights │ │ │ │ ├── Get-JCEvent.Tests.ps1 │ │ │ │ └── Get-JCEventCount.Tests.ps1 │ │ │ ├── Groups │ │ │ │ ├── Get-JCGroup.Tests.ps1 │ │ │ │ ├── SystemGroups │ │ │ │ │ ├── Add-JCSystemGroupMember.Tests.ps1 │ │ │ │ │ ├── Get-JCSystemGroupMember.Tests.ps1 │ │ │ │ │ ├── New-JCSystemGroup.Tests.ps1 │ │ │ │ │ ├── Remove-JCSystemGroup.Tests.ps1 │ │ │ │ │ └── Remove-JCSystemGroupMember.Tests.ps1 │ │ │ │ └── UserGroups │ │ │ │ │ ├── Add-JCUserGroupMember.Tests.ps1 │ │ │ │ │ ├── Get-JCUserGroupMember.Tests.ps1 │ │ │ │ │ ├── New-JCUserGroup.Tests.ps1 │ │ │ │ │ ├── Remove-JCUserGroup.Tests.ps1 │ │ │ │ │ ├── Remove-JCUserGroupMember.Tests.ps1 │ │ │ │ │ └── Set-JCUserGroupLDAP.Tests.ps1 │ │ │ ├── Policies │ │ │ │ ├── Get-JCPolicy.Tests.ps1 │ │ │ │ ├── New-JCPolicy.Tests.ps1 │ │ │ │ ├── PolicyGroupTemplates │ │ │ │ │ ├── Get-JCConfiguredTemplatePolicy.Tests.ps1 │ │ │ │ │ ├── Get-JCPolicyGroupTemplate.Tests.ps1 │ │ │ │ │ ├── Get-JCPolicyGroupTemplateMember.Tests.ps1 │ │ │ │ │ └── Remove-JCPolicyGroupTemplate.Tests.ps1 │ │ │ │ ├── PolicyGroups │ │ │ │ │ ├── Get-JCPolicyGroup.Tests.ps1 │ │ │ │ │ ├── Get-JCPolicyGroupMember.Tests.ps1 │ │ │ │ │ ├── New-JCPolicyGroup.Tests.ps1 │ │ │ │ │ ├── Remove-JCPolicyGroup.Tests.ps1 │ │ │ │ │ └── Set-JCPolicyGroup.Tests.ps1 │ │ │ │ ├── PolicyResults │ │ │ │ │ └── Get-JCPolicyResult.Tests.ps1 │ │ │ │ ├── PolicyTargets │ │ │ │ │ ├── Get-JCPolicyTargetGroup.Tests.ps1 │ │ │ │ │ └── Get-JCPolicyTargetSystem.Tests.ps1 │ │ │ │ ├── Remove-JCPolicy.Tests.ps1 │ │ │ │ └── Set-JCPolicy.Tests.ps1 │ │ │ ├── RadiusServer │ │ │ │ ├── Add-JCRadiusReplyAttribute.Tests.ps1 │ │ │ │ ├── Get-JCRadiusReplyAttribute.Tests.ps1 │ │ │ │ ├── Get-JCRadiusServer.Tests.ps1 │ │ │ │ ├── New-JCRadiusServer.Tests.ps1 │ │ │ │ ├── Remove-JCRadiusReplyAttribute.Tests.ps1 │ │ │ │ ├── Remove-JCRadiusServer.Tests.ps1 │ │ │ │ ├── Set-JCRadiusReplyAttribute.Tests.ps1 │ │ │ │ └── Set-JCRadiusServer.Tests.ps1 │ │ │ ├── Reports │ │ │ │ ├── Get-JCReport.Tests.ps1 │ │ │ │ └── New-JCReport.Tests.ps1 │ │ │ ├── SystemUsers │ │ │ │ ├── Add-JCSystemUser.Tests.ps1 │ │ │ │ ├── Get-JCSystemUser.Tests.ps1 │ │ │ │ ├── Remove-JCSystemUser.Tests.ps1 │ │ │ │ └── Set-JCSystemUser.Tests.ps1 │ │ │ ├── Systems │ │ │ │ ├── Get-JCSystem.Tests.ps1 │ │ │ │ ├── Get-JCSystemApp.Tests.ps1 │ │ │ │ ├── Get-JCSystemInsights.Tests.ps1 │ │ │ │ ├── Get-JCSystemKB.Tests.ps1 │ │ │ │ ├── Remove-JCSystem.Tests.ps1 │ │ │ │ └── Set-JCSystem.Tests.ps1 │ │ │ ├── Users │ │ │ │ ├── Get-JCScheduledUserstate.Tests.ps1 │ │ │ │ ├── Get-JCUser.Tests.ps1 │ │ │ │ ├── New-JCUser.Tests.ps1 │ │ │ │ ├── Remove-JCUser.Tests.ps1 │ │ │ │ └── Set-JCUser.Tests.ps1 │ │ │ ├── Utilities │ │ │ │ ├── Backup-JCOrganization.Tests.ps1 │ │ │ │ ├── CSV_Import │ │ │ │ │ ├── Import-JCMSPFromCSV.Tests.ps1 │ │ │ │ │ ├── Import-JCUsersFromCSV.Tests.ps1 │ │ │ │ │ ├── New-JCDeviceUpdateTemplate.Tests.ps1 │ │ │ │ │ ├── New-JCImportTemplate.Tests.ps1 │ │ │ │ │ ├── New-JCMSPImportTemplate.Tests.ps1 │ │ │ │ │ ├── Update-JCDeviceFromCSV.Tests.ps1 │ │ │ │ │ ├── Update-JCMSPFromCSV.Tests.ps1 │ │ │ │ │ └── Update-JCUsersFromCSV.Tests.ps1 │ │ │ │ ├── Get-JCBackup.Tests.ps1 │ │ │ │ ├── Restore-JCOrganization.Tests.ps1 │ │ │ │ └── Send-JCPasswordReset.Tests.ps1 │ │ │ └── settings │ │ │ │ └── Set-JCSettingsFile.Tests.ps1 │ │ ├── Reg_File │ │ │ └── PesterRegFile.reg │ │ └── SetupOrg.ps1 │ └── en-Us │ │ ├── JumpCloud-help.xml │ │ └── about_JumpCloud.help.txt ├── JumpCloud.Office365.SSO │ ├── JumpCloud.Office365.SSO.psd1 │ ├── JumpCloud.Office365.SSO.psm1 │ ├── Private │ │ └── HelperFunctions │ │ │ ├── Get-MGGraphDomains.ps1 │ │ │ ├── Get-MetadataFromXML.ps1 │ │ │ └── Test-MGGraph.ps1 │ └── Public │ │ ├── Disable-JumpCloud.Office365.SSO.ps1 │ │ ├── Enable-JumpCloud.Office365.SSO.ps1 │ │ └── Show-JumpCloud.Office365.SSO.ps1 ├── LICENSE ├── ModuleBanner.md └── ModuleChangelog.md ├── README.md ├── api-utils ├── JumpCloud_API_Go_Examples │ ├── BackupRestoreTags │ │ ├── BackupRestoreTags_suite_test.go │ │ ├── BackupRestoreTags_test.go │ │ └── main.go │ ├── CSVImporter │ │ ├── CSVImporter.go │ │ └── CSVImporter_test.go │ ├── DedupeSystemUsersUnixUidGuid │ │ ├── README.md │ │ └── dedupeSystemUsersUnixUidGuid.go │ ├── DeleteInactiveSystems │ │ └── deleteInactiveSystems.go │ ├── ExportSystemUsersToCSV │ │ └── exportSystemUsersToCSV.go │ ├── ExportSystemsToCSV │ │ ├── ExportSystemsToCSV │ │ ├── checkOrgType.go │ │ └── exportSystemsToCSV.go │ ├── ExportUsersPerSystemToCSV │ │ ├── ExportUsersPerSystemToCSV │ │ ├── checkOrgType.go │ │ └── main.go │ ├── ExportUsersToCSV │ │ ├── ExportUsersToCSV │ │ ├── checkOrgType.go │ │ └── exportUsersToCSV.go │ ├── ImportUserAttributes │ │ ├── ImportUserAttributes_suite_test.go │ │ ├── ImportUserAttributes_test.go │ │ ├── README.md │ │ └── importUserAttributes.go │ ├── PasswordExpiryWatcher │ │ ├── README.md │ │ └── passwordExpiryWatcher.go │ ├── ResendActivationEmails │ │ └── main.go │ ├── RunTemporaryCommand │ │ ├── runTempCommand.go │ │ └── utils.go │ ├── clearDisplayNames │ │ └── clearDisplayNames.go │ └── releaseAllUsers │ │ ├── README.md │ │ └── releaseallusers.go ├── JumpCloud_SystemContext_Examples │ └── Get_systemInfo.sh └── build-go-examples.sh ├── scripts ├── api │ ├── system_context │ │ ├── system_delete_self.sh │ │ ├── system_get_command_associations.sh │ │ ├── system_get_self.sh │ │ ├── system_get_systemgroup.sh │ │ ├── system_get_user_associations.sh │ │ ├── system_post_systemgroup_add.sh │ │ ├── system_post_systemgroup_remove.sh │ │ ├── system_put_self.sh │ │ └── windows_examples │ │ │ ├── system_delete_self.ps1 │ │ │ ├── system_get_command_associations.ps1 │ │ │ ├── system_get_self.ps1 │ │ │ ├── system_get_systemGroup.ps1 │ │ │ ├── system_get_user_associations.ps1 │ │ │ ├── system_post_systemgroup_add.ps1 │ │ │ ├── system_post_systemgroup_remove.ps1 │ │ │ └── system_put_self.ps1 │ ├── v1 │ │ ├── commandResults │ │ │ ├── deleteCommands.sh │ │ │ ├── getCommandResult.sh │ │ │ └── getCommandResults.sh │ │ ├── commands │ │ │ ├── deleteCommands.sh │ │ │ ├── getCommand.sh │ │ │ ├── getCommands.sh │ │ │ ├── postCommands.sh │ │ │ └── putCommands.sh │ │ ├── organizations │ │ │ └── putOrg.sh │ │ ├── radius │ │ │ ├── dhcpRadiusUpdate.sh │ │ │ ├── getRadius.sh │ │ │ ├── postRadius.sh │ │ │ ├── putRadius.sh │ │ │ └── updateRadius.ps1 │ │ ├── systems │ │ │ ├── deleteSystems.sh │ │ │ ├── getSystem.sh │ │ │ ├── getSystems.sh │ │ │ ├── get_MFA_enabled_systems.py │ │ │ ├── postSearchFilterSystems.sh │ │ │ ├── putSystems.sh │ │ │ └── setSshParams.sh │ │ ├── systemusers │ │ │ ├── deleteSystemUser.sh │ │ │ ├── deleteUsersBasedOnValue.py │ │ │ ├── getSystemUser.sh │ │ │ ├── getSystemUsers.sh │ │ │ ├── get_MFA_enabled_systemusers_for_UserPortal.py │ │ │ ├── get_MFA_systemusers_TOTP_enabled.py │ │ │ ├── postResendEmail.sh │ │ │ ├── postSearchFilterSystemUser.sh │ │ │ ├── postSystemUser.sh │ │ │ ├── putContactAttribs.sh │ │ │ ├── putCustomAttribs.sh │ │ │ ├── putLockStatus.sh │ │ │ └── putSystemUser.sh │ │ ├── tags │ │ │ ├── createDirectBindFromOneToOneTags.sh │ │ │ ├── deleteTags.sh │ │ │ ├── getTag.sh │ │ │ ├── getTags.sh │ │ │ ├── postTags.sh │ │ │ └── putTags.sh │ │ └── users │ │ │ └── postUser.sh │ └── v2 │ │ └── users │ │ ├── addUsersToDirectory.py │ │ ├── getAssociatedSystems.sh │ │ └── postUserToGroup.sh ├── association_automation │ └── usertosystem_serialNumber │ │ ├── ReadMe.md │ │ ├── usertosystem_serialNumber.csv │ │ └── usertosystem_serialNumber.ps1 ├── authentication_examples │ └── ldap │ │ ├── Gemfile │ │ ├── Gemfile.lock │ │ ├── README.md │ │ ├── config.json │ │ ├── package.json │ │ ├── python_ldap_authentication.py │ │ ├── requirements.txt │ │ ├── ruby-config.json │ │ └── ruby_ldap_authentication.rb ├── automation │ ├── Radius │ │ ├── Changelog.md │ │ ├── Extensions │ │ │ ├── extensions-emailDN.cnf │ │ │ ├── extensions-emailSAN.cnf │ │ │ └── extensions-usernameCN.cnf │ │ ├── Functions │ │ │ ├── Private │ │ │ │ ├── CertDeployment │ │ │ │ │ ├── Deploy-UserCertificate.ps1 │ │ │ │ │ ├── Get-CertInfo.ps1 │ │ │ │ │ ├── Get-CertKeyPass.ps1 │ │ │ │ │ ├── Get-ExpiringCertInfo.ps1 │ │ │ │ │ └── Get-SubjectHeaderValue.ps1 │ │ │ │ ├── CertGeneration │ │ │ │ │ ├── Generate-UserCert.ps1 │ │ │ │ │ ├── Invoke-UserCertProcess.ps1 │ │ │ │ │ ├── Set-JCRExtensionFile.ps1 │ │ │ │ │ └── Test-JCRExtensionFile.ps1 │ │ │ │ ├── CertJson │ │ │ │ │ ├── Get-CertBySHA.ps1 │ │ │ │ │ └── Get-CertHash.ps1 │ │ │ │ ├── CertResults │ │ │ │ │ ├── Get-CommandObjectTable.ps1 │ │ │ │ │ ├── Get-InstalledCertsFromUsersJson.ps1 │ │ │ │ │ ├── Get-SystemsThatNeedCertWork.ps1 │ │ │ │ │ └── Get-UsersThatNeedCertWork.ps1 │ │ │ │ ├── Commands │ │ │ │ │ ├── Clear-JCQueuedCommand.ps1 │ │ │ │ │ ├── Get-CommandByUsername.ps1 │ │ │ │ │ ├── Get-JCQueuedCommands.ps1 │ │ │ │ │ ├── Get-QueuedCommandByUser.ps1 │ │ │ │ │ ├── Invoke-CommandByUserId.ps1 │ │ │ │ │ ├── Invoke-CommandsRetry.ps1 │ │ │ │ │ └── New-JCCommandFile.ps1 │ │ │ │ ├── Config │ │ │ │ │ ├── Confirm-JCRConfig.ps1 │ │ │ │ │ ├── Get-JCRConfig.ps1 │ │ │ │ │ ├── New-JCRConfig.ps1 │ │ │ │ │ ├── Set-JCRRadiusDirectory.ps1 │ │ │ │ │ ├── Test-JCRRadiusDirectory.ps1 │ │ │ │ │ └── Update-JCRConfig.ps1 │ │ │ │ ├── DeploymentTable │ │ │ │ │ └── New-DeploymentTable.ps1 │ │ │ │ ├── HashFunctions │ │ │ │ │ ├── Convert-FromHashtable.ps1 │ │ │ │ │ ├── Get-DynamicHash.ps1 │ │ │ │ │ └── Test-UserFromHash.ps1 │ │ │ │ ├── Menus │ │ │ │ │ ├── Get-ResponsePrompt.ps1 │ │ │ │ │ ├── PadCenter.ps1 │ │ │ │ │ ├── Show-CertDeploymentMenu.ps1 │ │ │ │ │ ├── Show-DistributionMenu.ps1 │ │ │ │ │ ├── Show-GenerationMenu.ps1 │ │ │ │ │ ├── Show-RadiusMainMenu.ps1 │ │ │ │ │ ├── Show-RadiusProgress.ps1 │ │ │ │ │ ├── Show-RootCAGenerationMenu.ps1 │ │ │ │ │ ├── Show-StatusMessage.ps1 │ │ │ │ │ └── Write-WrappedHost.ps1 │ │ │ │ ├── Module │ │ │ │ │ ├── Get-JCRUserAgent.ps1 │ │ │ │ │ ├── Get-OpenSSLVersion.ps1 │ │ │ │ │ └── Validate-JCRModuleRequirements.ps1 │ │ │ │ ├── Reports │ │ │ │ │ ├── Get-LatestUserToDeviceReport.ps1 │ │ │ │ │ └── Get-ReportByID.ps1 │ │ │ │ ├── Settings │ │ │ │ │ ├── Set-JCRAssociationHash.ps1 │ │ │ │ │ └── Update-JCRUsersJson.ps1 │ │ │ │ ├── System │ │ │ │ │ └── Get-CaseInsensitiveFile.ps1 │ │ │ │ ├── SystemTable │ │ │ │ │ └── New-SystemTable.ps1 │ │ │ │ ├── UserJson │ │ │ │ │ ├── Get-UserJsonData.ps1 │ │ │ │ │ └── Set-UserJsonData.ps1 │ │ │ │ └── UserTable │ │ │ │ │ ├── Get-UserFromTable.ps1 │ │ │ │ │ ├── New-UserTable.ps1 │ │ │ │ │ └── Set-UserTable.ps1 │ │ │ └── Public │ │ │ │ ├── Config │ │ │ │ └── Set-JCRConfig.ps1 │ │ │ │ ├── Get-JCRCertReport.ps1 │ │ │ │ ├── Get-JCRGlobalVars.ps1 │ │ │ │ ├── Module │ │ │ │ └── Update-JCRModule.ps1 │ │ │ │ ├── Start-DeployUserCerts.ps1 │ │ │ │ ├── Start-GenerateRootCert.ps1 │ │ │ │ ├── Start-GenerateUserCerts.ps1 │ │ │ │ ├── Start-MonitorCertDeployment.ps1 │ │ │ │ └── Start-RadiusDeployment.ps1 │ │ ├── JumpCloud.Radius.nuspec │ │ ├── JumpCloud.Radius.psd1 │ │ ├── JumpCloud.Radius.psm1 │ │ ├── LICENSE │ │ ├── Tests │ │ │ ├── HelperFunctions.ps1 │ │ │ ├── Invoke-Pester.ps1 │ │ │ ├── ModuleValidation │ │ │ │ └── ModuleVersion.Tests.ps1 │ │ │ ├── Private │ │ │ │ ├── CertDeployment │ │ │ │ │ └── Get-CertInfo.Tests.ps1 │ │ │ │ └── Config │ │ │ │ │ └── Confirm-JCRConfig.Tests.ps1 │ │ │ ├── Public │ │ │ │ ├── Get-JCRCertReport.Tests.ps1 │ │ │ │ ├── Get-JCRGlobalVars.Tests.ps1 │ │ │ │ ├── Module │ │ │ │ │ └── Update-JCRModule.Tests.ps1 │ │ │ │ ├── Start-DeployUserCerts.Tests.ps1 │ │ │ │ ├── Start-GenerateRootCert.Tests.ps1 │ │ │ │ └── Start-GenerateUserCerts.Tests.ps1 │ │ │ └── SetupRadiusOrg.ps1 │ │ ├── deploy │ │ │ ├── BuildNuspecFromPsd1.ps1 │ │ │ └── build.ps1 │ │ ├── docs │ │ │ ├── Get-JCRCertReport.md │ │ │ ├── Get-JCRGlobalVars.md │ │ │ ├── JumpCloud.Radius.md │ │ │ ├── Set-JCRConfig.md │ │ │ ├── Start-DeployUserCerts.md │ │ │ ├── Start-GenerateRootCert.md │ │ │ ├── Start-GenerateUserCerts.md │ │ │ ├── Start-MonitorCertDeployment.md │ │ │ ├── Start-RadiusDeployment.md │ │ │ ├── Update-JCRModule.md │ │ │ └── about_JumpCloud.Radius.md │ │ ├── en-Us │ │ │ ├── JumpCloud.Radius-help.xml │ │ │ └── about_JumpCloud.Radius.help.txt │ │ ├── images │ │ │ ├── Radius_ReIssue_Workflow.png │ │ │ ├── Radius_emailDN.png │ │ │ ├── Radius_emailSAN.png │ │ │ ├── Radius_usernameCN.png │ │ │ ├── commandReissue.png │ │ │ ├── command_list.png │ │ │ ├── create_task.png │ │ │ ├── deployMenu.png │ │ │ ├── emailDN.png │ │ │ ├── emailSAN.png │ │ │ ├── expireCert.png │ │ │ ├── expireCertFromWindow.png │ │ │ ├── log_example.png │ │ │ ├── mac_radiusNetwork_step1.png │ │ │ ├── mac_radiusNetwork_step2.png │ │ │ ├── mac_radiusNetwork_step3.png │ │ │ ├── mac_radiusNetwork_step4.png │ │ │ ├── mac_radiusNetwork_step5.png │ │ │ ├── mainMenu.png │ │ │ ├── mainMenuNoCA.png │ │ │ ├── mgr_running.png │ │ │ ├── monitor_pending.png │ │ │ ├── monitor_retry.png │ │ │ ├── pass_prompt.png │ │ │ ├── radiusCertAuth.png │ │ │ ├── resultDetail.png │ │ │ ├── resultOverview.png │ │ │ ├── resultOverviewPostIssue.png │ │ │ ├── task_action.png │ │ │ ├── task_running.png │ │ │ ├── task_schedule.png │ │ │ ├── user_cert_list.png │ │ │ ├── usernameCN.png │ │ │ ├── windows_auth.png │ │ │ └── windows_select_network.png │ │ ├── multi_group_radius.ps1 │ │ └── readme.md │ ├── assign_primary_user.ps1 │ └── updateManagedAppleId.ps1 ├── events │ └── events_pagination.ps1 ├── jumpcloud_test_utility.sh ├── linux │ ├── agent_diagnostics.sh │ ├── log_collection.sh │ └── mod_sshd_config.sh ├── macos │ ├── RenameMacUserNameAndHomeDirectory.sh │ ├── UninstallRemoteAssist.sh │ ├── agent_diagnostics.sh │ ├── fvsetup.sh │ ├── fvusers.plist │ ├── hide_mac_app.sh │ ├── install_agent_and_serviceaccount.sh │ ├── log_collection.sh │ ├── remove_mac_agent.sh │ └── verify_serviceaccount.sh ├── mdm │ └── resetJCMDM.ps1 └── windows │ ├── ImmutableIDUpdate.ps1 │ ├── InstallWindowsAgent.ps1 │ ├── JumpCloudCSVBackup.ps1 │ ├── JumpCloud_OU_Sync.ps1 │ ├── OLD_AD_migration_toolkit │ ├── AccountMigration.Bat │ ├── AccountMigration.ps1 │ ├── ReadMe.md │ ├── SystemMigration.Bat │ └── SystemMigration.ps1 │ ├── UninstallRemoteAssist.ps1 │ ├── UninstallWindowsAgent.ps1 │ ├── agent_diagnostics.ps1 │ ├── events_pagination.ps1 │ ├── extendedAttributesUserBackup.ps1 │ ├── log_collection.ps1 │ └── remove_windowsMDM.ps1 └── zero-touch └── README.md /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/actions/upload-secure-artifact/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/actions/upload-secure-artifact/action.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/scripts/build_commands_gallery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/scripts/build_commands_gallery.py -------------------------------------------------------------------------------- /.github/scripts/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/scripts/requirements.txt -------------------------------------------------------------------------------- /.github/scripts/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/scripts/tests/test_build_commands_gallery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/scripts/tests/test_build_commands_gallery.py -------------------------------------------------------------------------------- /.github/workflows/commands-gallery-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/workflows/commands-gallery-ci.yml -------------------------------------------------------------------------------- /.github/workflows/powershell-module-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/workflows/powershell-module-ci.yml -------------------------------------------------------------------------------- /.github/workflows/radius-module-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/workflows/radius-module-ci.yml -------------------------------------------------------------------------------- /.github/workflows/radius-release-workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/workflows/radius-release-workflow.yml -------------------------------------------------------------------------------- /.github/workflows/release-workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.github/workflows/release-workflow.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/cspell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.vscode/cspell.json -------------------------------------------------------------------------------- /.vscode/custom-words.txt: -------------------------------------------------------------------------------- 1 | JCAPIKEY 2 | JCORGID -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /ADMU/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/ADMU/ReadMe.md -------------------------------------------------------------------------------- /AWS/Serverless/Events/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/AWS/Serverless/Events/README.md -------------------------------------------------------------------------------- /AWS/Serverless/Users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/AWS/Serverless/Users/README.md -------------------------------------------------------------------------------- /Azure/Serverless/Function_Example.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/Azure/Serverless/Function_Example.ps1 -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/LICENSE -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/airdrop_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/airdrop_profile.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/chrome_extension_payload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/chrome_extension_payload.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/chrome_extension_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/chrome_extension_url.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/dock_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/dock_example.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/export_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/export_profile.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/firefox_checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/firefox_checkbox.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/firefox_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/firefox_profile.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/fonts.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/new_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/new_profile.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/notification_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/notification_general.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/notification_post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/notification_post.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/notification_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/notification_terminal.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/notification_upload_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/notification_upload_name.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/notifications_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/notifications_pre.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/payload_uuid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/payload_uuid.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/preferences.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/profiles_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/profiles_p.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/radius_cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/radius_cert.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/radius_ssid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/radius_ssid.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/radius_wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/radius_wifi.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/santa_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/santa_install.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/santa_profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/santa_profiles.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/santa_profiles_onSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/santa_profiles_onSystem.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/santa_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/santa_running.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/uninstall_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/uninstall_example.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/verified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/verified.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/zoom_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/zoom_after.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/zoom_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/zoom_before.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/images/zoom_pppc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/images/zoom_pppc.png -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/profiles/DisableAirDrop.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/profiles/DisableAirDrop.mobileconfig -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/profiles/JumpCloud-Agent.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/profiles/JumpCloud-Agent.mobileconfig -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/profiles/JumpCloudAppNotifications.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/profiles/JumpCloudAppNotifications.mobileconfig -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/profiles/JumpCloudRadius.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/profiles/JumpCloudRadius.mobileconfig -------------------------------------------------------------------------------- /MDM/Custom Configuration Profiles/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/MDM/Custom Configuration Profiles/readme.md -------------------------------------------------------------------------------- /PowerShell/Deploy/Build-HelpFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Build-HelpFiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Build-Module.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Build-Module.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Build-PesterTestFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Build-PesterTestFiles.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Build-WikiPages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Build-WikiPages.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/BuildNuspecFromPsd1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/BuildNuspecFromPsd1.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/Create-ModuleManifest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/Create-ModuleManifest.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/Get-PSGalleryModuleVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/Get-PSGalleryModuleVersion.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/Invoke-Git.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/Invoke-Git.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/Invoke-GitClone.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/Invoke-GitClone.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/Invoke-GitCommit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/Invoke-GitCommit.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/New-DynamicParameter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/New-DynamicParameter.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/New-FolderRecursive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/New-FolderRecursive.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/New-ModuleChangeLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/New-ModuleChangeLog.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Functions/Write-Log.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Functions/Write-Log.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Get-Config.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Get-Config.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Get-SessionVariables.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Get-SessionVariables.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Publish-ToPowerShellGallery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Publish-ToPowerShellGallery.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/SdkSync/jcapiToSupportSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/SdkSync/jcapiToSupportSync.ps1 -------------------------------------------------------------------------------- /PowerShell/Deploy/Setup-Dependencies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/Deploy/Setup-Dependencies.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/JCDeploy_NewDeployment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/JCDeploy_NewDeployment.svg -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/JCDeploy_SuperHighLevel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/JCDeploy_SuperHighLevel.svg -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/JCObject_Description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/JCObject_Description.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/JC_MDM_Command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/JC_MDM_Command.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/JumpCloud_Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/JumpCloud_Background.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/Mac_PasswordUpdate_Notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/Mac_PasswordUpdate_Notification.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/Notification Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/Notification Example.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/Set Custom Desktop Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/Set Custom Desktop Background.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/Windows - Install Updates SaveAs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/Windows - Install Updates SaveAs.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/Windows notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/Windows notification.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/WindowsUpdates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/WindowsUpdates.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/commandID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/commandID.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/depDevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/depDevices.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/depPrompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/depPrompt.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/enrollmentType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/enrollmentType.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_1.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_2.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_3.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_4.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_5.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_6.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_7.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/quick_assist_img_8.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/software_restriction_img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/software_restriction_img_1.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/software_restriction_img_2png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/software_restriction_img_2png.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/systemGroupID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/systemGroupID.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/userApprovalProfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/userApprovalProfile.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Files/wallpaperImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Files/wallpaperImage.png -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Linux Commands/Linux - List All Users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Linux Commands/Linux - List All Users.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Linux Commands/Linux - Pull jcagent.log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Linux Commands/Linux - Pull jcagent.log.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Disable Local User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Disable Local User.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Get Logged In Users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Get Logged In Users.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - List All Users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - List All Users.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - MQTT Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - MQTT Troubleshooting.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Pull jcagent.log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Pull jcagent.log.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Refresh Login Window.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Refresh Login Window.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Set Auto Logout Delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/Mac Commands/Mac - Set Auto Logout Delay.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Commands Gallery/commands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Commands Gallery/commands.json -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/.gitignore: -------------------------------------------------------------------------------- 1 | Tests/*-TestResults.xml 2 | PlatyPS.log -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Add-JCAssociation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Add-JCAssociation.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Add-JCCommandTarget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Add-JCCommandTarget.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Add-JCGsuiteMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Add-JCGsuiteMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Add-JCOffice365Member.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Add-JCOffice365Member.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Add-JCRadiusReplyAttribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Add-JCRadiusReplyAttribute.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Add-JCSystemGroupMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Add-JCSystemGroupMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Add-JCSystemUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Add-JCSystemUser.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Add-JCUserGroupMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Add-JCUserGroupMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Backup-JCOrganization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Backup-JCOrganization.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Connect-JCOnline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Connect-JCOnline.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Copy-JCAssociation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Copy-JCAssociation.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCAdmin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCAdmin.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCAssociation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCAssociation.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCBackup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCBackup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCCloudDirectory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCCloudDirectory.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCCommand.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCCommandResult.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCCommandResult.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCCommandTarget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCCommandTarget.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCConfiguredTemplatePolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCConfiguredTemplatePolicy.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCEvent.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCEventCount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCEventCount.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCOrganization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCOrganization.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCPolicy.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCPolicyGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCPolicyGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCPolicyGroupMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCPolicyGroupMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCPolicyGroupTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCPolicyGroupTemplate.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCPolicyGroupTemplateMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCPolicyGroupTemplateMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCPolicyResult.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCPolicyResult.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCPolicyTargetGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCPolicyTargetGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCPolicyTargetSystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCPolicyTargetSystem.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCRadiusReplyAttribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCRadiusReplyAttribute.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCRadiusServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCRadiusServer.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCReport.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCScheduledUserstate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCScheduledUserstate.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCSystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCSystem.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCSystemApp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCSystemApp.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCSystemGroupMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCSystemGroupMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCSystemInsights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCSystemInsights.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCSystemKB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCSystemKB.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCSystemUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCSystemUser.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCUser.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Get-JCUserGroupMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Get-JCUserGroupMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Import-JCCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Import-JCCommand.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Import-JCMSPFromCSV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Import-JCMSPFromCSV.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Import-JCUsersFromCSV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Import-JCUsersFromCSV.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Invoke-JCCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Invoke-JCCommand.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Invoke-JCDeployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Invoke-JCDeployment.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/JumpCloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/JumpCloud.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCCommand.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCDeploymentTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCDeploymentTemplate.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCDeviceUpdateTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCDeviceUpdateTemplate.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCImportTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCImportTemplate.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCMSPImportTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCMSPImportTemplate.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCPolicy.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCPolicyGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCPolicyGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCRadiusServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCRadiusServer.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCReport.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCSystemGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCSystemGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCUser.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/New-JCUserGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/New-JCUserGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCAssociation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCAssociation.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCCommand.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCCommandResult.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCCommandResult.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCCommandTarget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCCommandTarget.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCGsuiteMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCGsuiteMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCOffice365Member.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCOffice365Member.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCPolicy.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCPolicyGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCPolicyGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCPolicyGroupTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCPolicyGroupTemplate.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCRadiusReplyAttribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCRadiusReplyAttribute.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCRadiusServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCRadiusServer.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCSystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCSystem.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCSystemGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCSystemGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCSystemGroupMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCSystemGroupMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCSystemUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCSystemUser.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCUser.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCUserGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCUserGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Remove-JCUserGroupMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Remove-JCUserGroupMember.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Send-JCPasswordReset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Send-JCPasswordReset.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCCloudDirectory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCCloudDirectory.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCCommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCCommand.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCOrganization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCOrganization.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCPolicy.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCPolicyGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCPolicyGroup.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCRadiusReplyAttribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCRadiusReplyAttribute.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCRadiusServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCRadiusServer.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCSettingsFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCSettingsFile.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCSystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCSystem.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCSystemUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCSystemUser.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCUser.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Set-JCUserGroupLDAP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Set-JCUserGroupLDAP.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Update-JCDeviceFromCSV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Update-JCDeviceFromCSV.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Update-JCMSPFromCSV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Update-JCMSPFromCSV.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Update-JCModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Update-JCModule.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/Update-JCUsersFromCSV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/Update-JCUsersFromCSV.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Docs/about_JumpCloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Docs/about_JumpCloud.md -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/JumpCloud.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/JumpCloud.nuspec -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/JumpCloud.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/JumpCloud.psd1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/JumpCloud.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/JumpCloud.psm1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/LICENSE -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/ModuleUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/ModuleUpdate.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Association/Format-JCAssociation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Association/Format-JCAssociation.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Association/Get-DynamicParamAssociation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Association/Get-DynamicParamAssociation.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Association/Invoke-JCAssociation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Association/Invoke-JCAssociation.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Authentication/Get-JCInstalledModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Authentication/Get-JCInstalledModule.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Authentication/Get-JCLatestModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Authentication/Get-JCLatestModule.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Authentication/Get-ModuleChangeLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Authentication/Get-ModuleChangeLog.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Authentication/Test-JCProviderID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Authentication/Test-JCProviderID.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/DynamicParameters/Get-JCCommonParameters.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/DynamicParameters/Get-JCCommonParameters.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/HashFunctions/Get-DynamicHash.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/HashFunctions/Get-DynamicHash.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/HashFunctions/Get-JCHash.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/HashFunctions/Get-JCHash.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Convert-JCUserToID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Convert-JCUserToID.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Get-FunctionReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Get-FunctionReport.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCColorConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCColorConfig.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCObject.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCParallelValidation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCParallelValidation.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCResults.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCResults.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCType.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCType.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCUserAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Get-JCUserAgent.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Get-PipelineDetails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Get-PipelineDetails.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Hide-ObjectProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Hide-ObjectProperty.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Invoke-JCApi.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Invoke-JCApi.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/JCTypes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/JCTypes.json -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/New-DynamicParameter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/New-DynamicParameter.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/New-JCCommandFromURL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/New-JCCommandFromURL.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Out-DebugParameter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Out-DebugParameter.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/NestedFunctions/Write-Rainbow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/NestedFunctions/Write-Rainbow.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Policies/Convert-RegToPSObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Policies/Convert-RegToPSObject.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Policies/Get-JCPolicyConfigMapping.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Policies/Get-JCPolicyConfigMapping.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Policies/Get-JCPolicyTemplateConfigField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Policies/Get-JCPolicyTemplateConfigField.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Policies/New-CustomRegistryTableRow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Policies/New-CustomRegistryTableRow.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Policies/New-UriListItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Policies/New-UriListItem.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Policies/Set-JCPolicyConfigField.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Policies/Set-JCPolicyConfigField.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Policies/Show-JCPolicyValues.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Policies/Show-JCPolicyValues.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/RadiusServer/Get-DynamicParamRadiusServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/RadiusServer/Get-DynamicParamRadiusServer.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/RadiusServer/Invoke-JCRadiusServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/RadiusServer/Invoke-JCRadiusServer.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/ScriptBlocks/ScriptBlock_Example.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/ScriptBlocks/ScriptBlock_Example.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/ScriptBlocks/ScriptBlock_TryCatchError.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/ScriptBlocks/ScriptBlock_TryCatchError.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/Utilities/Restore-JCOrganization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/Utilities/Restore-JCOrganization.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/settings/Get-JCSettingsFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/settings/Get-JCSettingsFile.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/settings/New-JCSettingsFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/settings/New-JCSettingsFile.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Private/settings/Update-JCSettingsFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Private/settings/Update-JCSettingsFile.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Administrators/Get-JCAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Administrators/Get-JCAdmin.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Association/Add-JCAssociation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Association/Add-JCAssociation.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Association/Copy-JCAssociation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Association/Copy-JCAssociation.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Association/Get-JCAssociation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Association/Get-JCAssociation.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Association/Remove-JCAssociation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Association/Remove-JCAssociation.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Authentication/Connect-JCOnline.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Authentication/Connect-JCOnline.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Authentication/Get-JCOrganization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Authentication/Get-JCOrganization.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Authentication/Set-JCOrganization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Authentication/Set-JCOrganization.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Authentication/Update-JCModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Authentication/Update-JCModule.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Commands/Get-JCCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Commands/Get-JCCommand.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Commands/Import-JCCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Commands/Import-JCCommand.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Commands/Invoke-JCCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Commands/Invoke-JCCommand.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Commands/Invoke-JCDeployment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Commands/Invoke-JCDeployment.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Commands/New-JCCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Commands/New-JCCommand.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Commands/New-JCDeploymentTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Commands/New-JCDeploymentTemplate.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Commands/Remove-JCCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Commands/Remove-JCCommand.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Commands/Set-JCCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Commands/Set-JCCommand.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Directory/Add-JCGsuiteMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Directory/Add-JCGsuiteMember.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Directory/Add-JCOffice365Member.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Directory/Add-JCOffice365Member.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Directory/Get-JCCloudDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Directory/Get-JCCloudDirectory.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Directory/Remove-JCGsuiteMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Directory/Remove-JCGsuiteMember.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Directory/Remove-JCOffice365Member.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Directory/Remove-JCOffice365Member.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Directory/Set-JCCloudDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Directory/Set-JCCloudDirectory.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/DirectoryInsights/Get-JCEvent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/DirectoryInsights/Get-JCEvent.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/DirectoryInsights/Get-JCEventCount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/DirectoryInsights/Get-JCEventCount.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/Get-JCGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/Get-JCGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/SystemGroups/New-JCSystemGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/SystemGroups/New-JCSystemGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/SystemGroups/Remove-JCSystemGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/SystemGroups/Remove-JCSystemGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/UserGroups/Add-JCUserGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/UserGroups/Add-JCUserGroupMember.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/UserGroups/Get-JCUserGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/UserGroups/Get-JCUserGroupMember.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/UserGroups/New-JCUserGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/UserGroups/New-JCUserGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/UserGroups/Remove-JCUserGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/UserGroups/Remove-JCUserGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/UserGroups/Remove-JCUserGroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/UserGroups/Remove-JCUserGroupMember.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Groups/UserGroups/Set-JCUserGroupLDAP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Groups/UserGroups/Set-JCUserGroupLDAP.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/Get-JCPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/Get-JCPolicy.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/New-JCPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/New-JCPolicy.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/PolicyGroups/Get-JCPolicyGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/PolicyGroups/Get-JCPolicyGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/PolicyGroups/New-JCPolicyGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/PolicyGroups/New-JCPolicyGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/PolicyGroups/Remove-JCPolicyGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/PolicyGroups/Remove-JCPolicyGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/PolicyGroups/Set-JCPolicyGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/PolicyGroups/Set-JCPolicyGroup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/PolicyResults/Get-JCPolicyResult.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/PolicyResults/Get-JCPolicyResult.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/Remove-JCPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/Remove-JCPolicy.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Policies/Set-JCPolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Policies/Set-JCPolicy.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/RadiusServer/Add-JCRadiusReplyAttribute.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/RadiusServer/Add-JCRadiusReplyAttribute.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/RadiusServer/Get-JCRadiusReplyAttribute.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/RadiusServer/Get-JCRadiusReplyAttribute.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/RadiusServer/Get-JCRadiusServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/RadiusServer/Get-JCRadiusServer.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/RadiusServer/New-JCRadiusServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/RadiusServer/New-JCRadiusServer.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/RadiusServer/Remove-JCRadiusReplyAttribute.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/RadiusServer/Remove-JCRadiusReplyAttribute.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/RadiusServer/Remove-JCRadiusServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/RadiusServer/Remove-JCRadiusServer.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/RadiusServer/Set-JCRadiusReplyAttribute.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/RadiusServer/Set-JCRadiusReplyAttribute.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/RadiusServer/Set-JCRadiusServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/RadiusServer/Set-JCRadiusServer.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Reports/Get-JCReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Reports/Get-JCReport.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Reports/New-JCReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Reports/New-JCReport.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/SystemUsers/Add-JCSystemUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/SystemUsers/Add-JCSystemUser.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/SystemUsers/Get-JCSystemUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/SystemUsers/Get-JCSystemUser.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/SystemUsers/Remove-JCSystemUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/SystemUsers/Remove-JCSystemUser.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/SystemUsers/Set-JCSystemUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/SystemUsers/Set-JCSystemUser.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Systems/Get-JCSystem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Systems/Get-JCSystem.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Systems/Get-JCSystemApp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Systems/Get-JCSystemApp.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Systems/Get-JCSystemInsights.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Systems/Get-JCSystemInsights.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Systems/Get-JCSystemKB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Systems/Get-JCSystemKB.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Systems/Remove-JCSystem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Systems/Remove-JCSystem.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Systems/Set-JCSystem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Systems/Set-JCSystem.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Users/Get-JCScheduledUserstate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Users/Get-JCScheduledUserstate.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Users/Get-JCUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Users/Get-JCUser.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Users/New-JCUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Users/New-JCUser.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Users/Remove-JCUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Users/Remove-JCUser.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Users/Set-JCUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Users/Set-JCUser.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Utilities/Backup-JCOrganization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Utilities/Backup-JCOrganization.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/Import-JCMSPFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/Import-JCMSPFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/Import-JCUsersFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/Import-JCUsersFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/New-JCImportTemplate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/New-JCImportTemplate.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/Update-JCMSPFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/Update-JCMSPFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/Update-JCUsersFromCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Utilities/CSV_Import/Update-JCUsersFromCSV.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Utilities/Get-JCBackup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Utilities/Get-JCBackup.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/Utilities/Send-JCPasswordReset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/Utilities/Send-JCPasswordReset.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Public/settings/Set-JCSettingsFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Public/settings/Set-JCSettingsFile.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/commandDeployment/JCDeployment_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Csv_Files/commandDeployment/JCDeployment_10.csv -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/commandDeployment/JCDeployment_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Csv_Files/commandDeployment/JCDeployment_2.csv -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_allNewAttributes.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_allNewAttributesAndAllCustom.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_allNewAttributesAndAllCustom_import.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_missingAttribute.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_telephonyAttributes.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_uid_guid.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_uid_guid_import.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_userInformationAttributes.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/ImportExample_userLocationAttributes.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/Ldap_Import.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/MFA_Import.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/UpdateWithInfoNoAttributeTest.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/import/custom_attribute.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/Ldap_Update.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/MFA_Update.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/UpdateExample_AllNewAttributesAndAllCustom.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/UpdateExample_missingAttribute.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/UpdateExample_uid_guid.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/UpdateWithInfoNoAttributeNewTest.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/UpdateWithInfoTest.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/UpdateWithNoInfoTest.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Csv_Files/update/custom_attribute.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/DefineEnvironment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/DefineEnvironment.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/HelperFunctions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/HelperFunctions.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/InvokePester.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/InvokePester.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/ModuleValidation/FunctionFiles.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/ModuleValidation/FunctionFiles.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/ModuleValidation/HelpFiles.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/ModuleValidation/HelpFiles.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/ModuleValidation/PSScriptAnalyzer.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/ModuleValidation/PSScriptAnalyzer.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/ModuleValidation/PSScriptAnalyzerSettings.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/ModuleValidation/PSScriptAnalyzerSettings.psd1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/ModuleValidation/PesterFiles.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/ModuleValidation/PesterFiles.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/ModuleValidation/ReturnProperties.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/ModuleValidation/ReturnProperties.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/ModuleValidation/SDKImport.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/ModuleValidation/SDKImport.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/ModuleValidation/moduleValidation.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/ModuleValidation/moduleValidation.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Association/Copy-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Association/Format-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Association/Get-DynamicParamAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Association/Invoke-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Associations/Invoke-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Associations/New-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Associations/Remove-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Authentication/Get-GitHubModuleInfo.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Authentication/Get-JCInstalledModule.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Authentication/Get-JCLatestModule.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Authentication/Get-ModuleBanner.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Authentication/Get-ModuleChangeLog.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Authentication/Test-JCProviderID.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-DynamicHash.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-DynamicHash.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_CommandID_Name.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_CommandID_Trigger.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_CommandID_Type.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_Email_ID.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_Email_Username.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_ID_CommandName.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_ID_Sudo.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_ID_SystemGroupName.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_ID_Username.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_SystemGroupName_ID.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_SystemID_DisplayName.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_SystemID_HostName.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_SystemID_OS.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_UserGroupName_ID.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_UserName_ID.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_employeeIdentifier_ID.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-Hash_employeeIdentifier_username.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/HashFunctions/Get-JCHash.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Convert-JCUserToID.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-FunctionReport.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-JCColorConfig.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-JCObject.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-JCObjectType.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-JCParallelValidation.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-JCResults.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-JCResults.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-JCType.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-JCUserAgent.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-PipelineDetails.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Get-PipelinePositionBefore.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Hide-ObjectProperty.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Invoke-GetJCOrganization.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Invoke-JCApi.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Invoke-SetJCOrganization.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Invoke-SetJCOrganizations.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/New-DynamicParameter.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/New-JCCommandFromURL.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Out-DebugParameter.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Test-MultiTenant.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/NestedFunctions/Write-Rainbow.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Policies/Get-JCPolicyTemplateConfigField.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Policies/New-CustomRegistryTableRow.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Policies/New-UriList.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Policies/New-UriListItem.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Policies/Set-JCPolicyConfigField.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Policies/Show-JCPolicyValues.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/RadiusServer/Get-DynamicParamRadiusServer.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/RadiusServer/Invoke-JCRadiusServer.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/ScriptBlocks/ScriptBlock_DefaultDebugMessageBegin.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/ScriptBlocks/ScriptBlock_DefaultDynamicParamProcess.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/ScriptBlocks/ScriptBlock_Example.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/ScriptBlocks/ScriptBlock_TryCatchError.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/Utilities/Restore-JCOrganization.Tests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/settings/Get-JCSettingsFile.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Private/settings/Get-JCSettingsFile.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Private/settings/New-JCSettingsFile.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Private/settings/New-JCSettingsFile.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Administrators/Get-JCAdmin-MSP.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Administrators/Get-JCAdmin-MSP.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Administrators/Get-JCAdmin.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Administrators/Get-JCAdmin.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Association/Add-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | # See Get-JCAssociation.Tests.ps1 2 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Association/Copy-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Association/Copy-JCAssociation.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Association/Get-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Association/Get-JCAssociation.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Association/Get-JCAssociationDataSet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Association/Get-JCAssociationDataSet.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Association/Remove-JCAssociation.Tests.ps1: -------------------------------------------------------------------------------- 1 | # See Get-JCAssociation.Tests.ps1 2 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Authentication/Update-JCModule.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Authentication/Update-JCModule.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Commands/Get-JCCommand.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Commands/Get-JCCommand.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Commands/Import-JCCommand.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Commands/Import-JCCommand.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Commands/Invoke-JCCommand.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Commands/Invoke-JCCommand.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Commands/Invoke-JCDeployment.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Commands/Invoke-JCDeployment.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Commands/New-JCCommand.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Commands/New-JCCommand.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Commands/New-JCDeploymentTemplate.Tests.ps1: -------------------------------------------------------------------------------- 1 | # Ticket created to populate tests: SA-469 2 | -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Commands/Remove-JCCommand.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Commands/Remove-JCCommand.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Commands/Set-JCCommand.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Commands/Set-JCCommand.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Directory/Add-JCGsuiteMember.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Directory/Add-JCGsuiteMember.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Directory/Get-JCCloudDirectory.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Directory/Get-JCCloudDirectory.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Directory/Set-JCCloudDirectory.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Directory/Set-JCCloudDirectory.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/DirectoryInsights/Get-JCEvent.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/DirectoryInsights/Get-JCEvent.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Groups/Get-JCGroup.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Groups/Get-JCGroup.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Policies/Get-JCPolicy.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Policies/Get-JCPolicy.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Policies/New-JCPolicy.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Policies/New-JCPolicy.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Policies/Remove-JCPolicy.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Policies/Remove-JCPolicy.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Policies/Set-JCPolicy.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Policies/Set-JCPolicy.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Reports/Get-JCReport.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Reports/Get-JCReport.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Reports/New-JCReport.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Reports/New-JCReport.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/SystemUsers/Add-JCSystemUser.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/SystemUsers/Add-JCSystemUser.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/SystemUsers/Get-JCSystemUser.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/SystemUsers/Get-JCSystemUser.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/SystemUsers/Set-JCSystemUser.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/SystemUsers/Set-JCSystemUser.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Systems/Get-JCSystem.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Systems/Get-JCSystem.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Systems/Get-JCSystemApp.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Systems/Get-JCSystemApp.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Systems/Get-JCSystemInsights.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Systems/Get-JCSystemInsights.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Systems/Get-JCSystemKB.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Systems/Get-JCSystemKB.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Systems/Remove-JCSystem.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Systems/Remove-JCSystem.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Systems/Set-JCSystem.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Systems/Set-JCSystem.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Users/Get-JCScheduledUserstate.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Users/Get-JCScheduledUserstate.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Users/Get-JCUser.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Users/Get-JCUser.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Users/New-JCUser.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Users/New-JCUser.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Users/Remove-JCUser.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Users/Remove-JCUser.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Users/Set-JCUser.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Users/Set-JCUser.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Utilities/Get-JCBackup.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Utilities/Get-JCBackup.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/Utilities/Send-JCPasswordReset.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/Utilities/Send-JCPasswordReset.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Public/settings/Set-JCSettingsFile.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Public/settings/Set-JCSettingsFile.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/Reg_File/PesterRegFile.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/Reg_File/PesterRegFile.reg -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/Tests/SetupOrg.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/Tests/SetupOrg.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/en-Us/JumpCloud-help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/en-Us/JumpCloud-help.xml -------------------------------------------------------------------------------- /PowerShell/JumpCloud Module/en-Us/about_JumpCloud.help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud Module/en-Us/about_JumpCloud.help.txt -------------------------------------------------------------------------------- /PowerShell/JumpCloud.Office365.SSO/JumpCloud.Office365.SSO.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud.Office365.SSO/JumpCloud.Office365.SSO.psd1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud.Office365.SSO/JumpCloud.Office365.SSO.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud.Office365.SSO/JumpCloud.Office365.SSO.psm1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud.Office365.SSO/Private/HelperFunctions/Test-MGGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud.Office365.SSO/Private/HelperFunctions/Test-MGGraph.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud.Office365.SSO/Public/Disable-JumpCloud.Office365.SSO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud.Office365.SSO/Public/Disable-JumpCloud.Office365.SSO.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud.Office365.SSO/Public/Enable-JumpCloud.Office365.SSO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud.Office365.SSO/Public/Enable-JumpCloud.Office365.SSO.ps1 -------------------------------------------------------------------------------- /PowerShell/JumpCloud.Office365.SSO/Public/Show-JumpCloud.Office365.SSO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/JumpCloud.Office365.SSO/Public/Show-JumpCloud.Office365.SSO.ps1 -------------------------------------------------------------------------------- /PowerShell/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/LICENSE -------------------------------------------------------------------------------- /PowerShell/ModuleBanner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/ModuleBanner.md -------------------------------------------------------------------------------- /PowerShell/ModuleChangelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/PowerShell/ModuleChangelog.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/README.md -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/BackupRestoreTags/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/BackupRestoreTags/main.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/CSVImporter/CSVImporter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/CSVImporter/CSVImporter.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/CSVImporter/CSVImporter_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/CSVImporter/CSVImporter_test.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/DedupeSystemUsersUnixUidGuid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/DedupeSystemUsersUnixUidGuid/README.md -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ExportSystemsToCSV/ExportSystemsToCSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ExportSystemsToCSV/ExportSystemsToCSV -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ExportSystemsToCSV/checkOrgType.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ExportSystemsToCSV/checkOrgType.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ExportSystemsToCSV/exportSystemsToCSV.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ExportSystemsToCSV/exportSystemsToCSV.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ExportUsersPerSystemToCSV/checkOrgType.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ExportUsersPerSystemToCSV/checkOrgType.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ExportUsersPerSystemToCSV/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ExportUsersPerSystemToCSV/main.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ExportUsersToCSV/ExportUsersToCSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ExportUsersToCSV/ExportUsersToCSV -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ExportUsersToCSV/checkOrgType.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ExportUsersToCSV/checkOrgType.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ExportUsersToCSV/exportUsersToCSV.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ExportUsersToCSV/exportUsersToCSV.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ImportUserAttributes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ImportUserAttributes/README.md -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/PasswordExpiryWatcher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/PasswordExpiryWatcher/README.md -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/ResendActivationEmails/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/ResendActivationEmails/main.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/RunTemporaryCommand/runTempCommand.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/RunTemporaryCommand/runTempCommand.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/RunTemporaryCommand/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/RunTemporaryCommand/utils.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/clearDisplayNames/clearDisplayNames.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/clearDisplayNames/clearDisplayNames.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/releaseAllUsers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/releaseAllUsers/README.md -------------------------------------------------------------------------------- /api-utils/JumpCloud_API_Go_Examples/releaseAllUsers/releaseallusers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_API_Go_Examples/releaseAllUsers/releaseallusers.go -------------------------------------------------------------------------------- /api-utils/JumpCloud_SystemContext_Examples/Get_systemInfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/JumpCloud_SystemContext_Examples/Get_systemInfo.sh -------------------------------------------------------------------------------- /api-utils/build-go-examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/api-utils/build-go-examples.sh -------------------------------------------------------------------------------- /scripts/api/system_context/system_delete_self.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/system_delete_self.sh -------------------------------------------------------------------------------- /scripts/api/system_context/system_get_command_associations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/system_get_command_associations.sh -------------------------------------------------------------------------------- /scripts/api/system_context/system_get_self.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/system_get_self.sh -------------------------------------------------------------------------------- /scripts/api/system_context/system_get_systemgroup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/system_get_systemgroup.sh -------------------------------------------------------------------------------- /scripts/api/system_context/system_get_user_associations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/system_get_user_associations.sh -------------------------------------------------------------------------------- /scripts/api/system_context/system_post_systemgroup_add.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/system_post_systemgroup_add.sh -------------------------------------------------------------------------------- /scripts/api/system_context/system_post_systemgroup_remove.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/system_post_systemgroup_remove.sh -------------------------------------------------------------------------------- /scripts/api/system_context/system_put_self.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/system_put_self.sh -------------------------------------------------------------------------------- /scripts/api/system_context/windows_examples/system_delete_self.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/windows_examples/system_delete_self.ps1 -------------------------------------------------------------------------------- /scripts/api/system_context/windows_examples/system_get_self.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/windows_examples/system_get_self.ps1 -------------------------------------------------------------------------------- /scripts/api/system_context/windows_examples/system_get_systemGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/windows_examples/system_get_systemGroup.ps1 -------------------------------------------------------------------------------- /scripts/api/system_context/windows_examples/system_get_user_associations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/windows_examples/system_get_user_associations.ps1 -------------------------------------------------------------------------------- /scripts/api/system_context/windows_examples/system_post_systemgroup_add.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/windows_examples/system_post_systemgroup_add.ps1 -------------------------------------------------------------------------------- /scripts/api/system_context/windows_examples/system_post_systemgroup_remove.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/windows_examples/system_post_systemgroup_remove.ps1 -------------------------------------------------------------------------------- /scripts/api/system_context/windows_examples/system_put_self.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/system_context/windows_examples/system_put_self.ps1 -------------------------------------------------------------------------------- /scripts/api/v1/commandResults/deleteCommands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/commandResults/deleteCommands.sh -------------------------------------------------------------------------------- /scripts/api/v1/commandResults/getCommandResult.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/commandResults/getCommandResult.sh -------------------------------------------------------------------------------- /scripts/api/v1/commandResults/getCommandResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/commandResults/getCommandResults.sh -------------------------------------------------------------------------------- /scripts/api/v1/commands/deleteCommands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/commands/deleteCommands.sh -------------------------------------------------------------------------------- /scripts/api/v1/commands/getCommand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/commands/getCommand.sh -------------------------------------------------------------------------------- /scripts/api/v1/commands/getCommands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/commands/getCommands.sh -------------------------------------------------------------------------------- /scripts/api/v1/commands/postCommands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/commands/postCommands.sh -------------------------------------------------------------------------------- /scripts/api/v1/commands/putCommands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/commands/putCommands.sh -------------------------------------------------------------------------------- /scripts/api/v1/organizations/putOrg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/organizations/putOrg.sh -------------------------------------------------------------------------------- /scripts/api/v1/radius/dhcpRadiusUpdate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/radius/dhcpRadiusUpdate.sh -------------------------------------------------------------------------------- /scripts/api/v1/radius/getRadius.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/radius/getRadius.sh -------------------------------------------------------------------------------- /scripts/api/v1/radius/postRadius.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/radius/postRadius.sh -------------------------------------------------------------------------------- /scripts/api/v1/radius/putRadius.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/radius/putRadius.sh -------------------------------------------------------------------------------- /scripts/api/v1/radius/updateRadius.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/radius/updateRadius.ps1 -------------------------------------------------------------------------------- /scripts/api/v1/systems/deleteSystems.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systems/deleteSystems.sh -------------------------------------------------------------------------------- /scripts/api/v1/systems/getSystem.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systems/getSystem.sh -------------------------------------------------------------------------------- /scripts/api/v1/systems/getSystems.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systems/getSystems.sh -------------------------------------------------------------------------------- /scripts/api/v1/systems/get_MFA_enabled_systems.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systems/get_MFA_enabled_systems.py -------------------------------------------------------------------------------- /scripts/api/v1/systems/postSearchFilterSystems.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systems/postSearchFilterSystems.sh -------------------------------------------------------------------------------- /scripts/api/v1/systems/putSystems.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systems/putSystems.sh -------------------------------------------------------------------------------- /scripts/api/v1/systems/setSshParams.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systems/setSshParams.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/deleteSystemUser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/deleteSystemUser.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/deleteUsersBasedOnValue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/deleteUsersBasedOnValue.py -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/getSystemUser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/getSystemUser.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/getSystemUsers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/getSystemUsers.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/get_MFA_enabled_systemusers_for_UserPortal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/get_MFA_enabled_systemusers_for_UserPortal.py -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/get_MFA_systemusers_TOTP_enabled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/get_MFA_systemusers_TOTP_enabled.py -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/postResendEmail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/postResendEmail.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/postSearchFilterSystemUser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/postSearchFilterSystemUser.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/postSystemUser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/postSystemUser.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/putContactAttribs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/putContactAttribs.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/putCustomAttribs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/putCustomAttribs.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/putLockStatus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/putLockStatus.sh -------------------------------------------------------------------------------- /scripts/api/v1/systemusers/putSystemUser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/systemusers/putSystemUser.sh -------------------------------------------------------------------------------- /scripts/api/v1/tags/createDirectBindFromOneToOneTags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/tags/createDirectBindFromOneToOneTags.sh -------------------------------------------------------------------------------- /scripts/api/v1/tags/deleteTags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/tags/deleteTags.sh -------------------------------------------------------------------------------- /scripts/api/v1/tags/getTag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/tags/getTag.sh -------------------------------------------------------------------------------- /scripts/api/v1/tags/getTags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/tags/getTags.sh -------------------------------------------------------------------------------- /scripts/api/v1/tags/postTags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/tags/postTags.sh -------------------------------------------------------------------------------- /scripts/api/v1/tags/putTags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/tags/putTags.sh -------------------------------------------------------------------------------- /scripts/api/v1/users/postUser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v1/users/postUser.sh -------------------------------------------------------------------------------- /scripts/api/v2/users/addUsersToDirectory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v2/users/addUsersToDirectory.py -------------------------------------------------------------------------------- /scripts/api/v2/users/getAssociatedSystems.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v2/users/getAssociatedSystems.sh -------------------------------------------------------------------------------- /scripts/api/v2/users/postUserToGroup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/api/v2/users/postUserToGroup.sh -------------------------------------------------------------------------------- /scripts/association_automation/usertosystem_serialNumber/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/association_automation/usertosystem_serialNumber/ReadMe.md -------------------------------------------------------------------------------- /scripts/association_automation/usertosystem_serialNumber/usertosystem_serialNumber.csv: -------------------------------------------------------------------------------- 1 | Username,serialNumber,Administrator,Status,Log -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/Gemfile -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/Gemfile.lock -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/README.md -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/config.json -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/package.json -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/python_ldap_authentication.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/python_ldap_authentication.py -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/requirements.txt -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/ruby-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/ruby-config.json -------------------------------------------------------------------------------- /scripts/authentication_examples/ldap/ruby_ldap_authentication.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/authentication_examples/ldap/ruby_ldap_authentication.rb -------------------------------------------------------------------------------- /scripts/automation/Radius/Changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Changelog.md -------------------------------------------------------------------------------- /scripts/automation/Radius/Extensions/extensions-emailDN.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Extensions/extensions-emailDN.cnf -------------------------------------------------------------------------------- /scripts/automation/Radius/Extensions/extensions-emailSAN.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Extensions/extensions-emailSAN.cnf -------------------------------------------------------------------------------- /scripts/automation/Radius/Extensions/extensions-usernameCN.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Extensions/extensions-usernameCN.cnf -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/CertDeployment/Get-CertInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/CertDeployment/Get-CertInfo.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/CertDeployment/Get-CertKeyPass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/CertDeployment/Get-CertKeyPass.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/CertJson/Get-CertBySHA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/CertJson/Get-CertBySHA.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/CertJson/Get-CertHash.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/CertJson/Get-CertHash.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Commands/Clear-JCQueuedCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Commands/Clear-JCQueuedCommand.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Commands/Get-CommandByUsername.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Commands/Get-CommandByUsername.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Commands/Get-JCQueuedCommands.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Commands/Get-JCQueuedCommands.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Commands/Invoke-CommandsRetry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Commands/Invoke-CommandsRetry.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Commands/New-JCCommandFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Commands/New-JCCommandFile.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Config/Confirm-JCRConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Config/Confirm-JCRConfig.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Config/Get-JCRConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Config/Get-JCRConfig.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Config/New-JCRConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Config/New-JCRConfig.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Config/Set-JCRRadiusDirectory.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Config/Test-JCRRadiusDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Config/Test-JCRRadiusDirectory.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Config/Update-JCRConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Config/Update-JCRConfig.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/HashFunctions/Get-DynamicHash.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/HashFunctions/Get-DynamicHash.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/Get-ResponsePrompt.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/Get-ResponsePrompt.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/PadCenter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/PadCenter.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/Show-CertDeploymentMenu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/Show-CertDeploymentMenu.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/Show-DistributionMenu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/Show-DistributionMenu.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/Show-GenerationMenu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/Show-GenerationMenu.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/Show-RadiusMainMenu.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/Show-RadiusMainMenu.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/Show-RadiusProgress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/Show-RadiusProgress.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/Show-StatusMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/Show-StatusMessage.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Menus/Write-WrappedHost.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Menus/Write-WrappedHost.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Module/Get-JCRUserAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Module/Get-JCRUserAgent.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Module/Get-OpenSSLVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Module/Get-OpenSSLVersion.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Reports/Get-ReportByID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Reports/Get-ReportByID.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/Settings/Update-JCRUsersJson.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/Settings/Update-JCRUsersJson.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/System/Get-CaseInsensitiveFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/System/Get-CaseInsensitiveFile.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/SystemTable/New-SystemTable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/SystemTable/New-SystemTable.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/UserJson/Get-UserJsonData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/UserJson/Get-UserJsonData.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/UserJson/Set-UserJsonData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/UserJson/Set-UserJsonData.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/UserTable/Get-UserFromTable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/UserTable/Get-UserFromTable.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/UserTable/New-UserTable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/UserTable/New-UserTable.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Private/UserTable/Set-UserTable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Private/UserTable/Set-UserTable.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Config/Set-JCRConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Config/Set-JCRConfig.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Get-JCRCertReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Get-JCRCertReport.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Get-JCRGlobalVars.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Get-JCRGlobalVars.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Module/Update-JCRModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Module/Update-JCRModule.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Start-DeployUserCerts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Start-DeployUserCerts.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Start-GenerateRootCert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Start-GenerateRootCert.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Start-GenerateUserCerts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Start-GenerateUserCerts.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Start-MonitorCertDeployment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Start-MonitorCertDeployment.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Functions/Public/Start-RadiusDeployment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Functions/Public/Start-RadiusDeployment.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/JumpCloud.Radius.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/JumpCloud.Radius.nuspec -------------------------------------------------------------------------------- /scripts/automation/Radius/JumpCloud.Radius.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/JumpCloud.Radius.psd1 -------------------------------------------------------------------------------- /scripts/automation/Radius/JumpCloud.Radius.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/JumpCloud.Radius.psm1 -------------------------------------------------------------------------------- /scripts/automation/Radius/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/LICENSE -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/HelperFunctions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/HelperFunctions.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Invoke-Pester.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Invoke-Pester.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/ModuleValidation/ModuleVersion.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/ModuleValidation/ModuleVersion.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Private/CertDeployment/Get-CertInfo.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Private/CertDeployment/Get-CertInfo.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Private/Config/Confirm-JCRConfig.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Private/Config/Confirm-JCRConfig.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Public/Get-JCRCertReport.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Public/Get-JCRCertReport.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Public/Get-JCRGlobalVars.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Public/Get-JCRGlobalVars.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Public/Module/Update-JCRModule.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Public/Module/Update-JCRModule.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Public/Start-DeployUserCerts.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Public/Start-DeployUserCerts.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Public/Start-GenerateRootCert.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Public/Start-GenerateRootCert.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/Public/Start-GenerateUserCerts.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/Public/Start-GenerateUserCerts.Tests.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/Tests/SetupRadiusOrg.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/Tests/SetupRadiusOrg.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/deploy/BuildNuspecFromPsd1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/deploy/BuildNuspecFromPsd1.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/deploy/build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/deploy/build.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Get-JCRCertReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Get-JCRCertReport.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Get-JCRGlobalVars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Get-JCRGlobalVars.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/JumpCloud.Radius.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/JumpCloud.Radius.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Set-JCRConfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Set-JCRConfig.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Start-DeployUserCerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Start-DeployUserCerts.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Start-GenerateRootCert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Start-GenerateRootCert.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Start-GenerateUserCerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Start-GenerateUserCerts.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Start-MonitorCertDeployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Start-MonitorCertDeployment.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Start-RadiusDeployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Start-RadiusDeployment.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/Update-JCRModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/Update-JCRModule.md -------------------------------------------------------------------------------- /scripts/automation/Radius/docs/about_JumpCloud.Radius.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/docs/about_JumpCloud.Radius.md -------------------------------------------------------------------------------- /scripts/automation/Radius/en-Us/JumpCloud.Radius-help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/en-Us/JumpCloud.Radius-help.xml -------------------------------------------------------------------------------- /scripts/automation/Radius/en-Us/about_JumpCloud.Radius.help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/en-Us/about_JumpCloud.Radius.help.txt -------------------------------------------------------------------------------- /scripts/automation/Radius/images/Radius_ReIssue_Workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/Radius_ReIssue_Workflow.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/Radius_emailDN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/Radius_emailDN.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/Radius_emailSAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/Radius_emailSAN.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/Radius_usernameCN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/Radius_usernameCN.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/commandReissue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/commandReissue.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/command_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/command_list.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/create_task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/create_task.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/deployMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/deployMenu.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/emailDN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/emailDN.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/emailSAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/emailSAN.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/expireCert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/expireCert.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/expireCertFromWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/expireCertFromWindow.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/log_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/log_example.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/mac_radiusNetwork_step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/mac_radiusNetwork_step1.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/mac_radiusNetwork_step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/mac_radiusNetwork_step2.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/mac_radiusNetwork_step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/mac_radiusNetwork_step3.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/mac_radiusNetwork_step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/mac_radiusNetwork_step4.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/mac_radiusNetwork_step5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/mac_radiusNetwork_step5.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/mainMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/mainMenu.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/mainMenuNoCA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/mainMenuNoCA.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/mgr_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/mgr_running.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/monitor_pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/monitor_pending.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/monitor_retry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/monitor_retry.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/pass_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/pass_prompt.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/radiusCertAuth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/radiusCertAuth.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/resultDetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/resultDetail.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/resultOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/resultOverview.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/resultOverviewPostIssue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/resultOverviewPostIssue.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/task_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/task_action.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/task_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/task_running.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/task_schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/task_schedule.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/user_cert_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/user_cert_list.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/usernameCN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/usernameCN.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/windows_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/windows_auth.png -------------------------------------------------------------------------------- /scripts/automation/Radius/images/windows_select_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/images/windows_select_network.png -------------------------------------------------------------------------------- /scripts/automation/Radius/multi_group_radius.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/multi_group_radius.ps1 -------------------------------------------------------------------------------- /scripts/automation/Radius/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/Radius/readme.md -------------------------------------------------------------------------------- /scripts/automation/assign_primary_user.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/assign_primary_user.ps1 -------------------------------------------------------------------------------- /scripts/automation/updateManagedAppleId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/automation/updateManagedAppleId.ps1 -------------------------------------------------------------------------------- /scripts/events/events_pagination.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/events/events_pagination.ps1 -------------------------------------------------------------------------------- /scripts/jumpcloud_test_utility.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/jumpcloud_test_utility.sh -------------------------------------------------------------------------------- /scripts/linux/agent_diagnostics.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/linux/agent_diagnostics.sh -------------------------------------------------------------------------------- /scripts/linux/log_collection.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/linux/log_collection.sh -------------------------------------------------------------------------------- /scripts/linux/mod_sshd_config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/linux/mod_sshd_config.sh -------------------------------------------------------------------------------- /scripts/macos/RenameMacUserNameAndHomeDirectory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/RenameMacUserNameAndHomeDirectory.sh -------------------------------------------------------------------------------- /scripts/macos/UninstallRemoteAssist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/UninstallRemoteAssist.sh -------------------------------------------------------------------------------- /scripts/macos/agent_diagnostics.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/agent_diagnostics.sh -------------------------------------------------------------------------------- /scripts/macos/fvsetup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/fvsetup.sh -------------------------------------------------------------------------------- /scripts/macos/fvusers.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/fvusers.plist -------------------------------------------------------------------------------- /scripts/macos/hide_mac_app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/hide_mac_app.sh -------------------------------------------------------------------------------- /scripts/macos/install_agent_and_serviceaccount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/install_agent_and_serviceaccount.sh -------------------------------------------------------------------------------- /scripts/macos/log_collection.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/log_collection.sh -------------------------------------------------------------------------------- /scripts/macos/remove_mac_agent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/remove_mac_agent.sh -------------------------------------------------------------------------------- /scripts/macos/verify_serviceaccount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/macos/verify_serviceaccount.sh -------------------------------------------------------------------------------- /scripts/mdm/resetJCMDM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/mdm/resetJCMDM.ps1 -------------------------------------------------------------------------------- /scripts/windows/ImmutableIDUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/ImmutableIDUpdate.ps1 -------------------------------------------------------------------------------- /scripts/windows/InstallWindowsAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/InstallWindowsAgent.ps1 -------------------------------------------------------------------------------- /scripts/windows/JumpCloudCSVBackup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/JumpCloudCSVBackup.ps1 -------------------------------------------------------------------------------- /scripts/windows/JumpCloud_OU_Sync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/JumpCloud_OU_Sync.ps1 -------------------------------------------------------------------------------- /scripts/windows/OLD_AD_migration_toolkit/AccountMigration.Bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/OLD_AD_migration_toolkit/AccountMigration.Bat -------------------------------------------------------------------------------- /scripts/windows/OLD_AD_migration_toolkit/AccountMigration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/OLD_AD_migration_toolkit/AccountMigration.ps1 -------------------------------------------------------------------------------- /scripts/windows/OLD_AD_migration_toolkit/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/OLD_AD_migration_toolkit/ReadMe.md -------------------------------------------------------------------------------- /scripts/windows/OLD_AD_migration_toolkit/SystemMigration.Bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/OLD_AD_migration_toolkit/SystemMigration.Bat -------------------------------------------------------------------------------- /scripts/windows/OLD_AD_migration_toolkit/SystemMigration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/OLD_AD_migration_toolkit/SystemMigration.ps1 -------------------------------------------------------------------------------- /scripts/windows/UninstallRemoteAssist.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/UninstallRemoteAssist.ps1 -------------------------------------------------------------------------------- /scripts/windows/UninstallWindowsAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/UninstallWindowsAgent.ps1 -------------------------------------------------------------------------------- /scripts/windows/agent_diagnostics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/agent_diagnostics.ps1 -------------------------------------------------------------------------------- /scripts/windows/events_pagination.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/events_pagination.ps1 -------------------------------------------------------------------------------- /scripts/windows/extendedAttributesUserBackup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/extendedAttributesUserBackup.ps1 -------------------------------------------------------------------------------- /scripts/windows/log_collection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/log_collection.ps1 -------------------------------------------------------------------------------- /scripts/windows/remove_windowsMDM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/scripts/windows/remove_windowsMDM.ps1 -------------------------------------------------------------------------------- /zero-touch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJumpCloud/support/HEAD/zero-touch/README.md --------------------------------------------------------------------------------