powershell script resource
3 TopicsUsing PowerShell script make any application highly available
First published on MSDN on Jun 06, 2016 Author:Amitabh Tamhane Senior Program Manager Windows Server MicrosoftOS releases: Applicable to Windows Server 2008 R2 or laterNow you can use PowerShell scripts to make any application highly available with Failover Clusters!!!The Generic Script is a built-in resource type included in Windows Server Failover Clusters.16KViews1like1CommentAlternative to invoke-expression
I am looking for alternate way to extract the value of the below powershell object without using invoke-expression invoke-expression "`$abc.properties.$subprop" or invoke-expression "`$abc.$subprop1" Where $abc is a powershell object in JSON format $subprop is having one of the Noteproperties of '$abc.properties'3.8KViews0likes1Commentlist network shares and directories with in network shares upto level 3 in a JSON format
list network shares and directories with in network shares upto level 3 in a JSON format JSON should be hierarchial and output should be parsed through javascript (JSON.parse) i mean compressed json form660Views0likes0Comments