PowerShell Date and Time Tip

Today I will provide you Tips on how to use Date/Time in your scripts to create Log files , as well as understanding of the Date/Time function. $date = get-date Here is the output of above command but this can’t be used for creating files with time stamps as there are special characters, so you need to…

How to deal with Spoofed Emails

Spoofed emails are increasing in Messaging World , This is causing lot of frauds by impersonating as some one else. We as Messaging Admins can take certain steps to avoid these kind of cheating/ Frauds. These are not simple to handle if organization that you work for, is in business from very long time as…

Take Ownership and Grant Permissions

Sharing a advanced script that I have used for one of our projects, This script is compatible with Powershell Version 2.0 & 3.0 There was a requirement from Backup Team that When they run the script on particular folder it should recurse thru all subfolder Take ownership of only those folder where Backup account gets access…

Sharepoint Error: The server block is not well formed

Note:- Do take Backup of site collection before following this procedure Admins working on SharePoint might have encountered this error ( it was reported to us only 2 times in 3 years) The server block is not well formed You will find lot of articles on the internet stating to use SharePoint designer to reset definition of the…