Disable list view threshold for particular List

There can be situations where you want to use large list that has more than 5000 items. When querying the list you are getting the error of list view threshold on filtering or when querying items from forms. The query cannot be run for the following DataObject: ComputerList1 The SOAP response indicates that an error occurred on…

Export Reverse DNS PTR Records

Someone recently contacted me if I can assist them in exporting the PTR records in csv format, they have already tried DNSCMS /Exportzone or /enumrecords but getting the last octave of the ip address. e.g. for a zone 154.10.in-addr.arpa, they were getting 1.100                   PTR           zzzhostname Which is supposed to be 10.154.100.1 So here we go again,…

Sharepoint Hide Recycle bin while opening Forms

This post is about How to hide recycle bin While opening forms on Sharepoint page. Below is the example where when user clicks & open the Form , in the upper left corner you can see Recycle bin & All Site content which looks ODD. Here is the solution to this problem, just create a…

Enable/ Disable Scheduled Tasks on Multiple Computers

Today, I am sharing a script that we have used to enable/ disable tasks on multiple servers. This script had been utilized during the maintenance of these servers. Download & extract script from below link, change the variables as per your environment https://gallery.technet.microsoft.com/scriptcenter/Enable-Disable-Scheduled-7eb81379 $matching1 = “snapshot” $matching2 = “Ent” Update the servers.txt file to include…