Use four-part name to access linked server, ie linkedserver.catalog.schema.tablename. For example.
select * from EA..EXAV.GROUPS
insert into EA..EXAV.GROUPS values ('Test', 'Test', 9, 381273546)
INSERT statements should supply values for all columns in a table even if certain columns in the table can be NULL or have default values.