Rename
8 TopicsRename Devices of Hybrid Joined Devices
hey there! we've got the problem, that we can not rename our hybrid joind devices out of endpoint manager. restart, reset etc. works totally fine. are there any special settings to make it work? cause writing back the joined devices in our local ad works also totally fine. thanks a lot!7.3KViews0likes3CommentsLesson Learned #267: Rename failed for Database 'XXX' in Azure SQL Database
Our customer got the following errror message "The operation cannot be performed since the database 'digordercontrol-db-test' is in a replication relationship. (Microsoft SQL Server, Error: 40680)" trying to rename a database.5.4KViews0likes0CommentsAfter applying KB5018421 computers cannot be renamed
After applying KB5018421 renaming the computer is no longer possible because the name can't be changed in AAD. Uninstalling the KB allows renaming of the computer. PS C:\windows\system32> Rename-Computer -NewName F57-0 -Restart Rename-Computer : Fail to rename computer 'TEND45D648129B2' to 'F57-0' due to the following exception: Unable to update hostname in Azure AD. Check the event log for detailed error information. At line:1 char:1 + Rename-Computer -NewName F57-0 -Restart + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (TEND45D648129B2:String) [Rename-Computer], InvalidOperationException + FullyQualifiedErrorId : FailToRenameComputer,Microsoft.PowerShell.Commands.RenameComputerCommand18KViews0likes1CommentHow to Bulk rename Security groups on AAD
Hi Team, I'm trying to rename over 100 Azure security groups using PowerShell but I just can't get the script to work without errors. I want to add "NG" to the output of the GetAzADGroup command # Get the group that we want to modify. $Group = Get-AzADGroup -DisplayNameStartsWith 'test' #Next line is to Import Csv with the new group name eg "NG-Test1, NG-Test2" etc # Import-Csv -Path C:\Users\Prince\Downloads\exportGroup_2022-6-15.csv | ForEach{Set-AzureADGroup -ObjectID $.objectid -Displayname $.displayname} I run into the following error "Set-AzureADGroup : Error occurred while executing SetGroup" I'll appreciate any help or pointers to resolve this. Thanks in advanceSolved5.8KViews0likes2Comments