Skip to content
View shurkin18's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report shurkin18

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

Pinned

  1. Search JIRA Cloud for specific Issue... Search JIRA Cloud for specific Issue and if none found - creates a new Issue via API
    1
    #!/bin/bash
    2
    
                  
    3
    ####################################################################################################################################
    4
    # NOTE: you will need to generate a token (https://id.atlassian.com/manage-profile/security/api-tokens and click "Create API token")
    5
    # Make sure that account has necessary access (JIRA groups) on the JIRA's end, especially if you will be creating tickets via API
  2. JAMF UAPI LAPS initialization script... JAMF UAPI LAPS initialization script which will set LAPS Computer Extension Attribute to a desired password
    1
    #!/bin/bash
    2
    
                  
    3
    #################################################################################################################
    4
    # This script can be used together with: https://gist.github.com/shurkin18/b8de3de44b184f1f8802b860639a9b4d
    5
    #################################################################################################################
  3. Search JIRA On-Prem for specific Iss... Search JIRA On-Prem for specific Issue and if none found - creates a new Issue via API
    1
    #!/bin/bash
    2
    
                  
    3
    # Please note: JIRA URL may be different for your setup, including all of the URL
    4
    # https://COMPANY-JIRA-URL.com/jira/rest/api/2/issue/ | you may need to play around with it to get it exact right
    5
    
                  
  4. JAMF UAPI LAPS script for continuous... JAMF UAPI LAPS script for continuous local administrator password change, with password securely stored in JSS
    1
    #!/bin/bash
    2
    
                  
    3
    #################################################################################################################
    4
    # This script can be used together with "JAMF UAPI LAPS initialization script which will set LAPS Computer Extension Attribute to a desired password"
    5
    # URL of the other script: https://gist.github.com/shurkin18/50ae6e9da329a9332592df19e10744bb
  5. Apple Mac System Updates automated s... Apple Mac System Updates automated script with deferrals, which will create a JIRA ticket after last deferral
    1
    #!/bin/bash
    2
    
                  
    3
    ############################################################################################################################
    4
    # NOTE1: You will need to supply the JIRA API credentials down below under "JIRA API credentials and Issue Category" section
    5
    # NOTE2: You will need to modify the issue type id variable "mm_jira_cloud_it_tic_issue_type" (# Issue Type can be found in