ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Search results

  1. @

    Plasma Dials inside!

    Poundland styling.
  2. @

    Windows 8 Server

    Nice littler write up http://www.theregister.co.uk/2012/03/14/windows_8_server/
  3. @

    baby seats for the front

    Dont know about 172 but my 182 is simple. Turn off airbag, click into the isofix.
  4. @

    Tutorial - Creating a rig shot in Photoshop

    Impressive :)
  5. @

    Another Interesting Question About Car Tax!

    I don't think you will be able to do it online. You should be able to at the post office, its what dealers do (although I think they have a weeks cover)
  6. @

    Building a Server?

    So...?
  7. @

    J18 RVP - Growing up, slowly.

    Looks like the rear suspension has broke.
  8. @

    Batch to copy then sort csv file

    What's the output from the following: PS C:\MyData> $mycsv = Import-Csv .\Source.csv PS C:\MyData> $mycsv | Get-Member EDIT: Its these you want to check: PS C:\> $mycsv | Get-Member TypeName: System.Management.Automation.PSCustomObject Name MemberType Definition ---- ---------- ----------...
  9. @

    Batch to copy then sort csv file

    Not sure, could be encoding. You can split the command up: PS C:\MyData> $mycsv = Import-Csv .\Source.csv PS C:\MyData> $mycsv | Sort-Object -Property Name -Descending Does that print out to the screen as expected?
  10. @

    Batch to copy then sort csv file

    Single line in PowerShell - I am assuming its in a subfolder of C:\ called MyData and you want to sort on Name column PS C:\MyData> $mycsv = Import-Csv .\Source.csv | Sort-Object -Property Name -Descending | Export-Csv NameSorted.csv -NoTypeInformation The | are pipes.
  11. @

    Batch to copy then sort csv file

    What O/S, what's in the CSV?
  12. @

    Windows 8 Server

    They don't always. Quite a few of the Windows and System Center GUIs are wrappers around PowerShell.
  13. @

    Windows 8 Server

    Yes it is there. You read it correctly.
  14. @

    Windows 8 Server

    Impressive list. I haven't used 95% of that stuff. Anyway, back on topic, the server versions can be installed with the GUI, although its Metro its impact on a server will be minimal as most admins will use remote tools. Server Manager would be the biggest change if you were looking to get started.
  15. @

    Windows 8 Server

    Guess it all depends on your job, if you work with Windows for a living (my job) then knowing PowerShell is a great skill, if you manage loads of different systems you may not want to invest the time. In those cases the GUI is available.
  16. @

    Windows 8 Server

    What don't you like about PowerShell?
  17. @

    Windows 8 Server

    The default installation is to install without GUI and use PowerShell and remote tools for admin.
  18. @

    Windows 8 Developer Preview Download

    FOr those wanting to follow event (no live feeds) http://www.engadget.com/2012/02/29/live-from-microsofts-windows-8-press-event-at-mobile-world-cong/
  19. @

    Windows 8 Developer Preview Download

    http://windows.microsoft.com/en-US/windows-8/iso
  20. @

    Windows 8 Developer Preview Download

    Consumer Preview (Beta) released tomorrow.
  21. @

    Carwash Ripped Aerial Off

    I would guess it was to wash his car.
  22. @

    Buying an Xbox 360

    There are only two versions: http://www.xbox.com/en-GB/xbox360/consoles?xr=shellnav 4GB will suit your needs.
  23. @

    Building a Server?

  24. @

    Are my alloys too big for a clio?

    He asked what people thought.
  25. @

    Building a Server?

    How's this coming along?
  26. @

    Computer drawing software recommendations?

    Does mates Dad gave you a NOT FOR RESALE version mean you just downloaded it from somewhere?
Top