Posts

Showing posts from 2012

GPO Reports of Active Directory via Power Shell to HTML in Windows Server 2012

Image
Open Power Shell as Administrator         Then write the following PS Script.   You have two ways to make this happend. Option One Get-GPOReport –ALL Get-GPOReport –Name “Default Domain Controllers Policy” –ReportType HMTL –Path C:\GPOReports\DDCP.html Make sure that you have choose the correct name of the GPO, and you have the directory created. How to create an directory from PS? Here’s the command New-Item C:\GPOReports –ItemType Directory       Option Two   $gpos = Get-GPO –ALL Foreach($gpo in $gpos) { $File = “C:\GPOReports” + gpos.displayname + “.html” Get-GPOReport –Name $gpo.displayname –ReportType HTML –Path $File }   Hope this helps Any question just send me an email or contact me via twitter @davidiacevedo Thanks for viewing

How to Join Computer To a Domain with Power Shell 3.0

Image
How to Join Computer To Domain with Power Shell 3.0  How to rename computer name and join domain  ? Follow the steps: I Want the computer name from  ws to wsd and using the domain credentials. The command  bypasses confirmation and causes a restart of the machine: On PowerShell  PS C:\> Rename-Computer –ComputerName ws –NewName wsd–DomainCredential netdavidic\david –Force –Restart Hope this help!! Thanks David Acevedo

What's Hyper-V Replica ?

Image
Hyper-V Replica Hyper-V Replica  is a new built-in feature of both  Windows Server 2012  and our FREE  Hyper-V Server 2012 products.  Hyper-V Replica enables Hyper-V hosts or clusters to enable distance replication of running VMs to remote Hyper-V hosts over a standard IP WAN connection.  It provides a very cost-effective disaster recovery solution in the event of a primary data center outage. To get this feature in the VMware world, we'd pay gobs of extra money to license "Site Recovery Manager", but in Hyper-V it's just included as part of the core feature set -  no extra cost .

How to create a Storage Pool on Windows Server 2012

Image
Here a Video Tutorial for Storage Pools in Windows Server 2012 

Administering App-V 4.5 (Application Virtualization )

Image
Administering App-V  Here   I leave the how you can virtualize one   application   and these   operate   from a single point, for   so   IT staff this less loaded.  In a real environment to do manual installations on PC's and often the volume is very high.  In these manuals facilities you   could   take if 50 machines are more or less 20  days   8 hours each of these.  Another of the common forms is using   images    via   Windows Deployment Services, and with the applications installed and   so   will reduce long enough, now these applications if they fail more work the machine   physically   or by remote desktop and it usually takes a long time   to   uninstalling and   installing   the same again. Solution: APP-V can help in about 90% means that those 20 days you can reduce to a single click.        How does it work?  From a management console APP-V can manage applications therefore have only one application to many machines or users.  How hard is

Microsoft Store Puerto Rico

Image
Microsoft Store PR  Opening Microsoft Store at Plaza las Americas PR. Surface RT

What's Cloud Computing?

Image
Have you heard about this term ? The cloud is not simply a smarter way to describe the Internet . While the Internet is a key foundation for the cloud, the cloud is more than just the Internet . The cloud is where you are going to use technology when you need it , for as long as you need it , and not a minute more . Do not install anything locally" this its the best part!" , and do not pay for the technology when you're not using . Thus, the cloud itself becomes a service that we consume on our own needs . Such service may consist of hardware or software , or a combination of both , and is conceptually in the cloud. It is in this context that we will review later in a later article . Another factor contributing to the concept of the cloud for its intangible essence is the fact that neither the user nor the developers know where or how your service is hosted ( and certainly do not need to know) . Perh

What's Virtualization?

Image
Virtualization  were developed to maximize the use of computing resources. We can virtualize hardware, apps and many resources to reduce the final cost of energy and so much things.

What's Windows Azure ?

Image
What is Windows Azure ? Windows Azure is a collection of building blocks for cloud  services. Microsoft has been in the cloud business for quite some time with its consumer cloud services like MSN, Xbox Live, and Hotmail. Microsoft has also announced a suite of cloud-based business productivity and collaboration applications called Microsoft Online services that include applications like SharePoint Online, Exchange Hosted Services, and Conferencing Services. What is Windows Azure Platform ? Windows Azure Platform is a PaaS service that is part of the online service offering from Microsoft. Provides a familiar and flexible to develop applications and cloud services with all the advantages that we have analyzed . With Windows Azure Platform your company can reduce time to market of products and easily adapt as demand for them grows. Windows Azure is an interoperable platform that enables the development in different languages ​​a

Meet Windows Server 2012

Image
There are so many new features on Windows server 2012 http://www.microsoft.com/en-us/server-cloud/windows-server/capabilities.aspx Download and Try before implementing. http://technet.microsoft.com/en-us/evalcenter/hh670538.aspx?ocid=&wt.mc_id=TEC_108_1_33 Hope this helps you, if yo have any quiestion just send me an email.

App-V 4.6 Skydrive Error when trying to open office on App-V 4.6 SOLUTION

Image
Hello Everyone I worked this issue with the Microsoft engineers and they told me this trouble it wasn't supported on this version of APP-V 4.6SP1. Now, you can solve this problem installing this Add-On via GPO's modifying some registry keys.    Here the steps to make this happen.  This Particular Add-On doesn't work when you virtualize Office,  which is means you have to make this changes manually.  Solution:  Open Skydrive.com and try to open an document of each one App like Word, Excel and Power Point before the sequencing finish.  Make sure that the Office Document Cache handler its enabled on IE. Work’s !!!!!