Skip to main content

Posts

How to Enable/Disable Multiple RDP Sessions in Windows 2012

How to Enable/Disable Multiple RDP Sessions in Windows 2012 By default, Windows 2012 servers allow a single Remote Desktop session. If only one session is available and you take over another person's live session, you may choose to enable multiple RDP sessions. This article describes the process for enabling and disabling multiple sessions. Enable Multiple RDP Sessions Log into the server using Remote Desktop . Open the start screen (press the Windows key) and type gpedit.msc  and open it Go to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections . Set Restrict Remote Desktop Services user to a single Remote Desktop Services session to Disabled. Double click Limit number of connections and set the RD Maximum Connections allowed to 999999 . Disable Multiple RDP Sessions Log into the server using Remote Desk...

How To Install Apps Onto Your SD Card (No Root) Android phone

Step 1: Getting Ready to Change Installation Location   1. Get the  Google Android SDK      - Unzip the file and place the folder onto your desktop or anywhere that can be easily accessed.      - find the platform tools folder (default, it should be : adt-bundle/sdk ) 2. Find cmd/terminal (for mac)      - (for mac users) go to [ System Preferences > Keyboard > Keyboard Shortcuts > Service s]         and then check the box [ New Terminal At Folder ] 3. Go onto your Android phone and select USB debugging      - Go to [ System settings > Developer Options ] and select USB Debugging (if the option is grayed out, unplug your phone first) Step 2: Using adb   1.  Windows     - Open the folder called " platform-tools"     - shift+right-click anywhere inside the folder and choose [Open Command Window Here]        ...

Connection failed: enforce firewall policy failed (on win 7 / 64bit)

Connection failed: enforce firewall policy failed (on win 7 / 64bit)  error: connection failed: enforce firewall policy failed client: Check point endpoint security r75 build 835002205 on win 7 / 64 bit The solution is to find driver file vsdatant.sys and copy it to system32/drivers Ref :- https://forums.checkpoint.com/forums/thread.jspa?messageID=46927 

Shunned packet Error on Cisco ASA Firewall

           Shunning/Blocking on IPS for  ASA/PIX/IOS Router Configuration Example   Advanced Threat Detection feature – This feature does a bunch of things. It detects and alerts on activity that might be related to a Denial of Service attack or Scanning reconnaissance. Optionally, the ASA can automatically shun/block hosts that are detected as a scanning threat. Threat detection also can gather threat statistics for display on the new Firewall Dashboard inside the ASDM GUI. Top 10 graphs, charts, and lists for things like access list hits, services most used, and top IP SRC and IP DST hosts are tracked. On Cisco routers and Catalyst 6500 series switches, ARC creates blocks by applying ACLs or VACLs. ACLs and VACLs apply filters to interfaces, which includes direction, and VLANs, respectively in order to permit or deny traffic. . The PIX Firewall, FWSM, and ASA do not use ACLs or VACLs. The built-in shu...

How to enable SSH login access to a Cisco router

This guide walks you through how to setup SSH on a Cisco Router. SSH is by far more secure then telnet. Telnet allows your passwords to be sent in plain text that anyone can see and gain access to your network. SSH is all encrypted traffic. NOTE: This should work with any Cisco router provided the Cisco IOS on the router supports ssh. Firstly is ssh enabled? router#sh ip ssh SSH Disabled - version 2.0 %Please create RSA keys to enable SSH. Authentication timeout: 60 secs; Authentication retries: 5 In this case its not, if you got a error saying that sh ip ssh is not recognized then you would know that ssh is not supported or possibly that the command is different for your platform. How to enable SSH on a Cisco 800 series router# config term router(config)#crypto key generate rsa usage-keys label router-key The name for the keys will be: router-key Choose the size of the key modulus in the range of 360 to 2048 for your ...

Configuring Proxy Using GPO in Microsoft Server 2008

Configuring Machine as the Default Proxy Using GPO in Windows ® Server 2008 To configure the Proxy Settings on all client machines to use GFI WebMonitor as a proxy server through Windows ® Server 2008 GPO: 1. In command prompt, key in mmc.exe and press Enter . 2. In the Console Root window, navigate to File > Add/Remove Snap-in… to open the Add or Remove Snap-ins window. Screenshot 14: Add/Remove Snap-ins window 3. Select Group Policy Management from the Available snap-ins list, and click Add . 4. Click OK . Screenshot 15: Console Root domain window 5. Expand Group Policy Management > Forest > Domains and <domain>, then select the organizational unit where you wish to apply the group policy. NOTE To apply the group policy to all domain computers , select the domain node directly. 6. Right-click Default Domain Policy and click Edit to open the Group Policy Management Editor . Screenshot 16: GPO ...

Disabling Internet Connections Page Using GPO in Microsoft Windows Server 2008

Disabling Internet Connections Page Using GPO in Windows ® Server 2008 To disable Connections settings on clients’ machines through Windows ® Server 2008 GPO: 1. In the command prompt key in mmc.exe and press Enter . 2. In the Console Root window, navigate to File > Add/Remove Snap-in… to open the Add or Remove Snap-ins window. Screenshot 102: Add/Remove Snap-ins window 3. Select Group Policy Management from the Available snap-ins list, and click Add . 4. Click OK . Screenshot 103: Console Root domain window 5. Expand Group Policy Management > Forest > Domains and <domain> . 6. Right-click Default Domain Policy and click Edit to open the Group Policy Management Editor . Screenshot 104: Group Policy Management Editor window 7. Expand User Configuration > Policies > Admin...