Browsing articles tagged with " SaaS"

How to get RDP access again with multiple sessions on a machine

Oct 4, 2011   //   Cloud Services  //  No Comments

How to get RDP access again with multiple sessions on a machine

You may run into this scenario from time to time:

I am unable to RDP or TS into a server remotely because 2 people are logged in and the console port is in use.

Let’s just say that the people or person occuping the maximum number of allowed connections(including console) is new and doesn’t realize that they need to actually disconnect the session and not just click the ‘x’. So you are an admin too but you can’t RDP in. Here is an alternative method:

  1. Locate a machine that is running the same OS. In this case it was WIN2K8. You can obtain a remote prompt on that machine by using psexec.exe from:

    http://www.hpdit.com/sysinternals/psexec.exe

    Then you will want to query the terminal server of the machine you are not able to RDP into. (Discussed later)

  2. Copy the binary by clicking into it and saving locally to a place where you can find and execute it easily from the command line.
  3. Press Windows key and R and then type in cmd and press enter.
  4. CD to the directory you saved the psexec.exe binary and run the following command:psexec -u domain\admin_creds \\servername cmd

    *Note you can always verify you have a remote command line prompt by checking the hostname as follows:

    hostname

    Press enter and it will produce the system’s hostname

  5. Press enter and type in the password of the user with the admin creds and press enter.
  6. Then do a query of terminal sessions by doing the following:query session /server:servername
  7. Look for the sessions to pop up and find the desireable one to end.
  8. End it by typing in the following:reset session [ID] /server:servername
  9. You can re-run that query again to determine that the session has been disconnected.
  10. Exit out of that prompt by typing exit and then pressing enter.
  11. Launch an RDP session ie.

mstsc /v:servername

A connection.

Virtual IT Consulting the right way

Jun 13, 2011   //   Virtual IT Consulting  //  No Comments

The majority of IT Consulting companies make their effectiveness as Consultants of little to no avail.  Why? You may ask.  Because these Owners often digress and focus on technologies and play with it… and view their clients as a distant lower priority.  However, if you get this part of “IT” wrong, you will doom your IT consulting company to “clueless geek” status. It’s crucial that you understand one extremely important principle here: Recruiting and retaining clients is tantamount to your growth, confidence and stability as a company. Keeping up with the latest and greatest IT should never take a priority over your IT consulting company’s mission objectives!

In other words, don’t get side-tracked with the newest mobile devices running as a front end to a cloud back end, the new open source OS or applications.   Become a hunter and capture the business opportunities surrounding how you solve your customer’s biggest business problems with your recommended IT solutions. The real mission of IT consulting company is capturing business, retaining and generating new business.
How is this done?

You can do this by offering cloud solutions.  Leverage automated solutions.  Think Smart, Act Smart, be Smart as they always said in the Navy to me.
To put this all in perspective with your computer consulting company, you need to understand and embrace the concept of virtual IT consulting.
Virtual IT  or VIT is what allows your IT consulting company to function as an extension of your clients. Your computer consulting company essentially becomes the outsourced IT department for your clients.  This becomes a Win-Win, for example your clients can get real cutting-edge Fortune 500 IT consulting along with making their budgets go further in meeting their day to day objectives.
As owner or manager of an IT consulting company in this role, you will most likely become the CIO (chief information officer), CTO (chief technology officer), IT manager or entire IT Department business clients.  And just like any well-rounded internal IT department, your virtual IT consulting business will need to provide, , a complete nuts and bolts up to CTO  solution that includes services like help desk, desktop support, network administration, web design, SEO, IT engineering, security, training, procurement, and asset management… because anything short of the complete virtual IT solution will leave consulting money on the table.
The Bottom Line

Most IT consulting companies are making a huge mistake when it comes to their small business endeavors… because these IT consulting company owners get too focused on the technology, at the expense of the business opportunities. In order for your IT consulting company to prosper, make sure that you understand the concept of virtual IT and build virtual IT into every major business decision for your IT consulting company has before its helm. To continue learning more about how you can use virtual IT to grow your computer consulting company, pay us a visit and fill out the Contact Us form, for the network assessment and 1 hour free IT Consulting to your Business.  Visit us at http://www.hpdit.com

Efficiency through Technology and Quality by HPD Global SaaS Solutions

Jan 25, 2011   //   SaaS  //  No Comments

These days it is most important to take the business battle to strategic design. Some concerns with the Economy as it is are to find cheaper ways to increase efficiency without hurting quality. Technology is one strong avenue to do that through. Some careful attention should be given by management into various areas surrounding this. Consider the following:


