Janik von Rotz

Google is watching you

The site: https://donttrack.us/ shows in a comprehensible way how googles data greed can affect you real life.

And if you still think this is just conspiracy, you have to know, that people thought the same about the NSA years ago.

Asking what you can do? Check out this site: https://prism-break.org

Interested in this issue? Look further on these sites:

Read More...



Update Obsolete User Principal Names in Office 365 Windows Azure Directory

It could happen that the directory sync service (DirSync) doesn’t sync the users UserPrincipalName correctly.

I had an issue where the UserPrincipalName from a user in the Office 365 windows azure directory has been made based on the user’s sAMAccountname. This wouldn’t be problem if as long the sAMAccountname is the as same as the UserPrincipalName, but as you can guess this is not everywhere the case.

Read More...



O3M 27 - Totally (electro house, progressive house, electro)

Read More...



manage SharePoint list alerts for multiple users on multiple lists

In certain cases SharePoint alerts are more useful than workflows, f.e. having the possibility to let users manager their alerts is not possible with workflows.

To manager alerts for a couple of users on specific lists I’ve written a script that handles the whole cycle of alerts. It let me delete, update and create alerts based on predefined configuration.

Read More...



Happy new year

Wish you all the best, 2014 is going to be great :)

Grumpy New Year

Hope you’ve enjoyed my blogging in 2013 ;)

Read More...



Merry Christmas 2013

Read More...



O3M 26 - Rucksack (Alternative, Indie Rock)

Read More...



Do not forget to update to Microsoft Office 2013 when using Office 365 or SharePoint Online

When deploying a published SharePoint 2013 on-premise installation or a Office 365 installation or a SharePoint Online installation, it’s highly recommended to update your Microsoft Office 2013 installation.

Read More...



Update SharePoint ActiveDirectory Group Displayname

When the name of an Active Directory group has been changed, this change won’t affect the display name showed in the SharePoint permission editor.

To update the the name for all Active Directory groups you can run this snippet on the SharePoint server:

Read More...



Change Active Directory User Password Expiration Mode

To change an Active Directory users password expiration mode you can use this PowerShell snippet:

Import-Module ActiveDirectory

Get-ADGroupMember "Group1" -Recursive |
Get-ADUser -Properties PasswordNeverExpires |
where {$_.enabled -eq $true -and $_.PasswordNeverExpires -eq $false} |
select -First 50 | %{

    Write-Host $_.UserPrincipalName
    Set-ADUser $_ -PasswordNeverExpires $true
}

Latest version of this snippet: https://gist.github.com/7913696

Read More...



47