You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host "KMNDIT - Knowledge Management Native Directory Info Tool"
$Date = Get-Date
$TargetDir = Read-Host -Prompt 'What is the full path of the directory do you want to gather information from? This could be copied from the explorer window.'
$OutputDir = Read-Host -Prompt 'What is the full path of the directory do you want to sent the info to? This could be copied from the explorer window.'