Forum Discussion

slash83's avatar
slash83
Copper Contributor
Oct 18, 2023

Powershell SQLLogin CIMException (Object not found)

Hi I am trying to add user to SQL Server using below Ansible task - name: add users to SQL Server ansible.windows.win_dsc: resource_name: SqlLogin Ensure: Present Name: "{{ item }}" LoginType:...

Resources