CMD to PS formatting help. Netapp install.

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 6 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
dan.potter
Posts: 709
Last visit: Wed Nov 14, 2018 11:39 am

Re: CMD to PS formatting help. Netapp install.

Post by dan.potter »

Thanks, I was confused why I could set the here string to the clipboard and copy it into cmd and it would install without issue. I left a space at the end of each line thinking PS automatically eliminates the return. It happens with out-file too.

The dsc package resource is looking for a string for the args so I used the here string to populate the various variables and then used that in the resource. Keeping it all on one line of course.

Package [string] #ResourceName
{
Name = [string]
Path = [string]
ProductId = [string]
[ Arguments = $herestring ]

}
This topic is 6 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked