Win 7 Filr Library?

How does the Filr library work in Win 7? I can't seem to find it in the documentation. When I added some files and folders to the "Filr" library on a Win 7 desktop they didn't seem to sync. I even manually told the client to sync.

elphantasmo,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://www.novell.com/support and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Forums Team
http://forums.novell.com

Similar Messages

  • How do i map my old itunes XP library to Win 7

    I have imported my old Itunes Win XP library from an external hard drive and now although the music appears in itunes none of it plays.  I am assuming that the old pathname in XP is not the same in Win 7 and so the new PC can not locate the music files? Any ideas how to fix this?

    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. You shoul be able to manipulate the folders or drive letters to put stuff where iTunes expects to find it.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • Mac won't open library from pc in home share?

    My pc can load the mac library, but the mac doesn't load the pc Win 8 library.

    From iTunes' help:
    Turn on Home Sharing
    HideImport items from other libraries using Home Sharing
    Choose a computer on your Home Sharing network from the Library pop-up menu.The library loads and a list of categories appears.
    Choose a category (Music, for example).
    In the Show menu at the bottom of the iTunes window, choose “Items not in my library.”
    Select the items you want to import, and click Import.
    ShowAutomatically import new iTunes Store purchases from another computer
    ShowTurn off Home Sharing
    Tip:  If a shared computer doesn’t appear when Home Sharing is on, turn Home Sharing off, and then turn it on again.

  • TS1741 Remote and Home Sharing stopped working with iTunes 10.7

    I have been using Apple Remote to control my Win 7 library as I play it via HDMI through my A/V receiver. I used it on iPad 2, iPhone 4s and iPod Touch 3G, with no problems for several weeks. Just today, however, I cannot get the devices to appear on the iTunes device list, and cannot access the library remotely. I have tried all devices while connected to the same network [tried this with three different networks]. I have turned off firewalls and anti-virus. I have rebooted and reset routers many times. Reinstalled iTunes. Repaired Bonjour. Confirmed port forwarding in routers and in firewalls. Confirmed account names and passwords.
    Airplay works fine.
    I believe the problem is in an iTunes or Windows setting that might have changed during an automatic update, but I can't find it.  Any ideas? Similar experiences? I know a lot of ATV issues have come up with other users, but these don't seem similar to my issue.
    Thanks.

    Somehow, this seems to have been resolved. The only changes I made were:
    1)  I disabled the wireless adapter in my Media server, and enabled the wired LAN adapter. Both are on the same router [192.168.2.1] I have been using wireless for several weeks without any problem. Of all the changes I made today, this is most likely the one that resolved the problem, for now!
    2)  I disconnected my Windows Home Server from the Verizon router [192.168.1.1] and connected it to the Linksys router that I use for my Media server. All my devices connect through the Linksys router, and the WHS box was not involved in any way to this sharing function [it is usually asleep]. As stated previously, I have used the Remote functions for several weeks without any troubles. All shared devices must be on the same router, and they have been;
    3) I also turned on media sharing for the folder containing my master music files, but this is NOT the same folder containing my iTunes libraries or my iTunes media files. This is only an original folder with the largest versions of all my music files [many that iTunes is unable to read].
    I don't know why any of these actions should have recovered my ability to Remote with iTunes, but alas, it "seems" to be working for now.
    Summary... Try everything, even if it seems completely unrelated!!!

  • Is this bad coding style?

    I have come across a price- winning GUI library for java (JSuite from Infragistics).
    A lot of high quality GUI- components... Now, I am trying to understand the code.
    Here are three of the code- lines
    if(m_iCurM > 0) iDay |= ((m_iCurY << 9) | ((m_iCurM - 1) << 5));
    if(bar != 1000 || (r.width -= w0) < 2) return;
    while(++i < m_days.size()) if((j = ((PVDay)m_days.elementAt(i)).m_id0) >= 0) return get(j);Its all like that! Short names, non- descriptive names, long lines and magic values.
    If I wrote code like that, my boss would kill me.

    Well, I guess I should give you more that three lines...
    and the m_ is not the problem! If someone adds information to the code, like m_... meaning this is a member, or m_i... meaning this is a member integer, that is all nice.
    But,     void drag(MouseEvent e)
              PVDay d = null, d0 = (PVDay)e.getSource(), old = dayAt(m_z1);
              Rectangle r = d0.getBounds();
              int x = e.getX() + r.x, y = e.getY(), num = getNumberOfDays() + 1;
              int i = num * getNumberOfWeeks();
              while((d = dayAt(--i)) != null)
                   if(d.getBounds().contains(x, y + r.y)) break;
              // 0x0000007f - ? ** (id for PVWeek)
              // id of day under mouse
              i = (d == null) ? 0 : (d.m_2 & 0x0000007f);the local identifiers d, d0, r, x and i could have longer and more descriptive names...
    And the line while(++i < m_days.size()) if((j = ((PVDay)m_days.elementAt(i)).m_id0) >= 0) return get(j); is just the same aswhile(++i < m_days.size())
       j = ((PVDay)m_days.elementAt(i)).m_id0;
       if(j >= 0)
          return get(j);
    }, so why not use the later? It compiles to the same result!
    And this is not obfuscated. This is the code they are selling. Its even commented (as you can see), and thats helping a little bit, but still!
    And its not an inner loop heavy super-optimized algorithm. All the code is like this. Thousands of lines...

  • Unable to open an unformatted csv in excel

    Hi Team,
    I have the data in the below format and I am unable to get this data into excel for the reason that we have even fields with multiple values which have commas in them (like a server might have multiple NICs). I just wanted to know if there is any easier
    solution available with in excel so that we can get the data into excel format. I cant get this data exported with a special delimiter character as well.
    ServerName.FQDN: {'biosversion': 'Default System BIOS', 'kernel': 'Windows', 'domain': 'FQDN', 'zmqversion': '4.0.4', 'kernelrelease': '6.1.7601', 'pythonpath': ['c:\\tlas\\tlas-2014.1.11.win-amd64\\library.zip', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\esky-0.9.8-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\jinja2-2.7.1-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\markupsafe-0.18-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\msgpack_python-0.4.2-py2.7-win-amd64.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\psutil-2.1.0-py2.7-win-amd64.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\pyzmq-14.1.1-py2.7-win-amd64.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\tlas-2014.1.11-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\setuptools-1.1.6-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\wmi-1.4.9-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64'], 'ip_interfaces': {'ServerName.FQDN': ['172.22.151.141'], 'ServerName.mnd.osc.zmk.local': ['192.168.8.26']}, 'shell': '/bin/sh', 'mem_total': 32768, 'tlasversioninfo': [2014, 1, 99, 0], 'timezone': '(UTC+01:00) Amsterdam,
    Berlin, Bern, Rome, Stockholm, Vienna', 'id': 'ServerName.FQDN', 'osrelease': '2008ServerR2', 'ps': 'tasklist.exe', 'server_id': 1839579600, 'num_cpus': 8, 'hwaddr_interfaces': {'ServerName.FQDN': '68:B5:99:76:3E:BA', 'ServerName.mnd.osc.zmk.local': '00:76:55:E9:57:B1'},
    'defaultlanguage': 'nl_NL', 'osfullname': 'Microsoft Windows Server 2008 R2 Enterprise', 'master': 'tlas.oss.local', 'ipv4': ['X.Y.Z.A', 'A.B.C.D'], 'ipv6': [], 'osversion': '6.1.7601', 'localhost': 'ServerName', 'fqdn_ip4': ['172.22.151.141', '192.168.8.26'],
    'fqdn_ip6': ['::1'], 'nodename': 'ServerName', 'tlasversion': '2014.1.11', 'tlaspath': 'c:\\tlas\\tlas-2014.1.11.win-amd64\\tlas-2014.1.11-py2.7.egg\\tlas', 'pythonversion': [2, 7, 5, 'final', 0], 'host': 'ServerName', 'os_family': 'Windows', 'defaultencoding':
    'cp1252', 'gpus': [], 'manufacturer': 'HP', 'num_gpus': 0, 'cpu_model': 'Intel64 Family 6 Model 26 Stepping 5, GenuineIntel', 'fqdn': 'ServerName.FQDN', 'productname': 'ProLiant DL380 G6', 'cpuarch': 'AMD64', 'osmanufacturer': 'Microsoft Corporation', 'path':
    'c:\\tlas\\tlas-2019.1.11.win-amd64;C:\\Program Files\\HP\\NCU;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Ericom Software\\PtTsAgent\\;C:\\Program Files\\Ericom Software\\Ericom
    Access Server\\;', 'os': 'Windows', 'windowsdomain': 'FQDN'}
    Thanks,
    VenuGopal
    --VenuGopal

    Hi,
    I noticed you post the same thread in The Official Scripting Guys Forum, please see the explain there:
    https://social.technet.microsoft.com/Forums/en-US/91601ae3-9501-41f5-ae6b-369b5e8c9c0b/can-we-parse-the-csvs-in-the-below-format-using-powershell?forum=ITCG
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Trying to use an old XP computer as a file server.

    It has my iTunes library on it and I want to access it from my Windows 7 PC.  I have tried Home Share, but the XP library does not show up on the Win 7 machine.  However, the Win 7 library shows up on the XP PC.  I've also tried sharing the iTunes folder and creating a network drive.  The album and song info show up, but when I try to play a song I get the error The song XXXX could not be used because the original file could not be found.  I don't really care how it happens, I just would like to use the old XP PC as a file server.  Any suggestions (I have tried most of the obvious stuff like logins, updates, re-installs, etc.)?

    As the 2007 iMac models don't support video in, you need to use a VNC setup such as what ScreenRecycler provides.
    (80008)

  • Add more locations to sync photos from

    Hi everyone
    I use iTunes on my PC (Win 7 OS) to sync music, files and photos to my iPad.  On my PC I have the default Pictures location for recent photos and use a separate hard drive for older photos - they are all in my library on the PC so I can view them all at once even though they are on different hard drives.
    I would love to be able to get all these photos in my Win 7 library synced to my iPad, but it only does the ones in Pictures and ignores the others in my Windows library.  Can I get it to sync the whole library in Windows 7? In iTunes there seems to be no option to have extra locations to sync from - I can change the location from Pictures to somewhere else on my PC but then I lose the photos in Pictures and I want them all to sync!
    Can anyone help please?
    Many thanks.

    iOS and iPod: Syncing photos using iTunes
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • Help!  Illustrator won't open any files

    Hi
    Illustrator cs4 will no longer open any of my .ai files.   I keep getting the message 'can't open the illustration'  with no further error message.
    The only thing that i have done that i could think would affect it is i have just installed the trial version of indesign cs5.  Does anyone have any ideas what is going on?
    Any help is greatly appreciated.
    Tara

    Try clearing your Illustrator preferences. They are located in at:
    WinXP: C:\Documents and Settings\<username>\Application Data\Adobe\Adobe Illustrator CS4 Settings
    Mac: User/Library/Preferences/Adobe Illustrator CS4 Settings
    Application Data folder on Win and Library folder on Mac might be hidden. So you need to set the folder options appropriately.
    Just delete the whole folder for AI CS4 settings an now try opening your files. (Prefs folder will again be created when you launch and quit AI.)

  • Trouble with Preview function- thumbnails

    Adobe photoshop elements 9:  Problem occurs after downloading my images from my camera's memory card.  I have all the thumbnails open & have always right clicked on an individual photo, hit preview & viewed my photos as a slideshow to copy, delete, etc..  The preview function is not working, and had quit working just recently on my Elements 8 before I replaced it with the 9 version.  How can I fix this or is there another way to look at my photos full screen, one after another without individually opening each one, then having to go back & start over?

    Hi,
    If you are opening these files in Organizer, resetting organizer preferences should help. Go to %appdata%\Adobe\Elements Organizer\9.0\Organizer\ on Win or ~\library\Application Support\Adobe\Elements Organizer\9.0\Organizer\ and delete the following files :
    psa.prf
    status.dat
    If that doesn't help, I would suggest repairing and optimizing your catalog.
    Thanks
    andaleeb

  • PSE11 Face Recognition Window Disapears

    I recently upgraded from PSE8 to PSE11.  I am trying to use face regonition to tag the people in my photos.  There are only a few photos with people tagged in them that I did manually.  Most photos are newly imported from camera, but some where converted over from PSE8.  When I run "add people" on all media, it prepares the files for a few seconds and then tells me "people recognition supports photos only.  your selection includes invalid items which will be skipped."  I say OK to this, a window flashes on the screen and dissapears, and then nothing happens.  I also try to "add people" on smaller folders, but it says there are "no new people found in your selection" although none of the photos are tagged yet.  An ideas on how to fix this?

    Please go to C:\Users\<username>\AppData\Roaming\Adobe\Elements Organizer\11.0\Organizer on Win and ~/library/App Support/Adobe/Elements Organizer/11.0/Organizer on MAC and delete the following files.
    psa.prf
    status.dar
    Now relaunch Organizer and run face recognition. This should work fine.
    Thanks
    Andaleeb

  • Merging two separate libraries

    Hi All,
    I have literally for about five months been working on this problem. I created an iTunes server several years ago with a giant amount of space, RAM, and now 17,000 songs! It's on Win XP. My laptop is Win 7, and for awhile home share worked fine, then stopped working out of the blue. I tried every trick up here that I could read about--little tips, tricks, major overhauls, nothing worked, but we did finally get to the point using those tips where the XP machine could see the Win 7 library and play it, but the Win 7 machine could never see the rest of the network, so since I spend most of my time on the Win 7 machine, no good to me.
    In the months I spent working on this, I acquired a fairly sizable library on my Win 7 laptop so I'd have something to listen to. So I finally decided I was never going to get Home Share to work as long as they were on mixed OS's, I got a legal copy of Win 7 to install on the XP machine, installing as we I type, and taking a long time because I'm also using Aloha Bob to create a perfect mirror back up on an external drive should anything go wrong with the install.
    So say the two machines being on the same OS solves the home share problem. Now I have the problem of a 400mb iTunes library on the laptop that needs to be merged with the main iTunes server, so I get back to just having one central location where all the media streams from. I'd like in the merge to keep the 100+ playlists I've created as well. Does anyone know if iTunes has this ability built in, or do I need to buy a third party software to do the trick? I've wasted so much time on this it's just stupid, so I just would rather pay $25 or whatever to just be able to merge the libraries, have it work simply, and go back to what I'd worked so hard to create: a well organized and maintainable iTunes library with every bit of my media, serving up to the home network, and backing up automatically at a very large external drive meant to be its back up.
    Any help would be so appreciated, as you can see it's been a long and irritating process and I would have given up long ago if I hadn't invested so much time in the iTunes server.
    Thanks in advance!

    Barry,
    You can take the entire iPhoto library folder from the powermac to the powerbook. Rename it first, (ex: iPhoto Library Powermac) and just copy the whole folder over. (To check that it works on the Powerbook after the move, launch iPhoto with the Option key depressed. You will be asked to choose a library, which you can then navigate to.) To merge the 2 libraries, the only way to do it and preserve your keywords, albums, etc. is to use the paid version of iPhoto Library Manager.
    I'm no expert. Read Old Toad's advice here: http://discussions.apple.com/thread.jspa?messageID=3560963&#3560963
    or search for "merge iPhoto Library Manager" and restrict by user Old Toad.

  • Can we parse the CSV's in the below format using PowerShell?

    Hi Team,
    I have the data in the below format and I am unable to get this data into excel for the reason that we have even fields with multiple values which have commas in them (for example: a server might have multiple NICs which are comma seperated). I wanted to
    know if there is any easier solution available with in powershell so that we can get the data into a formatted csv or excel. I cant get this data exported with a special delimiter character as well.
    ServerName.FQDN: {'biosversion': 'Default System BIOS', 'kernel': 'Windows', 'domain': 'FQDN', 'zmqversion': '4.0.4', 'kernelrelease': '6.1.7601', 'pythonpath': ['c:\\tlas\\tlas-2014.1.11.win-amd64\\library.zip', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\esky-0.9.8-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\jinja2-2.7.1-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\markupsafe-0.18-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\msgpack_python-0.4.2-py2.7-win-amd64.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\psutil-2.1.0-py2.7-win-amd64.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\pyzmq-14.1.1-py2.7-win-amd64.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\tlas-2014.1.11-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\setuptools-1.1.6-py2.7.egg', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\wmi-1.4.9-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64'], 'ip_interfaces': {'ServerName.FQDN': ['172.22.151.141'], 'ServerName.mnd.osc.zmk.local': ['192.168.8.26']}, 'shell': '/bin/sh', 'mem_total': 32768, 'tlasversioninfo': [2014, 1, 99, 0], 'timezone': '(UTC+01:00) Amsterdam,
    Berlin, Bern, Rome, Stockholm, Vienna', 'id': 'ServerName.FQDN', 'osrelease': '2008ServerR2', 'ps': 'tasklist.exe', 'server_id': 1839579600, 'num_cpus': 8, 'hwaddr_interfaces': {'ServerName.FQDN': '68:B5:99:76:3E:BA', 'ServerName.mnd.osc.zmk.local': '00:76:55:E9:57:B1'},
    'defaultlanguage': 'nl_NL', 'osfullname': 'Microsoft Windows Server 2008 R2 Enterprise', 'master': 'tlas.oss.local', 'ipv4': ['X.Y.Z.A', 'A.B.C.D'], 'ipv6': [], 'osversion': '6.1.7601', 'localhost': 'ServerName', 'fqdn_ip4': ['172.22.151.141', '192.168.8.26'],
    'fqdn_ip6': ['::1'], 'nodename': 'ServerName', 'tlasversion': '2014.1.11', 'tlaspath': 'c:\\tlas\\tlas-2014.1.11.win-amd64\\tlas-2014.1.11-py2.7.egg\\tlas', 'pythonversion': [2, 7, 5, 'final', 0], 'host': 'ServerName', 'os_family': 'Windows', 'defaultencoding':
    'cp1252', 'gpus': [], 'manufacturer': 'HP', 'num_gpus': 0, 'cpu_model': 'Intel64 Family 6 Model 26 Stepping 5, GenuineIntel', 'fqdn': 'ServerName.FQDN', 'productname': 'ProLiant DL380 G6', 'cpuarch': 'AMD64', 'osmanufacturer': 'Microsoft Corporation', 'path':
    'c:\\tlas\\tlas-2019.1.11.win-amd64;C:\\Program Files\\HP\\NCU;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Ericomm Software\\PtTsAgent\\;C:\\Program Files\\Ericom Software\\Ericomm
    Access Server\\;', 'os': 'Windows', 'windowsdomain': 'FQDN'}
    Thanks,
    VenuGopal
    --VenuGopal

    This turns out to be broken JSON.  With a couple of simple fixes it can be loaded:
    $jsontxt=@'
    'Server': {
    'biosversion': 'Default System BIOS',
    'kernel': 'Windows',
    'domain': 'FQDN',
    'zmqversion': '4.0.4',
    'kernelrelease': '6.1.7601',
    'pythonpath':[
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\library.zip', 'c:\\tlas\\tlas-2014.1.11.win-amd64\\esky-0.9.8-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\jinja2-2.7.1-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\markupsafe-0.18-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\msgpack_python-0.4.2-py2.7-win-amd64.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\psutil-2.1.0-py2.7-win-amd64.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\pyzmq-14.1.1-py2.7-win-amd64.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\tlas-2014.1.11-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\setuptools-1.1.6-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64\\wmi-1.4.9-py2.7.egg',
    'c:\\tlas\\tlas-2014.1.11.win-amd64'
    'ip_interfaces': {
    'ServerName.FQDN': ['172.22.151.141'],
    'ServerName.mnd.osc.zmk.local': ['192.168.8.26']
    'shell': '/bin/sh',
    'mem_total': 32768,
    'tlasversioninfo': [2014, 1, 99, 0],
    'timezone': '(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna',
    'id': 'ServerName.FQDN',
    'osrelease': '2008ServerR2',
    'ps': 'tasklist.exe',
    'server_id': 1839579600,
    'num_cpus': 8,
    'hwaddr_interfaces': {
    'ServerName.FQDN': '68:B5:99:76:3E:BA',
    'ServerName.mnd.osc.zmk.local': '00:76:55:E9:57:B1'
    'defaultlanguage': 'nl_NL',
    'osfullname': 'Microsoft Windows Server 2008 R2 Enterprise',
    'master': 'tlas.oss.local',
    'ipv4': ['X.Y.Z.A', 'A.B.C.D'],
    'ipv6': [], 'osversion': '6.1.7601',
    'localhost': 'ServerName',
    'fqdn_ip4': ['172.22.151.141', '192.168.8.26'],
    'fqdn_ip6': ['::1'],
    'nodename': 'ServerName',
    'tlasversion': '2014.1.11',
    'tlaspath': 'c:\\tlas\\tlas-2014.1.11.win-amd64\\tlas-2014.1.11-py2.7.egg\\tlas',
    'pythonversion': [2, 7, 5, 'final', 0],
    'host': 'ServerName',
    'os_family': 'Windows',
    'defaultencoding': 'cp1252',
    'gpus': [],
    'manufacturer': 'HP',
    'num_gpus': 0,
    'cpu_model': 'Intel64 Family 6 Model 26 Stepping 5, GenuineIntel',
    'fqdn': 'ServerName.FQDN',
    'productname': 'ProLiant DL380 G6',
    'cpuarch': 'AMD64',
    'osmanufacturer': 'Microsoft Corporation',
    'path': 'c:\\tlas\\tlas-2019.1.11.win-amd64;C:\\Program Files\\HP\\NCU;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Ericomm Software\\PtTsAgent\\;C:\\Program Files\\Ericom Software\\Ericomm Access Server\\;',
    'os': 'Windows', 'windowsdomain': 'FQDN'
    $obj=ConvertFrom-Json $jsontxt
    $obj.Server.bios
    Reformatting helps to find the damage.
    ¯\_(ツ)_/¯

  • Wireless Apple TV to wired Windows workstation

    Greetings,
    I have an Apple TV 3 that is connected to my wireless network that is provided by my Airport Express.  Everything works great when streaming from the Internet.  What I am having an issue with is connecting via Home Sharing to my wired Windows 7 workstation.  I have followed all of the troubleshooting steps, but it still cannot seem to see the library.  To make things more interesting, when I connect my Windows 8 laptop (different machine) via wireless to my network and turn on iTunes Home Sharing, the Apple TV can see the Win 8 library AND the Win 7 library.
    I am using an Apple TV 3 connected wirelessly to an Airport Express.  The Windows 7 workstation is connected via Ethernet to a desktop switch.  The desktop switch is connected via Ethernet to my Comcast SMC cable modem/router (I firmly believe this device is the issue).  The Airport Express is connected via Ethernet to the same SMC cable modem/router.
    I have tried turning off all firewalls.  I can connect to the Airport Express from the Windows 7 workstation via the Airport Utility, but only by manually entering the IP address, it cannot seem to scan the network and find it.
    Does anyone have any suggestions on how to pinpoint the issue; and/or, fix the SMC device to get it out of the way?
    Thank you in advance.  I appreciate your time.
    Keith

    Hi koswalt,
    Welcome to the Apple Support Communities!
    I know you said in your post that you have tried all of the troubleshooting steps and you sound very knowledgable about the set up and situation you are facing. I would recommend reading over the attached articles and checking to make sure all troubleshooting has been completed.
    Troubleshooting Home Sharing
    http://support.apple.com/kb/TS2972
    Apple TV: Basic troubleshooting
    http://support.apple.com/kb/HT200197
    Have a great day,
    Joe

  • ATV2, iMac, Windows 7 Laptop, Iphone and iTouch Connectivity

    Hi all,
    I am frustrated as ****. Here's the deal.
    I am running an Airport Extreme basestation (AEB) home wireless network with full connectivity from all devices to the outside world. I have my main iTunes (10.1.2) library on my iMac (OSx 10.6.6) and my son has an iTunes (10.1.2) library on his Windows 7 laptop. I have home sharing enabled on the iMac, ATV2 and Win7 Laptop all using the same Apple_ID.
    My iPhone 4 and Itouch Remote Apps (home sharing also turned on) will both connect to the ATV2 and to the Win7 iTunes library. However, while both see the library on the iMac they will not connect to it. I can also stream from the iPhone and iTouch over Airtunes to the AVT2.
    My ATV2 will see both the iMac Library and the Win7 library but will only physically connect to the Win 7 library.
    My Win 7 library can see the iMac library but won't connect to it, similar to the iPhone, iTouch and ATV2.
    My iMac library can't see the Win7 library at all. However I can connect my iMac to the windows laptop for simple file transfer between the iMac and the windows laptop and I can also play music from the iMac library over Airtunes to the ATV2.
    With all this connectivity going on I am at a loss as to why iPhone, ATV2, iTouch and Win 7 Laptop can all see the iMac library but won't make the connection to it when each one of those devices all work together perfectly fine and all devices are on the same AEB wireless network.
    This must be something very small on the iMac/Itunes side?
    Help Please......

    Hi,
    No, Windows 7 Started edition only support USB connection. any network connection with your HP device is not supported  due to limitations of the operating system:
    For Windows XP Starter Edition, Windows Vista Starter Edition and Windows 7 Starter Edition
    • Is supported for USB only
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-108842-3&cc=us&dlc=en&lc=en...
     Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • 2 tab canvasses on a single window (form)

    Hi ! Does anybody know of a way to put 2 tab canvases on a single window. I would like to place 2 tab canvases, each holding 2 tab pages, on 1 window. However, from the moment you use "new tab canvas page" he directly puts the page behind the other t

  • Renaming a jpeg, changing the original file?

    I belived that LR5 was a non-destructive program. I have been told repetadly that all information was stored in the catalog and the original files are safe. However when I now renamed my old jpeg-files from within LR5, I found that the original filen

  • RSS Feed jumps back to my home page

    I have a Mobile Me Account that points to my own URL. I've been using iWeb to create and update my site, and now I'd like to use the RSS feed so people can get the updates on my blog. However, when you click the RSS button on the site, it just jumps

  • Who is having problems with old printers and Mavericks?

    I am so frustrated!!!   I cannot print in COLOR with my upgraded system (Mavericks).   I have an older HP Printer and it is no longer supported. I do not want to buy a new printer when it is just fine. R. Johnson

  • "What u Hear" problem with vis

    I used to use the option "What U Hear" a lot when i sat in teamspeak/ventrilo, if i wanted to play of a song or something to my friends, then i just switched from Microphone to "what u hear" then the people would hear what i was playing. Anyway, i've