Surveys
Add Zebra striping to Survey
Hide Close button
Redirect Survey after finish, use ?Source=link
http://spserver/Lists/survey/NewForm.aspx?Source=http://spserver/thankyou.aspx
PowerShell - finding Nouns
gcm | select Name, Noun | Sort noun -unique | Where {$_.noun -like "*user*"}
get-date | select -last 1 | get-member | where {$_.name -like "*year*"}
InfoPath - Conditional Field Values
link is here
Email Enable List or Library
when you email enable a SharePoint library, an Exchange & AD contact is automatically created with the email in the format of name@server.domain.com, someone can change the account’s external name to name@domain.com
Schedule PowerShell in Windows Task Scheduler
In the Action dialog, the program will be
powershell, in the "arguments" input, enter -file "script name" or -command if the script has parameters as shown in the image.