
Trim text in CSV to first 50 characters - social.technet.microsoft.com
I have a CSV file which is generated by another script. But i need to make sure that none of the values in the CSV file are greater than 50 characters long. Can someone help me compile a …
Embed VBA (Excel macro) in Powershell script
The issue I have is having to include the Excel macro-enabled spreadsheet in the script location so I can access it from the script. Is there a way to somehow embed the VBA script in the …
Export If test condition result to csv file
If there is anything else regarding this issue, please feel free to post back.
convert to mpx format - social.technet.microsoft.com
can i convert .mpp file format to .mpx file format? if yes how? Yes. Search internet for free scheduling tools that import from mpp and export to mpx. You may be required to save to the …
Special characters - Out-File / Export-Csv
I'm trying to export some Active Directory user information to a csv file, however all special caracters are replaced by "?".
Get-ACL Error Continuation and Server List
I'm conducting an audit of all folders on network shares that are spread accross several servers. I'm very new to PS but from my research I have put together the following: Get-ChildItem …
LBFO Issue on 2012 R2 - social.technet.microsoft.com
I'm having an issue with a new LBFO team on 2012 R2 on 2 servers. I've successfully created 2 other teams on each server, but for some reason the 3rd team will not work.
Returning Quotas in MB opposed to KB
I have the attached script which works perfectly fine however I cant get it to convert the quota's for the mailboxes into MB. The default ones work fine however I get 500000KB etc when I have …
Powershell file path variable with csv - social.technet.microsoft.com
Jul 12, 2012 · This bit of code imports your CSV (comma-separated values) file C:\officeTest.csv. The officeTest.csv file is treated as a series of objects, where each object is taken from each …
SSIS package C# script task to make https call using httpClient
The separate console application works just fine and file gets downloaded through https call.