From 846fb7a37e2ce0cef72519b82a52ea3da876d470 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 13 Aug 2018 15:35:04 -0400 Subject: [PATCH 1/2] fix: Folder link to DSC Resource GitHub doesn't seem to like the space when there is no file after the folder in links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03f5ea0..0f60397 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ JEA documentation has moved to MSDN -- check it out at [http://aka.ms/JEAdocs](h In addition to making the documentation easier to find and read, you can now [contribute to the documentation](https://github.com/PowerShell/PowerShell-Docs/blob/staging/CONTRIBUTING.md) by submitting pull requests to the *staging* branch. ## DSC Resource -The [JEA DSC resource](./DSC Resource) can help you quickly and consistently deploy JEA endpoints across your enterprise. +The [JEA DSC resource](./DSC%20Resource) can help you quickly and consistently deploy JEA endpoints across your enterprise. The *JustEnoughAdministration* DSC resource configures the PowerShell session configurations, which define the mapping of users to roles and general session security settings. Role capabilities belong to standard PowerShell modules, and can be deployed with the DSC [file resource](https://msdn.microsoft.com/en-us/PowerShell/DSC/fileResource). Check out the [Demo Config](./DSC Resource/DemoConfig.ps1) for an example of how to deploy a JEA endpoint using these DSC resources. @@ -24,4 +24,4 @@ Microsoft IT have been working with JEA since its inception and have shared some Please see the [DSC contribution guidelines](https://github.com/PowerShell/DscResources/blob/master/CONTRIBUTING.md) for information on contributing to this project. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. From 1be2dadbecfbf2c0f8a33ca8b398d3d920342cff Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 13 Aug 2018 15:36:06 -0400 Subject: [PATCH 2/2] fix: Markdown link with space in path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f60397..a2dbd97 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In addition to making the documentation easier to find and read, you can now [co The [JEA DSC resource](./DSC%20Resource) can help you quickly and consistently deploy JEA endpoints across your enterprise. The *JustEnoughAdministration* DSC resource configures the PowerShell session configurations, which define the mapping of users to roles and general session security settings. Role capabilities belong to standard PowerShell modules, and can be deployed with the DSC [file resource](https://msdn.microsoft.com/en-us/PowerShell/DSC/fileResource). -Check out the [Demo Config](./DSC Resource/DemoConfig.ps1) for an example of how to deploy a JEA endpoint using these DSC resources. +Check out the [Demo Config](./DSC%20Resource/DemoConfig.ps1) for an example of how to deploy a JEA endpoint using these DSC resources. ## Sample Role Capabilities Microsoft IT have been working with JEA since its inception and have shared some of their role capabilities for general server and IIS maintenance/support.