What areas of your work flow can be automated?
How utilized is your present technology?
Have you considered efficiency through leverage of technology?
Could you double your output with quality by doing things different?


These questions help us better determine as management what areas we should push to resolution on a more level approach. I am going to make a bold statement about our present economic situation. I believe that the businesses the utilize creativity, strategic design, and technology toward doing things smarter (different) will be the companies that take us further into the new millenium and will be tomorrow’s successful companies. You have heard that the best way to win is thinking outside the box. Technology when implemented successfully with intelligent engineers will not only yield success but a peace of mind. You will want to ensure that you deal with solid Technology Experts when making these changes. To an extent it will involve vision and entrepreneurship, but it can be done. So this will be an area that all technology management will face if they have not faced it so far. It is the dynamics of where Global Business is going, you just have to think outside the box and be the first to the fight. HPD Global has multiple SaaS solutions you should contact us to save money.

Using Ubuntu Server as a Desktop and Cost Savings

Jan 4, 2011   //   SaaS  //  No Comments

Cost Savings and Technology advantages of Ubuntu Server

Most of you are familiar with GPL/GNU Open Source Software. I wanted to recommend a highly stable and cheap to free open source server. Ubuntu meaning ethic or humanist philosophy focusing on people’s allegiances and relations with each other. The meaning behind the them is something quite intrinsic to the creation of the technology. In a humanity sense open source software allows individuals, groups, or entire communities to contribute in some way to the development of the software. The overall output of the product is of higher quality, testing, and also more in line with what the user wants.

Since Ubuntu open source you have the option to change it. So yes this is Linux. I wanted to state however that Ubuntu is the most supported version of Linux out there, and that you can do anything with it as you would a Windows Server. You have have the option to turn it into a desktop with a simple command line entry such as this:

sudo apt-get install ubuntu-desktop

The wonderful thing about open source is you feel or get empowered through the transparency of what you observe. Also how you can customize and change things to better suit the needs of your IT department or Organization. So now on to the advantages. Ubuntu is a light weight server out of the box, or you can make it more robust. It can easily be converted into any type of back end server ie: File, Web, Email, Media, Authentication, Proxy, Code Repository, Load Balancing. Just about anything you want it can be turned into that. So let me point you to the documentation for reference so you will be able to observe and learn or consider the cost savings you can benefit from.

Ubuntu Home Page

At HPD Global – VIT Cloud Services we run Ubuntu and several other open source solutions on top of traditional Microsoft Windows Server. We feel this brings greater value to our customers as they have the option to tailor the technologies we offer to better suit their needs. Contact us today for more IT Profitability.

Remote command line prompt in Windows

Nov 30, 2010   //   VIT  //  No Comments

For those of you that love working with the command line here is a type for working on a machine remotely without having RDP, VNC access to that Windows machine, or you might like to do things the remote shell way, ie. SSH, Stelnet, etc. If the answer is “Yes” here is a way for you to do it in Windows OS environment:

     

  1. Go to:http://www.hpdit.com/sysinternals/psexec.exe
  2. Click the psexec.exe binary
  3. Save to a location you can execute from the command line, like %systemdrive%\system32\ or C$\system32\
  4. Press Windows Key plus R and type in cmd and press enter
  5. CD to the directory that contains psexec.exe or you can execute it from the absolute path, or if you have it in your in environment path just simply execute from the command line prompt
  6. If you wish to obtain another machine’s command prompt without having to TS into that machine type the following: psexec.exe \\computername “cmd”
  7. There you have it remote command line access.
  8. When you are done type exit to get back to a local prompt.

SaaS: Software as a Service

Nov 15, 2010   //   SaaS  //  No Comments

Thanks to the internet, high speed connectivity, and rapid development of applications over the internet, we have the birth of Virtual IT – Cloud Services.  Imagine if you will the ability to have your IT Department totally running from the cloud for a flat rate?  Its happening.  A lot of services can be provided through SaaS (Software as a Service) via the Internet, these being:

  1. Backups
  2. Security Baseline
  3. PC Optimization
  4. Malware removal
  5. Remote Desktop Troubleshooting
  6. Analysis
  7. Web Development
  8. Internet Marketing SEO/SEM
  9. Programming
  10. Patching

Most of your Help Desk, IT Administration, and whole IT Department functions can be outsourced with high ROI.

Would you like to outsource your IT to a well reputable 100% usa firm?  We are making that happen for many.

