Pull All Local Account Details from All Devices
Pull All Local Account Details from All Devices
Step 1
Install the JumpCloud Module on your Powershell
( Windows/ MAC )
Install JumpCloud on Windows.
Open Powershell as Administrator.
Run this cmd -> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Next this cmd -> Install-Module JumpCloud
If you are stuck anywhere refer to this LINK
If you are having trouble then reach out to support@netnxt.com
Install JumpCloud on MAC.
Download the Powershell From this LINK according to your device.
Powershell will be installed from the above step.
Open the Powershell and run this -> Install-Module JumpCloud
If you are stuck anywhere refer to this LINK
If you are having trouble then reach out to support@netnxt.com
Step 2
Connect your Powershell to JumpCloud by the below instructions
Note - If you already generated/ newly generating the API key store it in a safe place and use it when it is needed. Do not generate it again as a result your previous key will be expired.
Below is the instruction to Pull All Local Account Details from All Devices
Run the below command to get All Account details for devices.
Get-JCSystemInsights -Table User | Select-Object SystemID, Directory, Username |
To export to CSV.
Get-JCSystemInsights -Table User | Select-Object SystemID, Directory, Username | Export-Csv AllUserAccountOfAllDevices.csv |
Related Articles
System Hardware Details from PowerShell
To Pull System Hardware Details from Powershell Step 1 Install the JumpCloud Module on your Powershell ( Windows/ MAC ) Install JumpCloud on Windows. Open Powershell as Administrator. Run this cmd -> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned ...
LAPS (Local Admin Password Solution) for Windows "JC miniLAPS"
? Overview To implement JumpCloud MiniLAPS, a lightweight Local Administrator Password Solution (LAPS) for Windows devices managed by JumpCloud. This solution rotates and securely stores the local admin password within JumpCloud system description. ...
Jumpcloud LDAP Integration with Synology NAS
Environment / Prerequisite Your Synology NAS must be running DSM 7.0 or above. Contents Bind users to JumpCloud LDAP Configure groups Enable Samba authentication for JumpCloud LDAP Join your Synology NAS to JumpCloud LDAP Resolution Bind users to ...
Mac User Profile Locked/Disabled – Resolution Guide
Issue Summary Name: Mac User Profile Got Locked/Disabled Possible Reasons for Locked/Disabled Account 1. Exceeding the allowed number of incorrect password attempts. 2. Jumpcloud password doesn’t match the local account. it may trigger a lockout 3. ...
Deleting Unwanted User Profiles from macOS and Windows using JumpCloud
Deleting Unwanted User Profiles from macOS and Windows using JumpCloud Overview This guide provides steps to identify and remove unwanted/suspended user profiles from macOS and Windows systems through JumpCloud Commands. It ensures that only the ...