Click here to Skip to main content
15,891,431 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: PowerShell Pin
Nish Nishant19-Mar-18 5:21
sitebuilderNish Nishant19-Mar-18 5:21 
GeneralRe: PowerShell Pin
dandy7219-Mar-18 5:23
dandy7219-Mar-18 5:23 
GeneralRe: PowerShell Pin
RickZeeland19-Mar-18 7:52
mveRickZeeland19-Mar-18 7:52 
GeneralRe: PowerShell Pin
Ian Bell, #219-Mar-18 10:36
professionalIan Bell, #219-Mar-18 10:36 
GeneralRe: PowerShell Pin
PIEBALDconsult19-Mar-18 11:55
mvePIEBALDconsult19-Mar-18 11:55 
GeneralRe: PowerShell Pin
Stefan Schier @19-Mar-18 21:08
Stefan Schier @19-Mar-18 21:08 
GeneralRe: PowerShell Pin
sibling12321-Mar-18 1:27
sibling12321-Mar-18 1:27 
GeneralRe: PowerShell Pin
Jan Holst Jensen219-Mar-18 21:13
Jan Holst Jensen219-Mar-18 21:13 
Very mixed.

The good:
* Debugging is excellent.
* Syntax is very nice for some commands.
* You can do proper loops and structured programming.
* Ability to call .NET methods directly is very practical.

The bad:
* File system interaction is an abomination - lost work due to PS's perception of the file system being out of sync with the real file system (time stamps). Why does it have to have its own file system abstraction that even tries to cache stuff ?
* Had to fall back to DOS CMD to get simple stuff working reliably, e.g. mounting a network drive.
* Syntax is weird for some commands.
* Calling out to other command line tools is ... challenging (e.g. parameter handling).

I will wait for the dust to settle on a couple of versions more before I try it again. Particularly the bad file system interaction and awkward integration with other command line tools has scared me away.
GeneralRe: PowerShell Pin
spoljarecDamir19-Mar-18 22:00
spoljarecDamir19-Mar-18 22:00 
GeneralRe: PowerShell Pin
Rob Philpott20-Mar-18 2:16
Rob Philpott20-Mar-18 2:16 
GeneralRe: PowerShell Pin
sir_download_alot19-Mar-18 22:41
professionalsir_download_alot19-Mar-18 22:41 
GeneralRe: PowerShell Pin
iacopovettori20-Mar-18 0:40
iacopovettori20-Mar-18 0:40 
GeneralRe: PowerShell Pin
agibs20-Mar-18 3:33
professionalagibs20-Mar-18 3:33 
GeneralRe: PowerShell Pin
Lucas Vogel20-Mar-18 3:37
professionalLucas Vogel20-Mar-18 3:37 
GeneralRe: PowerShell Pin
Richard Givis20-Mar-18 3:41
Richard Givis20-Mar-18 3:41 
GeneralRe: PowerShell Pin
sasadler20-Mar-18 3:39
sasadler20-Mar-18 3:39 
GeneralRe: PowerShell Pin
Retired201720-Mar-18 5:06
Retired201720-Mar-18 5:06 
GeneralRe: PowerShell Pin
firegryphon20-Mar-18 7:28
firegryphon20-Mar-18 7:28 
GeneralRe: PowerShell Pin
Retired201720-Mar-18 7:35
Retired201720-Mar-18 7:35 
GeneralRe: PowerShell Pin
Sekers20-Mar-18 8:58
Sekers20-Mar-18 8:58 
GeneralRe: PowerShell Pin
pmauriks22-Mar-18 13:02
pmauriks22-Mar-18 13:02 
Generalnot guilty by reason of insanity Pin
Marc Clifton19-Mar-18 1:18
mvaMarc Clifton19-Mar-18 1:18 
GeneralRe: not guilty by reason of insanity Pin
Kornfeld Eliyahu Peter19-Mar-18 2:01
professionalKornfeld Eliyahu Peter19-Mar-18 2:01 
GeneralRe: not guilty by reason of insanity Pin
glennPattonWork319-Mar-18 2:03
professionalglennPattonWork319-Mar-18 2:03 
GeneralRe: not guilty by reason of insanity Pin
megaadam19-Mar-18 2:43
professionalmegaadam19-Mar-18 2:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.