Diary of an IT Guy

Keep learning, stay relevant!

Archive for the ‘cloud’ Category

Google Services Outage 14 Dec 2020

leave a comment »

Google was experiencing services outage in 14 Dec 2020 about 18.00 GMT +7.

I have taken the status from https://www.google.com/appsstatus#hl=en&v=status

Written by isal

15 Desember 2020 at 07:20

Ditulis dalam cloud

Path to a Successful Deployment

leave a comment »

Introduction

As mentioned in the course introduction, a G Suite deployment for larger organizations is typically managed over three phases. Let’s take a look at these phases and optimum timelines. It is said that there are typically three ‘Go-Lives’ in a G Suite deployment:

  • Core IT
  • Early Adopters, and
  • Global Go-Live

While deployments typically run for between 90 and 120 days in large enterprises, it’s useful to think of it as a three month effort. This can be quite helpful in laying out the deployment lifecycle plan for people working in the organization. The diagram below shows the three stages and key objectives of each.

Note that larger organizations will need the deployment to be phased out over a longer timescale, whilst other smaller organizations may move more swiftly.

Follow the guidelines here and the resources linked to from this course and you will achieve a successful deployment for your organization.

Core IT

In the Core IT phase, you’re working with a small group of IT professionals within the organization, upto 25 individuals, and piloting the deployment with them. This phase doesn’t create any change or disruption to the existing IT systems operating there. The successful provisioning for this group is critical in order to be able to proceed to the next phase. It provides an excellent opportunity to identify forthcoming challenges and issues and resolve them at this early stage.

Early Adopters

In the Early Adopters phase, you build on what you have achieved with the Core IT phase. Essentially this is a full deployment, but rolled out to between 5% and 10% of the staff compliment. Now, the G Suite deployment is more visible and you can use this phase to step up the technical rollout and especially the Change Management elements.

This phase should not be viewed as a technical rehearsal. It is rather a rehearsal for the organization. It is a Change Management milestone, where user acceptance is built. During this phase you will also enable Google Guides in your organization. These mentors will play a critical role in communicating acceptance and enthusiasm for new ways of working that are facilitated by the technology, G Suite.

Global Go-Live

There should be no surprises in the Global Go-Live phase. It’s primarily concerned with bringing the rest of the organization onto the G Suite system, thus embedding the Go-Live processes into the business. Pro-active communications and easy-to-find support are essential at this phase. During this phase, you will engage the Google Guides to support the workforce during this larger company Go-live.

As with any IT implementation, fast access to training is essential as there’s a critical window to achieve global user acceptance. Many IT projects fail because people were not adequately supported to use them. There are other reasons of course, but it’s seldom because of a fault in the technology.

As Google itself points out, the technology associated with G Suite works, and we know this because it’s working all over the world. Your job is to support your business in deploying G Suite and, most importantly, the processes it makes possible.

Written by isal

31 Oktober 2020 at 15:39

Ditulis dalam cloud

Tagged with , , ,

Cloud Intro: Vertical Scaling vs Horizontal Scaling

leave a comment »

This is the illustration

 

Written by isal

17 Januari 2020 at 11:06

Stuck Migration IMAP Dari Gmail ke Office 365: Remove Migration Batch

leave a comment »

