mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
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:
parent
2bd0a66c08
commit
03261b3053
3 changed files with 13 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue