sti69@hotmail.com
1 TopicAutomate the recreation of network shares on a new fileserver
0 I exported the shares of a MSFC running W2008r2 I plan to present the diskcopies (via storage) on my new server I want to set to automatethe process of recreating the shares as they were The target server is windows 2012r2 I already had a reply that exporting registry keys relative to shares are no longer in the same place between a MSFC 2008r2 and windows 2012(r2) $p="c:\1","c:\2" $s= "share1","share2" For ($i=0; $i -lt 2; $i++) {net share $s[$i] = $p[$i] /GRANT:EVERYONE`FULL} error information CategoryInfo : NotSpecified: (The syntax of this command is::String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Why isn't this operating1.4KViews0likes1Comment