Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Intune user display name #155

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Dec 10, 2018

  1. Adding allusers and alldevices logic

    Also added indication if no assignments
    markstan authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    46b596e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from markstan/markstan-patch-1

    Adding allusers and alldevices logic
    markstan authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    1ff9832 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    d317e1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from markstan/markstan-patch-2

    Update Validate-NDESConfiguration.ps1
    markstan authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    51f1511 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Update Win10_PrimaryUser_Get.ps1

    Adding display name for Intune registered owner
    markstan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    659b0e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c34456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f2e7d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    56a3c6a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    d0f46cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c92506 View commit details
    Browse the repository at this point in the history
  3. Fix for issue microsoftgraph#116

    Function Application_iOS_Add updates needed microsoftgraph#116
    davefalkus committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    278a5e6 View commit details
    Browse the repository at this point in the history
  4. Fix for issue microsoftgraph#109

    DeviceConfiguration_Export.ps1 also exports "Software update" policies microsoftgraph#109
    davefalkus committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    0d99f19 View commit details
    Browse the repository at this point in the history
  5. Update Validate-NDESUrl.ps1 (microsoftgraph#145)

    $testChallenge =  $null is to reset $testChallenge when running it multiple times.
    $testChallenge gets compounded when running it multiple times in ISE, causing incorrect test & result
    WplusAzureAuto authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    673713d View commit details
    Browse the repository at this point in the history
  6. Update UsageSummary API Endpoint (microsoftgraph#120)

    Update UsageSummary API Endpoint
    dcluomax authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    6584822 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Sample update for issue microsoftgraph#154

    Unable to add multiple groups on Add-DeviceConfigurationPolicyAssignment microsoftgraph#154
    davefalkus committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    ddc6aef View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Added noDependencies flag to YAML header

    Flag indicates that the code in this repository doesn't have external versioned dependencies
    jasonjoh authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    5a78ad3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Filter samples addition

    davefalkus committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c713a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9d99f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Change MDATP App naming to defender for Endpoint (microsoftgraph#170)

    Change older MDATP naming to Defender for Endpoint for the App creation.
    CorneDeJong authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    616339a View commit details
    Browse the repository at this point in the history
  2. HB of localized readme files (microsoftgraph#127)

    Co-authored-by: OfficeGlobal <[email protected]>
    OfficeGlobal and OfficeGlobal authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    59fc607 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Application_MDM_Export.ps1 invalid characters (microsoftgraph#186)

    Fixed invalid characters on line 195 of Application_MDM_Export.ps1
    ChadSimmons authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    8f22163 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Add Application_Detected_Apps_Get.ps1

    Application_Detected_Apps_Get.ps1 returns a list of all detected applications in an Intune tenant.
    markstan committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    72ea745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efcb30a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Fixup for new version of cert connector

    1.  Removed '#region Checking if NDES server is the CA'.  No longer needed.
    2.  Remove '#region Checking Request Filtering'.  No longer needed.
    3.  Updated cert thumbprint location
    4.  Removed Subject test for encrypting cert.  No longer users hostname.
    5.  Removed old log files.  Added new event logs
    6.  Changed detection logic for unattended scenario.
    markstan committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c06978d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Changing default to unattended mode

    Great suggestion by @peteregerton on adding check for old connector (from https://github.com/microsoftgraph/powershell-intune-samples/pull/228/files)
    
    Changing default to unattended mode for easier use
    markstan committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e550d52 View commit details
    Browse the repository at this point in the history