Dsquery List members for all groups


Open Command prompt and use dsquery to export to txt the data to a TXT file.

dsquery * -limit 0 -filter “(&(objectCategory=group))” -attr name member > a.txt

Removing Auto Detect Proxy Settings From GPO.


A few days ago I add to remove proxy settings from Default Domain GPO, this particulary option “Automatically detect configuration settings”.

After enabling this option, we can only choose bettween Enabled or disabled.

option

The way to get rid of this configuration is simple, you only need to reset proxy settings.

def

Be carefull where you execute this action, because it will clear everything related to proxy settings, and don’t Forget to backup GPO’s before making any changes.

Hope this can be usefull.

Troubleshooting Event ID 8486 Source WinfSys


I’ve Gather this information from event Viewer Application and System:

Upgrade Netbackup Client to version Veritas NetBackup 6.5.6 (6.5 Release Update 6) Read more of this post

Wsus Configure Windows Update Client.


All the post is redirect to client side actions only.

The client gathers all the information in this folder %Windir%\SoftwareDistribution, in my case folder content has 184 MB. Read more of this post

Vbscript Users Logon Script for Active Directory


This script as some pre-requisites that must be checked before.

1 – all folders and shares must be created

2 – all groups in ad must be created and associate to users Read more of this post