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!

Transforming Financial Data into Fraud Intelligence

Every day, banks and financial companies handle millions of transactions, logins, and customer interactions ...

How to send events & findings from AWS to Splunk using Amazon EventBridge

Amazon EventBridge is a serverless service that uses events to connect application components together, making ...

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...