Tag Archive


admin ASCII Automation Bitlocker Calculated Field Caluculated CAML Chrome Clean Up Codeplex CSS Customizing Database Documents Features Get-SPDatabase Get-SPWebTemplate IE Import JSON Lists Look and Feel New-SPSite Page Tempates permissions PowerShell Reporting Script Scripts Settings Sharepoint stsadm ULViewer Users v4 Views XML XSL

PowerShell to get totals of Excel SpreadSheet Column and Post to Sharepoint List

This is a simple little script that I added on to a previous script to get Computer Bitlocker Report and Post the totals to Sharepoint 2010 List # Check if the Sharepoint Snapin is loaded already, and load if not if ( (Get-PSSnapin -Name Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue) -eq $null ) { Add-PSSnapin Microsoft.SharePoint.PowerShell } $reportcsv […]

Update a SharePoint List from a CSV File

So in the last post over on http://SysAdminNightmare.com I created a CSV file for all the domain computers that had a Bitlocker key assigned to it. Going with the work smarter not harder mantra this post will take that CSV file and update a list on our sharepoint site so I can create a graph. […]

%d bloggers like this: