Get-Childitem with Get-FileHash Info

Hello,
I have been able run the following script to get File names in a Recurse folders, although I'm looking to use Get-Filehast too, although I'm not sure or unable to tag this on the end of this script File-filehast info.  could you advise.
my current Get-Childitem script
get-childitem'\\folder1\folder2\folder3'-recurse|
Add-Member
-MemberTypeScriptProperty-NameVersion-Value{
$this
.VersionInfo.ProductVersion
-PassThru|
select-object
DirectoryName,Name,Version,LastWriteTime,Length|where{
$_.DirectoryName
-ne$NULL}

Hi I'm outputting to a text file, which I'm then importing into a database, although I have the following objects
of which I looking to get also hash (Algorithm SHA256) file values as well.  Thanks
( DirectoryName,Name,Version,LastWriteTime,Length
my code is this & screen print from PowerShell
get-childitem'\\ServerShare\Folder1\Folder2\FolderData'-recurse|
Add-Member
-MemberTypeScriptProperty-NameVersion-Value{
$this
.VersionInfo.ProductVersion
-PassThru|
select-object
DirectoryName,Name,Version,LastWriteTime,Length|where{
$_.DirectoryName
-ne$NULL}
|Export-Csv-PathC:\folder0\data1.txt
 

Similar Messages

  • My phone wont let me download anything even free stuff or update.it keep saying something wrong with my billing info so i fix it but still cant download.I signed out sign back in still nothing please help i'm getting angry

    My phone wont let me download anything even free stuff or update.it keep saying something wrong with my billing info so i fix it but still cant download.I signed out sign back in still nothing please help i'm getting angry

    If it says your billing info is wrong that means that your credit card issuer is refusing to approve your account. You will have to solve the problem with your bank or credit card company.

  • When I take my phone off charge in the morning I get an info box on the front which has the sound trumpet icon with a line through it and the word Mute.  The only way to get rid of it is to reboot the phone any ideas as to how I can stop this happening?

    When I take my phone off charge in the morning I get an info box on the front which has the sound trumpet icon with a line through it and the word Mute.  The only way to get rid of it is to reboot the phone any ideas as to how I can stop this happening?

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

  • Thunderbird updated now calender gone how do I get it back with all my info that was in it?

    Thunderbird updated to 24.1.0 I think now my calender has gone along with all my info how do I get it back????
    I need access to my calender urgently !!

    Get the correct version of Lightning for the version of Thunderbird you are running. Do not upgrade one without the other. Once you have a matched pair your events will return.

  • My ical wiped out a whole calendar category (i have four each with a different colour code)  what happened? and how do i get my info back

    My ical wiped out a whole calendar category (i have four each with a different colour code)  what happened? and how do i get my info back

    Read this:
    Forgot passcode for your iPhone, iPad, or iPod touch, or your device is disabled - Apple Support
    If you want your grandchild to play with the iPad use Guided Access:
    iOS: About Guided Access - Apple Support

  • Can I upgrade to Lion with an Intel iMac with 1 GB RAM. I am getting conflicting info (from Apple advisors) whether I need 2GB -which I can do by adding 1, or 3 -which apparently I can't do. Anybody successful in upgrading to Lion with 1 or 2 GB Ram?

    I am getting conflicting info (from Apple folks) whether I can upgrade to Lion with 1 GB Ram. Some are saying I need 2 (which I can do by adding memory) - or 3 (which I'm not sure I can do). Anyone running Lion with 1 GB? 2? I am at Leopard 10.5.8 to run some recording mixer which the company (Alesis) told me they weren't going to support drivers to Lion, but I guess they changed their minds. Am I clear on this? thanks.

    The hardware requirements for Lion are an intel Core 2 Duo processor and 2GB RAM.
    I wouldn't even both trying with 1GB, and even with 2GB Lion may struggle. If you intend to upgrade to Lion, can I suggest you max out your RAM. RAM is cheap at the moment.
    Which model mac mini do you have?

  • I have an old generation Apple TV 160GB when trying to rent I get a message that I have to authorize my account information on my computer via iTunes...There is no problem with my account info how is this done?

    I have an old generation Apple TV 160GB when trying to rent I get a message that I have to authorize my account information on my computer via iTunes...There is no problem with my account info how is this done?

    stf10 wrote:
    ... trying to move my I tunes to my ny PC. ...
    From where are you trying to move your iTunes...

  • How i get hardware info with Java Applet

    Hello Everybody.
    first I am sorry for my english. This my first topic. I am a php developer and learning Java. I am developing a Java Applet.
    Can i get client hardware info with Java Applet
    Ýf i can How i do get hardware info with Java Applet.
    I need sample code or documentation.
    Thanx.

    TrojanMyth wrote:
    Hello;
    Can i get hardware info with Java ?? Have not a know people ?Applets are restricted, unless, as already noted, they are signed and accepted by the user. See
    http://java.sun.com/docs/books/tutorial/deployment/applet/security.html
    http://java.sun.com/docs/books/tutorial/deployment/applet/properties.html
    In general, since Java is designed to run on multiple operating systems and machine architectures it does not provide much access to the underlying hardware. As mentioned, you can access the os via methods in the java.lang.ProcessBuilder and Runtime classes.

  • Is it possible to get intermediate info while running with the Ipod Nano 6th gen?

    In the store I was told that the Ipod Nano 6th gen would keep me informed every 500m or every km about my distance, average speed etc.
    The Ipod only tells me AFTER the run what my average speed etc was. Not during my run. Is there a possibility to get this info during my run? The store does not know the answer.

    Do you have the Spoken Feedback setting set to On under Settings -> Fitness on the iPod?
    B-rock

  • Problem in getting Time info with webLogic using Oracle Thin Driver

    We have a servlet to store/retrieve date/time data from an Oracle 9i db using use the Oracle thin driver. Everyting is ok when run on JSDK2.1 servlet container or Tomcat. But when run under WebLogic 8.1, we have problem with time portion info, it is lost. After debuging, we found under WebLogic, the returned object type is a java.sql.Date which by definition has no time info, while in other servlet containers, it is a java.sql.Timestamp. Storing date/time data in a Date column is ok under WebLogic because we see the time portion data in the db table. We did not set anything about database/jdbc in WebLogic.
    It would be greatly appreciated if someone can explain what effect WebLogic has on a servlet that has its own jdbc connection or how WebLogic could change data type from a jdbc sql statement.

    That's a function of the JDBC driver, not the J2EE app server.
    Sounds like maybe you're using the WebLogic 8.1 driver when you deploy with WL instead of the Oracle driver. You certainly can deploy with the Oracle driver. Go into the WL config manager and set it up to use the ojdbc14.jar instead.
    %

  • I have just fired up a new ipad, and am not getting the "info" tab in the bar, so I can't sync my contacts from my address book on my macBook Pro ... ??

    Any clues as to how I can get this happening, and sync all my data that I can sync to my iPhone ? I don't seem to be getting all the faclilities I am suppopsed to ... most frustrating.

    With Mavericks you won't get the Info tab, you use iCloud to sync contacts - from http://support.apple.com/kb/PH12117 :
    If you use OS X Mavericks v.10.9 or later, your contacts, calendars, and other info are updated on your computers and iOS devices via iCloud. For more information, see iCloud Help at icloud.com.
    About iCloud : http://icloud.com
    iCloud contacts : http://www.apple.com/support/icloud/contacts/

  • How do I select multiple files under "Get File Info"and lock or unlock all?

    How do I select multiple files under "Get File Info"and lock or unlock them all? It seems to do it automatically when I have 10 or more selected. But how do I lock or unlock 5 or 6 files in one swoop? Thanks

    Select the desired files then press OPTION and select Show Inspector from the Finder's File menu.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Where can I get current info on SysAdmin Certification(s) for Mac OSX SL and Lion?

    Where can I get current info on SysAdmin Certification(s) for Mac OSX SL and Lion? The Apple website for this is "under construction" for weeks now...
    Thanks,
    [email protected]

    Certification test for OS X 10.7 Lion are not available yet. I assume they will be nearly identical to the test of 10.5 and 10.6. Hopefully, the reason the certification website has been down for a while is that they are updating it with the new information. Though I really wouldn't expect any 10.7 certification test to be available for 2-4 months. Peachpit Press didn't publish their training material for 10.6 until October even though 10.6 was released in August.
    As far as the 10.6 Certifications:
    Certified Support Professional, 10.6 requires the 9L0-403 exam.
    Certified Technical Coordinator, 10.6 requires the 9L0-403 as well as the 9L0-510 (Server Essentials) exams.
    The information for the Certified System Administrator, 10.6 is "hidden" on the integral7 website but according to this Wikipedia entry, you need to pass the 9L0-510 Server Essentials exam as well as these three:
    Directory Services
    Deployment
    Security and Mobility

  • I changed my username and now afp doesn't show any users. I have file sharing on. And also when I select "get more info" on the shared folders they don't have my username in there. it just has "applepc(me)" it my old username before changing it.

    I changed my username and now afp doesn't show any users. I have file sharing on. And also when I select "get more info" on the shared folders they don't have my username in there. it just has "applepc(me)" my old username before changing it showed the correct username? please any help would be great.

    Turn Time Machine OFF temporarily in its preference pane. Leave the window open.
    Navigate in the Finder to your backup disk, and then to the folder named "Backups.backupdb" at the top level of the volume. If you back up over a network, you'll first have to mount the disk image file containing your backups by double-clicking it. Descend into the folder until you see the snapshots, which are represented by folders with a name that begins with the date of the snapshot. Find the one you want to restore from. There's a link named "Latest" representing the most recent snapshot. Use that one, if possible. Otherwise, you'll have to remember the date of the snapshot you choose.
    Inside the snapshot folder is a folder hierarchy like the one on the source disk. Find one of the items you can't restore and select it. Open the Info dialog for the selected item. In the Sharing & Permissions section, you may see an entry in the access list that shows "Fetching…" in the Name column. If so, click the lock icon in the lower right corner of the dialog and authenticate. Then delete the "Fetching…" item from the icon list. Click the gear icon below the list and select Apply to enclosed items from the popup menu.
    Now you should be able either to copy the item in the Finder or to restore it in the time-travel view. If you use the time-travel view, be sure to select the snapshot you just modified. If successful, repeat the operation with the other items you were unable to restore. You can select multiple items in the Finder and open a single Info dialog for all of them by pressing the key combination option-command-I.
    When you're done, turn TM back ON and close its preference pane.

  • After I restored my ipad I chose itunes restore. now how can I get my info of which is backed up from icloud?.

    hi all!
    Reseting ipad, we are asked to restore info from icloud or itunes. If we choose icloud, the info will be restored, but the apps on the ipad should be downloaded from app. store! because icloud can't save the applications. and If we choose to restore with itunes, the apps will be loaded quickly ,But still we need our info in icloud. and if we go to icloud backup , from ipad settings, we just have one choice: back up now! that backs up the new info, not our backed up info. but we need our backed up info.
    After I restored my ipad I chose itunes restore. now how can I get my info of which is backed up from icloud?

    bechosken wrote:
    My friend wanted to get some music off my itunes
    This is called "stealing". You do not have the legal right to give her the music you have in your iTunes library unless you are the copyright holder.
    when syncing it it said she had to update her phone software first
    That's not quite what it said.  Someone should have paid more attention to the great big warning about the possibility of losing data if the phone wasn't backed up.
    We cannot find her new photos. Please help and there was 100 new pics. Is there any way we can get them back. I already have the program Asoftech - but it doesnt seem to register the iphone only C and D drive. Please help!
    It restored the backup that was made on your computer 6 months ago, which did not contain those photos. You're wasting your time trying to find them on the phone. They don't exist.
    Hopefully, your friend syncs her phone to her own computer on a regular basis. She needs to plug her phone into her computer and restore it from her last backup. That will restore it to the state it was in when the backup was made.
    She also needs to get in the habit of extracting the photos on a regular basis, like she would from any other digital camera.

Maybe you are looking for

  • Stange output from Xorg 'startx'

    These don't feel like "real" error messages, there's no (EE) output on the /var/log/Xorg.0.log file... But this output from calling the startx command to start Xorg, is really strange, I never had something like this ever happening from the many time

  • Processing WS-Security headers within a web service

    Hello, I have created a service with WS-Security (from a WSDL using jdeveloper) and deployed it on OC4J. Within the service implementation, I need to get some information from soap security header, that is, my service needs to process some security h

  • External Procedure Returns Bad String

    Hello, I have an strange issue. I have an external procedure that returns an string but when i call it Oracle gets an string of zero's ascii chars. The length it`s ok but the content not.... The wrapper function is PROCEDURE getString(returnValue OUT

  • Character Formating in Smartforms

    Dear All, How to use Condense and Right Alignment for a same variable, for example &test& is my variable, i need to use (C) and (R) for this variable. I tried to give right alignment through smart styles also. But that is giving some space in the rig

  • Listener: Internal Error

    On starting the oracle TNS-Listener I get the followin Error-Message: NL-00051: internal error code, arguments: [302], [1], [], [], [], Anybody can help ? Thanks. null