Windows PowerShell Commands for Time Zones
PowerShell Commands for Time Zones
1. Set-TimeZone
The Set-TimeZone cmdlet allows you to set the system time zone to a specified value. ...
Windows CMD Commands for Time Zones
Managing Time Zones with tzutil
1. Display Current Time Zone
To retrieve information about the current time zone, use the following command:
tzutil /g
This ...
Windows Windows Registry: DateTime Servers
Summary
This article documents how Windows stores and presents the list of available Internet time (NTP) servers in the Date and ...
Windows / Windows - Scripts Logging user LogOn and LogOff
Requires:
Server:
Shared Support folder on the server
Folder X:\Support\Logs\Logon\Users
Folder X:\Support\Logs\Logon\Computers
Workstation:
Folder X:\Support\Logs\LocalLogon
Notes:
Setup two scripts (Logon.CMD and Logoff.CMD) for Group Policy under User Configuration
Logon.ps1
Set ...
SQL Configuring Mailbox Regional Settings in Exchange
Configuring Mailbox Regional Settings in Exchange
Command:
Get-Mailbox | Set-MailboxRegionalConfiguration -Language en-AU -TimeZone "E. Australia Standard Time" -DateFormat "dd/MM/yyyy"
Overview:
This PowerShell command is ...
Office 365 / Office 365 - PowerShell Office 365 Set Time Zone PowerShell
Log into Office 365 via PowerShell
Run the following command to set Language to English (Australia) and Time zone to +10 ...
Windows / Windows - Scripts Robocopy Example
The example below shows lines already REM'd out to ensure they do not run should you execute the batch file ...
Office 365 Office 365 Message Encryption
Office 365 Email: Message Encryption and Security
By Rosemarie Withee, Ken Withee, Jennifer Reed
Before the explosion of cloud technologies such as ...
Windows / Windows - WSUS WSUS Cleanup Scripts
Three Cleanup Scripts
Cleanup-WSUSserver.ps1Decline-Superseded Updates With Exclusion Period via SMSSwsus-cleanup-updates-v4.ps1
Cleanup-WSUSserver.ps1
$server = 'localhost'
$port = '8530'
Write-Progress -Activity 'Getting WSUS server'
$WSUSserver = Get-WsusServer -Name ...
Windows Installing and Uninstalling Programs in Safe Mode
Installing and Uninstalling Programs in Safe Mode
Introduction
Safe Mode is a diagnostic mode in Windows that starts the operating system with ...
Windows / Windows - Hyper-V Hyper-V ISO Handling and Caching Behavior in SCVMM
This article explains how System Center Virtual Machine Manager (SCVMM) manages ISO attachments in Hyper-V, why attachment times vary, and ...
Other / Putty Portable Putty
Portable PuTTY
Portable PuTTY is a self-contained version of the popular PuTTY SSH and Telnet client. It requires no installation, making ...