Looking in this forum, but maybe I need help

I have this script that pulls my vms with possible storage in RDM and hard drives... I need to modify this to do this work, but with a few additions.

1. Add a line for working automatically connect to the Victoria Cross

2. Add # vcpus and vram to virtual machines

3. I have this script to give me the results in a directory in format csv, but if I can have email would be better. I saw a post, but I have not yet tried. Does not work by asking

Here's the example script

#This report that links the virtual machine to its data store (s) and the size of the allocated disk. This also includes good RDM.
$report = {foreach ($vm in Get - VM)
Get-disk hard - VM $vm | Select @{N = 'The virtual computer name'; E = {$vm. Name}},
@{N = "RDM Name"; E = {($_ | where {"RawPhysical", "RawVirtual"-contient $_.)} DiskType}). File name}}.
@{N = "Datastore"; E = {($_ | where {"RawPhysical", "RawVirtual"-notcontains $_.)} DiskType}). Filename.Split(']') [0]. TrimStart('[')}},
@{N = 'Name of the HD'; E={$_. Name}},
@{N = 'Go HD size'; E={$_. CapacityKB/1 MB}}
}
$report | Export-Csv "C:\evreport.csv" - NoTypeInformation

Try it like this

Connect-VIServer -Server MyVC
$report = foreach($vm in Get-VM mmmstd*){
    Get-HardDisk -VM $vm | Select @{N="VM Name";E={$vm.Name}},
    @{N="RDM Name";E={($_ | where {"RawPhysical","RawVirtual" -contains $_.DiskType}).FileName}},
    @{N="Datastore";E={($_ | where {"RawPhysical","RawVirtual" -notcontains $_.DiskType}).Filename.Split(']')[0].TrimStart('[')}},
    @{N="HD Name";E={$_.Name}},
    @{N="HD Size GB";E={$_.CapacityKB/1MB}},
    @{N="vCPU";E={$vm.NumCpu}},
    @{N="vRAM (MB)";E={$vm.MemoryMB}}
}

Send-MailMessage -From "[email protected]" `    -To "[email protected]" `    -Subject "VM Report" `    -Body ($report | Out-String) `    -SmtpServer "mail.lucd.info"

Tags: VMware

