Skip to content

Wmf 5.1 cleanup #1950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from Dec 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gallery/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
### [Publish](psget/module/psget_publish-module.md)
### [Modules with PSEditions](psget/module/modulewithpseditionsupport.md)
### [Modules Requiring License Acceptance](psget/module/RequireLicenseAcceptance.md)
### [Prerelease Versions](psget/module/PreReleaseModule.md)
### [Troubleshooting](psget/psget_cmdlets_troubleshooting.md)

## Script
Expand All @@ -54,7 +55,7 @@
### [Publish](psget/script/psget_publish-script.md)
### [Scripts with PSEditions](psget/script/scriptwithpseditionsupport.md)
### [Require License Acceptance for Scripts](psget/script/script_RequireLicenseAcceptance.md)

### [Prerelease Versions](psget/script/PreReleaseScript.md)
## Repository management
### [Bootstrapping NuGet provider and NuGet.exe](psget/repository/bootstrapping_nuget_proivder_and_exe.md)
### [Registering repository](psget/repository/psget_register-psrepository.md)
Expand Down
4 changes: 4 additions & 0 deletions wmf/5.1/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ The features of WMF 5.1 were included in Windows Server 2016 and Windows 10 Anni
WMF 5.1 is not applicable for these operating system versions, as the updates are provided via Windows Update.


One thing to note is that WMF does not ship in Windows.
WMF is an upgrade package that provides a set of Windows features to previously released Windows versions.
This can make an important difference when seeking assistance for any of those features, as the version of those components will not match what shipped in the original operating system.

4 changes: 3 additions & 1 deletion wmf/5.1/productincompat.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ keywords: wmf,powershell,setup
> Systems that are running the following server applications **can run** Windows Management Framework 5.1:

- Microsoft SharePoint Server 2013
- Skype for Business Server 2015
- Skype for Business Server 2015 (_See Note_)
- Microsoft Lync Server 2013
- System Center 2012 Configuration Manager

_Note: Skype for Business Server 2015 compatibility with WMF 5.1 has been tested only with Windows Server 2012 R2._

## Not Tested:
> Systems that are running the following server applications **have not tested** against Windows Management Framework 5.1:

Expand Down