No announcements
Found 2177075 threads
-
1 Votes
Xerox printer embedded page page supplies access using powershell
Using snmp to find the page and toner count shouldn't be too hard, if the answer returned is a regular string or a string that looks like an integer.Unanswered | 5 Replies | 1311 Views | Created by novice kid143 - Thursday, March 1, 2018 7:36 AM | Last reply by frank_song - Thursday, March 8, 2018 9:07 AM -
0 Votes
Xerox Standard Accounting and redirected printers
According to your description, it appears that the issue more related with Xerox Standard Accounting enabled.Answered | 1 Replies | 12021 Views | Created by Mike Cavel - Friday, July 13, 2012 3:47 PM | Last reply by Aiden_Cao - Tuesday, July 17, 2012 1:57 AM -
0 Votes
Xerox 5955i printer loads default driver Win 7
For example, you could have a try deleting all printers and drivers from that user, restart printer spooler service and only re-add Xerox printer back to ...Answered | 4 Replies | 787 Views | Created by Azor Ahai - Tuesday, June 13, 2017 6:17 PM | Last reply by Azor Ahai - Monday, July 10, 2017 12:39 PM -
2 Votes
i need Xerox DocuPrint P8ex Printer Driver for Win XP and Win7
Hello, You'd want to get drivers from Xerox: http://www.support.xerox.com/support/enus.html Karl When you see answers and ...Answered | 2 Replies | 1344 Views | Created by Meer Akbar Ali - Saturday, August 16, 2014 5:36 AM | Last reply by Just Karl - Monday, August 18, 2014 8:00 PM -
1 Votes
xerox printer 3116 won't work in 64-bits windows 7
There's not much you can do if Xerox is not going to publish a Windows 7 64-bit driver.Answered | 1 Replies | 8153 Views | Created by samwongsurrey - Monday, January 25, 2010 8:50 AM | Last reply by Rick Dee - Monday, January 25, 2010 6:31 PM -
0 Votes
Printer Properties - Missing Configuration and Options Tab - Xerox WorkCentre 5775
My Suggestion for you is to use the "Xerox Global Printig Driver", setup accounting on your server and re-share the printer - works.Answered | 2 Replies | 19894 Views | Created by JT-SV650 - Thursday, December 5, 2013 2:04 PM | Last reply by Thomas Proehl - Friday, December 6, 2013 7:51 PM -
0 Votes
Delete a page using powershell
Try to do in this way to delete the file $listName="Pages" $siteURL="<site url>" $site=Get-SPSite ...Answered | 2 Replies | 13262 Views | Created by Sasha V - Friday, August 3, 2012 2:44 PM | Last reply by Siva_Reddy - Friday, August 3, 2012 4:14 PM -
0 Votes
Deploy printers from a SharePoint page
Hi EricBDev, If you need help when using Office programs in the future you can post questions here.Answered | 3 Replies | 1087 Views | Created by EricBDev - Wednesday, July 13, 2016 10:52 AM | Last reply by Emi Zhang - Thursday, July 14, 2016 7:15 AM -
0 Votes
Windows server 2008 remote desktop connection, does not redirect mi Xerox printer
You happen to use Xerox Global Print driver?Answered | 2 Replies | 5497 Views | Created by Gvann - Friday, January 14, 2011 1:40 AM | Last reply by Alex Cooper a.k.a Dr.Conti [MVP] - Tuesday, January 18, 2011 7:16 PM -
1 Votes
Create HTML page using powershell
Okay, if you need the same using CSS.Answered | 4 Replies | 7097 Views | Created by teddybear88 - Tuesday, November 5, 2013 6:21 AM | Last reply by Chen V - Tuesday, November 5, 2013 2:31 PM -
1 Votes
set Page layout for existing page using PowerShell/any other approach
You can use Powershell to achieve this, please look into below links, they have used Powershell to update Page layouts for any ...Answered | 1 Replies | 1314 Views | Created by Shailendra Gupta - Tuesday, June 21, 2016 5:24 PM | Last reply by DavidAdvice - Wednesday, June 22, 2016 1:07 PM -
0 Votes
Printer Test Page
Is there a way to "Disable" Print Test Page on printer properties shared on W2K8 Print Server?Answered | 1 Replies | 520 Views | Created by Sdreamer2020 - Tuesday, June 30, 2015 5:57 PM | Last reply by AlexAdkin - Wednesday, July 1, 2015 9:37 AM -
0 Votes
Windows 2012 /printers web page asking for credentials
Does the page work for admins on the print server?Answered | 2 Replies | 1234 Views | Created by Festivalman - Monday, April 18, 2016 1:36 PM | Last reply by Alan Morris - Wednesday, April 20, 2016 5:10 AM -
0 Votes
Embedding an ASPX page in a web part's assembly
Embedding is suitable for static resources like images, but not for ASPX pages.Answered | 1 Replies | 5956 Views | Created by David R. Henderson - Friday, October 24, 2008 3:35 PM | Last reply by Madhur Ahuja - Friday, October 24, 2008 3:46 PM -
0 Votes
Powershell Form in a HTML page
If you have any questions, please let us know.Answered | 4 Replies | 996 Views | Created by PriyabrataSethi - Monday, February 15, 2016 1:49 AM | Last reply by PriyabrataSethi - Friday, February 19, 2016 11:50 AM -
0 Votes
Powershell import files and embedded-nulls
For anyone else having this issue: I also had this issue and stumbled upon your other forum post: ...Answered | 2 Replies | 5400 Views | Created by NFlood - Wednesday, April 14, 2010 7:35 PM | Last reply by Thomas Vuylsteke [MSFT] - Tuesday, January 25, 2011 8:38 PM -
0 Votes
Xerox GPD driver install fails with 800f024b
" I unfortunately don't have access to a 2008 R2 server to try this, any updates on an alternate solution?Answered | 6 Replies | 5108 Views | Created by Anatoly Seregin - Friday, November 21, 2014 2:25 PM | Last reply by siteuntitled - Wednesday, July 22, 2015 1:27 PM -
6 Votes
Change welcome page of site collection using PowerShell
You can certainly do this with PowerShell!Answered | 2 Replies | 28036 Views | Created by Chris Lansdown - Monday, November 15, 2010 1:35 PM | Last reply by Chris Lansdown - Tuesday, November 16, 2010 11:32 AM -
0 Votes
Rejecting a page using powershell script
$site = new-object Microsoft.SharePoint.SPSite("http://site") $web = $site.OpenWeb() $list = $web.Lists["Posts"] $items = $list.Items foreach ...Answered | 1 Replies | 2760 Views | Created by adityadugyala - Tuesday, September 11, 2012 9:05 AM | Last reply by Thomas Balkeståhl - Tuesday, September 11, 2012 11:35 AM -
0 Votes
Unwanted cover page
Which printer brand (HP, XEROX, etc) are you using?Answered | 2 Replies | 1062 Views | Created by dem2084 - Friday, February 6, 2015 4:45 PM | Last reply by Madjid Saghir - Tuesday, February 10, 2015 7:39 AM - Items 1 to 20 of 2177075 Next ›
No announcements