How to Move the WSUS Database
Launch SQL Server Management Studio Express console as an administrator. It is located under St
An Engineers Notebook For All To See
Launch SQL Server Management Studio Express console as an administrator. It is located under St
This was not that obvious to find:Firewall>Policy>Policy> <Select Policy and click Edit&
Enable Auditing for a specific Mailbox
Set-Mailbox [email protected] -AuditEnabled $true
Enable mailb
Enable or Disable push notifications
Set-CsPushNotificationConfiguration EnableApplePushNotification
Get a list of available site templates
Get-SPOWebTemplate
Create a new Site Collection
New-SPOSite
Create and view a mail-enabled security group
New-DistributionGroup -Name “GroupA” -alias groupa -Ty
Create and Configure a room mailbox
New-Mailbox -Name “Meeting Room A” -Room
Set-CalendarProcessin
Create contacts with a CSV files
Import-CSV “C:Contacts.csv | %{New-MailContact -Name $_.Name -Disp
Configure additional Proxy addresses
$users = Get-Mailbox
forech ($a in $users){$a.emailaddresses.ad
Create a new malware filter
New-MalwareFilterPolicy -Name “Policy Name” -EnableInternalSenderAdminNo