Mau migrasi email via IMAP G-Suite ke Office 365 dengan menggunakan cara ini tapi ternyata gagal gara-gara setting gmail belum set less secure app.Akhirnya harus ke powersheel untuk hapus Migration batch-nya.
Ini adalah caranya. Ref: https://gcits.com/knowledge-base/troubleshooting-office-365-imap-migrations-from-google-apps/

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\WINDOWS\system32> $UserCredential = Get-Credential cmdlet Get-Credential at command pipeline position 1 Supply values for the following parameters:
Credential
PS C:\WINDOWS\system32> $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
PS C:\WINDOWS\system32> Import-PSSession $Session -DisableNameChecking

ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.0 tmp_egpesa4g.1z1 {Add-AvailabilityAddressSpace, Add-DistributionGroupMember...
PS C:\WINDOWS\system32> Get-MigrationBatch

Identity Status Type TotalCount
-------- ------ ---- ----------
ListPasswdMigrasiSnD_batch1 SyncedWithErrors IMAP 9
ListPasswdMigrasiSnD_rev3 Stopped IMAP 8

PS C:\WINDOWS\system32> Remove-MigrationBatch -Identity ListPasswdMigrasiSnD_rev3

Confirm
Are you sure you want to perform this action?
Remove the migration batch "ListPasswdMigrasiSnD_rev3"?
[Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"): y
PS C:\WINDOWS\system32> Remove-MigrationBatch -Identity ListPasswdMigrasiSnD_batch1

Confirm
Are you sure you want to perform this action?
Remove the migration batch "ListPasswdMigrasiSnD_batch1"?
[Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "Y"): y
PS C:\WINDOWS\system32> Get-MigrationBatch

Identity Status Type TotalCount
-------- ------ ---- ----------
ListPasswdMigrasiSnD_batch1 Removing IMAP 1

PS C:\WINDOWS\system32>Remove-PSSession $Session

Written by isal

14 Desember 2019 at 23:33

Ditulis dalam cloud, Office 365

Tagged with , ,

Xiaomi Default Email Client: Disappointing

leave a comment »

Previously I used Asus Zenfone 2 to push my exchange online (Office 365) and I feel comfort with Asus default email client.

Xiaomi Email Client to MS Exchange

When I change my smartphone to Xiaomi Redmi Note 3 Pro, I really frustrated with xiaomi email client:

1. It unable to auto complete contact when I type name in To, CC and BCC field

2. Less secure. It is automatically display email in HTML format with image automatically download when I open the email body

3. Text size can not sizeable

So that’s it the cons of xiaomi default email client.

As alternative I switch to CloudMagic to push my exchange online. It can solve my frustration.

 

Written by isal

10 September 2016 at 08:49

Ditulis dalam cloud, Computer Networking, gadget

WhatsApp share identity using phone contact to be found in Facebook

leave a comment »

Written by isal

1 September 2016 at 07:05

Ditulis dalam cloud, Computer Networking, gadget

Block One Drive for Business Syncronization to Non-Joined Domain PC

leave a comment »

OFBIf your company is using Office 365, of course, you as an IT Admin wants the office’s data remains secure. In order to make the data in One Drive for Bussiness and Sharepoint Online stay safe, then you must  to inactivate the syncronization feature on PCs that do not join the domain like home PC. So if the employee resign, they are difficult to copy the company work files.

The Prerequsites are:
1. You know the domain GUID active directory (AD) in the office
2. You have access to the company’s Office 365 powershell

Here are the steps:
1. To determine the domain GUID  : log in as Administrator to the domain controller and use powershell with the following command (bold text):



Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.


PS C:\Users\Administrator> $domains = (Get-ADForest).Domains; foreach($d in $domains) {Get-ADDomain -identity $d | Select ObjectGuid}

The result:

ObjectGuid
----------
19e5a505-2498-42b3-a426-fb3aeb5976fs

PS C:\Users\Administrator>

2. Install the latest shell management sharepoint online on your laptop (at least OS windows 7). And do the following command line (as Administrator):

Login to sharepoint online:

PS C:\WINDOWS\system32> $cred=Get-Credential

PS C:\WINDOWS\system32> connect-sposervice -url https://TenantName-admin.sharepoint.com/ -credential $cred

Set restriction that only PC that has been join domain (Domian GUIID: 19e5a505-2498-42b3-a426-fb3aeb5976fs) can sync to one drive for bussiness:

PS C:\WINDOWS\system32> Set-SPOTenantSyncClientRestriction -enable -DomainGuids "19e5a505-2498-42b3-a426-fb3aeb5976fs"

The result:

 TenantRestrictionEnabled : True
 AllowedDomainList : {19e5a505-2498-42b3-a426-fb3aeb5976fs}
 BlockMacSync : False
 ExcludedFileExtensions : {}
 OptOutOfGrooveBlock : True
 OptOutOfGrooveSoftBlock : True

Baca entri selengkapnya »