Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-VdcLog #285

Closed
afmorton opened this issue Jun 11, 2024 · 3 comments
Closed

Read-VdcLog #285

afmorton opened this issue Jun 11, 2024 · 3 comments
Assignees
Labels

Comments

@afmorton
Copy link

When using the following command it appears to only ever return a record set of 100 items, where there are 973 returned through the aperture/ logging filter.

The documentation indicates that the command should return all records, and so expected 973 to be returned to match aperture interface.

$All_Logs = Read-VdcLog -EventID "00230001"

It is a deprecated event ID but would still have expected the returned records to be the same, I could not see any additional switch needed to return all results.

@gdbarron
Copy link
Collaborator

@afmorton you can use -First to return the number of results you would like. That value can be anything you want it to be, but you will be taxing the database if it's very large as there's no paging. I'll update the wording to make this clearer.

@gdbarron gdbarron self-assigned this Jun 11, 2024
Copy link

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Aug 11, 2024
Copy link

This issue was closed because it has been inactive for 30 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants