Configuring Volume Shadow Copies (VSS) on Windows Server 2012 R2
Volume Shadows Copies (also known as Volume Snapshot Service or VSS) is a technology developed by Microsoft to take restorable snapshots of a volume. On Windows Server 2012 // 2012 …
Volume Shadows Copies (also known as Volume Snapshot Service or VSS) is a technology developed by Microsoft to take restorable snapshots of a volume. On Windows Server 2012 // 2012 …
I’ve often had a need for some users for various test purposes, and want a script to quickly create these users. Create Organizatiol Unit (OU) In order to use the cmdlets …
We are going to give access to a Group of people to RDP to Workstations and have local administrators rights. In order for RDP to work we also need to …
When you attempt to migrate an O365 user back to Exchange 2010 on-prem you may receive this error: “You shouldn’t migrate mailbox ‘Paul Demmer’ to Exchange 2010 or an …
As an Exchange and Active Directory administrator you may be asked at some point to make a new distribution group from one or more other distribution groups. Exchange 2010 and PowerShell …
Roaming Profiles allow users of an Active Directory Domain to access their desktop and documents from any PC of the domain. It’s a powerful feature that can improve the productivity …
Open Exchange Management Shell Enter the following command: get-mailbox -identity <username or display name> | set-mailbox -type shared Afer the process completes, the mailbox will show as a share box. …
Open the Exchange Management Shell and run the following command: Enable-RemoteMailbox -Identity “amanda smida” -RemoteRoutingAddress asmida@lifetouch.mail.onmicrosoft.com Example:
When you try to migrate an O365 mailbox back to Exchange on-premise, you may run into this error message. Below is the …
1. Connect to Exchange On-line From the PowerShell console on an Exchange 2010 server: $Cred = Get-Credential $s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic –AllowRedirection Import-PSSession …