DNDeepak Nimbalkarindeepakdnimbalkar.hashnode.dev·Apr 30, 2024 · 1 min readHow to unlock user account from windows server?Go to Server Manager - Click on Tools - Click on Active Directory Users and Computers. Select User or Search user name which user you want unlock. Right Click on User - Go to Properties. Go to Account - Check mark on Unlock account - Click A...00
DNDeepak Nimbalkarindeepakdnimbalkar.hashnode.dev·Apr 29, 2024 · 1 min readHow to Enable Account lockout PolicyPlease follow the below steps to enable account lockout policy on the server. Press Windows Key + R key. Enter gpmc.msc and Press Enter Key. Expand Forest - Expand Domain - Expand cyber.com - Right Click on Default Domain Policy and select Edi...00
DNDeepak Nimbalkarindeepakdnimbalkar.hashnode.dev·Apr 28, 2024 · 1 min readO365 Account Configuration on Desktop...!Press Windows Key + R. Enter outlook.exe /profiles and Press Enter. Click on Options. Click on New. Enter Profile Name and Click on OK. Click on Done. Check Mark "Set as default profile" and Click on OK. Verify account is configure...00
DNDeepak Nimbalkarindeepakdnimbalkar.hashnode.dev·Apr 27, 2024 · 1 min readUser profile migration...!We are going to migrate user profiles, like local user profiles or domain user profiles, to other domain profiles. We required User Profile Wizard tool, download this tool form official website. Install the user profile on the desktop for profile m...00
DNDeepak Nimbalkarindeepakdnimbalkar.hashnode.dev·Mar 29, 2024 · 2 min readDocker Volume Simple Practical ExampleStep 1 : Create one directory. mkdir app Step 2: Create one index.js file. vim index.js Step 3: Pull the node image. docker run -it node:latest Step 4: Check the container. docker container ls -a Step 5: Check the working directory where you hav...00