Skip to content

Instantly share code, notes, and snippets.

@dennythecoder
Created January 6, 2020 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennythecoder/62d99e09ab99846e8e9034c3de36a1c1 to your computer and use it in GitHub Desktop.
Save dennythecoder/62d99e09ab99846e8e9034c3de36a1c1 to your computer and use it in GitHub Desktop.
Get the most recent SharePoint ULS
$version = "15"
(ls "C:\program files\common files\microsoft shared\web server extensions\$version\logs\$env:COMPUTERNAME*.log" | sort LastWriteTime -Descending )[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment