A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
8,363 questions with Windows for business | Windows Server | User experience | PowerShell tags
Storage Migration Service stuck on step 2 "Transfer Data" Start the transfer phase
Hello, I have a dedicated Orchestrator VM running WAC on windows server 2022 datacenter. I am running into an issue migrating a 2012r2 server to windows server 2022. I have been able to go through all the steps up to step 2. I was able to successfully…
System Center Orchestrator
Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | User experience | PowerShell
PowerShell for SQL Server
Hi. I need some help with PowerShell to iterate list of SQL instances and run a query from an inputfile against those instances. It's straightforward enough to read a list of SQL instance names (and port numbers) from a .CSV file using FOR EACH and…
Windows for business | Windows Server | User experience | PowerShell
How can I use Microsoft Graph (+PowerShell) to copy one user's calendar to a 365 Group calendar?
Hello, I am trying to copy events from one former employee's shared calendar to a 365 Group. I posted in the community earlier today and was directed here for further assistance. The situation: Employee 1 was part of Department A and had a created a…
Outlook | Windows | Classic Outlook for Windows | For business
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Windows for business | Windows Server | User experience | PowerShell
List all the options and switches for the microsoft powershell DIR command
Make the list of the DIR command's options, switches and other useful DIR or ls options
Windows for business | Windows Server | User experience | PowerShell
Teams is not visible in Microsoft teams admin center
I have created a group from admin center and add to the Teams It is visible from Microsoft teams as in the image below But if I view from Admin center the teams mark is absent for the group As if I open setting it shows add teams option but if I…
Microsoft Teams | Microsoft Teams for business | Other
Additional features, settings, or issues not covered by specific Microsoft Teams categories
Windows for business | Windows Server | User experience | PowerShell
How to check and export the application schema extensions on Windows 2012 R2 DC
How to check and export the application schema extensions on Windows 2012 R2 DC
Windows for business | Windows Server | User experience | PowerShell
How to launch Microsoft Edge to a specific Workspace?
How can I launch Microsoft Edge directly to a specific shared Edge Workspace, ie what is the command line switch? Preferably I would like to launch two workspaces at once; more preferably I would like to launch them on to the last desktop region that…
Microsoft Edge | Microsoft Edge development
Developing and testing features or extensions for Microsoft Edge
Windows for business | Windows Server | User experience | PowerShell
using "\\?\" prefix
using "\?" prefix with robocopy command in CMD on windows server 2019 received error "the system cannot find path".
Windows for business | Windows Server | User experience | PowerShell
The file is not digitally signed. You can not run this script on this system.
Dear experts, I am using a Windows 11 pc. i have installed the software Visual Studio Code. Where i can give commands in PowerShell. I try to give the command: 'yo @microsoft/sharepoint". And i get the error message: "File can not be loaded.…
Windows for business | Windows Server | User experience | PowerShell
Power shell write-progress
Good morning, Using Software center on a closed environment to install various versions of Matlab. MathWorks removed the "automated" feature mode from their installer input file starting with R2020. When a user runs the…
Windows for business | Windows Server | User experience | PowerShell
How do I fix this?
Script exited with code 1: C:\Users\ricke\AppData\Local\Temp\smsgateway_send_f001a63d676c424b94365fee722eade1.ps1 : Send button not enabled + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId :…
Windows for business | Windows Server | User experience | PowerShell
change local Administrator Password remotely using PowerShell script
Hi, I have 100 Clients machine and want to change local Administrator password remotely and using Power shell script. I have an PS and it works locally fine, but not remotely. What I want, is following: the script should be able to change local admin…
Windows for business | Windows Server | User experience | PowerShell
Install-ADServiceAccount fail with unspecified error creating gMSA
Hello, I tried the script inside how-to-prerequisites to create a gMSA to test Azure AD Connect cloud sync; the script is this: $Name = 'aadsyncgMSA' $Description = "Azure AD Cloud Sync service account for LAB-DC1 server" #$Server =…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
A cloud-based identity and access management service for securing user authentication and resource access
Windows for business | Windows Server | User experience | PowerShell
AD FS Help Diagnostics Analyzer
I tried to create a diagnostic file (export-adfsdiagnosticsfile), but I’m not sure what to do with it. The website where I used to upload it is not working anymore. It says that the site has been moved to a module. So I’m asking — where can I find these…
Windows for business | Windows Server | User experience | PowerShell
Get-Partition & Win32_Volume does not return all volumes and partitions on a disk
Problem I am using Get-Partition command & Win32_Volume class to get the list of partition and volumes in the disk. However, these commands are not returning all the volumes and partitions even though the disk management show the disks and volumes…
Windows for business | Windows Server | User experience | PowerShell
Microsoft 365 Deployment Lab Kit - Script error during setup
Hi, I'm trying to install the Microsoft 365 Deployment Lab Kit to do some intune training. https://www.microsoft.com/en-us/evalcenter/download-windows-11-office-365-lab-kit When I go to install it, I receive an error: The term 'get-vmswitch' is not…
Windows for business | Windows Server | User experience | PowerShell
PowerShell to install the AD DS role
Role Installation: In your sandbox/lab, use PowerShell to install the AD DS role, how do i access powershell This question is related to the following Learning Module
Windows for business | Windows Server | User experience | PowerShell
Powershell starts up every time on startup.
I keep getting Powershell command on every start up
Windows for business | Windows Server | User experience | PowerShell
Get-aduser documentation
Hi I am looking for documentation for the PowerShell cmd-let get-aduser. Until recently I could find it here: https://learn.microsoft.com/en-us/powershell/module/addsadministration/get-aduser Anyone knows where I can find it on…
Windows for business | Windows Server | User experience | PowerShell
Set-LocalUser : An unspecified error occurred: status = 3221226252
I am trying to change user password based on below script but getting the error "Set-LocalUser : An unspecified error occurred: status = 3221226252". $pks=Get-Date foreach($pk in…