Tag Cloud
AD AD CmdLets Add-Member ADSI attributes Automatic Updates cn Core DateDiscoveredAbscentInDS displayname Excel Exchange2003 Exchange 2007 Exchange2010 Exchange_Mailbox Exchange_Mailboxes ExMON Firewall Forms Fusion Get-HardDisk Get-Mailbox Get-MailboxStatistics Get-QADGroup Get-QADUser Get-VM LDAP mDBUseDefaults msExchExpansionServerName Networking New-Object Outlook2003 PowerShell ProxyAddresses Quest Registry Scheduling Select-String SMTP SQL VMWare W2003 Windows 2003 Windows 2008 WMI
Tag Archives: CSV
Converting Excel to CSV using PowerShell
Quick Script: Converting Excel[.xls] to Comma Separated Value[.csv] Many times my data is in .xls format and I really need it in .csv to leverage the accessibility of the Import-CSV cmdlet. I found this code on the ‘PowerShellCommunity.org’ web forum: … Continue reading
