Skip to content

Commit 81c926d

Browse files
Merge pull request #13865 from dikshau56/patch-4
Updating the PowerShell Reference in Overview, Restore and FAQ pages
2 parents 49c1e6a + 5ce8f7c commit 81c926d

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

microsoft-365/backup/backup-faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ Currently, you can only transfer control from the first-party Microsoft 365 appl
101101
<!---
102102
- For Exchange, a user account will be in a soft-deleted state for 30 days after it's deleted. To restore the user, see [Restore a user in the Microsoft 365 admin center](/microsoft-365/admin/add-users/restore-user). Once you restore the user, you can use the restore feature in Microsoft 365 Backup to restore as usual.
103103
--->
104+
#### Can I use PowerShell cmdlets to manage my backups and restore using Microsoft 365 Backup?
105+
106+
Yes, you can. Microsoft 365 Backup supports PowerShell cmdlets. You can find the associated PowerShell cmdlets in the [Microsoft 365 Backup Storage Graph APIs](/graph/api/resources/backuprestoreroot) reference guide.

microsoft-365/backup/backup-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Key features include:
3131
- **Partner ecosystem**: Leverage additional features and workflows through integrated partner applications to manage all your backups in one place.
3232
--->
3333
> [!Note]
34-
> Microsoft 365 Backup is currently not available for Government Community Cloud (GCC) organizations.
34+
> Microsoft 365 Backup is currently not available for Government Community Cloud (GCC) organizations. Microsoft 365 Backup also supports PowerShell cmdlets. You can find the associated PowerShell cmdlets in the [Microsoft 365 Backup Storage Graph APIs](/graph/api/resources/backuprestoreroot) reference guide.
3535
3636
## Scenarios and value proposition
3737

microsoft-365/backup/backup-restore-data.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ The restore point frequency, also known as the [recovery point objective](backup
3333
|Full OneDrive account and full SharePoint site restore |10 minutes |One week |
3434
|Exchange Online |10 minutes |10 minutes |
3535

36+
> [!NOTE]
37+
> You can also use PowerShell cmdlets to perform these operations by following these steps:
38+
> 1. Go to the [Microsoft 365 Backup Storage Graph APIs](/graph/api/backuprestoreroot-post-onedriveforbusinessrestoresessions) documentation for the specific action you want to perform—for example, restoring data for Onedrive.
39+
> 2. Scroll to the **Example request** section and select the **PowerShell** tab.
40+
> 3. Install the Microsoft.Graph.BackupRestore module as shown in the example.
41+
> 4. Run the provided PowerShell command in an Admin PowerShell session to execute the desired action.
42+
3643
## Restore data from backup for OneDrive, SharePoint, and Exchange
3744

3845
Select the **OneDrive**, **SharePoint**, or **Exchange** tab for steps to restore data from backup for that product.

0 commit comments

Comments
 (0)