Dan Cuomo

Results 3 comments of Dan Cuomo

I created my own resource for this as contributing to this repo is too time consuming. If someone would like to use the code and port into this, that would...

+1 - In addition to SteveL's recommendation, could we also allow a parameterized list? For example: ... | Foreach-object { Remotely -SystemName $_ }

@SteveL-MSFT I modified remotely to accept a -SystemName parameter that I can iterate through. I pass through ConfigurationData.AllNodes.NodeName | Foreach-Object...which works well enough for my purposes. IMHO I think a...