-
Notifications
You must be signed in to change notification settings - Fork 16
Running Issue #9
Description
Have added the tenant and went to run it with defaults but getting a few errors.
PS C:\Scripts> powershell.exe -ExecutionPolicy Bypass -File .\Export-MEMConfiguration.ps1 -Force
At C:\Scripts\Export-MEMConfiguration.ps1:8 char:89
- ... a-color-mode="auto" data-light-theme="light" data-dark-theme="dark" >
-
~
Missing file specification after redirection operator.
At C:\Scripts\Export-MEMConfiguration.ps1:185 char:19
-
Sign up -
~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
At C:\Scripts\Export-MEMConfiguration.ps1:188 char:180
- ... -details-target btn-link d-lg-none mt-1 color-fg-inherit"> <svg aria ...
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Export-MEMConfiguration.ps1:192 char:16
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Export-MEMConfiguration.ps1:197 char:148
- ... -view-component="true" class="js-details-target btn-link"> <svg aria ...
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Export-MEMConfiguration.ps1:201 char:16
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Export-MEMConfiguration.ps1:216 char:7
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Export-MEMConfiguration.ps1:221 char:7
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Export-MEMConfiguration.ps1:226 char:7
-
~
The '<' operator is reserved for future use.
At C:\Scripts\Export-MEMConfiguration.ps1:231 char:7
-
~
The '<' operator is reserved for future use.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingFileSpecification