Skip to content

Instantly share code, notes, and snippets.

@tamuhey
Created March 28, 2019 01:57
Show Gist options
  • Select an option

  • Save tamuhey/b30094287797d6d50d9fcab9fbcbe36f to your computer and use it in GitHub Desktop.

Select an option

Save tamuhey/b30094287797d6d50d9fcab9fbcbe36f to your computer and use it in GitHub Desktop.
measure import time for all profiles
$profile.psobject.properties | where { $_ -is [psnoteproperty] } | foreach { echo $_.value; Measure-Command { . $_
.value }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment