Forum Discussion

janten's avatar
janten
Copper Contributor
Nov 15, 2019

Export-IISConfiguration and Invoke-command

My goal is to export the IIS configuration from a remote server to a share. When I run the following command locally, the configuration is exported   if(!(Test-path -path "\\path\to\share\*")){exp...