description Automatically generated file. DO NOT MODIFY Import-Module Microsoft.Graph.Files $params = @{ name = "new-file-name.docx" } Update-MgDriveItem -DriveId $driveId -DriveItemId $driveItemId -BodyParameter $params