Skip to main content

Recently Updated Pages

Office 365 and scan to email

Windows Office 365

How to set up a multifunction device or application to send email using Office 365  Exchange Onl...

Updated 1 year ago by ColtM

Office 365 Exchange Hybrid Migration -Decom

Windows Office 365

NOTE:  This page is for the cleanup of a Hybrid migration.  This is expected to be the phase AFTE...

Updated 1 year ago by ColtM

Email Cutover to Office 365

Windows Office 365

This is intended as high level generic overview, nothing more        Prep  Prep MS 365...

Updated 1 year ago by ColtM

Add_SMTP_365_Proxy_Email.ps1

Windows Office 365

#Variables  $Domain = "accentconsultingservices.mail.onmicrosoft.com"     #Get all users in Ac...

Updated 1 year ago by ColtM

Office 365 Exchange Migration - Hybrid

Windows Office 365

qrW@-*5r2$+3BL3Qvm4*lLS0        Review cutover document to see what applies as it is a more c...

Updated 1 year ago by ColtM

Office 365 Exchange Migration Cutover

Windows Office 365

0bf8fOnsJo05957fE7FBSnzPJEs3RXx0      PREPARATION:  See other document if Exchange Hy...

Updated 1 year ago by ColtM

DFSR Won't re-enable

Windows DFS

There are times when DFS was used prior and it just won't work anymore.  This has been seen in AD...

Updated 1 year ago by ColtM

DFS Checker Configuration Settings

Windows DFS

Service Address: https://secure.accentconsulting.com/AccentConsulting/DFSChecker/DFSService  Pas...

Updated 1 year ago by ColtM

DFS Checker client install and setup

Windows DFS

  From FTP download and install the latest version (1.1.5)    Install path should be C:\Progra...

Updated 1 year ago by ColtM

DFS Staging Size

Windows DFS

(Get-ChildItem 'F:\SQL_DFS' -recurse –force | Sort-Object length -descending | select-object -fir...

Updated 1 year ago by ColtM

WMI-DFS Staging Size

Windows DFS

From command prompt, run these commands:      Connection Test  %systemroot%\System32\wbem\WMI...

Updated 1 year ago by ColtM

DFS Backlog Check

Windows DFS

      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  @echo off    SET LSRV="RHSC-17-SRV02"  ...

Updated 1 year ago by ColtM

DFS Does not Replicate Temporary Files

Windows DFS

This will remove the background temp archive attribute  Get-childitem "D:\Data" -recurse | ForEa...

Updated 1 year ago by ColtM

Enable Script Execution

Windows Powershell

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned    From <https://technet.microsoft.com/librar...

Updated 1 year ago by ColtM

7zip Command Line

Windows CMD Line

Archive   7za a -tzip C:\Accent\temp2\archive2.zip H:\Downloads\SUU_14.12.200.69.iso -v10m    ...

Updated 1 year ago by ColtM

Enable Remote Desktop Via Command Line

Windows CMD Line

netsh advfirewall firewall set rule group="Network Discovery" new enable=yes    netsh advfirewa...

Updated 1 year ago by ColtM

DNS Change Via CMD Line

Windows CMD Line

First find the network name by using:  netsh interface show interface    You should see someth...

Updated 1 year ago by ColtM

Add user to Administrators Group

Windows CMD Line

net localgroup administrators [username] /add    From <http://superuser.com/questions/515175/cr...

Updated 1 year ago by ColtM

Network Share Folder

Windows CMD Line

net share Docs=E:\Documents /grant:everyone,FULL    From <http://www.windows-commandline.com/li...

Updated 1 year ago by ColtM

Invalid H:\ Drive

Windows CMD Line

You receive an "Error " error message when you try to install or remove a Microso...

Updated 1 year ago by ColtM