+ FullyQualifiedErrorId : DriveNotFound,Microsoft.PowerShell.Commands.SetLocationCommand any one an idea? All replies (17) Friday, September 26, 2014 11:56 AM ✅Answered Are you running that from a powershell console in WinPE? That script will only work on a system where the ConfigMgr con...
You can have a PowerShell script check the size of the ccmcache and a remediation task to clean it up. Another way is simply remote PowerShell commands to clear it looping through a CSV file. Please sign in to rate this answer. 0 comments No comments Report a concern Sign in to ...
I need to find a way to uninstall Adobe XI Pro with either SCCM or a PS script. I'm having some problems figuring out the correct commands to uninstall the software. The software was not deployed with SCCM it was manually installed via exe many years ago. This is the command I...
First, easiest to load PowerShell on your local system, as a primer, these are the commands you need to start: import-module 'C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\ConfigurationManager.psd1' cd (Your Site Code): Now, for the PowerShell: This is how you ...
If there is no telnet client, you can test it through PowerShell: Test-NetConnection -ComputerName login.microsoftonline.com -Port 443 Step 3.Check whether the proxy server is normal. First, open "Settings" - "Network and Internet" - "Proxy"; then, temporarily turn off the "Use a proxy...
<Configuration><Add OfficeClientEdition="64"><Product ID="ProPlusRetail" PIDKEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"><Language ID="en-us" /></Product></Add><Display Level="None" AcceptEULA="TRUE" /></Configuration> You can leave out the PIDKEY value and use alternate methods of activation...
The results of those commands are show in the console output and can be used in anyway you use normal powershell code. In the results screenshot you can see that there is a variable with a IsMasked that is set to True and the Value for that variable is empty. this seems to be by ...
Restarting Client machine services using SCCM Restore Task Sequence Right click tools - Access Denied RPC Dynamic ports - TCP 49152-65535 Run a command that includes a UNC path Running commands as currently logged in user context Running Powershell script as current user Scan...
Restarting Client machine services using SCCM Restore Task Sequence Right click tools - Access Denied RPC Dynamic ports - TCP 49152-65535 Run a command that includes a UNC path Running commands as currently logged in...
If there is no telnet client, you can test it through PowerShell: Test-NetConnection -ComputerName login.microsoftonline.com -Port 443 Step 3. Check whether the proxy server is normal. First, open "Settings" - "Network and Internet" - "Proxy"; then, temporarily turn off the "Use a pro...