Similar Questions

  • I tried in several ways (in line, calls and return on this forum), but no aid has been granted on Edge inspect.  I get the message "your user name and password are incorrect, or your account has no access onboard inspect CC.  Any assistance

    I tried in several ways (in line, calls and return on this forum), but no aid has been granted on Edge inspect.  I get the message "your user name and password are incorrect, or your account has no access onboard inspect CC.  Any help is greatly appreciated.  One of my original case numbers were: 0216572509

    You need installed Adobe Creative Cloud. Check the link for more information below.

    Edge inspect FAQ EAC

  • MAYBE I NEED HELP #2

    Hey guys,.

    I recently hit a problem with Adobe Cloud with allowing me to use the apps (Adobe Premiere, Photoshop, etc.) and Sarah was GREAT, but when I close the Application Manager and try reopening to reuse a soft, these popup errors:

    This Image is the error I get when I try and open the first.
    error 1.JPG

    I get this when I open the Application Manager to start an application that.

    error 2.JPG

    My last thread is based on this error and it seems I can't escape! I uninstalled cloud and renamed files. OLD, but for some reason any, it works perfectly until I close it.
    If I keep an open app there problems, its literally only when I close.

    Would be nice if there is a cause to this, I tried many solutions to remedy, but it seems to never work.

    Thank you

    Contact adobe during the time pst support by clicking here and, when available, click on "still need help," http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • I'm trying to download the fix it Microsoft Center but cannot install need help

    I try to download the fix it Center but fail to install need help

    Hello

    1. do you get any error message when you try to install the fix it Center?

    I suggest that you post the number in the fix it Center for a better answer.

    http://support.Microsoft.com/FixIt/

  • I have a problem with my model that I got this message in DW CS6. Model is nested inside itself? All my other pages related to the model also works very well. I tried to us the answer in this forum, but its does not work

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml "> <!-InstanceBegin template="/Templates/index.dwt ' codeOutsideHTMLIsLocked = 'false'->

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    <!-InstanceBeginEditable name = "doctitle"-->

    < title > home | Ilham group company < /title >

    <! - InstanceEndEditable - >

    <! - start WOWSlider.com HEAD section - >

    "" < link rel = "stylesheet" type = "text/css" href = "... / engine1/style.css" / >

    "< script type =" text/javascript"src ="... / engine1/jquery.js "> < / script >"

    <!--end WOWSlider.com HEAD section - >

    < style type = "text/css" >

    {.shadowblockmenu-v

    Police: bold 14px Palatino Linotype, Book Antiqua, Palatino, serif;

    Width: 180px; / * width of the menu * /.

    }

    .shadowblockmenu-v ul {}

    border: 2px solid #03F;

    padding: 0;

    margin: 0;

    list-style: none;

    }

    .shadowblockmenu-v ul li {}

    margin: 0;

    padding: 0;

    }

    .shadowblockmenu-v ul li a {}

    Display: block;

    color: #03F;

    padding: 10px 15px;

    text-decoration: none;

    border-bottom: 1px solid #03F;

    border-right: solid 1px #03F; / * right border between the menu items * /.

    -moz-box-shadow: 7px 10px 0 rgba inset (114,114,114, 0.6); / * Add inset shadow to each menu item. The first 3 values (114,114,114, 0.5) specifies the RGB, last values specifies opacity * /.

    -webkit-box-shadow: 7px 10px 0 rgba inset (114,114,114, 0.6);

    box-shadow: 7px 10px 0 rgba inset (114,114,114, 0.6);

    text-shadow: 0 - 1px 1px #03F; / * Text shadow CSS in order to produce the text in depth * /.

    -moz-transition: all 0. 2. ease-in-out s. / * Activate the CSS transition between property changes * /.

    -webkit-transition: all 0. 2. ease-in-out s.

    -o - transition: all 0. 2. ease-in-out s.

    -ms-transition: all 0. 2. ease-in-out s.

    transition: all 0. 2. ease-in-out s.

    }

    .shadowblockmenu-v ul li a: hover, ul li {a.selected} .shadowblockmenu-v

    color: black;

    -moz-box-shadow: 7px 10px 0 rgba (216,89,39, 0.5) Insert, insert 0 0 15px rgba (216,89,39, 0.6), insert 0 0 20px rgba (216,89,39, 0.8); / * Add 3 shadows inset in each menu item * /.

    -webkit-box-shadow: 7px 10px 0 rgba (216,89,39, 0.5) Insert, insert 0 0 15px rgba (216,89,39, 0.6), insert 0 0 20px rgba (216,89,39, 0.8);

    box-shadow: 7px 10px 0 rgba (216,89,39, 0.5) Insert, insert 0 0 15px rgba (216,89,39, 0.6), insert 0 0 20px rgba (216,89,39, 0.8);

    }

    {#wholepage}

    height: 1300px;

    Width: 1000px;

    float: none;

    margin: auto;

    }

    {.companylogo}

    height: 150px;

    Width: 250px;

    }

    {.navigationmenu}

    height: 150px;

    Width: 750px;

    margin: 0px;

    float: right;

    }

    {.bannerimg}

    margin: auto;

    height: 350px;

    Width: 950px;

    }

    {.marqueetext}

    height: 60px banner;

    Width: 980px;

    margin: auto;

    background-color: #03F;

    color: #FFF;

    padding-top: 1px;

    padding-bottom: 10px;

    do-size: 22px;

    make-weight: bolder;

    border-radius: 20px;

    border: medium #F00 solid;

    }

    .footer {}

    height: 58px;

    Width: 1000px;

    color: #FFF;

    background-color: #03F;

    }

    {#bodycontent}

    display: block;

    margin: auto;

    height: 680px.

    Width: 980px;

    }

    {#body3}

    display: block;

    float: right;

    height: 225px;

    Width: 780px;

    margin-top: 10px;

    }

    {#body4}

    display: block;

    float: right;

    height: 220px;

    Width: 780px;

    top of the margin: 5px;

    }

    {#body1}

    display: block;

    height: 450px;

    Width: 200px;

    float: left;

    }

    {#body2}

    display: block;

    height: 220px;

    Width: 780px;

    float: right;

    }

    < / style >

    "" < link href = "... / SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / >

    "" < script src = "... / SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script >

    < script type = "text/javascript" >

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    function MM_swapImgRestore() //v3.0 {}

    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;

    }

    function MM_findObj (n, d) {//v4.01

    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}

    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}

    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];

    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);

    If (! x & & d.getElementById) x = d.getElementById (n); Return x;

    }

    function MM_swapImage() {//v3.0

    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).

    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}

    }

    < /script >

    <!-InstanceBeginEditable name = "head"->

    <!-TemplateBeginEditable name = "head"->

    <! - TemplateEndEditable - >

    <! - InstanceEndEditable - >

    <!-InstanceParam name = "editablebody" type = "boolean" value = "true"->

    < / head >

    < onload of the body = MM_preloadImages('..) ' / Images/CJ4Sale.jpg ','... / Images/Cars4Sale.jpg ",»(... / Images/CP4 Sale.jpg')" > "".

    < div id = "wholepage" >

    < div class = "navigationmenu" >

    < ul id = "MenuBar1" class = "MenuBarHorizontal" >

    "< li > < a href ="... / index.html "> home < /a > < /li >"

    "" < li > < a href = "... / aboutus.html" class = "MenuBarItemSubmenu" > < /a > about us

    < ul >

    "< li > < a href ="... / aboutus.html "> Director / CEO < /a > < /li >"

    < /ul >

    < /li >

    "" < li > < a href = '... / webdesign.html ' class = "MenuBarItemSubmenu" > < /a > Products

    < ul >

    "< li > < a href ="... / webdesign.html "> Design Web < /a > < /li >"

    "< li > < a href ="... / jerseys.html "> jerseys < /a > < /li >"

    < li > < a href = "#" > cars < /a > < /li >

    < li > < a href = "#" > portable computers / phones & amp; Accessories < /a > < /li >

    < /ul >

    < /li >

    < li > < a href = "#" > < /a > < /li > Site map

    < li > < a href = "#" > contact us < /a > < /li >

    "" < img src = "... / Images/bannerlogo.jpg" width = "745" height = "115" alt = "My Company Logo" / >

    < /ul >

    < / div >

    "< div class ="logo"> < a href ="... / index.html "" > < img src = ""... / Images/thanks "width ="250"height ="150"alt ="My Company Logo"/ > < /a > < / div > < hr / color = 'red' / >"

    < div class = "bannerimg" >

    <! - start WOWSlider.com BODY section - >

    < div id = "wowslider-container1" >

    < div class = "ws_images" > < ul >

    "" < li > < img src = "... / data1/images/customized_barcelona_jerseys.jpg" alt = "Barcelona jerseys customized" title = 'Custom jerseys of Barcelona' id = 'wows1_0' / > contact us: - < here >

    Email: [email protected] < here >

    Mobile: + 2349092974966 or + 234817493851 < /li >

    "" < li > < img src = "... / data1/images/customized_chelsea_jerseys.jpg" alt = "Customized Chelsea jerseys" title = 'Customized Chelsea jerseys' id = 'wows1_1' / > contact us: - < here >

    Email: [email protected] < here >

    Mobile: + 2349092974966 or + 234817493851 < /li >

    "" < li > < img src = "... / data1/images/cars__jeeps_and_space_buses.jpg" alt = 'Cars, Jeeps and space bus' title = 'Cars, Jeeps and space bus' id = 'wows1_2' / > contact us: - < here >

    Email: [email protected] < here >

    Mobile: + 2349092974966 or + 234817493851 < /li >

    "" < li > < img src = "... / data1/images/cars.jpg" alt = "Cars" title = 'Cars' id = 'wows1_3' / > contact us: - < here >

    Email: [email protected] < here >

    Mobile: + 2349092974966 or + 234817493851 < /li >

    "" < li > < img src = "... / data1/images/cell_phones.jpg" alt = "Phones" title = 'Phones' id = 'wows1_4' / > contact us: - < here >

    Email: [email protected] < here >

    Mobile: + 2349092974966 or + 234817493851 < /li >

    "" < li > < img src = "... / data1/images/laptops.jpg" alt = "Computers laptops & accessories" title = 'Computers laptops & accessories' id = 'wows1_5' / > contact us: - < here >

    Email: [email protected] < here >

    Mobile: + 2349092974966 or + 234817493851 < /li >

    " < li > < a href =" http://Wowslider.com/VI " " > < img src = "... / data1/images/customized_arsenal_jerseys.jpg" alt = "html cursor" title = "Customized Arsenal jerseys" id = "wows1_6" / > < /a > to reach us: - < here >

    Email: [email protected] < here >

    Mobile: + 2349092974966 or + 234817493851 < /li >

    "" < li > < img src = "... / data1/images/customized_man_utd__chelsea_and_barceloa_jerseys.jpg" alt = "Customized Man Utd, Chelsea Barcelona jerseys" title = 'Customized Man Utd, Chelsea and Barcelona shirts' id = 'wows1_7' / > contact us: - < here >

    Email: [email protected] < here >

    Mobile: + 2349092974966 or + 234817493851 < /li >

    < /ul > < / div >

    < div class = "ws_bullets" > < div >

    "" < a href = "#" title = "Custom Barcelona jerseys" > < span > < img src = "... / data1/tooltips/customized_barcelona_jerseys.jpg" alt = "Custom Barcelona jerseys" / > 1 < / span > < /a >

    "" < a href = "#" title = "Customized Chelsea jerseys" > < span > < img src = "... / data1/tooltips/customized_chelsea_jerseys.jpg" alt = "Customized Chelsea jerseys" / > 2 </span > < /a >

    "" < a href = "#" title = 'Cars, Jeeps and space bus' > < span > < img src = "... / data1/tooltips/cars__jeeps_and_space_buses.jpg" alt = 'Cars, Jeeps and space bus' / > 3 < / span > < /a >

    "" < a href = "#" title = 'Cars' > < span > < img src = "... / data1/tooltips/cars.jpg" alt = "Cars" / > 4 </span > < /a >

    "" < a href = "#" title = "Phones" > < span > < img src = "... / data1/tooltips/cell_phones.jpg" alt = "Phones" / > 5 </span > < /a >

    "" < a href = "#" title = 'Computers laptops & accessories' > < span > < img src = "... / data1/tooltips/laptops.jpg" alt = "Computers laptops & accessories" / > 6 </span > < /a >

    "" < a href = "#" title = 'Customized Arsenal jerseys' > < span > < img src = "... / data1/tooltips/customized_arsenal_jerseys.jpg" alt = "Customized Arsenal jerseys" / > 7 </span > < /a >

    "" < a href = "#" title = "Customized Man Utd, Chelsea and Barcelona shirts" > < span > < img src = "... / data1/tooltips/customized_man_utd__chelsea_and_barceloa_jerseys.jpg" alt = "Customized Man Utd, Chelsea and Barcelona shirts" / > 8 </span > < /a >

    < / div > < / div > < div class = "ws_script" style = "position: absolute;" "" left:-99% "> < a href =" http://Wowslider.com "> carousel jquery < /a > by WOWSlider.com v7.8 < / div > .

    < div class = "ws_shadow" > < / div >

    < / div >

    "< script type =" text/javascript"src ="... / engine1/wowslider.js "> < / script >"

    "< script type =" text/javascript"src ="... / engine1/script.js "> < / script >"

    <!--end WOWSlider.com vest - >

    < / div >

    <!-InstanceBeginEditable name = "EditRegion5"--> < br / >

    < div class = "marqueetext" >

    < p >

    < marquee >

    For your static and dynamic Web design at an affordable price. Contact us:-Email: < style em = "color: #FF0" > [email protected] < /em > Mobile: < style em = "color: #FF0" > + 2349092974966 or + 234817493851 < /em >

    < / marquee >

    < /p >

    < / div >

    <! - InstanceEndEditable - >

    < hr / color = "red" / >

    < div id = "bodycontent" >

    < div id = "organe1" >

    < div class = "shadowblockmenu-v" >

    < ul >

    "" < li > < a href = "... / index.html" style = "color: #03F" > & deg; Home < /a > < /li >

    "" < li > < a href = "... / aboutus.html" style = "color: #03F" > & deg; Who are we < /a > < /li >

    "" < li > < a href = "... / aboutus.html" style = "color: #F00" > & deg; Director / General Manager < /a > < /li >

    "" < li > < a href = "... / webdesign.html" style = "color: #03F" > & deg; Products < /a > < /li >

    "" < li > < a href = "... / webdesign.html" style = "color: #F00" > & deg; Design of websites < /a > < /li >

    "" < li > < a href = "... / jerseys.html" style = "color: #F00" > & deg; Jerseys < /a > < /li >

    "" < li > < a href = "... / index.html" style = "color: #F00" > & deg; Cars < /a > < /li >

    "" < li > < a href = "... / index.html" style = "color: #F00" > & deg; Laptops / mobile & accessories < /a > < /li >

    "" < li > < a href = "... / index.html" style = "color: #03F" > & deg; Plan of the site < /a > < /li >

    "" < li > < a href = "... / index.html" style = "color: #03F" > & deg; Contact us < /a > < /li >

    < /ul >

    < / div >

    < / div >

    < div id = "body.2" > <!-InstanceBeginEditable name = "EditRegion1"->

    < h4 align = "center" style = "color: #F00" > all THE CLUBS & amp; SALES of COUNTRY & amp; CUSTOMIZE JERSEYS FOR SALE! < / h4 >

    "< a href =" # "MM_swapImgRestore" onmouseover = "MM_swapImage ('Image4 '", '... / Images/CJ4Sale.jpg ', 1) "> < img src =" "... / Images/BJ4Sale.jpg" alt = "Jerseys For Sale" width = "200" height = "150" id = "Image.4" align = "left" hspace = "10" / > < / has > "

    < style p = "color: #000;" do-size: 18px; "> we recently ventured in Customizing T-shirts for opportunities & amp; Swimsuits for all your favorite clubs. We look forward to negative reviews as to help us improve our quality of production because we are full of optimism & amp; We would appreciate ideas for the improvement of the company. Just kindly feel free to fill out our feedback form and make a comment. We would work on getting improved based on your comments for us all (you) our many customers. < /p >

    <! - InstanceEndEditable - > < / div >

    < div id = "body3" > <!-InstanceBeginEditable name = "EditRegion2"->

    < h4 align = "center" style = "color: #F00" > CARS, JEEPS & amp; SPACE BUS FOR SALE! < / h4 >

    "< a href =" # "MM_swapImgRestore" onmouseover = "MM_swapImage (' picture5 '", '... / Images/Cars4Sale.jpg ', 1) "> < img src =" "... / Images/Car4Sale.jpg" alt = "Cars, Jeeps and buses to sell space" width = "200" height = "150" id = "Picture5" hspace = "10" align = "left" / > < / has > "

    < style p = "color: #000;" do-size: 18px; "> we have been in the field of selling all types of vehicles 6 years. We provide well conditioned vehicles and quality to our customers that makes us among the best dealerships in the city. We meet our customers satisfaction. Today we took some sellers as an Old Timer. They think they know everything, they will not learn new things, they are medium-sized (or average) sellers and they take a lot of pleasure to bring new sellers their low level. < /p >

    <! - InstanceEndEditable - > < / div >

    < div id = "body4" > <!-InstanceBeginEditable name = "EditRegion3"->

    < h4 align = "center" style = "color: #F00" > PORTABLE computers / PHONES & amp; ACCESSORIES FOR SALE! < / h4 >

    "< a href =" # "MM_swapImgRestore" onmouseover = "MM_swapImage ('Image6 '", '... / Images/CP4Sale.jpg ', 1) "> < img src =" "... / Images/Laptops4Sale.jpg" alt = "laptops / phones and accessories for sale" width = "200" height = "150" id = "Image6" hspace = "10" align = "left" / > < / has > "

    < style p = "color: #000;" do-size: 18px; "> we have been in the business of selling all types of laptops, phones and accessories (new Branded, used UK and Nigeria used) for 8 years. We provide qualities, laptops, phones and accessories to our customers that makes us one of the best sellers in this case. We serve our customers to their satisfaction by offering very good wishes all our customers a very respectful ways both on call, e-mail as well as in our office. < /p >

    <! - InstanceEndEditable - > < / div >

    < / div >

    < div > <!-InstanceBeginEditable name = "EditRegion4"--> <! - InstanceEndEditable - > < / div >

    < hr / color = "red" / >

    < div class = "footer" >

    < div align = "center" > copyright & copy; 2015 ilham group company < br / >

    Design by: Ilham moldy < br / >

    All rights reserved. < / div >

    < / div >

    < / div >

    < script type = "text/javascript" >

    var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});})

    < /script >

    < / body >

    <! - InstanceEnd - > < / html >

    The next line tells me that it is not a template file, but a document created from a template called index.dwt

    http://www.w3.org/1999/xhtml">

    This means that you have saved a child document under template at some stage.

    If you go to edit-> models-> detach the model, you can remove the structure of the model of your document. All you then need to do is to re - save the document as a template.

  • pay for a year, but maybe I need to he left after 6 months

    Hey,.

    I am interested in the education version. I want to pay the license for a year. But the question remains, what will happen, so im no longer a student after 6 months for example. I think stop adobe license and don't give me the money for the month to lose, is it true? It so perhaps it makes sense to pay per month?

    A one year subscription lasts for a year.  Adobe does not follow your status as a Subscriber.  If you get a one year subscription, the subscription remains active until this all the time from the end of the subscription (or cancellation), even if your student status is changed.

    Get a one month subscription to comes at a cost higher than the normal subscription... about 1.5 times the cost.  There is no discount for one subscription per month for students.

    A student subscription costs about half of what is a normal full membership and even less for the first year.  While I did some quick calculations in my head and maybe wrong to say that... If you have a monthly subscription, it would probably only take three to four months to reach the same cost than the exercise of a subscription student.  Even if you have to cancel to halfway through the first year, where you will pay a penalty of 1/2 the cost remaining, you would have always spent a lot less than what you would pay for a monthly subscription.

  • ODI - yes I know it's not this forum - but where is it?

    Someone might tell me a forum for Oracle Data Integrator (ODI), or better yet the documentation for installation - I fight with only a readme and a facility that ends without error or success...


    Thank you

    Robert.

    Consider the below blog post for all the details you need on ODI Oracle:

    http://blogs.Oracle.com/dataintegration/entry/finding_the_odi_documentation

    Award points and close the thread if the question is answered.

    -Laurence.

  • "asked several times, but not familiar with this forum but hear goes again, after the recent upgrade of LR CC my copy does not load it comes up with the message" cannot find namespace: "AgCoretech", all know I want t aprt of having a difficulty which is i

    Well, it seems that there are so many problems with the Adobe software, you would almost think that they are that the property/developed by Microsoft

    As suggested reinstall LR, which should take care of it.

    ~ Rohit

  • "Bus Audio HDA required but not found" - need help

    I upgraded my motherboard a while ago and it was working fine, but now it has malfunctioned and I sent it get checked and replaced (still in warranty)

    I had to go back to my old temporarilly motherboard and as such I don't have driver disks, most work but my audio drivers do not work. I tried to get drivers on the motherboard (Lenovo) site and I downloaded who he says that I needed, but every time I try to install it I get the message of the title bar. I googled the problem and found a few places that suggested they had a fix for it, but they did not work. Is it possible that it does not work because I don't have Hi-Def audio and that's what he's looking for?

    Hello

    I suggest you access the link below: http://support.microsoft.com/kb/2519434

    Also, install updated audio driver on the manufacturer's Web site, you can check the link for the steps below: how to manage devices in Windows XP: http://support.microsoft.com/kb/283658

  • MAYBE I NEED HELP FAST!

    Hey guys,.

    Okay, so about 3 weeks I decided to switch to creative cloud and at the beginning it was perfect, I installed the products I needed and they ran perfectly... Until I have shut them down. Whenever I close an app and try and restart that he, A Creative cloud error message appears saying that the software may not operate due to creative cloud... corrupted files so I did a little research to find out what the problem is and if it's a popular mistake and I found that to rename the OOBE OOBE.old and reinstall creative cloud worked!

    But... it did work until I have shut down the program... and then returns the error and I have to close all adobe programs and rename the OOBE and reinstall all AGAIN, it causes a lot of problems that I use adobe programs editing of videos that go up on youtube and also I'm a graphic designer. If there is just no solution there please let me know, I have the impression that my computer will have to clean and start from scratch.

    Thank you

    Hello

    It can happen because of the issue of file/folder permission.  Please try following steps to assign permissions, and then reinstall cloud creative app.

    for MAC

    (1) close adobe every process in activity monitor (creative cloud, sync Core, CC library, services for the desktop application adobe, adobe office, broker CIB Adobe updater AAM service)

    2) navigate to the following locations and assign all permissions to the adobe folders to the current user. To navigate please open finder and click on going in the bar on then click goto... type/library/application support of / and then click OK.

    (3) to assign the authorization right click on adobe folder and click on Get info... A window will open. Then click on the lock symbol to allow editing. Then click on sign + to add your user name. Then change read only to read and write. Then click gear icon on the bottom and click on apply to the elements included and click ok...

    4) navigate to the location following support/adobe application and rename in oobe to oobe.old and aamupdator.old aamupdator.

    (5) place you ~/Library/application support/adobe/oobe and rename in oobe to oobe.old and aamupdator.old aamupdator.

    Cloud creative library and remove 6 open application).

    (7) open utility library of the application itself and delete Adobe application manager and creative cloud

    (8) install creative cloud from link according to https://creative.adobe.com/products/creative-cloud

    (9) launch cc app and it should work properly

    For Windows

    (1) close adobe all processes in the Task Manager (Core sync services for the desktop application adobe, adobe office, broker CIB Adobe updater AAM service)

    2) navigate to the following locations and assign all permissions to the adobe folders to the current user.  (Right click on adobe folder select properties then click on the Security tab, click on edit and select current user, that you are connected to, select full control, click on apply and then ok)

    C: / / program data (to view hidden files to see this folder)

    C: / / program files 86 x files / common

    C: / / program files x 86.

    C: / / program files common files

    C: //program files.

    Go to c:/programdata/Adobe and oobe and rename it oobe.old

    Go to c: / / programfiles86x/common files/adobe/and rename the oobe oobe.old and aamupdator to ammupdator.old

    Go to c: / / Users/username/appdata/local/adobe/rename in oobe to oobe.old and aamupdator.old aamupdator

    Go to Control Panel/Add or remove programs and uninstall cloud creative app

    Install app creative cloud from link according to https://creative.adobe.com/products/creative-cloud

    Run it and it should work.

  • How can I change this pdf file? Noob needing help pro

    I have to translate this pdf file to Spanish. I tried the following "Advanced-> editing change the text" did not work... maybe they analyzed the file? judge: "document-> ocr text recognition"... does not work either.

    I have Adobe Acrobat Professional. I have attached a page of the file I want to edit. Please help me!

    Have you tried TOOLS > advanced editing > text editing tool? You will need the fonts on your system to do the editing. You may be able to change the font to something on your system if necessary. The file is the text (in boxes) and the text editor tool should do the job. I managed to change the Arial fonts (not all of them, there are some who are still in the old police who are numbers). I posted the result on http://wadavis.ece.vt.edu/CO2 ophir lenses.pdf. (you may need to replace the spaces with % 20)

  • Ive tried everything to help me to access APPDATA on this site but nothing does. Help.

    Ive been searching for hours on this Web site for what I can do to access % APPDATA % to install itunes, but nothing works, atall... PLEASEPLEASEPLEASE HELP ME?

    Hello

    Follow the information from apple to the links below

    Remove and reinstall iTunes, QuickTime, and other software components for Windows Vista or Windows 7

    http://support.Apple.com/kb/HT1923

    ____________________________________________________

    Problem installing iTunes or QuickTime for Windows

    http://support.Apple.com/kb/HT1926

    ____________________________________________________

    and or ask for their support of itunes

    http://www.Apple.com/support/iTunes/

    ____________________________________________________

    Also try the discussions of apple itunes

    http://discussions.Apple.com/category.jspa?categoryID=149

  • I lost all my documents when I tried to erase my trash.  For some unknown reason, this for me.  I need help

    I have a Mac Air with the X 10 of IOS.  I was cleaning my files and create new files.  When I finished I wanted to clear my trash and to my sorprise all my documents have been lost.  I haver tried using restore but not able to do.  I have iphone 6s and a Mac computer.  Please help me.

    The correct action to take about lost documents would be to restore from a backup that is equivalent or time Machine.

    I was cleaning up my files...

    Please explain what you did and what you used to do.

  • InDesign CC is great, but I still need help getting started

    Hello

    I started using Indesign CC and I am impressed by the functions it contains and which I use it some time.

    However, I find a few simple things difficult to do, most likely because I don't know enough (I read CS6 Indesign by S. Cohen) and this is the reason why I come here to help.

    (1) what should I do to make my permanent preferences (for example, units of measure, silver background, etc.), as it seems that when I do these choices they are only good for the paper I work with.

    (2) I'm having difficulties in creating, titles, headings and feet (I have to use tables for this?)

    (3) we know don't no how I can mark the entries to create a comprehensive index

    Thanks for your time, venerable Adobe users.

    Serge

    I will only talk about headers and footers from Salah has already said how to set your preferences for the new defaults and I do not indexing in my work.

    You asked if you use tables, and the answer is no, unless it makes sense to do it by the nature of the header or the footer. Headers and footers are normally set up on the master pages by adding blocks of appropriate text in positions them where you want these headers or footers appear. The master page objects appear on each page of your document is based on this basis. You can add text variables in executives who will find the style of text on the page in the document and insert it in the header or footer, as well as things like page number markers.

    Make sure what you do your frames large enough to accommodate the largest number or text string page you will encounter. Variables are a single character for purposes of formatting, and the text that they pick up will not break across lines, so you can wrap the text that accumulates on top of itself if the frame is too small. I'm not a fan of tables in general because I hate their formatting, so for a header or a footer, I'd probably use individual text blocks where you might think that multiple cells of a table of a line would be appropriate.

  • Need help with the decision of the laptop

    I'm sorry for the length of this post, but I really need help. I am buying a laptop and what should be a very exciting perspective (my first laptop purchase) turns into a nightmare that had me pretty much in tears over the weekend.

    My budget is not big - absolute maximum of 600 pounds, but I'd rather spend a little less than that.

    I mainly work of office (Word, Excel, database and PowerPoint) and also some Photoshop work. I also play a strategy game called Caesar 3. I want to charge my copy of XP on the computer or replace Vista or as a partition.

    Looking through the available templates in my price range and rising benchmarks, I found the following:

    Most have processors such as the Intel T5250 or T5450 or AMD TL 58, which are all rated as ok, but not very well. Some have the AMD TL 60, which is a little better and one or two have the T7200 Intel which is even better.

    On most of the machines graphics cards are the ATI Radeon Xpress X 1200 or the Intel GMA X 3100. These two are calibrated as not terrible and the review says that they cannot manage strategy games. Some of the models have the ATI Mobility Radeon HD 2400 and HD 2400XT and one or two have the HD 2600.

    The problem is that the models that have the best processor have the lower rated graphics card and those who do not have XP drivers, I see.

    Don't mind a 15.4 screen "(although the 17.1" would be very nice to have) and want a pretty big hard drive (160 +). I get 2 GB of RAM.

    I'm at my wits end. I don't want to buy a computer that will eventually take a minute or more to refresh a screen when you have more than two things open, or you will have to keep rebooting to make it work. I want to be able to play my one and only (Caesar III) game which is a strategy game and I want to be able to work in Photoshop and maybe one or two other things open at the same time, as a website perhaps.

    Help me please, anyone. I asking the impossible? I can't get my hands on an email address for Toshiba try to get clarity on their part on the issue of drivers and they will be available in the future.

    Then there is of course the issue detailing as each stock only a limited number of models, and we must choose between those detailing.

    I hope someone can help me!

    Hello

    The problem is you want to buy a laptop all over the place but don t want to spend a lot of money.

    In addition, you want to change the XP operating system and have XP drivers.

    Well it's boyfriend very difficult decision ;)

    A laptop for gaming with the graphics power full card cost slightly more than £ 600
    If you need to make a decision; You want to buy a gaming laptop and to spend more than £ 600 or you will have a notebook that is ideal for everyday use, like watching DVDs, in collaboration with the office software, etc.

    The Caesar game is unknown to me, but I assume that it doesn t need a graphics card high performance and it should work on a normal phone too.

    I think that a Satellite a200 is not bad choice for you, because some A200 laptop computers were shipped with the Intel Pentium Dual-Core processor and an NVIDIA GeForce graphics card.

    And very important is that all the XP drivers were already released ;)

Maybe you are looking for