Skip to content

Commit c736ed6

Browse files
authored
Merge pull request Azure#416 from rgregg/patch-1
Fix cmdlet name in text
2 parents 03ded0a + 0ae3c95 commit c736ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-conceptual/azureadps-2.0/recovering-deleted-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ObjectId AppId Displa
3737
9a7d49c5-42ee-47a3-bad7-17cae5bb8f26 7dba6cec-ffd5-40af-ba40-1eb158574b5a My Properties Bag
3838
```
3939

40-
Within the first 30 days after an object is deleted, it can be recovered using the Recover-AzureADMSDeletedDirectoryObject cmdlet. To recover a deleted directory pobject you must specify the Id of the object. This is what you see when you recover a deleted group:
40+
Within the first 30 days after an object is deleted, it can be recovered using the Restore-AzureADMSDeletedDirectoryObject cmdlet. To recover a deleted directory pobject you must specify the Id of the object. This is what you see when you recover a deleted group:
4141

4242
```powershell
4343
Restore-AzureADMSDeletedDirectoryObject -Id 822cda93-4d5b-4c60-86d9-5d395e37afb4
@@ -68,4 +68,4 @@ Remove-AzureADMSDeletedDirectoryObject -Id 854e0412-6975-4ac0-94a3-9bfff671b7f8
6868
```
6969

7070
>Note: If you attempt to recover a deleted unified group for which the SAMAccountName already exists the cmdlet will fail. You must first remove the existing SAMAccountName by either changing it or deleting the object that has it.
71-
>
71+
>

0 commit comments

Comments
 (0)