Friday, July 28, 2017

Happy SysAdmin Day!

 

View and Change Active Directory MaxPageSize

 
MaxPageSize - This value controls the maximum number of objects that are returned in a single search result, independent of how large each returned object is. To perform a search where the result might exceed this number of objects, the client must specify the paged search control. This is to group the returned results in groups that are no larger than the MaxPageSize value. To summarize, MaxPageSize controls the number of objects that are returned in a single search result.
Default value: 1,000
 
Some LDAP clients can only receive the first 1,000 results when they make an LDAP question to Active Directory, when more results be that requite the query scope. If there are 2,000 results to be returned, the client will receive the “Size Limit Exceeded” error when the paging is not enabled or not present.
 
How we can view or change MaxPageSize value?
 

Happy SysAdmin Day!


Wednesday, July 12, 2017

Import Updates to WSUS from Microsoft Update Catalog

I want to show the ability to add updates to the WSUS in the example on KB4012598.
Open the WSUS console.
Select Import Updates

 

Імпорт поновлень до WSUS з Microsoft Update

Хочу показати можливість додавання поновлень до WSUS на прикладі KB4012598.

Відкриваємо консоль WSUS.
Виберіть Import Updates
 
 

Sunday, July 2, 2017

Install VMware Tools On Windows Server 2012 R2 / 2016 Core

 
Open the Virtual Machine Console -> VM -> Guest -> Install/Upgrade VMware Tools
 
 
Example 1.
In Command prompt type PowerShell
 
Check where the Vmware Tools are mounted on
 
[PS] Get-Psdrive
 
Go to the Drive with Vmware Tools
 
[PS] D:
 
[PS] .\setup64.exe
 
 
 
Follow the steps and restart when completed.
 
When install VMTools done - restart the server:
[PS] Restart-Computer
 
Example 2.
Enter the following command:     

D:\>setup64.exe /S /v "/qn REBOOT=Y"
 
 
Command prompt will return to D:\>. For a minute or two the installation is done than server will reboot.