Dear admin,
I fresh installed a Win 8 Enterprise, installed Win Azure AD Module for Win Powershell and running a working script and received the error as below.
A variable that cannot be referenced in restricted language mode or a Data
section is being referenced. Variables that can be referenced include the
following: $PSCulture, $PSUICulture, $true, $false, and $null.
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : VariableReferenceNotSupportedInDataSection
+ PSComputerName : pod51053psh.outlook.com
The script is a running script on Win 7 currently without any error. This script is to batch create user in Office 365.
Thanks.