Link to home
Start Free TrialLog in
Avatar of creative555
creative555

asked on

Slow Link Detection GPOs script

Hello,
I am looking for the script to detect GPOs with slow links. Could you please help.

Thank you you
ASKER CERTIFIED SOLUTION
Avatar of rgorman
rgorman
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of creative555
creative555

ASKER

Thank you so much but we actually need to present a report that shows slow link detection.....I need a script or a way to generate the GPO report for slow links

Please help.
You can use Get-GPOReport cmdlet to get a list of GPO's you can then fliter them to view the ones you want that were exported.

Get-GPOReport
https://technet.microsoft.com/en-us/library/ee461057.aspx

Will.
THank you so much. I already have the report and other report, but we need to specifically get the report that shows Slow Link Detection GPOs. I am new to powershell, so I would like to get a command line or the way to get this report.