Popular Posts

Wednesday, September 27, 2017

Update an offline address book - Exchange

To use the Exchange Management Console to update an offline address book

  1. Start the Exchange Management Console.
  2. In the console tree, expand Organization Configuration, and then click Mailbox.
  3. In the result pane, click the Offline Address Book tab, and then click the OAB that you want to update.
  4. In the action pane, click Update.
  5. Read the warning box, and then click Yes to continue.

To use the Exchange Management Shell to update an offline address book

  • Run the following command:
    Update-OfflineAddressBook -Identity 
    
    For example, to update the OAB named My OAB, run the following command:
    Update-OfflineAddressBook -Identity "My OAB"

Friday, July 7, 2017

temp

C:\WINDOWS\system32\drivers\etc

10.1.1.5 office.elkthelabel.com


C:\sysadmin\DESKTOP


C:\Program Files (x86)\RemotePackages


https://office.elkthelabel.com/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx

ELKTHELABEL\warehouse5

 

Wednesday, June 21, 2017

Dos Commands




Add a user account.
net user (username) (password) /add

Delete a user account
net user (username) /delete 

Delete Folder
rmdir (foldername) /s

Disable auto disk check at the start up
chkntfs /x c:




Convert ESD to WIM

C:\>
dism /Get-WimInfo /WimFile:install.esd

dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity



Monday, May 22, 2017

Guide to downgrade Windows 10 Professional To Home:


Guide to downgrade Windows 10 Professional To Home:

1. Open regedit.exe and navigate to HKLM\Software\Microsoft\Windows NT\CurrentVersion
2. Change ProductName to Windows 10 Home
3. Change EditionID to Core
4. Navigate now to HKLM\Software\Wow6432Node\Microsoft\Wind­ows NT\CurrentVersion
5. Change ProductName to Windows 10 Home
6. Change EditionID to Core
7. Close regedit.exe (no need to restart)
8. Run the Windows Media Creation tool and proceed with the installation.