d_strobel.windows.rdl_company_info (1.4.0) — module

Add or remove the company info of the wmi object.

Authors: Yasmin Hinel (@yahikii)

Install collection

Install with ansible-galaxy collection install d_strobel.windows:==1.4.0


Add to requirements.yml

  collections:
    - name: d_strobel.windows
      version: 1.4.0

Description

Add or remove the company parameters of the wmi object of the remote desktop license server.

Inputs

    
city:
    description:
    - Specify the name of the city.
    required: false
    type: str

email:
    description:
    - Specify the email address.
    required: false
    type: str

state:
    choices:
    - absent
    - present
    default: present
    description:
    - Set to C(present) to ensure the exclusion range is present.
    - Set to C(absent) to ensure the exclusion range is removed.
    type: str

address:
    description:
    - Specify the address of the company (street name + street number).
    required: false
    type: str

company:
    description:
    - Specify the company name.
    required: false
    type: str

org_unit:
    description:
    - Specify the organization unit.
    required: false
    type: str

last_name:
    description:
    - Specify the last name.
    required: false
    type: str

first_name:
    description:
    - Specify the first name.
    required: false
    type: str

postal_code:
    description:
    - Specify the postalcode.
    required: false
    type: str

federal_state:
    description:
    - Specify the federal state of the company.
    required: false
    type: str