Are you PCI Compliant?

Oct 21, 2010   //   Cloud Services  //  4 Comments

More and more businesses are going virtual each day and put their business to work for them 24 hours a day.  With, e commerce in expansion in mind it becomes totally imperative to establish standards of security.  The Payment Card Industry or PCI has established pretty clear standards for companies that wish to utilize this fast growing and highly lucrative line of business.  Funded by Visa and Mastercard primarily; PCI was developed to ensure consumer confidence in purchasing goods and services over the internet.  Whether you are a small or large corporation and you have an established online business, you are expected to be PCI Compliant.  Failure to do so can cost your business profound costs in litigation, fees from Visa and Mastercard, and loss in potential business.  It simply is not worth the risk to your business to lack in due diligent security.  As a solution, HPD Global IT Consulting offers Enterprise-wide PCI Compliance SaaS solution to businesses that are small as well as large.  We implement all DSS standards and provide you with a security baseline to start you off with security due diligence.

More and more these days it is becoming totally necessary to be compliant with Industry and Government standards or face paying huge fines that many businesses do not survive financially.  The security threats are real and more and more we are hearing about this in the media.  Security crackers have caused billions in damages, we can only estimate how much is kept away from the public eye and government by private organization who pay hush money to keep customer satisfaction up.  PCI compliance really covers a lot of areas in which its possible for Card holder information to be stolen.

The core of the PCI DSS is a group of principles and accompanying requirements, around which the specific elements of the DSS are organized:

Build and Maintain a Secure Network

Requirement 1: Install and maintain a firewall configuration to protect cardholder data
Requirement 2: Do not use vendor-supplied defaults for system passwords and other security parameters

Protect Cardholder Data

Requirement 3: Protect stored cardholder data
Requirement 4: Encrypt transmission of cardholder data across open, public networks

Maintain a Vulnerability Management Program

Requirement 5: Use and regularly update anti-virus software
Requirement 6: Develop and maintain secure systems and applications

Implement Strong Access Control Measures

Requirement 7: Restrict access to cardholder data by business need-to-know
Requirement 8: Assign a unique ID to each person with computer access
Requirement 9: Restrict physical access to cardholder data

Regularly Monitor and Test Networks

Requirement 10: Track and monitor all access to network resources and cardholder data
Requirement 11: Regularly test security systems and processes

Maintain an Information Security Policy

Requirement 12: Maintain a policy that addresses information security

Of course each and every requirement is probed further during an audit to ensure necessary security due diligence is in place.  It truly does take a lot of hard work to build a security baseline and managerial understanding, let us help lessen the headache with our secure Cloud Services.  Contact us today.

Virtual IT (VIT) Cloud Services

Oct 17, 2010   //   VIT  //  2 Comments

Hello World most see as a build verification test after the successful coding completion of a program.  The context in which I wish to use it today is in relation to Virtual IT (VIT), Cloud Services, SaaS, SOA.  HPD Global IT Consulting has always believed in being 100% US Owned and Operated while providing solid, sustainable and effective Virtual IT.  So let me show you how we do that for you, we live eat and breath in the Internet which is all you have to worry about, for example we come to you over the Cloud.  Our cutting edge solutions will guarantee removing headache out of IT, we do this by automating intuitive and smart actions in response to routine day to day IT Business practices in the ideal IT department.  See we have modeled and fine tuned best practices so we understand IT so well we can provide and replicate IT success and ROI virtually over the internet as we have done many times before.  So what this means is huge cost savings to you the Business Owner and sustained affordable IT.  Our goal is really to not sell you anything additional like many other IT consultants, our goal is like yours, affordable cheap IT.  Would you like to have the feel of a performance stable Fortune 100 IT Department?  Would you like to know that your IT works properly and is accessible when you need access?  Are you tired of paying high amounts of money when a system breaks and a technician has to come out on site to repair it?  Partner with us and let us compliment your existing IT Department.  Although we operate 100% virtually, we are very real and can prove to you solid ROI.  Sign up or give us a call so we can answer all your questions and give you more information about how we can make your IT make more sense.

Subscribe to our Text Newsletter

Phone number

Carrier

*Standard text messaging rates may apply from your carrier*
  • Contact Us
  • Twitter
  • Facebook
  • Google+
  • LinkedIn
show
 
close
Windows 8 will run on all current PC hardware http://t.co/j8GKbbRs via @THINQtech
rss dribble Follow on Twitter facebook myspace linkedin google+ email stumbleupon