31.2k views
5 votes
What command do we run on a DS to display all clients reporting in_______.

User Jack Ryan
by
7.2k points

1 Answer

3 votes

Final answer:

To display all clients reporting in on a DS like Active Directory, you would use a command in a command-line interface such as 'Get-ADComputer -Filter * -Property *' with appropriate administrative privileges.

Step-by-step explanation:

To display all clients reporting in on a Directory Service (DS) such as Active Directory, you would typically use a command in a command-line interface.

To display all clients reporting in on a DS like Active Directory, you would use a command in a command-line interface such as 'Get-ADComputer -Filter * -Property *' with appropriate administrative privileges.

However, the specific command can vary depending on the DS system you are using. For example, in Active Directory, you might use the Power Shell command Get-ADComputer -Filter * -Property * to list all client computers along with all their attributes.

If you're using a different DS, you would need to refer to its specific command usage for listing clients. It is also important to have the appropriate administrative privileges to access this information on the DS.

User Tanja
by
8.3k points