RDS 2012 - Virtual desktop collection with powershell and custom answerfile fails on VDI deployment

Hi Guys,
I try to deploy a new virtual desktop collection with Win8 VDI's (pooled/managed) based on a custom answer file. Everything needs to automated so working with the server manager is not an option, that's why the answer file is needed.
The lab environment is based on Windows Server 2012 and Win8 Enterprise only. So functional level etc. is off course Windows Server 2012.
I Use the following command:
New-RDVirtualDesktopCollection `
-CollectionName "Pooled Managed Win8" `
-Description "This collection contains Pooled and Managed Win 8 VDI machines." `
-OU "VDI" `
-ConnectionBroker "RDSCB01.lab.local" `
-PooledManaged `
-CustomSysprepUnattendFilePath "\\hyper02\_Unattend\OOBE-only.xml" `
-VirtualDesktopAllocation @{"hyper02.lab.local"=3} `
-VirtualDesktopNamePrefix "Pooled-Win8-" `
-UserGroups "lab.local\domain users" `
-MaxUserProfileDiskSizeGB 1 `
-VirtualDesktopTemplateHostServer "hyper02.lab.local" `
-VirtualDesktopTemplateName “_WIN8-Template” `
-UserProfileDiskPath "\\hyper02.lab.local\_UserProfileDisks" `
-StorageType LocalStorage `
-LocalStoragePath "E:\_VDI" `
-Force `
-Debug
$error[0]|format-list -force
I tried multiple answer files, but even with this simple one it fails:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>nl-NL</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserAccounts>
<AdministratorPassword>
<Value>UABhAHMAcwB3AG8AcgBkACEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>UABhAHMAcwB3AG8AcgBkACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<Description>Admin</Description>
<DisplayName>Admin</DisplayName>
<Group>Administrators</Group>
<Name>Admin</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/=%20software/iso&apos;s/lic/en_windows_8_enterprise_x64_dvd_917522/sources/install.wim#Windows 8 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Everything goes fine, until is comes to the deployment of the VDI machines and the answer file is called. It fails with the following error:
PS N:\> \\dc01\isos\New-VirtualDesktopCollection.ps1
Unable to retrieve the details of the virtual desktop collection.
+ CategoryInfo : WriteError: (:) [Start-RDVMRollout], RDManagementException
+ FullyQualifiedErrorId : StartRDVirtualMachineRollout,Microsoft.RemoteDesktopServices.Management.Cmdlets.StartRDVirtualMachineRo
lloutCommand
+ PSComputerName : localhost
CollectionName Type Size PercentInUse
Pooled Managed... PooledManaged 0 0
writeErrorStream : True
OriginInfo : localhost
Exception : System.Management.Automation.RemoteException: Unable to retrieve the details of the virtual desktop
collection.
TargetObject :
CategoryInfo : WriteError: (:) [Start-RDVMRollout], RDManagementException
FullyQualifiedErrorId : StartRDVirtualMachineRollout,Microsoft.RemoteDesktopServices.Management.Cmdlets.StartRDVirtualMachineRolloutCo
mmand
ErrorDetails :
InvocationInfo :
ScriptStackTrace :
PipelineIterationInfo : {}
PSMessageDetails :
Without the answer file parameter is runs perfectly, BUT the VDI machines get the OOBE.... That's not what we want off course....
This link (http://support.microsoft.com/kb/2747656?wa=wsignin1.0) and other sources tell me that when i set the regkeys i can find a log in c:\windows\logs, but there is
nothing. I looked on the management server and the connection broker.
The only thing i could find in the event viewer was this:
The XML input specified for the VM Provisioning job is not in a valid format. Error: 0xC00CEE03
Input XML:
<?xml version="1.0"?>
<rdvp:RDVProvisioning xmlns:rdvp="http://www.microsoft.com/rdv/2010/05/">
<rdvp:ProvisionPoolRequest><rdvp:Job>
<rdvp:Action>Create</rdvp:Action>
<rdvp:OnError>Stop</rdvp:OnError></rdvp:Job>
<rdvp:Pool><rdvp:Name>Pooled_Managed_W</rdvp:Name>
<rdvp:Type></rdvp:Type>
<rdvp:VhdType>DiffDisk</rdvp:VhdType>
<rdvp:SaveDelay></rdvp:SaveDelay>
<rdvp:Version></rdvp:Version>
<rdvp:MARK_HA>No</rdvp:MARK_HA></rdvp:Pool>
<rdvp:Vm>
<rdvp:BaseVmLocation>\\RDSCB01\RDVirtualDesktopTemplate\Pooled_Managed_W\IMGS\__3</rdvp:BaseVmLocation>
<rdvp:LocalVmCreationPath>E:\_VDI</rdvp:LocalVmCreationPath>
<rdvp:LocalGoldCachePath></rdvp:LocalGoldCachePath>
<rdvp:SMBShare></rdvp:SMBShare>
<rdvp:EnableVmStreaming>0</rdvp:EnableVmStreaming>
<rdvp:RunVMsFromSMB>0</rdvp:RunVMsFromSMB>
<rdvp:NamingPrefix>Pooled-Win8</rdvp:NamingPrefix>
<rdvp:NamingStartIndex>1</rdvp:NamingStartIndex>
<rdvp:Domain>lab.local</rdvp:Domain>
<rdvp:OU>OU=VDI,OU=Computers,OU=Kamer 2101,DC=lab,DC=local</rdvp:OU>
<rdvp:ProductKey></rdvp:ProductKey>
<rdvp:UnattendXml>
<![CDATA[<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
</component>
</settings>
</unattend>]]>
</rdvp:UnattendXml>
</rdvp:Vm>
<rdvp:HyperVHosts>
<rdvp:HyperVHost>
<rdvp:Name>hyper02.lab.local</rdvp:Name>
<rdvp:NumberVms>3</rdvp:NumberVms>
</rdvp:HyperVHost>
</rdvp:HyperVHosts>
</rdvp:ProvisionPoolRequest>
</rdvp:RDVProvisioning>----------------------------------------------------------------------Log Name: Microsoft-Windows-TerminalServices-SessionBroker/Admin
Source: TerminalServices-SessionBroker
EventID: 1549
Level: Error
User: NETWORK SERVICE
Task Category: MS VM Provisioning Plugin
Computer: RDSCB01.lab.local
I hope we can get this working, thanks in advance everybody!
Regards,
Bart

Hi Bartsp34ks,
I'm trying to make a powershell script like yours.
But at some point I receive this error:
System.Management.Automation.RemoteException: VM ASD-1: The data area passed to a system call is too small. (Exception from HRESULT: 0x8007007A)
My Powershell script is:
$CollectionName = Read-Host 'What Name should the Collection have?'
$Description = Read-Host 'Type a description of the Collection'
$OU = Read-Host 'In which OU should I put the Collection?'
$ConnectionBroker = Read-Host 'What is the Connection Broker Name? (use FQDN)'
$Sysprep = Read-Host 'Type the Unattend file location'
$DesktopAllocation = Read-Host 'On which RD Virtualization Host server should I create the Collection?'
$DesktopAllocationNR = Read-Host 'How many Virtual Desktop would you like?'
$NamePrefix = Read-Host 'What is the Prefix Name?'
$NameSuffix = Read-Host 'What is the Suffix Name?'
$UserGroup = Read-Host 'Which User Group can use the Collection?'
$UserProfile = Read-Host 'How big can the ProfileDisk be?'
$TemplateServer = Read-Host 'What is the RD Host that has the Virtual Desktop Template? (use FQDN)'
$TemplateName = Read-Host 'What is the Virtual Desktop Template Name?'
$UserProfilePath = Read-Host 'What should be the User Profile Path?'
$StorageType = Read-Host 'How should be stored?'
$StoragePath = Read-Host 'Type the Path'
New-RDVirtualDesktopCollection `
-CollectionName $CollectionName `
-Description $Description `
-OU $OU `
-ConnectionBroker $ConnectionBroker `
-PooledManaged `
-CustomSysprepUnattendFilePath $Sysprep `
-VirtualDesktopAllocation @{$DesktopAllocation=$DesktopAllocationNR} `
-VirtualDesktopNamePrefix $NamePrefix `
-UserGroups $UserGroup `
-MaxUserProfileDiskSizeGB $UserProfile `
-VirtualDesktopTemplateHostServer $TemplateServer `
-VirtualDesktopTemplateName $TemplateName `
-UserProfileDiskPath $UserProfilePath `
-StorageType LocalStorage `
-LocalStoragePath $StoragePath `
-Force `
-Debug
$error[0]|format-list -force
Thanks for help

