Terry : Active Directory

How to change the MaxPageSize value

C:\>ntdsutil
ntdsutil: ldap policies
ldap policy: connections
server connections: connect to server localhost
Binding to localhost ...
Connected to localhost using credentials of locally logged on user.
server connections: q
ldap policy: show values

Policy                          Current(New)

MaxPoolThreads                  4
MaxDatagramRecv                 4096
MaxReceiveBuffer                        10485760
InitRecvTimeout                 120
MaxConnections                  5000
MaxConnIdleTime                 900
MaxPageSize                     1000
MaxQueryDuration                        120
MaxTempTableSize                        10000
MaxResultSetSize                        262144
MaxNotificationPerConn                  5
MaxValRange                     1500

ldap policy: set maxpagesize to 1500
ldap policy: commit changes
ldap policy: q
ntdsutil: q
Disconnecting from localhost...

C:\>