JEA
JEA copied to clipboard
Just Enough Administration
Can we get this put on the PowerShell gallery? @rpsqrd
GitHub doesn't seem to like the space in the paths for repo links --- This change is [](https://reviewable.io/reviews/powershell/jea/54)
The example in DemoConfig.ps1 has a problem with the property `ScriptsToProcess`. It is assigned a string, but it expects a string array. https://github.com/PowerShell/JEA/blob/e53cdcb78fb9c80c564f7d0d57d295ca9198ae76/DSC%20Resource/DemoConfig.ps1#L14-L21 Running the example gives this error ```...
For example when running this on a node not part of the CONTOSO domain. ```powershell Invoke-DscResource -ModuleName JustEnoughAdministration -Name JeaEndpoint -Method Set -Verbose -Property @{ EndpointName = 'Microsoft.PowerShell' RoleDefinitions =...
Hi! Is there a way to expose a JEA endpoint as a web service, so that it could be used by an external system that knows how to make REST...
Hi, we use JEA for our Monitoring Software to monitor Exchange server. we create a module to load the Exchange pssnapins and add the module to ModulesToImport. This works, but...
With the following PowerShell version: ``` Name Value ---- ----- PSVersion 5.1.14409.1012 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14409.1012 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 ```...
On Windows Server 2012 R2: ``` PS > $psversiontable Name Value ---- ----- PSVersion 5.1.14409.1005 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14409.1005 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3...