run powershell command via ansible playbook

Can anyone tell me how I would add the below powershell command into a playbook

PowerShell.exe (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()

Please see win_shell - https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_shell_module.html
and win_command - https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_command_module.html