Table: LadaUser Table: LadaUser Table: LadaUser Exception calling "ExecuteReader" with "0" argument(s): "Invalid object name 'AspNetRoles'." At D:\Media\t2\2eb28afb.ps1:15 char:1 + $rd=$cmd.ExecuteReader() + ~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : SqlException Exception calling "Read" with "0" argument(s): "Invalid attempt to call Read when reader is closed." At D:\Media\t2\2eb28afb.ps1:16 char:7 + while($rd.Read()){Write-Output ("Role: "+$rd[0]+" | "+$rd[1])} + ~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : InvalidOperationException Exception calling "ExecuteReader" with "0" argument(s): "Invalid object name 'AspNetUserRoles'." At D:\Media\t2\2eb28afb.ps1:21 char:1 + $rd=$cmd.ExecuteReader() + ~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : SqlException Exception calling "Read" with "0" argument(s): "Invalid attempt to call Read when reader is closed." At D:\Media\t2\2eb28afb.ps1:22 char:7 + while($rd.Read()){Write-Output ("UserRole: "+$rd[0]+" | "+$rd[1])} + ~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : InvalidOperationException