Skip to content
View jorgeasaurus's full-sized avatar

Highlights

  • Pro

Block or report jorgeasaurus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jorgeasaurus/README.md

Blog:

jorgeasaur.us

Β jorgeasaurus

Tools & Skills:

Platforms πŸ’»:

MECM Azure Intune Jamf

Operating Systems πŸ’Ύ:

Windows macOS android iOS linux

DevOps ♾️:

PowerShell Microsoft Graph API Git Bash Github docker jenkins

IDEs and Tools πŸ› :

VSCode Jira Confluence bitbucket

Security πŸš”:

splunk Defender

Connect with me:

jorgeasaurus

jorgeasaurus

Pinned Loading

  1. PSIntuneWinDetection PSIntuneWinDetection Public

    Reusable script for quickly creating PowerShell detection scripts for Windows Applications

    PowerShell 2

  2. CopyMMSFiles CopyMMSFiles Public

    Forked from AndrewJNet/CopyMMSFiles

    Script to download session files from Midwest Management Summit, mms2023 content download fix

    PowerShell 1

  3. Check installed PowerShell modules a... Check installed PowerShell modules against latest versions in a repository. Outputs detailed update status for easy management of outdated modules.
    1
    function Get-PSModuleUpdates {
    2
        param
    3
        (
    4
            [Parameter(ValueFromPipelineByPropertyName, Mandatory)]
    5
            [string]$Name,
  4. Powershell tip: Quickly find require... Powershell tip: Quickly find required Microsoft Graph API permissions for a list of graph cmdlets.
    1
    "Get-MgBetaUser",
    2
    "Get-MgBetagroup",
    3
    "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram",
    4
    "Get-MgBetaDeviceAppManagementMobileApp",
    5
    "Sync-MgBetaDeviceAppManagementVppTokenLicense",