Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 504 Bytes

File metadata and controls

9 lines (8 loc) · 504 Bytes

Set-DeviceNoteFriendlyName_GraphSDK

  • Populates the device notes field in Intune with the friendly name (i.e. ThinkPad T14 Gen 3)
  • Requires the Microsoft.Graph.Authentication and Microsoft.Graph.DeviceManagement modules
  • Uses the Graph PowerShell cmdlets

Set-DeviceNoteFriendlyName_GraphAPI

  • Populates the device notes field in Intune with the friendly name (i.e. ThinkPad T14 Gen 3)
  • Requires the Microsoft.Graph.Authentication module
  • Direct calls to the Graph API using Invoke-MgGraphRequest