JEA icon indicating copy to clipboard operation
JEA copied to clipboard

Just Enough Administration

Results 18 JEA issues
Sort by recently updated
recently updated
newest added

Hello, we are making use of JEA and want to establish, that our Hyper-V Operators are capable of toggling the pxe boot for their VMs. Without JEA this can be...

`message: Could not find the role capability, 'RoleName'. The role capability must be a file named 'RoleName.psrc' within a 'RoleCapabilities' directory in a module in the current module path. For...

Hi, I use DSC to deploy JEA configuration on many Windows Server 2012 R2 hosts: ``` PS > $psversiontable Name Value ---- ----- PSVersion 5.1.14409.1012 PSEdition Desktop PSCompatibleVersions {1.0, 2.0,...

bug

As far as I can see, there is no versioning in the configuration. It would be nice if we could add some versioning to the configuration and then Get-PSSessionConfiguration should...

I have a MOF file, which has RoleDefinitions hashtable as string. The hashtable itself is not sorted. ` RoleDefinitions = "@{'test\\svilen-t' = @{'RoleCapabilities' = 'Role1'};'test\\TestGroup' = @{'RoleCapabilities' = 'Role1'};'test\\svilen' =...

Whether I explicitly add Domain Admins group in the RunAsVirtualAccountsGroups parameter or not it seems that I am not being given domain access right when running cmdlets like New-ADusers or...

Fix the DSC Resource links --- This change is [](https://reviewable.io/reviews/powershell/jea/58)

When running the resource using ```powershell Invoke-DscResource -ModuleName JustEnoughAdministration -Name JeaEndpoint -Method Set -Verbose -Property @{ EndpointName = 'Microsoft.PowerShell' RoleDefinitions = "@{ 'CONTOSO\DnsAdmins' = @{ RoleCapabilities = 'DnsAdmin' } }"...

To be able to deploy role capabilities, a DSC resource has to be created. This resource would take same parameters as New-PSRoleCapabilityFile - **Path**: where to store the file. _String_...

This change is [](https://reviewable.io/reviews/powershell/jea/55)