Similar Messages

  • Pooled - Unmanaged Virtual desktop Collection, 'Existing Virtual Desktop' blank?

    I am trying to create a Pooled - Unmanaged Virtual desktop Collection on my Windows Server 2012 R2. I have created a hyper-v virtual machine with hyper-v manager.
    But when I go to the server manager to add a new collection of virtual desktop, I chose the "Pooled Virtual desktop collection" radio button and also unchecked the "Automatically create and manage virtual desktops", then I hit next and
    it asks me to select Existing Virtual Desktops. However the list there is blank and I don't see the VM that I created in hyper-v manager earlier.
    I wonder how can I possibly fix it?
    Thanks!

    Hi,
    Thank you for your posting in Windows Server Forum.
    Did you find any specific error\event ID for this case?
    If the virtual desktop does not show up, you should close the wizard, add the virtual machines by using Hyper-V Manager, and then create the collection again.
    From your description it seems that there might be some configuration issue while configuration. Please try to configure the whole scenario once again and check the result. You can follow beneath article.
    Test Lab Guide: Unmanaged Pooled Virtual Desktop Collections
    http://technet.microsoft.com/en-us/library/hh831618.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Windows Server 2012 Pooled Virtual Desktop collection GetVMstate issue

    I am trying to create a Pooled Desktop collection with my Powered off VM and it errors out The
    virtual desktop must be in a stopped state:  Could not identify the state of the virtual desktop.  Ensure that the RD virtualisation host server is available on the network and the virtual desktop is shut down
    In the debug logs it shows.
    Component RdmsModel: GetVMstate for Vm Win7_BaseVM failed with error 16386
    Component RDExceptionHandler: Could not identify the state of the virtual desktop. Ensure that the RD Virtualization Host server sunflower-1.HYPERQA.NUTANIX.COM is available on the network and that the virtual
    desktop Win7VMSF is shut down.
    Please help on resolving this GetVMState issue.

    Hi Krishna,
    Thank you for posting in Windows Server Forum.
    When you are configuring RDVH initially, please see that you have meet prerequisites. Remember that you need these pre-requirements:
    • Database based on SQL Server 2008 R2
    • Static IP Address for all Broker
    • Round Robin DNS
    • All RD Broker must be members of AD Windows Group (es. RDCB Server Group)
    • The group must be insert into SQL Server as sysadmin ONLY for the DB creation. After that DB will be created give the db_owner permission only for their DB
    More information.
    Windows Server 2012 R2: Unable Add New VDI Template
    In addition, we need all RD Broker must have the same SQL Native Client as main SQL Server (es. SQL Server 2012 SP1). The Connection Broker server's computer account MUST be a member of the local administrators group on the Virtual Host (RDS Host) machine and
    then reboot the server. Finally check the result.
    Windows Server 2012 Virtual Desktop Template Issue
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Creating a personal virtual desktop collection - no existing virtual desktops listed

    I have 2 windows server 2012 hosts in a failover cluster.  This cluster is for RDS and VDI.  Attempting to create a virtual desktop collection and there are no existing virtual desktops to select, even though i have created many from a template
    via System Center VMM 2012 sp1.

    Hi,
    Thanks for your comment. Sorry for late response. Do you got any solution?
    Please check below link for detailed information and try to reconfigure and verify whether it getting worked or not.
    Windows 8 / Windows Server 2012: VDI Personal Desktop Collections
    http://blogs.technet.com/b/askperf/archive/2012/11/01/windows-8-server-2012-vdi-personal-desktop-collections.aspx
    Personal Virtual Desktops
    http://blogs.msdn.com/b/rds/archive/2009/11/16/personal-virtual-desktops.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • All MacBook Pro, iMac purchase in 2012 bug! starting with mine and those of all in Fnac st Lazare (France), try to open the keychain you will see ...

    All MacBook Pro, iMac purchase in 2012 bug! starting with mine and those of all in Fnac st Lazare (France), try to open the keychain you will see
    I've tried to open keychain first from my macbook pro because of Safari and Chrome, they still dont work in wifi unless Firefox, then I went to a Fnac (like Best Buy) and I try to open the keychain in all the iMacs exposed and everytime the application froze , to the macbook air at  the iMac all of them froze.

    Hello Kavans,
    Thank you for the details of the issue you are experiencing with your MacBook Pro.  I recommend reviewing the following article for this issue:
    Mac OS X: Why your Mac might not sleep or stay in sleep mode
    http://support.apple.com/kb/HT1776
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have creative suite 3 master collection with the licensing subsystem has failed catastrophically.  I've tried the FlexLicensing fix with no success.

    I have creative suite 3 master collection with the licensing subsystem has failed catastrophically.  I've tried the FlexLicensing fix with no success.

    I found this
    plumeragent, "Licensing has stopped working error durinng launch of Photoshop CS3" #2, 9 Jul 2007 2:20 pm
    if you read it it says to open the Flex folder and change the name. I did that and the apps work but I was not asked for the serial number again. I was in in 10.4.11 and just upgraded to 10.5.4 could that have caused this as I was running fine before.

  • (Solved) Issue with 2012 & 2012 r2...Creating New Virtual Desktop Collections Fails

    Hi all, thought I would share a fix I found out after hours of pulling my hair out.
    If you get the following error when creating a new RD Collect: "The virtual desktop must be in a stopped state: Could not identify the state of the virtual desktop. Ensure that the RD virtualization host server is available on the network and
    the virtual desktop is shut down"
    ENSURE your RD Connection Broker and RD Virtualization Host are both either 2012 or 2012 r2.  I was unable to create new VD Collections until I moved my Connection Broker from a 2012 box, to a 2012 r2 box. (My RD Virt Host is 2012 r2.) Once I did that,
    everything worked fine.

    Hi,
    Thanks for your good sharing.
    I think it will help the people who have the same issue.
    Have a nice day.
    Regards.
    Vivian Wang

  • SCCM 2012 - Creating a Collection with Limiting memebers to 5 or 10 Computers even the Memebership Query can pull 1000 members

    Dear Brothers,
    I am deploying a huge application (requires 45 Minutes to Install, 3 to 5 Restarts), and I need to limit the deployment to 5 computers at a time. Limiting my Network Load and also the availability of the computers in operation as it requires a successive
    Restart.
    My aim is to "Create" a "Collection" to focus on deploying the software to
    5 computers at a time. The collection that limits to 5 computers can help our production environment to focus on the total deployment time without disturbing other computers.
    Regards,

    I would use powershell to do this. Create a Collection with all the computers that should get the application.
    Then in powershell - get all the members of that Collection into a variable. Use that variable as a basis for creating new Collection and create some logic that takes 5-10 machines and put those into a new Collection and then takes the next 5-10 machines
    and so on.
    I guess you could also do it using a combination of Query and Exclude Collections membership rules, but you would have to do it manually.

  • Enable Remote Desktop Connections with PowerShell

    What is the easiest way to enable remote desktop connections on Windows 7, with powershell?

    Use Shay Levy's "Remote Registry PowerShell Module", and modify the value of the "fDenyTSConnection" value in the
    key "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" on the remote box to "0"
    The Windows 7 box will need to be rebooted before it will take effect.
    See http://oreilly.com/windows/archive/server-hacks-remote-desktop.html
    Or, grab Michal Gajda's script "Enable-RDP.ps1" in the gallery :)
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
    My Blog: http://unlockpowershell.wordpress.com
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ("6B61726C6D69747363686B65406D742E6E6574"-split"(?<=\G.{2})",19|%{[char][int]"0x$_"})

  • Remote Desktop Access with Mac and Asus Transformer Prime

    I have an E2000 router with the most current firmware. I have a Sony VAio laptop with Windows 7 Home Premium 64bit,a Macbook with 10.6.8, and a new Asus Transformer Prime with ICS.My work desktop is a Dell Optiplex 380 with Windows 7 Pro 32bit. I frequently work from home and have no issues remoting into to my work PC from by Sony laptop via VPN and RDP.However I have never been able to connect successfully to my work PC with my Macbook(using Remote Desktop Connection 2.1 for Mac OS) or Asus tablet(using WYSE Pocket Cloud RDP app for Android). I can however connect to the VPN itself on the Macbook and tablet without issue same as my Windows laptop. The other interesting part is I can connect via RDP when I am connected to a Mi-Fi 3g hotspot. So it is definitely something in the my Linksys E2000 blocking the connection for some reason. I have even set Port forwarding of 3389 with the ip's of both the Macbook and Asus tablet.I have also tried connecting via ethernet to the router with the same outcome. I cannot ping my work pc from either device as well.In addition the firewall on my work PC is completely disabled and all services related to Remote desktop access are enabled and running.Does anyone have any ideas?

    For my tablet its own ip assigned by the router. Same with the macbook.the Pocketcloud RDP app also uses 3389.I have port 3389 set for both internal and external port and protocol "both" under the Single Port Forwarding tab in the router config.

  • Excel with powershell and this big problem of locale

    Hi Folks, I'm getting C R A Z Y with this Excel/Powershell Stuff...
    MY display language is EN
    My input language is fr_CH
    the following code : 
    function Invoke([object]$m, [string]$method, $parameters)
    $m.PSBase.GetType().InvokeMember(
    $method, [Reflection.BindingFlags]::InvokeMethod, $null, $m, $parameters,$ciUS)
    $ciUS = [System.Globalization.CultureInfo]'fr-CH'
    $objExcel = New-object -com Excel.Application
    $objExcel.visible = $True
    $ci = [System.Globalization.CultureInfo]'fr-CH'
    $objWorkbook = Invoke $objExcel.Workbooks Add
    $objWorksheet = $objWorkbook.Worksheets.Item(1)
    $objWorksheet.Cells.Item(1,1).FormulaLocal = "A value in cell A1."
    Invoke $objWorkbook SaveAs "C:ScriptsTest.xls" > $null
    Invoke $objWorkbook Close 0 > $null
    $objExcel.Quit()
    throw me the error : 
    Exception calling "InvokeMember" with "6" argument(s): "Object does not match target type."
    At line:3 char:1
    + $m.PSBase.GetType().InvokeMember(
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : TargetException
    You cannot call a method on a null-valued expression.
    At line:11 char:1
    + $objWorksheet = $objWorkbook.Worksheets.Item(1)
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Basically this happend when you have english Excel with non english locale.
    My OS is in english but my Keyboard is in French-Swiss.
    Please help me I'm getting crazy...
    MCITP Enterprise Administrator / Server Administrator

    This might be helpful.
    http://dmitrysotnikov.wordpress.com/2008/02/22/powershell-help-broken-on-localized-versions-of-windows/
    The problem seems to be that PowerShell v1 for Windows Vista and PowerShell v2 CTP for all systems are storing the language neutral (English) help system in the en-US subfolder of the PowerShell folder.
    On a localized versions of Windows, PowerShell seems to be looking for a subfolder with its own locale (e.g. de-DE for Germany, ru-RU for Russia, and so on) and does not fail over to en-US if the folder is not found.
    RESOLUTION
    Apply the language pack for your language so your local version of help gets added to the system.
    If the language pack is not available, copy or rename the en-US folder to match your Windows locale. To learn your locale run the following command in the PowerShell prompt:
    [System.Globalization.CultureInfo]::CurrentUICulture
    Thanks Azam When you see answers please Mark as Answer if Helpful..vote as helpful.

  • Compatibility of LabView 2012 installed on XP with Vision and Trad DAQ

    Is LabView 2012 runnung under Windows XP compatible with
    A: NI Vision 2011 ? 
    B: Traditional DAQ 7.4.4 ?

    This should answer your question:
    Windows Version Compatibility with LabVIEW
    Compatible Versions of Vision Development Module with LabVIEW and LabWindows/CVI
    NI-IMAQ, NI-IMAQdx, NI-IMAQ I/O, and VAS Compatibility with Different LabVIEW Versions
    NI-DAQ and LabVIEW Version Compatibility (for Windows)
    I would still suggest to have a look at the readme files as well.
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • I saturated all the available iPad (3rd. generation) screen space (home screens or desktop space) with apps, and the apps that got bumped out of the last screen, mysteriously disappeared? Where are those missing quick lauch app icons?

    Running my 3rd generation iPad on iOS 7.0.4, I saturated all the available iPad screen space (which would be the 15 home screens or desktop worth of space) with apps, and the apps that got bumped out of the last screen space mysteriously disappeared. Where are those missing quick lauch app icons now? The apps are still installed and can be searched/accessed through the finder, but they no longer have a user friendly access. How can I solve this problem?

    Christopher Doryan wrote:
    Hi Hexonxonx, thanks for trying to help, but next time please read the entire discussion, in oder to better comprehend what is being asked. The reason being is that your answer added nothing to what had already been mentioned.
    Like I said, I was aware it was possible to access the apps through the finder, but the question revolved around how to recover the quick launch app icons for certain vanished apps.
    Wow, kind of a snotty response to someone who was taking their own time to offer help.  Whether you thought it was helpful or not, didn't deserve such an unkind retort.  Maybe when you realize we all just users here trying to help others like you, who have issues and we don't get anything in return for the countless hours some people here spend offering that assistance, you'll maybe be a little less quick to be critical.
    Just sayin.......
    Oh and Meg offered the right answer.  Put your Apps in Folders, which will create extra space for the apps which have disappeared.

  • Virtual global user with vsftpd and pam?

    I followed the ArchWiki for setting up vsftpd with xinetd and pam.  It works great for our clients to be able to upload/download from their own directory and have some privacy.  Now I need to setup a couple of 'global' ftp user accounts that can be used by the production staff to browse the 'private' folders.  Anyone know how this can be done?  From what I've read so far, if guest_enable=YES, then local users cannot login even if local_enable=YES is set.
    Here's my vsftpd.conf:
    anonymous_enable=NO
    local_enable=YES
    write_enable=YES
    dirmessage_enable=YES
    tcp_wrappers=YES
    pam_service_name=ftp
    xferlog_enable=YES
    local_umask=022
    listen=NO
    connect_from_port_20=YES
    chroot_local_user=YES
    guest_enable=YES
    guest_username=virtual
    virtual_use_local_privs=YES
    local_root=/pub/ftp/$USER
    user_sub_token=$USER
    hide_ids=YES

    LOL, fail.  Here's the site:
    ftp://vsftpd.beasts.org/users/cevans/un … S_2/README

  • Desktop Shortcut with transaction and layout

    Hi everybody.
    I try to have a desktop shortcut with transaction but with automaticaly specific layout selected.
    I try to play with my notepad in .SAP file, try to study .SAP file made for workflow process, but without succes.
    Any ideas / parameters ?
    Thank you

    In order to get 1.4 to create a desktop shortcut, you must specify an href in in the jnlp tag so that it knows the complete URL of the JNLP file:
        <jnlp codebase="..." href="...">
        </jnlp>--Dan                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • How to get the caret inside a custom editor?

    I was reading through old posts the other day and noticed this by Rob Camick in this thread Re: Problem in cell selection in JTable Java Swing : camickr wrote: All KeyEvents are passed to the editor for the cell and the editor is psuedo invoked. That

  • Java 6 updates 22 thru 24 does not allow ASP Remote Scripting calls

    The Java 6 update 22 thru 24 all prevent ASP Remote Scripting from working correctly, causing applications using Remote Scripting via the standardized rs.htm code to fail. This is well documented with examples at the Java Forums page http://www.java-

  • Problem with JInitiator!!! - Urgent

    I have Windows 2000 Advanced Server with 4GB RAM and Oracle9iASR2. I'm running Forms&Reports9i services quite well. Now, I have a demand for using OLE integration and for WebUtil purpose I have to install Jinitiator 1.3.1.13, for instance. But when I

  • I cant play zynga poker on my mac 10.5.8

    i have try to update flash and also java but nothing seems to work. help please

  • Need Major Help Running Really Slow!!!

    Hey guys, I am not new to macs at all, I have had this computer since the macbooks first came out. Ok, so recently its been running so slow, I have done everything, running maitence scripts and a bunch of matinece programs and the such. I have also c