ちょっと調べてみたら、明らかにLotusScriptのいくつかはpowershell
で動作していますが、ユーザーを作成しようとしていて誰もその投稿を持っていないようです。Powershellを使ってNotesユーザーを作成する5
私は
$notes = New-Object -ComObject Lotus.NotesSession
$notes.Initialize()
を始めている。しかし、あなたが同様にグループを指定することは素晴らしいことだ方法を知っていれば、そこから私は、任意のヒントやアイデアをいただければ幸いです立ち往生。
が、私はエラーを取得していないんだけど、私も何の成功を得ていないよ、この時点
$notes = New-Object -ComObject Lotus.NotesSession
$notes.Initialize()
Set notesRegistration.RegisterNewUser "Test User"
Set reg.RegistrationServer "NotesServer"
Set reg.CreateMailDb "True"
Set reg.CertifierIDFile "\\IdStore\LOTUS\ids\Servers\cert.id"
Set reg.Expiration "dt"
Set reg.IDType "ID_HIERARCHICAL"
Set reg.MinPasswordLength "0"
Set reg.OrgUnit "Domain.com"
Set reg.RegistrationLog "log.nsf"
Set reg.UpdateAddressBook "True"
Set reg.StoreIDInAddressBook "True"
Set reg.RegisterNewUser "Test User"
Set Reg.IdLocation "\\Idstore\data\lotus\Ids\tuser.id"
"CN=NotesServer",
"Test",
"",
"Certifierpassword",
""
"",
"tuser.nsf",
"",
"Domain.com"
にスクリプトを開発してきた私はミスだと紛れも明らかに何がありますか?
私はこの – TonyBird