PSMDATP icon indicating copy to clipboard operation
PSMDATP copied to clipboard

Get-MDATPDevice " with "-DeviceName" parameter can't get json format response.

Open banhao opened this issue 4 years ago • 0 comments

Describe the bug When I used "Get-MDATPDevice " with "-DeviceName" parameter, but can't get the json format information. Only have the following information.

PS C:\> Get-MDATPDevice -DeviceName _hostname_
VERBOSE: GET https://api.securitycenter.windows.com/api/machines?$filter=ComputerDNSName eq '_hostname_' with 0-byte payload
VERBOSE: received 93-byte response of content type application/json; odata.metadata=minimal

banhao avatar Apr 27 '21 23:04 banhao