Brisbane Meetup – Dream. Design. Develop. Deliver.

Introduction (from http://www.meetup.com/Brisbane-Win8-WP7-8-Web-Dream-Design-Develop-Deliver) (@D4Meetup) Are you a developer? Are you a designer? Are you a dreamer? Are you daring? Are you based in Brisbane? If you have answered yes to one or more of the questions, then this meetup may be for you! I don’t know about you but I have …

Read more

Userful Windows Server Commands

I come across so many useful commands that helps in managing servers, but have never made the effort to save them somewhere, until now. Disable Windows Firewall netsh advfirewall set allprofiles state off  

SharePoint PowerShell Corner

These are commands that I have found helpful. More will be added as and when I come across them. Change display name of SharePoint user Set-SPUser -Identity domainuser -DisplayName “Display Name” -Web <SharePoint Site URL>