Sign In
Jason Niver's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
C#
PowerShell
Security
SharePoint
Archive
Archives
November 2008
(1)
August 2008
(1)
July 2008
(1)
June 2008
(1)
May 2008
(2)
MSDN Blogs
>
Jason Niver's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jason Niver's Blog
SQL Server Index Maintenance
Posted
over 4 years ago
by
Jason Niver
2
Comments
After working on a problem where the transaction logs for a large database were filling to sizes larger then the actual database every night it turned out to be a server maintenance plan that rebuilt and reorganized indexes every night. While working...
Jason Niver's Blog
Sending Encrypted E-Mails in C#
Posted
over 4 years ago
by
Jason Niver
1
Comments
So I was faced with the problem of sending an encrypted email to a group of people. Not really thinking, I responded with sure we can do that no problem. Getting back to my desk I started working on the project to find out that it turns out to be more...
Jason Niver's Blog
Using certificates from the Windows certificate store
Posted
over 4 years ago
by
Jason Niver
2
Comments
I recently had to setup some web services that used certificates to communicate back and forth and one thing I found is that pretty much every site I found references on was using a file on the file system to access the client certificate. What we wanted...
Jason Niver's Blog
Downloading files from the internet in PowerShell (with progress)
Posted
over 4 years ago
by
Jason Niver
0
Comments
Ok, so the easiest way (that I know of) to download files in powershell from the internet is to use the .net WebClient. The simple way I started with was the two liner: $client = New-Object "System.Net.WebClient" $client.DownloadFile("http://somesite...
Jason Niver's Blog
Importing a File Share into Document Library via PowerShell
Posted
over 4 years ago
by
Jason Niver
1
Comments
So today I was asked for a way to automate importing files from a file share into a document library. For this, ACL's were not an issue, however using PS's Get-ACL function can get you that as well to match the insert. Here is what I came up with...
Jason Niver's Blog
Web Parts the Simple Way - Use User Controls
Posted
over 4 years ago
by
Jason Niver
1
Comments
One of the first questions I usually get about SharePoint development is how to make the WebPart development process simpler. My answer to that is use UserControls. There is a very good solution on CodePlex called Smart Parts http://www.codeplex.com/smartpart...
Page 1 of 1 (6 items)