Skip to content

Commit b730433

Browse files
committed
adding WMF requirement
1 parent 42b8e3c commit b730433

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/storage/file-sync/file-sync-deployment-guide.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy Azure File Sync from start to finish using the
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 06/03/2022
7+
ms.date: 02/03/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
ms.custom: devx-track-azurepowershell, devx-track-azurecli
@@ -54,13 +54,10 @@ We strongly recommend that you read [Planning for an Azure Files deployment](../
5454
$PSVersionTable.PSVersion
5555
```
5656
57-
If your **PSVersion** value is less than 5.1.\*, as will be the case with most fresh installations of Windows Server 2012 R2, you can easily upgrade by downloading and installing [Windows Management Framework (WMF) 5.1](https://www.microsoft.com/download/details.aspx?id=54616). The appropriate package to download and install for Windows Server 2012 R2 is **Win8.1AndW2K12R2-KB\*\*\*\*\*\*\*-x64.msu**.
57+
If your **PSVersion** value is less than 5.1.\*, as will be the case with most fresh installations of Windows Server 2012 R2, you'll need to upgrade by downloading and installing [Windows Management Framework (WMF) 5.1](https://www.microsoft.com/download/details.aspx?id=54616). The appropriate package to download and install for Windows Server 2012 R2 is **Win8.1AndW2K12R2-KB\*\*\*\*\*\*\*-x64.msu**.
5858
5959
PowerShell 6+ can be used with any supported system, and can be downloaded via its [GitHub page](https://github.com/PowerShell/PowerShell#get-powershell).
6060
61-
> [!IMPORTANT]
62-
> If you plan to use the Server Registration UI, rather than registering directly from PowerShell, you must use PowerShell 5.1.
63-
6461
6. If you have opted to use PowerShell 5.1, ensure that at least .NET 4.7.2 is installed. Learn more about [.NET Framework versions and dependencies](/dotnet/framework/migration-guide/versions-and-dependencies) on your system.
6562
6663
> [!IMPORTANT]

articles/storage/file-sync/file-sync-planning.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Plan for a deployment with Azure File Sync, a service that allows y
44
author: khdownie
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 06/01/2022
7+
ms.date: 02/03/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
ms.custom: references_regions, devx-track-azurepowershell
@@ -72,7 +72,9 @@ Azure File Sync is supported with the following versions of Windows Server:
7272
| Windows Server 2022 | Azure, Datacenter, Standard, and IoT | Full and Core |
7373
| Windows Server 2019 | Datacenter, Standard, and IoT | Full and Core |
7474
| Windows Server 2016 | Datacenter, Standard, and Storage Server | Full and Core |
75-
| Windows Server 2012 R2 | Datacenter, Standard, and Storage Server | Full and Core |
75+
| Windows Server 2012 R2* | Datacenter, Standard, and Storage Server | Full and Core |
76+
77+
*Requires downloading and installing [Windows Management Framework (WMF) 5.1](https://www.microsoft.com/download/details.aspx?id=54616). The appropriate package to download and install for Windows Server 2012 R2 is **Win8.1AndW2K12R2-KB\*\*\*\*\*\*\*-x64.msu**.
7678

7779
Future versions of Windows Server will be added as they are released.
7880

0 commit comments

Comments
 (0)