• [Script of Apr. 19]Create Appointments for Multiple Users in Office 365 Exchange Online

    Script Download:NewOSCEXOAppointment.zip
    http://gallery.technet.microsoft.com/scriptcenter/Create-Appointments-for-779b55ad

    This script can create appointments for multiple users in Office 365 Exchange Online. This script requires you to add proper permission to the default Calendar folder before creating appointments by default. However, this script also allows you to use Impersonation. Impersonation enables an account on an Exchange server to perform actions by using the permissions that are associated with another account.

    This script can create appointments for multiple users in Office 365 Exchange Online. Under most circumstances, you can send meeting invitations to achieve this goal. But sometimes Office 365 administrators are asked to create appointments with reminders for different kinds of events. These kinds of events should not send invitations. So they need this script. 

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Apr. 18] Script to refresh Windows 8 (VBScript)

    Script Download:RefreshWindows(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-refresh-Windows-9aa30f2a

    This VBScript shows how to create custom refresh image.

    Windows Refresh gives you a quick and easy way to use Windows with a clean slate while also maintaining your apps, data, Windows settings, and user profile.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Apr. 17]Script to collect system health report in Windows 8 (PowerShell)

    Script Download:SystemHealthReport(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-collect-system-46a0e8f1

    This script uses PowerShell to create a System Health Report, save it as a .html file to a specified path.

    The daily health report gives IT Pro the ability to run system checks every day, so they are always check the health report regularly. They need to use a script to generate a report automatically.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Apr. 16] Check whether disk partitions contain the correct 4KB alignment (PowerShell)

    Script Download:Check4kAligned.zip
    http://gallery.technet.microsoft.com/scriptcenter/Check-if-disk-partitions-bb5b3eca

    This script can be used to check whether user’s disk partitions contain the correct 4KB alignment. Over the next few years, data storage will transition from physical format of hard disk drives that are in 512-byte sectors to 4,096-byte sectors (also known as 4K or 4KB sectors) hard disk drives. This change includes increases in storage density and reliability.  Many customers have to know whether their disk partitions have the non-4kb alignment issues which can cause incompatibility issues with existing software (including operating systems and applications).

    We can use Test-OSC4kAligned function to check whether user’s disk partitions contain the correct 4kb alignment.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Apr. 15] Check whether disk partitions contain the correct 4KB alignment (VBScript)

    Script Download:Check4kAligned.zip
    http://gallery.technet.microsoft.com/scriptcenter/Check-if-disk-partitions-17c6927b

    This script can be used to check whether a user’s disk partitions contain the correct 4KB alignment. Over the next few years, data storage will transition from a physical format of hard disk drives that are in 512-byte sectors to 4,096-byte sectors (also known as 4K or 4KB sectors) hard disk drives. This change includes increases in storage density and reliability.  Many customers have to know whether their disk partitions have the non-4kb alignment issues which can cause incompatibility issues with existing software (including operating systems and applications).

    We can use the Check4kAligned function to check whether user’s disk partitions contain the correct 4kb alignment.

    image image
    image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery