No announcements
Found 2084742 threads
-
2 Votes
CSV file logging need help
$users | ConvertTo-Csv -NoTypeInformation | select -Skip 1 | Add-Content rec.csvAnswered | 1 Replies | 1878 Views | Created by ImMax - Tuesday, August 21, 2012 2:18 PM | Last reply by Kazun - Tuesday, August 21, 2012 2:22 PM -
0 Votes
Need help importing a CSV file using IMPORT-CSV commandlet
HI Guys: I think the problem i was having was the way I was using import-csv to import the file.Answered | 10 Replies | 2316 Views | Created by Buddy Fox - Wednesday, July 10, 2013 5:39 AM | Last reply by Buddy Fox - Wednesday, July 10, 2013 10:54 PM -
0 Votes
Need help in log files
thanks a lot for your help.Answered | 8 Replies | 4781 Views | Created by youshah - Thursday, May 19, 2011 9:39 PM | Last reply by youshah - Thursday, May 26, 2011 1:30 PM -
0 Votes
help needed converting a csv
Actually think I made that harder than it needs to be: $new_csv = @() $old_recs = import-csv "c:\somefolder\perms.csv" foreach ...Answered | 5 Replies | 4369 Views | Created by ElSuizo - Wednesday, November 4, 2009 12:55 PM | Last reply by mjolinor - Thursday, November 5, 2009 11:57 AM -
2 Votes
Help needed with ConvertFrom-CSV command
Thanks for all the help.Answered | 12 Replies | 805 Views | Created by FP_MDM - Wednesday, August 3, 2016 6:12 PM | Last reply by FWN - Thursday, August 4, 2016 8:28 PM -
0 Votes
How can we a validate a CSV file in SSIS and log the error details in another CSV File by using Sript Task.
But First we need to verify the whether file exists or not. , then the extension of the file and log the error in the notepad/csv ...Answered | 5 Replies | 1827 Views | Created by SubhadipRoy - Tuesday, December 17, 2013 1:08 PM | Last reply by Tom Phillips - Tuesday, December 17, 2013 9:05 PM -
3 Votes
Convert flat log file to CSV format
} Just fill in the numbers you want and the file will output as CSV.Answered | 23 Replies | 6768 Views | Created by cloudify - Saturday, February 11, 2017 9:54 PM | Last reply by jrv - Monday, February 13, 2017 3:01 PM -
0 Votes
create a log file on import-csv comand
If you resolved it using our solution, please "mark it as answer" to help other community members find the helpful reply quickly.Answered | 3 Replies | 960 Views | Created by Sergiu Creanga - Monday, October 3, 2016 10:22 AM | Last reply by Hello_2018 - Friday, October 21, 2016 8:19 AM -
0 Votes
Need script to read from NPS log that changes names monthly and append to a CSV file.
No header on the NPS csv file, just rows of log entries.Answered | 8 Replies | 6116 Views | Created by kjl1977 - Thursday, May 19, 2011 2:42 PM | Last reply by Kazun - Friday, May 20, 2011 4:02 PM -
1 Votes
Hi Ed, I need help with passing a csv file as pipeline to a command.
Since you are using Citrix commands you need to post in the Citrix forum.Answered | 6 Replies | 883 Views | Created by Jain.Mayank - Thursday, November 9, 2017 11:07 AM | Last reply by jrv - Monday, November 13, 2017 6:47 PM -
0 Votes
Need to import a CSV file to AD.
If you resolved it using our solution, please "mark it as answer" to help other community members find the helpful reply quickly.Answered | 2 Replies | 765 Views | Created by tmarshall66 - Thursday, September 26, 2019 9:17 PM | Last reply by LeeSeenLi - Thursday, October 3, 2019 2:04 AM -
0 Votes
Need help with powershell script to add information to a CSV file
For your script, please try $users | Export-Csv -Path tt.csv -NoTypeInformation -append -inputobject<> To get more help, you could run ...Answered | 5 Replies | 1056 Views | Created by Jimi005 - Friday, July 15, 2016 1:42 AM | Last reply by Jimi005 - Tuesday, September 6, 2016 3:00 AM -
0 Votes
need help to build in logic for csv files using powershell
Thanks for the help !Answered | 8 Replies | 3115 Views | Created by tanyatcs_blue - Saturday, August 20, 2011 2:58 PM | Last reply by Bigteddy - Saturday, August 20, 2011 8:10 PM -
0 Votes
Need Help Urgently in exporting CSV file into SQL Table
It could help if Raj uploaded a file somewhere (SkyDrive, Dropbox etc), so we can look at it.Answered | 10 Replies | 1225 Views | Created by raj5758 - Wednesday, August 20, 2014 7:46 PM | Last reply by Johnny Bell Jnr - Thursday, August 21, 2014 2:23 PM -
1 Votes
PowerShell Output - Need Help Exporting / Format to CSV File
Thx for the help the script works most of the times, but sometimes i get this message Get-ADComputer : The server has returned the following error: invalid enumeration ...Answered | 3 Replies | 1824 Views | Created by Kaul75 - Monday, December 23, 2013 7:46 PM | Last reply by Bill_Stewart - Friday, December 27, 2013 10:43 PM -
0 Votes
help with command to make a csv file
It's a parameter for the Get-Recipient cmdlet, so: Get-Recipient -ResultSize Unlimited | select FirstName,LastName,PrimarySmtpAddress | Export-Csv -nti ...Answered | 4 Replies | 690 Views | Created by jamicon - Wednesday, May 3, 2017 12:05 PM | Last reply by Ashish Jugran [MSFT] - Wednesday, May 3, 2017 7:47 PM -
6 Votes
Need a Powershell script to read from a csv file
I'd like to read .csv file but I cannt get column value.Answered | 9 Replies | 44801 Views | Created by naveenk_012010 - Tuesday, January 26, 2010 3:01 PM | Last reply by shutka - Tuesday, May 22, 2012 8:16 AM -
2 Votes
importing .csv files
Writing a log file after processing each .csv that contains the .csv filenames then have the script check for the string in the log file before ...Answered | 5 Replies | 9048 Views | Created by rob.irvin - Thursday, September 13, 2012 9:25 PM | Last reply by Yan Li_ - Monday, September 17, 2012 9:42 AM -
0 Votes
Import-csv file for robocopy
Thank you all for your help.Answered | 9 Replies | 10237 Views | Created by Piet200 - Wednesday, January 28, 2015 2:50 PM | Last reply by Piet200 - Friday, January 30, 2015 8:30 AM -
1 Votes
need help with csv to html table ps script
When you open the output HTML file in your browser, view the source of the page and you'll see what I mean.Answered | 5 Replies | 18996 Views | Created by Mike Michaels - Monday, May 6, 2013 7:35 AM | Last reply by jrv - Wednesday, February 19, 2020 9:00 PM - Items 1 to 20 of 2084742 Next ›
No announcements