About 4,720 results
Open links in new tab
  1. Import-Csv : Cannot convert 'System.Object []' to the type …

    Dec 1, 2015 · I am using a typical comma delimited csv file. Does anyone have any idea why I am getting this error? I really appreciate the help and ideas. Tuesday, December 1, 2015 9:53 PM

  2. PowerShell to Dynamically download SQL table data to csv

    At first I tried a streamwriter and export-csv, but bcp was soo much faster. But bcp was not very flexible with column headers, datetime formatting, encloseing fields in quotes, numeric null …

  3. Export to csv in Powershell - social.technet.microsoft.com

    Convert each object to comma separated strings and use add-content to append the data to a file. The above code should allow you to leave everything in the pipeline though.

  4. Outlook calendar tracking not updating meeting acceptances

    5- When User1 send meeting request from her calendar then no such problem.

  5. How do I use PowerShell to format an xml file?

    Your script does not really convert Excel to XML. It loads a CSV file as a collection of custom objects and exports it as "command line interpreter XML" file which is a custom format used to …

  6. Cant Import .xlsx with Access 365 - social.technet.microsoft.com

    I've checked the .xlsx security settings and it is Not read only, even gave everyone full control. This is actually one of the files that were imported successfully with previous versions.

  7. Powershell, search thru csv - social.technet.microsoft.com

    I have not worked with csv's in this manner or with powershell much.

  8. Creating a diskpart script file using Powershell

    Aug 22, 2011 · I have a powershell script which creates a diskpart file to online any given number of iSCSI attached disks. The powershell script takes input from a csv which includes the disk …

  9. Use PowerShell to compare two CSV files only two colums

    But I am attempting to compare the two files SYSTEM.CSV being the event logs for servers in network. Then take the exception list csv to remove the items that are on this list from the …

  10. Powershell listing of all files and owner to CSV

    Aug 6, 2010 · My end goal is to have a CSV file that show the Directory, filename, size and owner. Right now I either get an empty file or one with repeating values that do not resemble the data …