問題タブ [displayname-attribute]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
106 参照

powershell - Need SMTP Address for Accepted Senders, ManagedBy and ModeratedBy in Distribution List

So I'm working in PowerShell to pull some data down from my exchange server.

I'm looking to get the following fields from the distribution list.

Display Name, SAM Account Name, Primary SMTP Address, Accepted Senders, Moderation Enabled, ModeratedBy, Internal Senders Only, and Managed By.

I'm using the below script to do this.

Which works basically perfectly, except that is lists the display name of the Accepted Senders, ManagedBy and ModeratedBy instead of the smtp address.

To make it even more interesting, the email smtp format is first.last@company.com while the display names are Last, First often with additional words such as inactive and mixed in.

I have been able to format the data for managedby and accepted Senders so that the names show as first last as long as there is only one name and it doesn't have additional words in the Display Name, but I can't get it to insert a period so that I can pipe the output to a get-aduser request for the SMTP.

Anyway, let me know if you can help.

Ryan

0 投票する
0 に答える
44 参照

android-studio - 私のAndroidアプリ名がこれを表示しているのはなぜですか.. androidx.multidex.....? 画像をご覧ください

apk をインストールすると、アプリ名が次のように表示されます。パラメータの設定で抜けているものはありますか..? 誰もが同様の問題を抱えていますか..?

ここに画像の説明を入力

ここに画像の説明を入力

0 投票する
2 に答える
744 参照

c# - Razor ページ (ASP.NET Core) で列挙値を反復処理するときに列挙型表示名を表示する

Razor ページ (ASP.NET Core) で列挙型の値を反復処理しているときに、列挙型の表示名を表示するにはどうすればよいですか?

かみそりのページ:

かみそりページの背後にあるコード:

調査クラス:

回答YND:

0 投票する
0 に答える
20 参照

reactjs - 異なるdisplayNamesを設定するために同じコンポーネントを複数回インポートする方法は?

Buttonデザインシステムからコンポーネントをインポートしています。名前を変更して複数回インポートしたい(たとえばimport {Button as Btn, Button as MyBtn} from 'design-system'、次の方法で別のものを割り当てますdisplayName

ただし、React はMyBtn、コンポーネントに存在するすべてのボタンに与えています。どうすれば目的を達成できますか?