Hi there I run into a client ticket where he asked to change the client cache after an Office 365 Pro Plus click-to-run failed. My initial thought was the default client push configuration settings. Then I checked the following: SCCM client push settings at SCCM console \Administration\Overview\Site Configuration\Sites SCCM client cache at a domain joined … Continue reading SCCM client tips and tricks
Month: February 2020
Are you willing to migrate data to Office 365? Must read this first.
Hi there After a couple file server to cloud migration projects I decided to write this article to help you to think about the main points to be considered before migrating data (legacy data, backup, personal folders, home folder, shared folders, departmental folder, etc.) to OneDrive and / or SharePoint Online. Here are the basic … Continue reading Are you willing to migrate data to Office 365? Must read this first.
Deploying Azure Point-to-Site VPN client using GPO
Hi there I got a ticket recently to push Azure Point-to-Site VPN cilent using GPO (Group Policy Objects) and got this successful by doing the following: Configure Azure Point-to-Site VPN Download Azure Point-to-Site VPN client executable from https://portal.azure.com Download PS1-To-Exe Download Winrar Decompress the Azure Point-to-Site VPN client to c:\temp\azurevpnclient\ folder Copy the setup-vpn.ps1 file … Continue reading Deploying Azure Point-to-Site VPN client using GPO
Generate Random Password (ADDS & Azure AD / Office 365)
Hi again This PowerShell script runs on PowerShell and PowerShellISE. It generates as much as passwords you request by answering the question. Tested with Local AD (ADDS) and Azure AD & Office 365. Script asks for how many passwords do you need. Enter the amount of password to be generated. The result is shown on … Continue reading Generate Random Password (ADDS & Azure AD / Office 365)
Configure Azure Point-to-Site VPN
Hi there In this article we're gonna explore how to create an Azure Point-to-Site VPN for Remote Access Connect to your Azure virtual networks from anywhere Point-to-Site VPN allows you to connect to your virtual machines on Azure virtual networks from anywhere. Connect to your Azure Subscription https://portal.azure.com Prerequisites Under your Resource Group Create your … Continue reading Configure Azure Point-to-Site VPN