Please help me to capture timestamp and count of selected “19c5c” hidden file .
How can we get it count and accesstime of this file using powershell.
These are hidden machine keys. Please let me the powershell code to retrieve this.
I’m sorry - two problems:
First, I have no idea what “selected 19c5c hidden file” means.
Second, we’re not here to just provide you with code. We aren’t consultants, and we aren’t here to do your job for you. If you need help with something, you can show us what you’ve tried, and where you’re stuck, and we will try to offer suggestions.
Thank you for your reply. Actually i am able to retrieve timestamp and other couter for other files using below codes.
(Get-ChildItem C:\Windows\System32\CCM\Logs*execmgr*).Count;(Get-childItem C:\Windows\System32\CCM\Logs\execmgr.log).LastWriteTime;(Get-childItem C:\Windows\System32\CCM\logs\execmgr-*.log).LastWriteTime
However same code is not working for system or hidden files. For testing purpose i tried to place a normal file in machine keys location or in hidden folder but using above command i am also not able to retrieve same information that i can get using same codes in normal folder however i tried available chanales to retrieve data in side hidden folder.
Please let me know if still i have not upadated required information. Waiting for your response.
Thanks
Manoj Khati