Add new session parameter to win_psexec (#44263)

* Add new session parameter to win_psexec

* Indicate which version the session option was added in

* Added changelog fragment and minor edit on doc entry
This commit is contained in:
Xyon 2018-08-29 00:42:59 +01:00 committed by Jordan Borean
commit 03261b3053
3 changed files with 13 additions and 0 deletions

View file

@ -65,6 +65,13 @@ options:
- Run the program so that it interacts with the desktop on the remote system.
type: bool
default: 'no'
session:
description:
- Specifies the session ID to use.
- This parameter works in conjunction with I(interactive).
- It has no effect when I(interactive) is set to C(no).
type: int
version_added: '2.7'
limited:
description:
- Run the command as limited user (strips the Administrators group and allows only privileges assigned to the Users group).