Create Active Directory Phonebook with Pode.Web
Recently, I have found Pode and Pode.Web and I were so excited and wanted to create something with it. Then my boss decided that he wanted a new phone book to replace the current SharePoint…
Recently, I have found Pode and Pode.Web and I were so excited and wanted to create something with it. Then my boss decided that he wanted a new phone book to replace the current SharePoint…
Recently I was inspired by the excellent Master User Creator, which we cannot use, and I had some free time, so I decided to create something simple, but still useful for my service desk guys.…
# # Windows PowerShell script for AD DS Deployment #Do no forget to rename the computer, set static IP, enable remote desktop if needed and so on # Install-WindowsFeature AD-Domain-Services Install-ADDSForest ` -CreateDnsDelegation:$false ` -DatabasePath…