Good Day
I need help with extracting information regarding server share on which I need to few the last accessed folder and doc. I have a script written in PowerShell the problem is I cannot get the output
Get-ChildItem -Recurse "C:\Users\ProfileUser\Desktop\Users.ps1" | ?{ $_.PSIsContainer } | Select-Object FullName,lastwritetime | Out-File 'C:\Users\ProfileUser\Desktop\Test.log'
I'm not sure what's wrong. Thank u
I need help with extracting information regarding server share on which I need to few the last accessed folder and doc. I have a script written in PowerShell the problem is I cannot get the output
Get-ChildItem -Recurse "C:\Users\ProfileUser\Desktop\Users.ps1" | ?{ $_.PSIsContainer } | Select-Object FullName,lastwritetime | Out-File 'C:\Users\ProfileUser\Desktop\Test.log'
I'm not sure what's wrong. Thank u