Fix Pack
2

Setting up the PowerShell configuration

If you enabled the PowerShell session, you must configure the target systems to enable the non-admin discovery.

  1. On the target system, run the following command:
    Set-PSSessionConfiguration -Name Microsoft.PowerShell -showSecurityDescriptorUI -Force
    With the -Force option, you are not prompted to confirm this action.
  2. In the new window that is displayed, select the ibmcol user.
    If the user is not on the list, click Add... and search for it.
  3. From the permissions list, select Read(Get,Enumerate,Subscribe) and Execute(Invoke) in the Allow column.
  4. Click OK.