All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New functions to retrieve Endpoint Security configuration details and create them
- Get-GraphDeviceManagementIntent Function
- Get-GraphDeviceManagementIntentSettingValue Function
- Get-GraphDeviceManagementSettingDefinition Function
- Get-GraphDeviceManagementTemplate Function
- Get-GraphDeviceManagementTemplateSettingCategory Function
- New-GraphDeviceManagementTemplateInstance Function
- Get-GraphUsersLoggedOn now outputs to a PSCustomObject instead of a string
- Get-GraphAzureADUser Function
- Get-GraphUsersLoggedOn Function
- Get-GraphAzureADGroup Function: API endpoint parameter added. Defaults to beta.
- Connect-Graph now supports interactive authentication by default to trigger the Enterprise Application creation of "Microsoft Intune PowerShell" and supports the usage of MFA. Non-interactive authentication works as before by passing a PSCredential object to the
Credential
parameter.
- Get-GraphGroupPolicyConfiguration Function
- Get-GraphGroupPolicyConfigurationAssignment Function
- Get-GraphGroupPolicyDefinition Function
- Get-GraphGroupPolicyDefinitionValue Function
- Get-GraphGroupPolicyPresentationValue Function
- New-GraphGroupPolicyConfiguration Function
- New-GraphGroupPolicyConfigurationAssignement Function
- New-GraphGroupPolicyDefinitionValue Function
- Remove-GraphGroupPolicyConfiguration Function
- Get-GraphManagedDevice Function to retrieve Intune Managed Device objects
- Get-GraphWindowsAutopilotDeviceIdentity Function to retrieve Windows Autopilot Device objects
- Set Credential Parameter mandatory
- MSGraphFunctions now supports non-interactive authentication to Microsoft Graph using Delegated permissions
- BREAKING: Connect-Graph now requires a $Credential parameter of type PSCredential
- PowerShell module initial release
- CHANGELOG file
- README file
- LICENSE