English 中文(简体)
无效过滤条款。 微软。 图表
原标题:Invalid filter clause. Microsoft.Graph

I m试图利用微软获得“AD”功能转让。 图一 壳牌模块。

我的指挥力如下:

$assignments = Get-MgGroupAppRoleAssignment -GroupId $group.Id  -Filter "ResourceId eq  $($sp.Id) " | Format-List

如果是成功找到的主要服务对象,则分款是现款。

I m 得出下一个错误:

##[error]Invalid filter clause
##[error]PowerShell exited with code  1 .

我正试图用新的微软公司替换老式的“AzureADGroupAppRoleAssignment”。 图Ge-MgGroupAppRoleAssignment。

提前感谢!

问题回答

我认为,你正在发现这一错误,因为你正在把资源作为扼杀手段。 资源补贴实际上属于一般用途。

请审判以下指挥机构:

$assignments = Get-MgGroupAppRoleAssignment -GroupId $group.Id  -Filter "ResourceId eq $($sp.Id)" | Format-List




相关问题
Copy data from Access to SQL

I am in the process of migrating an existing Access database to a SQL database with a web front-end. I have successfully copied the database to SQL using the SQL Server Migration tool and am working ...

MongoMapper and migrations

I m building a Rails application using MongoDB as the back-end and MongoMapper as the ORM tool. Suppose in version 1, I define the following model: class SomeModel include MongoMapper::Document ...

Switching to WPF. Is it time?

I m considering switching from MFC to WPF. My first concern is that there are too many users who don t have .NET with WPF installed yet. Can anybody point to a source containing the WPF penetration ...

rake db:migrate running all migrations correctly

I m fairly new to Ruby on Rails here. I have 2 migrate files that were provided. The first one, prefixed with 001, creates a table and some columns for that table. The next migrate file, prefixed ...

Migrate Java Applet to what/where?

I am reviewing currently a medium size code base (around 30K LOC) which uses a huge Applet and interfaces with other systems. It s a tool to create custom labels, so we need drag-n-drop and other ...

热门标签