Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - getting text file content from remote computer

Reply
 
Old 06-17-2009   #1 (permalink)
RedLemon


 
 

getting text file content from remote computer

Hello

i can i get the content of text file on remote computer, without using
shares (using wmi or something like this ?

My System SpecsSystem Spec
Old 06-17-2009   #2 (permalink)
Shay Levy [MVP]


 
 

Re: getting text file content from remote computer

Hi RedLemon,


If you're an admin on the remote box and admin shares are enabled:

get-content \\server\c$\foo.txt



---
Shay Levy
Windows PowerShell MVP
http://blogs.microsoft.co.il/blogs/ScriptFanatic
PowerShell Toolbar: http://tinyurl.com/PSToolbar



R> Hello
R>
R> i can i get the content of text file on remote computer, without
R> using shares (using wmi or something like this ?
R>


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Output all content of text file in different columns PowerShell
Using Add-Content to add text to a certain location of a file. PowerShell
Clear-Content Cmdlet and Processing Lines in Text File PowerShell
Why does get-content on a text file remove crlf when cast to a string? PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46