[SCCM] [WDS] [Win10] Enable SCCM PXE Without WDS on a Windows 10
[SCCM] [Powershell] [BootImage] Extract and Configure SCCM WIM Boot Image

This script will extract the WIM file from the ISO boot image generated by SCCM. It then mounts, configures, and unmounts the WIM file so it is ready to push up to WDS. [CmdletBinding()] param ( [ValidateNotNullOrEmpty()] [string]$File = 'C:\WinPE\SCCM.iso'...
[SCCM] [DART] [Powershell] Add DaRT components to a Boot Image in SCCM

this script: <# .SYNOPSIS Add DaRT components to a Boot Image in Configuration Manager. .DESCRIPTION Add DaRT components to a Boot Image in Configuration Manager. This script requires to be executed on a system with Windows ADK, MDT and DaRT installed....
[SCCM CB] [Powershell] Script to install SCCM CB

Script to install SCCM CB on Windows Server. Connect to your Windows Server that will be your SCCM Server as user that is domain admin and schema admin, and run it: #Create SCCM Server OU #Create the OU for The SCCM servers. #All SCCM servers will be...
Installing and Configuring Citrix XenApp 7.5 and publishing Desktops and Applications
[Export] [XenApp] [Powershell] Export a list of all XenApp published applications via Powershell

[Export] [XenApp] [Powershell] Export a list of all XenApp published applications via Powershell XenApp 6.x: Add-PSSnapin *citrix* Get-XAApplicationReport * | Select BrowserName, {($_.ServerNames | Sort) -join ", "} | Export-csv c:\tmp\XA-AppReport.csv...
[Outlook] [XenApp] Publish Outlook 2016 in XenApp

1. Download Office 2016 Administrative Template files and import ADML and ADMX files to C:\windows\PolicyDefinitions 2. pick ones that apply to you: -> Computer Configuration/Administrative Templates/Microsoft Office 2016 (Machine)/Updates Enable Automatic...
[XenApp] [Powershell] Add a Published App to XenApp using Powershell
Deploy Windows Server 2008 or higher in vCenter script

Set a CSV file with informations: Domain vCenterInstance Cluster VMTemplate CustomSpec Location DataStore DiskStorageFormat NetworkName Memory CPU DiskCapacity SubnetLength GW IP_DNS Hostname IP JoinDomainYN Deploy Windows Server 2008 or higher in vCenter...