Search This Blog

Wednesday 26 March 2014

How to Add a User to the Local Administrators Group using Remote Background

Here is a simple way to add a domain user to the local administrators Group on a computer using the Remote Background feature in GFI RM

Select the Computer in the Portal

media_1395842034169.png

Select the Computer in the Portal and then click the Remote Background Button.

Remote Background

media_1395842061894.png

The first is to check if the user is a local administrator. Run the command

net localgroup administrators

This will return the Group Membership and you can look to see who is a member.

Add User to the Administrators Group

media_1395842099585.png

You can then add a user to the Group with the command

net localgroup administrators domain\userr /add

Tuesday 18 March 2014

World Wide Web Publishing Service will not start. Windows Process Activation Service will not start.

How to resolve an issue when the WWW and the WPA Service will not start.

WWW Service will not start

media_1395172465222.png

When you try to start the WWW service a message is shown that a dependency service failed to start.

Event Log

media_1395172490309.png

In the event log the event 7001 is logged and the error shows thae the Windows Process Activation Service has not started.

Windows Process Activation Service

media_1395172508328.png

If you try to start the Windows Process Activation Service, the error 6801 Transacton support within the specified resource manager is not started or was shut down due to an error.

CMD

media_1395172614698.png

The solution to this error is to repair the File System usind the command

fsutil resource setautoreset true c:\

Event Log

media_1395172633821.png

When the command is completed, the Event Log will show Event ID 136. This logs that the NTFS Meta Data as been repaired.

Start Services

media_1395172655961.png

You can now start the WPA Service and then the WWW Service as the NTFS Meta Data has been rebuilt.

Wednesday 12 March 2014

Internet Explorer - How to add a site to the Local Intranet Sites

Some websites will not always work unless the site is added to a certain site category in Internet Explorer, this is how to add a site to the Local Intranet sites, you would use this for Share Point for example.

Open the Website

media_1394620221427.png

Browse to the website you want to use.

Open Internet Options

media_1394620227341.png

Chose from the menu the File, Intenet Options.

Security Tab

media_1394620238137.png

Choose the Security Tab and then high light the Local Intranet, click the Sites Button.

Local Intranet Properties

media_1394620243953.png

Click the Advanced Button

Add Site to the List

media_1394620254139.png

Type the site into the Add this website to the zone and then click the Add Button. If the site is not a HTTPS site then uncheck the Require server verifications (https:) for all sites in this zone. Click Close all the way back to Internet Explorer.

Saturday 8 March 2014

How to Configure Security Sites in Internet Explorer 10 & 11

In Internet Explorer 10 & 11 you can no longer use the Internet Explorer Maintenance setting in Group Policy to make changes to the Browser Security Sites. This has changed in IE 10 to use Group Policy Preferences and ADM Policy Settings.

Use a Windows 2012 Server

To access the new features of Group Policy you will need to connect to the Domain from a Windows 8.x or Windows 2012 Server. Enable the Group Policy Management features and then open Group Policy Management.

Edit a Policy

media_1394283538749.png

Create or Edit an existing Group Policy and then drill down to UserPolicy\AdministrativeTemplates\WindowsComponents\InternetExplorer\InternetControlPanel\SecurityPage

Locate the Setting Site to Zone Assignment List

Edit Setting

media_1394283392896.png

Check to Enable the Setting. Click the Show button to add the sites required.

Add Sites

media_1394283399860.png

Sites that are entered here will be shown in the users browser under the Security Tab and Sites

1. Intranet Sites
2. Trusted Zone
3. Internet
4. Restricted Sites

To add a site enter the site URL on the left value and the Site Number value to the right.

Update User Browser

media_1394283436841.png

On the Users Computer run the command

gpudate /force

This will update the Group Policy. Then you can check the Browser Internet Options, Security Tab, Local Intranet Sites and then in the list will be the site you added.