Quantcast
Channel: Rob Nowiks Blog
Browsing latest articles
Browse All 12 View Live

Active Directory with PowerShell Links

http://technet.microsoft.com/en-us/library/dd378937(WS.10).aspxhttp://technet.microsoft.com/en-us/library/ee617195.aspxImport-module ActiveDirectory

View Article



SharePoint: Calling Services from PowerShell

Nice article on calling services from PS. http://sharepoint.microsoft.com/Blogs/zach/Lists/Posts/Post.aspx?ID=9

View Article

SharePoint 2010: Synchronously Deploying Solutions (WSPs)

When developing larger SharePoint solutions (with multiple developers and environments), we normally write a series of PowerShell scripts to ensure that all our custom functionality and structure can...

View Article

Quicknote: A couple of links…

I’m currently debugging WCF, as a reminder, here is an article on how to configure tracing and logging. I simply just put the relevant entries into my web.config and created the folder for my log file...

View Article

Quicknote: Equivalent to SPSecurity.RunWithElevatedPrivileges in standard...

I have an asp.net web app that must execute code under the context of the current user (via identity impersonate, as it needs to call out to various resources). There are some blocks of code, such as...

View Article


Image may be NSFW.
Clik here to view.

XNA Experiments: Coverflow

Experiments with XNA. Just finished trying to build coverflow, with animation, inertia etc…

View Article

PowerShell Variable Scope

Just thought I’d blog about PowerShell variable scope. It seems that not many people are aware of this (I wasn’t aware until recently). There are scopes for private, local (this is the default...

View Article

Quicknote: Reduce size of Hyberfile.sys

I recently began running out of space on my C: Drive (120GB SSD). It turned out that 13GB of this was used by HyberFile.sys (which is used for hybernation). To reduce this, I opened an administrator...

View Article


Windows 8: “Run as Different User”

Just a quicknote – to enabled “run as a different user” from the Win 8 start screen, do the following: Launch Group Policy Editor (gpedit.msc) Select User Configuration -> Administrative Templates...

View Article


Quicknote: Binding XAML event to ViewModel

Just a rough note. I was building a WPF interface for a tool i've written. I wanted to bind events on this to my ViewModel, instead of have classic "code beside". Other than using third party code, the...

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images