Search for:

»How to Sync an Existing Office365 Tenant into a New Active Directory Domain 

How to Sync an Existing Office365 Tenant into a New Active Directory Domain  Posted By Ian@SlashAdmin in Office 365 | 5 comments  Normally you would have a network setup in a domain and you need to migrate into Office365. Usually away from small business server or another type of email system but what do you need to do if there is […]

Read More

Accidentally changed UPN of Directory sync service account on Office 365 

set-msoluserprincipalname -userprincipalname SyncAccount@domain.net  -newuserprincipalname SyncAccount@domain.onmicrosoft.com  From <https://serverfault.com/questions/768123/accidentally-changed-upn-of-directory-sync-service-account-on-office-365>  

Read More

Adding a New Disk Drive to an Ubuntu Linux System 

Adding a New Disk Drive to an Ubuntu Linux System  Jump to: navigation, search   Previous  Table of Contents  Sharing Ubuntu Linux Folders with Remote Windows Systems    eBookFrenzy.com  Purchase and download the full version of this eBook in PDF & ePub formats for only $12.99 PDF/ePub version contains 39 chapters and 255 pages.   One of the first problems […]

Read More

Altaro : Setting up Grandfather-Father-Son (GFS) Archiving 

Setting up Grandfather-Father-Son (GFS) Archiving   Modified on: Tue, 21 May, 2019 at 2:13 AM  Please note this feature is only available for Unlimited, Unlimited Plus and Subscription users.  Instead of deleting all old versions, you also have the option to enable GFS Archival (onsite only) to keep Weekly, Monthly and Yearly Backups beyond your Retention Policy.  Over and above your Retention Policy, with GFS Archiving enabled, Altaro VM Backup […]

Read More

Backup and Disaster Recovery

Be Positive Your Data Is There When You Need It It only takes one security breach, unexpected disaster, or an accidental “Delete” at the wrong time to make you REALLY regret not having sufficient processes in place to store, recover and utilize your data. First, let’s get clarity on the differences between backup, disaster recovery and […]

Read More

Backup and Restore of DNS Zone 

Backup  Logon to Domain Controller, Open Windows PowerShell and type the following commands to backup DNS zones.              dnscmd KTM-DC01-2K12 /ZoneExport  msserverpro.com backup\msserverpro.com.dns.bkp  dnscmd KTM-DC01-2K12 /ZoneExport  _msdcs.msserverpro.com backup\_msdcs.msserverpro.com.dns.bkp  where KTM-DC01-2K12 is dnsserver name. The backup copy (text file) of the DNS Zone will be saved to  C:\Windows\System32\dns\backup folder  2. Open explorer and navigate […]

Read More

Capture Reference Image using DISM 

IT Pro that support Small Business with 10 or 20 users maybe it’s not going to setup MDT 2013 to deploy Windows or Office.  In the past i wrote an article Windows Sysprep Tool for Virtual Machines which describe how can use sysprep to generalize a Virtual Machine.  But what if you want to use sysprep to generalize a Virtual Machine […]

Read More

Change the Subnet for Web Application Gateway 

Connect-AzureRmAccount$AppGw = Get-AzureRmApplicationGateway -Name BSFAppGW-Staging -ResourceGroupName BSFRSG-StagingStop-AzureRmApplicationGateway -ApplicationGateway $AppGw$Vnet = Get-AzureRmVirtualNetwork -Name BSFVN-Staging -ResourceGroupName BSFRSG-Staging$NewSubNet = Get-AzureRmVirtualNetworkSubnetConfig -Name BSFAGWsnet-staging -VirtualNetwork $Vnet$AppGw = Set-AzureRmApplicationGatewayIPConfiguration -ApplicationGateway $AppGw -Name $AppGw.GatewayIPConfigurations[0].Name -Subnet $NewSubNetSet-AzureRmApplicationGatewayAutoscaleConfiguration -ApplicationGateway $Appgw -MinCapacity 5Set-AzureRmApplicationGateway -ApplicationGateway $AppGwStart-AzureRmApplicationGateway -ApplicationGateway $AppGw

Read More

Cloud Services and Solutions

What is Cloud Computing and Services Over the past few years, there has been a lot of hype and excitement over the potential value of cloud computing, or “The Cloud,” for the business environment. The biggest problem has been that most people really don’t understand what cloud computing is or how it works. If you’re […]

Read More