Untitled

Anonymous
plain_text
08/28/2024 9:15 AM
1.1 KB
21
Indexable
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
Editor is loading...
Leave a Comment