Untitled

mail@pastecode.io avatar
unknown
plain_text
20 days ago
822 B
1
Indexable
Never
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