Getting Data In

Powershell Get-ADComputer not pulling in fields

chirsf
Explorer

I've been attempting to pull data in with powershell and Get-ADComputer to pull in fields like OperatingSystem and similar fields with this, I tried something more complicated with a select-object after Properties *, but it didn't populate data so I ended up with this to troubleshoot:

 

Get-ADComputer -Filter * -Properties DNSHostName,OperatingSystem,OperatingSystemVersion,Enabled,IPv4Address

 

I also tried

 

Get-ADComputer -Filter * -Properties *

 

 This doesn't populate more than the default fields from Get-ADComputer. Any tips would be appreciated, I haven't found much on this subject so far.

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Splunk App for Anomaly Detection End of Life Announcement

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...