Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WinServer2008r2のNetworkServicesアカウントからプログラムでユーザーのプロファイルを作成する方法。
THX、アレックス
アカウントの制限についてはわかりませんが、コマンドレットNetworkServicesを使用して新しいユーザーを作成できます。New-ADUser
NetworkServices
New-ADUser
C# からコマンドレットを使用する方法の例: 「C# から PowerShell コマンドレットを呼び出す」