Usage: set store local|gpo= |gpo= | gpo= Remarks: - Sets the policy store to a Group Policy object (GPO) identified by a ...

Usage: set store local|gpo=|gpo=|           gpo=  Remarks:        - Sets the policy store to a Group Policy object (GPO) identified by a         computer name, domain and GPO name or GPO unique identifier, or         the local policy store.        - The default value is local.       - You must stay in the same interactive session, otherwise         the store setting is lost.       - A domain name needs to be fully specified, including the  Examples:        Set the policy store to the GPO on computer1:       netsh advfirewall set store gpo=computer1        Set the policy store to the GPO called laptops in the office domain:       netsh advfirewall set store gpo=office.acme.com\laptops        Set the policy store to the GPO with unique identifier       {842082DD-7501-40D9-9103-FE3A31AFDC9B} in the office domain:       netsh advfirewall set store       gpo=office.acme.com\{842082DD-7501-40D9-9103-FE3A31AFDC9B}