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