Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed May 26, 2020
1 parent 35954a9 commit b6deefd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module .\ADEssentials.psd1 -Force

$T = Get-WinADDFSHealth -Verbose -Domains 'ad.evotec.xyz' #-DomainControllers 'adrodc'
$T | Format-Table -a
$T | Format-Table -AutoSize
3 changes: 3 additions & 0 deletions Examples/Example.08-VerifySysvolHealth.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Import-Module .\ADEssentials.psd1 -Force

Get-WinADGPOSysvolFolders | Format-Table

0 comments on commit b6deefd

Please sign in to comment.