Untitled
At C:\Source\IPAddress.ps1:14 char:26 + $ipConfig.Set-IPConfiguration + ~~~~~~~~~~~~~~~~ Unexpected token '-IPConfiguration' in expression or statement. At C:\Source\IPAddress.ps1:18 char:17 + $nic.Set-NetAdapter + ~~~~~~~~~~~ Unexpected token '-NetAdapter' in expression or statement. At C:\Source\IPAddress.ps1:37 char:26 + $ipConfig.Set-IPConfiguration + ~~~~~~~~~~~~~~~~ Unexpected token '-IPConfiguration' in expression or statement. At C:\Source\IPAddress.ps1:41 char:17 + $nic.Set-NetAdapter + ~~~~~~~~~~~ Unexpected token '-NetAdapter' in expression or statement. + CategoryInfo : ParserError: (:) [], ParseException + FullyQualifiedErrorId : UnexpectedToken
Leave a Comment