various shenanigans.

Sharepoint 2010 Backup and Cleanup Scripts with Notifications

Sharepoint 2010 Backup and Cleanup Scripts with Notifications

Simple scripts that you can automate with the Task Scheduler to backup/cleanup your Sharepoint 2010 farm with email notifications. Backup Script try { $today = (Get-Date -Format dd-MM-yyyy) #Location of the Backup Folder [IO.Directory]::CreateDirectory(“E:BackupDailyFarmBackUp$today”) # This will actually initiate the SPFarm backup. Backup-SPFarm -Directory E:BackupFullFarmBackup$today -BackupMethod full # Backup-SPFarm -Directory […]

Sharepoint 2010 Personalization Site and Global Navigation Audience Targeting

Sharepoint 2010 Personalization Site and Global Navigation Audience Targeting

For whatever reason; the Global Navigation in a Personalization Site template does not support Dynamic FlyOut menus OR Audience Targeting. I had added several custom links in my top navigation bar and audience targeted them according to specific user roles. All users, however, could see every link regardless of the […]

Close Bitnami banner
Bitnami